:root {
  --moreos-shell-forest: #183a2a;
  --moreos-shell-forest-deep: #102d20;
  --moreos-shell-cream: #fbf7f0;
  --moreos-shell-paper: #fffdf9;
  --moreos-shell-gold: #e7bd70;
  --moreos-shell-rose: #b14b73;
  --moreos-shell-copper: #a66345;
  --moreos-shell-ink: #29261f;
  --moreos-shell-muted: #746d63;
  --moreos-shell-line: rgba(125, 92, 61, .19);
  --moreos-shell-header-width: 1240px;
  --moreos-shell-content-width: 1320px;
  --moreos-shell-content-gutter: 64px;
}

.moreos-site-header,
.moreos-site-footer { box-sizing: border-box; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.moreos-site-header *,
.moreos-site-footer * { box-sizing: border-box; }

.moreos-site-header {
  position: sticky;
  top: 0;
  z-index: 1300;
  width: 100%;
  border-bottom: 1px solid var(--moreos-shell-line);
  background: rgba(253, 250, 245, .93);
  box-shadow: 0 10px 32px rgba(55, 42, 26, .045);
  backdrop-filter: blur(22px) saturate(1.08);
}
.moreos-header-inner {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr) 232px;
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
  width: min(var(--moreos-shell-header-width), calc(100% - var(--moreos-shell-content-gutter)));
  min-height: 88px;
  margin: 0 auto;
}
.moreos-header-brand { display: flex; width: 232px; height: 68px; align-items: center; }
.moreos-header-brand img { display: block; width: 232px; height: auto; max-width: 100%; transform: translateX(-12px); }
.moreos-primary-nav {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 3px;
  padding: 5px;
  border: 1px solid rgba(125, 92, 61, .16);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .72), rgba(244, 237, 226, .72));
  box-shadow: inset 0 1px rgba(255, 255, 255, .86), 0 8px 24px rgba(61, 47, 30, .045);
}
.moreos-primary-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 13px;
  color: #5c564d;
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.moreos-primary-nav a:hover { color: var(--moreos-shell-forest); background: rgba(255, 255, 255, .78); transform: translateY(-1px); }
.moreos-primary-nav a[aria-current="page"] {
  border-color: rgba(107, 132, 78, .28);
  background: linear-gradient(135deg, #edf3e5, #e4ecd9);
  color: var(--moreos-shell-forest);
  box-shadow: 0 7px 17px rgba(58, 82, 44, .11), inset 0 1px rgba(255, 255, 255, .8);
}
.moreos-header-actions { display: flex; width: 232px; align-items: center; justify-content: flex-end; justify-self: end; gap: 10px; }
.moreos-header-login {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 26px;
  padding: 0 18px;
  border: 1px solid #284635;
  border-radius: 14px;
  background: linear-gradient(135deg, #244533, #173728);
  color: #fffdf8;
  box-shadow: 0 12px 28px rgba(23, 55, 40, .16);
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}
.moreos-header-login span { color: var(--moreos-shell-gold); font-size: 17px; }
.moreos-menu-toggle { display: none; }
.moreos-mobile-login { display: none !important; }

.moreos-site-footer { position: relative; isolation: isolate; width: 100%; overflow: hidden; border-top: 5px solid var(--moreos-shell-rose); color: rgba(255, 255, 255, .78); background: radial-gradient(circle at 12% 28%, rgba(25, 82, 55, .42), transparent 35%), radial-gradient(circle at 92% 78%, rgba(177, 75, 115, .08), transparent 28%), var(--moreos-shell-forest-deep); }
.moreos-footer-mark-watermark {
  position: absolute;
  top: 39%;
  left: 5.5%;
  z-index: 0;
  width: clamp(210px, 17vw, 330px);
  transform: translate(-50%, -50%);
  opacity: .055;
  pointer-events: none;
  user-select: none;
}
.moreos-footer-mark-watermark img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(2.6);
}
.moreos-site-footer .moreos-footer-workapp {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 20px;
  min-width: 0;
  width: auto;
  grid-column: auto;
  padding: 27px 30px 29px;
  overflow: hidden;
  border: 1px solid rgba(231, 189, 112, .27);
  border-radius: 22px;
  background: radial-gradient(circle at 2% 0, rgba(231, 189, 112, .14), transparent 30%), rgba(255, 255, 255, .018);
  box-shadow: 0 22px 54px rgba(2, 16, 10, .2);
}
.moreos-footer-card-watermark {
  position: absolute;
  z-index: 0;
  width: min(72%, 560px);
  pointer-events: none;
  user-select: none;
}
.moreos-footer-card-watermark img { display: block; width: 100%; height: auto; filter: grayscale(1) brightness(2.6); }
.moreos-footer-app-watermark { top: 50%; right: 18px; width: min(65%, 500px); transform: translateY(-50%); opacity: .035; }
.moreos-footer-restaurant-watermark { top: 50%; right: 18px; width: min(78%, 520px); transform: translateY(-50%); opacity: .035; }
.moreos-site-footer .footer-app-copy,
.moreos-site-footer .footer-app-actions { position: relative; z-index: 1; }
.moreos-site-footer .footer-app-copy { display: grid; grid-template-columns: 66px minmax(0, 1fr); min-width: 0; align-items: center; gap: 18px; }
.moreos-site-footer .footer-app-copy img { width: 66px; height: 66px; flex: 0 0 66px; border: 1px solid rgba(238, 202, 137, .42); border-radius: 18px; box-shadow: 0 13px 30px rgba(4, 17, 11, .3); }
.moreos-site-footer .footer-app-copy > div { display: grid; gap: 5px; }
.moreos-site-footer .footer-app-copy span { color: #efb9ca; font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.moreos-site-footer .footer-app-copy strong { color: #fffdf8; font-size: clamp(23px, 2vw, 29px); line-height: 1.05; }
.moreos-site-footer .footer-app-copy p { max-width: 610px; margin: 0; color: #cbd2c5; font-size: 13px; line-height: 1.5; }
.moreos-site-footer .footer-app-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.moreos-site-footer .footer-app-button { display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; min-height: 78px; align-items: center; gap: 13px; padding: 12px 17px 12px 13px; border: 1px solid transparent; border-radius: 18px; box-shadow: 0 13px 30px rgba(3, 14, 8, .23); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.moreos-site-footer .footer-app-button > svg { width: 38px; height: 38px; padding: 8px; border-radius: 12px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.moreos-site-footer .footer-app-button > span { display: grid; gap: 3px; }
.moreos-site-footer .footer-app-button strong { color: inherit; font-size: 15px; line-height: 1.15; }
.moreos-site-footer .footer-app-button small { color: inherit; font-size: 11px; line-height: 1.35; opacity: .82; }
.moreos-site-footer .footer-app-button b { font-size: 20px; font-weight: 500; }
.moreos-site-footer .footer-app-ipad { border-color: rgba(239, 185, 202, .4); background: linear-gradient(135deg, #a84d6b, #80364f); color: #fff9fb; }
.moreos-site-footer .footer-app-ipad > svg { background: rgba(255, 255, 255, .12); }
.moreos-site-footer .footer-app-android { border-color: rgba(231, 192, 123, .5); background: linear-gradient(135deg, #e2bb75, #c59045); color: #2d382d; }
.moreos-site-footer .footer-app-android > svg { background: rgba(47, 61, 50, .12); }
.moreos-site-footer .footer-app-button:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(3, 14, 8, .32); }

.moreos-footer-main { position: relative; z-index: 1; width: min(var(--moreos-shell-content-width), calc(100% - var(--moreos-shell-content-gutter))); margin: 0 auto; padding: clamp(42px, 4vw, 60px) 0 32px; }
.moreos-footer-main::before { position: absolute; top: -250px; right: -360px; width: 620px; height: 620px; border: 1px solid rgba(231, 189, 112, .1); border-radius: 50%; box-shadow: 0 0 0 86px rgba(231, 189, 112, .018), 0 0 0 172px rgba(231, 189, 112, .01); content: ""; pointer-events: none; }
.moreos-footer-intro { position: relative; display: grid; grid-template-columns: minmax(250px, 310px) minmax(260px, 1fr) auto; align-items: center; gap: 32px 42px; padding-bottom: 38px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.moreos-footer-brand {
  display: flex;
  width: 286px;
  min-height: 82px;
  align-items: center;
  overflow: hidden;
  padding: 2px 0;
}
.moreos-footer-brand img { display: block; width: 303px; height: auto; max-width: none; transform: translateX(-17px); }
.moreos-footer-intro-copy { min-height: 62px; display: flex; align-items: center; padding-left: 42px; border-left: 1px solid rgba(231, 189, 112, .34); }
.moreos-footer-intro-copy h2 { max-width: 530px; margin: 0; color: #fffdf8; font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.4vw, 34px); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.moreos-footer-actions { display: flex; align-items: stretch; gap: 12px; }
.moreos-footer-primary, .moreos-footer-secondary { display: inline-flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 28px; padding: 0 21px; border-radius: 15px; font-size: 13px; font-weight: 830; text-decoration: none; white-space: nowrap; }
.moreos-footer-primary { min-width: 190px; color: #25352a; background: var(--moreos-shell-gold); box-shadow: 0 16px 36px rgba(0, 0, 0, .18); }
.moreos-footer-secondary { color: #fff; border: 1px solid rgba(255, 255, 255, .23); background: rgba(255, 255, 255, .055); }

.moreos-footer-directory { position: relative; display: grid; grid-template-columns: .82fr 1.04fr .94fr 1.08fr .86fr; gap: 0; padding: 42px 0 40px; border-bottom: 1px solid rgba(255, 255, 255, .13); }
.moreos-footer-group {
  min-width: 0;
  align-self: start;
  padding: 0 28px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .11);
  background: transparent;
}
.moreos-footer-directory > .moreos-footer-group:first-child { padding-left: 0; border-left: 0; }
.moreos-footer-group-about { padding-right: 0; }
.moreos-footer-group summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #f2cf8c; font-size: 14px; font-weight: 900; letter-spacing: .115em; line-height: 1.25; list-style: none; text-transform: uppercase; cursor: default; pointer-events: none; }
.moreos-footer-group summary::-webkit-details-marker { display: none; }
.moreos-footer-group summary span { display: none; }
.moreos-footer-group nav { display: grid; gap: 2px; margin-top: 20px; }
.moreos-footer-group nav a { position: relative; display: flex; min-height: 37px; align-items: center; justify-content: space-between; gap: 12px; padding: 4px 0; color: rgba(255, 255, 255, .74); font-size: 15px; font-weight: 640; line-height: 1.35; text-decoration: none; transition: color .18s ease, padding-left .18s ease, transform .18s ease; }
.moreos-footer-group nav a b { color: rgba(231, 189, 112, .42); font-size: 11px; font-weight: 500; opacity: 0; transition: opacity .18s ease; }
.moreos-footer-group nav a:hover { color: #fff; transform: translateX(3px); }
.moreos-footer-group nav a[href="/modules/rapportages-forecasting"] { font-size: 14px; letter-spacing: -.01em; white-space: nowrap; }
.moreos-footer-group nav a:hover b { opacity: 1; }
.moreos-footer-group nav a[aria-current="page"] { padding-left: 16px; color: #fffdf8; font-weight: 790; }
.moreos-footer-group nav a[aria-current="page"]::before { position: absolute; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--moreos-shell-gold); box-shadow: 0 0 0 5px rgba(231, 189, 112, .1), 0 0 18px rgba(231, 189, 112, .38); content: ""; }
.moreos-footer-group nav a[aria-current="page"] b { color: var(--moreos-shell-gold); opacity: 1; }
.moreos-footer-connections-toggle { display: inline-flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 18px; margin-top: 8px; padding: 0; border: 0; background: transparent; color: #f2cf8c; font: inherit; font-size: 15px; font-weight: 760; cursor: pointer; }
.moreos-footer-connections-toggle b { font-size: 20px; font-weight: 500; transition: transform .25s ease; }
.moreos-footer-directory.is-connections-open .moreos-footer-connections-toggle b { transform: rotate(90deg); }
.moreos-footer-connections-panel { display: grid; grid-column: 1 / -1; grid-template-rows: 0fr; min-width: 0; margin-top: 0; opacity: 0; transition: grid-template-rows .3s ease, margin-top .3s ease, opacity .2s ease; }
.moreos-footer-directory.is-connections-open .moreos-footer-connections-panel { grid-template-rows: 1fr; margin-top: 38px; opacity: 1; }
.moreos-footer-connections-inner { position: relative; min-height: 0; overflow: hidden; border: 1px solid rgba(231, 189, 112, .35); border-radius: 26px; background: radial-gradient(circle at 84% 12%, rgba(28, 96, 72, .24), transparent 32%), linear-gradient(135deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018)); box-shadow: 0 24px 64px rgba(2, 15, 10, .28), inset 0 1px rgba(255, 255, 255, .04); }
.moreos-footer-connections-inner::before { position: absolute; inset: 0; background: repeating-radial-gradient(ellipse at 88% 50%, transparent 0 35px, rgba(231, 189, 112, .045) 36px 37px, transparent 38px 56px); content: ""; opacity: .55; pointer-events: none; }
.moreos-footer-connections-inner::after { position: absolute; right: 26%; bottom: 0; left: 26%; height: 1px; background: linear-gradient(90deg, transparent, rgba(231, 189, 112, .8), transparent); box-shadow: 0 0 18px rgba(231, 189, 112, .52); content: ""; pointer-events: none; }
.moreos-footer-connections-heading { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 30px 34px 24px; }
.moreos-footer-connections-heading-copy { display: flex; align-items: center; gap: 18px; }
.moreos-footer-connections-heading-copy > div { display: grid; gap: 5px; }
.moreos-footer-connections-heading span { color: #f2cf8c; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.moreos-footer-connections-heading strong { color: #fffdf8; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.4vw, 34px); font-weight: 500; line-height: 1.12; }
.moreos-footer-connections-heading p { margin: 0; color: rgba(255, 255, 255, .56); font-size: 12px; line-height: 1.45; }
.moreos-footer-connections-mark { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(231, 189, 112, .28); border-radius: 50%; background: rgba(3, 24, 16, .36); }
.moreos-footer-connections-mark svg { width: 22px; height: 22px; fill: none; stroke: var(--moreos-shell-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.moreos-footer-connections-heading button { display: inline-flex; min-height: 48px; align-items: center; gap: 12px; padding: 0 20px; border: 1px solid rgba(231, 189, 112, .42); border-radius: 999px; background: rgba(255, 255, 255, .035); color: #f2cf8c; font: inherit; font-size: 13px; font-weight: 760; cursor: pointer; transition: border-color .18s ease, background .18s ease, color .18s ease; }
.moreos-footer-connections-heading button:hover { border-color: rgba(231, 189, 112, .72); background: rgba(231, 189, 112, .08); color: #fffdf8; }
.moreos-footer-connections-heading button span { color: inherit; font-size: 18px; font-weight: 400; letter-spacing: 0; }
.moreos-footer-connections-panel nav { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0 34px 34px; }
.moreos-footer-connections-panel nav a { display: grid; min-width: 0; min-height: 82px; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 17px; background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .022)); color: rgba(255, 255, 255, .86); font-size: 14px; font-weight: 730; line-height: 1.25; text-decoration: none; box-shadow: 0 12px 30px rgba(1, 12, 8, .14); transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease; }
.moreos-footer-connections-panel nav a:hover { border-color: rgba(231, 189, 112, .5); color: #fff; background: rgba(255, 255, 255, .075); transform: translateY(-2px); }
.moreos-footer-connections-panel nav a[aria-current="page"] { border-color: rgba(231, 189, 112, .75); color: #fffdf8; background: rgba(231, 189, 112, .1); box-shadow: 0 0 0 1px rgba(231, 189, 112, .12), 0 18px 34px rgba(1, 12, 8, .2); }
.moreos-footer-connections-panel nav a > span:not(.moreos-footer-connection-icon) { min-width: 0; overflow-wrap: break-word; }
.moreos-footer-connection-icon { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(231, 189, 112, .22); border-radius: 50%; background: rgba(3, 24, 16, .42); }
.moreos-footer-connection-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--moreos-shell-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.55; }
.moreos-footer-connections-panel nav a b { color: var(--moreos-shell-gold); font-size: 20px; font-weight: 500; }

.moreos-footer-utility { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: 18px; margin-top: 30px; }

.moreos-footer-restaurant { position: relative; display: grid; grid-template-columns: 82px minmax(0, 1fr); align-items: center; gap: 24px; padding: 28px 30px; overflow: hidden; border: 1px solid rgba(231, 189, 112, .27); border-radius: 22px; background: radial-gradient(circle at 88% 12%, rgba(239, 185, 202, .15), transparent 32%), rgba(255, 255, 255, .018); color: #fffdf8; box-shadow: 0 22px 54px rgba(2, 16, 10, .2), inset 4px 0 #b65f78; text-decoration: none; }
.moreos-footer-restaurant-icon { position: relative; z-index: 1; width: 82px; height: 82px; padding: 15px; border: 1px solid rgba(231, 189, 112, .5); border-radius: 22px; fill: none; stroke: var(--moreos-shell-gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.moreos-footer-restaurant > span { position: relative; z-index: 1; display: grid; gap: 5px; }
.moreos-footer-restaurant small { color: #efb9ca; font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: 2px; }
.moreos-footer-restaurant strong { color: #fffdf8; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; }
.moreos-footer-restaurant em { color: #cbd2c5; font-size: 12px; font-style: normal; }
.moreos-footer-restaurant i { display: inline-flex; align-items: center; gap: 10px; margin-top: 11px; color: var(--moreos-shell-gold); font-size: 12px; font-style: normal; font-weight: 850; letter-spacing: .06em; }
.moreos-footer-restaurant i b { font-size: 18px; font-weight: 500; }
.moreos-footer-bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 28px; padding: 24px max(32px, calc((100vw - 1320px) / 2)); border-top: 1px solid rgba(255, 255, 255, .1); background: rgba(4, 18, 12, .26); }
.moreos-footer-bottom p { margin: 0; color: rgba(255, 255, 255, .47); font-size: 11px; }
.moreos-footer-bottom nav { display: flex; gap: 20px; }
.moreos-footer-bottom nav a, .moreos-footer-bottom button { position: relative; color: rgba(255, 255, 255, .67); font-size: 12px; font-weight: 700; text-decoration: none; }
.moreos-footer-bottom nav a[aria-current="page"] { color: #f2cf8c; }
.moreos-footer-bottom nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; border-radius: 999px; background: var(--moreos-shell-gold); box-shadow: 0 0 12px rgba(231, 189, 112, .4); content: ""; }
.moreos-footer-bottom button { padding: 0; border: 0; background: transparent; cursor: pointer; }

@media (max-width: 1180px) {
  .moreos-header-inner { grid-template-columns: 190px minmax(0, 1fr) 190px; width: calc(100% - 40px); gap: 20px; }
  .moreos-header-brand { width: 190px; }
  .moreos-header-brand img { width: 190px; }
  .moreos-header-actions { width: 190px; }
  .moreos-primary-nav a { padding-inline: 11px; font-size: 13.5px; }
  .moreos-footer-intro { grid-template-columns: 220px minmax(0, 1fr); }
  .moreos-footer-actions { grid-column: 2; align-items: center; flex-direction: row; justify-content: flex-start; }
  .moreos-footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .moreos-footer-directory > .moreos-footer-group { padding: 30px; border-top: 1px solid rgba(255, 255, 255, .11); }
  .moreos-footer-directory > .moreos-footer-group:nth-child(-n + 2) { padding-top: 0; border-top: 0; }
  .moreos-footer-directory > .moreos-footer-group:nth-child(odd) { padding-left: 0; border-left: 0; }
  .moreos-footer-directory > .moreos-footer-group:nth-child(even) { padding-right: 0; }
  .moreos-footer-directory > .moreos-footer-group-about { grid-column: 1 / -1; padding: 30px 0 0; border-left: 0; }
  .moreos-footer-directory > .moreos-footer-group-about nav { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px 24px; }
  .moreos-footer-connections-panel nav { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .moreos-footer-utility { grid-template-columns: 1fr; }
  .moreos-site-footer .moreos-footer-workapp { grid-template-columns: minmax(0, 1fr); }
}

@media (max-width: 880px) {
  .moreos-header-inner { position: relative; grid-template-columns: 1fr auto; width: calc(100% - 28px); min-height: 74px; }
  .moreos-header-brand { width: 166px; height: 58px; }
  .moreos-header-brand img { width: 166px; transform: none; }
  .moreos-header-actions { grid-column: 2; width: auto; }
  .moreos-header-login { display: none; }
  .moreos-menu-toggle { display: grid; grid-template-columns: auto 18px; grid-template-rows: 1fr 1fr; width: 76px; height: 46px; align-items: center; gap: 0 8px; padding: 0 13px; border: 1px solid var(--moreos-shell-line); border-radius: 14px; background: #fffdf9; color: var(--moreos-shell-forest); }
  .moreos-menu-label { grid-row: 1 / span 2; font-size: 12px; font-weight: 820; }
  .moreos-menu-toggle i { width: 17px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease; }
  .moreos-site-header.is-menu-open .moreos-menu-toggle i:first-of-type { transform: translateY(4px) rotate(45deg); }
  .moreos-site-header.is-menu-open .moreos-menu-toggle i:last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .moreos-primary-nav { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; width: auto; max-width: none; align-items: stretch; flex-direction: column; gap: 4px; justify-self: stretch; padding: 13px; border: 1px solid var(--moreos-shell-line); border-radius: 20px; background: rgba(255, 253, 249, .985); box-shadow: 0 28px 70px rgba(46, 36, 24, .2); }
  .moreos-site-header.is-menu-open .moreos-primary-nav { display: flex; }
  .moreos-primary-nav a { justify-content: flex-start; min-height: 48px; padding: 0 15px; font-size: 15px; }
  .moreos-mobile-login { display: flex !important; justify-content: space-between !important; margin-top: 5px; color: #fff !important; background: var(--moreos-shell-forest) !important; }
  .moreos-footer-main { width: calc(100% - 40px); }
  .moreos-footer-intro { grid-template-columns: 1fr; }
  .moreos-footer-intro-copy { min-height: auto; padding: 24px 0 0; border-top: 1px solid rgba(231, 189, 112, .26); border-left: 0; }
  .moreos-footer-actions { grid-column: 1; }
  .moreos-footer-directory { grid-template-columns: 1fr; gap: 0; padding: 32px 0; }
  .moreos-footer-group,
  .moreos-footer-directory > .moreos-footer-group { display: block; grid-column: auto; padding: 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .11); border-radius: 0; }
  .moreos-footer-directory > .moreos-footer-group:first-child { border-top: 0; }
  .moreos-footer-group summary { min-height: 60px; cursor: pointer; pointer-events: auto; }
  .moreos-footer-group summary:focus-visible { border-radius: 10px; outline: 2px solid rgba(242, 207, 140, .75); outline-offset: 3px; }
  .moreos-footer-group summary span { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 9px; color: #fff; font-size: 17px; transition: transform .2s ease; }
  .moreos-footer-group[open] summary span { transform: rotate(45deg); }
  .moreos-footer-group nav,
  .moreos-footer-directory > .moreos-footer-group-about nav { grid-template-columns: 1fr; gap: 0; margin: 0; padding: 0 0 16px; }
  .moreos-footer-group nav a { min-height: 46px; padding-inline: 0; font-size: 15px; }
  .moreos-footer-group nav a[aria-current="page"] { padding-left: 16px; }
  .moreos-footer-connections-toggle { width: 100%; min-height: 50px; margin: 0 0 12px; }
  .moreos-footer-directory.is-connections-open .moreos-footer-connections-panel { margin-top: 20px; }
  .moreos-footer-connections-heading { align-items: flex-start; padding: 24px 24px 18px; }
  .moreos-footer-connections-heading strong { font-size: 24px; }
  .moreos-footer-connections-panel nav { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0 24px 24px; }
  .moreos-footer-utility { display: block; margin-top: 14px; }
  .moreos-site-footer .moreos-footer-workapp { grid-template-columns: 1fr; padding: 24px 20px; }
  .moreos-footer-restaurant { margin-top: 14px; padding: 24px 20px; }
  .moreos-footer-bottom { grid-template-columns: 1fr auto; }
  .moreos-footer-bottom nav { grid-column: 1 / -1; grid-row: 1; flex-wrap: wrap; }
  .moreos-footer-bottom p { grid-row: 2; }
  .moreos-footer-bottom button { grid-row: 2; }
}

@media (max-width: 620px) {
  .moreos-footer-mark-watermark { top: 34%; left: 0; width: 230px; opacity: .04; }
  .moreos-site-footer .footer-app-actions { grid-template-columns: 1fr; }
  .moreos-site-footer .footer-app-button { width: 100%; min-height: 70px; }
  .moreos-site-footer .footer-app-copy { gap: 15px; }
  .moreos-site-footer .footer-app-copy img { width: 58px; height: 58px; flex-basis: 58px; border-radius: 16px; }
  .moreos-site-footer .footer-app-button strong { white-space: normal; }
  .moreos-footer-main { padding-top: 44px; }
  .moreos-footer-brand { width: 246px; min-height: 72px; }
  .moreos-footer-brand img { width: 260px; transform: translateX(-14px); }
  .moreos-footer-intro { gap: 22px; padding-bottom: 34px; }
  .moreos-footer-intro-copy h2 { font-size: clamp(29px, 9vw, 38px); }
  .moreos-footer-actions { align-items: stretch; flex-direction: column; }
  .moreos-footer-primary, .moreos-footer-secondary { width: 100%; }
  .moreos-footer-card-watermark { right: 4px; }
  .moreos-footer-app-watermark { top: 50%; right: 4px; width: min(84%, 430px); transform: translateY(-50%); opacity: .028; }
  .moreos-footer-restaurant-watermark { top: 50%; right: 4px; width: min(88%, 430px); transform: translateY(-50%); opacity: .026; }
  .moreos-footer-connections-heading { display: grid; gap: 18px; padding: 22px 18px 17px; }
  .moreos-footer-connections-heading-copy { align-items: flex-start; gap: 13px; }
  .moreos-footer-connections-mark { flex-basis: 42px; width: 42px; height: 42px; }
  .moreos-footer-connections-heading strong { font-size: 22px; }
  .moreos-footer-connections-heading p { font-size: 11.5px; }
  .moreos-footer-connections-heading button { width: max-content; }
  .moreos-footer-connections-panel nav { grid-template-columns: 1fr; gap: 10px; padding: 0 18px 20px; }
  .moreos-footer-connections-panel nav a { min-height: 72px; grid-template-columns: 42px minmax(0, 1fr) auto; padding: 11px 13px; }
  .moreos-footer-connection-icon { width: 42px; height: 42px; }
  .moreos-footer-restaurant { grid-template-columns: 66px minmax(0, 1fr); align-items: center; gap: 16px; }
  .moreos-footer-restaurant-icon { width: 66px; height: 66px; padding: 12px; border-radius: 18px; }
  .moreos-footer-restaurant strong { font-size: 21px; }
  .moreos-footer-bottom { gap: 20px; padding: 24px 20px; }
  .moreos-footer-bottom nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 14px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .moreos-site-header *, .moreos-site-footer * { scroll-behavior: auto !important; transition: none !important; }
}
