:root {
  --ink: #142536;
  --ink-2: #20384b;
  --gold: #bd9347;
  --gold-light: #e1c98f;
  --aqua: #bcd8d5;
  --aqua-deep: #6fa8a3;
  --paper: #fbfaf7;
  --white: #ffffff;
  --muted: #687581;
  --line: rgba(20, 37, 54, 0.14);
  --shadow: 0 26px 70px rgba(15, 31, 44, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 400 1rem/1.65 var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.16);
  background: rgba(18, 36, 51, .93);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1380px, calc(100% - 2rem));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img {
  width: 172px;
  height: 54px;
  object-fit: contain;
  padding: .18rem .55rem;
  border-radius: 2px;
  background: #fff;
}
.nav-links { display: flex; align-items: center; gap: clamp(.7rem, 1.3vw, 1.35rem); }
.nav-links a {
  position: relative;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.72rem;
  height: 2px;
  background: var(--gold);
}
.nav-links .nav-cta {
  padding: .7rem 1rem;
  color: var(--ink);
  border: 1px solid var(--gold-light);
  background: var(--gold-light);
}
.nav-links .nav-cta::after { display: none; }
.nav-links .lang-switch {
  min-width: 40px;
  padding: .62rem .7rem;
  border: 1px solid rgba(255,255,255,.38);
  color: #fff;
  text-align: center;
}
.nav-links .lang-switch::after { display: none; }
.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.3);
  background: transparent;
  color: #fff;
  border-radius: 50%;
  font: inherit;
}

/* The corporate gateway deliberately uses a different silhouette from every division. */
.gateway-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  color: var(--white);
  background: var(--ink);
}
.gateway-story {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8.5rem) clamp(2rem, 7vw, 8rem);
  overflow: hidden;
}
.gateway-story::before {
  content: "LG";
  position: absolute;
  right: -2rem;
  bottom: -5rem;
  z-index: -1;
  color: rgba(188,216,213,.055);
  font: 500 clamp(17rem, 30vw, 34rem)/.7 var(--serif);
  letter-spacing: -.12em;
}
.gateway-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gateway-kicker::before { content: ""; width: 3rem; height: 1px; background: currentColor; }
.gateway-story h1 { max-width: 760px; margin-top: 1.4rem; font-size: clamp(3.4rem, 6.8vw, 7.4rem); }
.gateway-story h1 em { display: block; color: var(--aqua); font-style: normal; }
.gateway-story .lead { max-width: 640px; margin: 1.65rem 0 2rem; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.35vw, 1.2rem); }
.gateway-meta { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin-top: 2.4rem; color: rgba(255,255,255,.5); font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.gateway-visual { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(3, 1fr); gap: 3px; background: var(--gold); }
.gateway-tile { position: relative; overflow: hidden; background: #10202e; }
.gateway-tile:first-child { grid-row: 1 / 4; }
.gateway-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gateway-tile:hover img { transform: scale(1.025); }
.gateway-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,22,32,.78), transparent 48%); }
.gateway-tile span { position: absolute; z-index: 2; left: 1.25rem; bottom: 1rem; color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gateway-seal { position: absolute; z-index: 4; left: -48px; top: 50%; width: 96px; height: 96px; display: grid; place-items: center; transform: translateY(-50%) rotate(-8deg); border-radius: 50%; color: var(--ink); background: var(--gold-light); box-shadow: 0 18px 40px rgba(5,20,30,.25); font: 700 .7rem/1.3 var(--sans); letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.enterprise-index { color: var(--white); background: #0b1a26; }
.enterprise-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.enterprise-link { min-height: 210px; padding: 1.8rem; border-right: 1px solid rgba(255,255,255,.13); text-decoration: none; transition: background .2s ease; }
.enterprise-link:hover { background: rgba(188,216,213,.08); }
.enterprise-link:last-child { border-right: 0; }
.enterprise-link small { color: var(--gold-light); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.enterprise-link strong { display: block; margin: 2.7rem 0 .45rem; font: 500 1.55rem/1.12 var(--serif); }
.enterprise-link span { color: rgba(255,255,255,.58); font-size: .9rem; }
.home-lodge-feature { padding: clamp(5rem, 9vw, 9rem) 0; overflow: hidden; color: #fff; background: #16313f; }
.home-lodge-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.home-lodge-copy > p:not(.eyebrow):not(.concept-disclaimer) { max-width: 540px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.home-lodge-copy .concept-disclaimer { margin-top: 1.6rem; }
.text-link { align-self: center; color: #fff; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--gold-light); }
.home-room-stack { position: relative; min-height: 620px; }
.home-room-stack figure { margin: 0; overflow: hidden; box-shadow: 0 28px 70px rgba(3,14,22,.3); }
.home-room-stack img { width: 100%; height: 100%; object-fit: cover; }
.home-room-stack figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .4rem .6rem; color: #fff; background: rgba(9,25,38,.82); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.home-room-main { position: absolute; inset: 0 9% 14% 0; }
.home-room-main figcaption, .home-room-inset figcaption { position: absolute; }
.home-room-inset { position: absolute; right: 0; bottom: 0; width: 50%; height: 43%; border: 7px solid #16313f; }
.future-preview { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.future-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.future-list div { min-height: 145px; padding: 1.3rem; background: #fff; }
.future-list strong { display: block; margin-bottom: .45rem; font: 500 1.25rem var(--serif); }
.future-list span { color: var(--muted); font-size: .9rem; }

/* Current operating identity: an editorial first page with a calm, ordered image hierarchy. */
.operating-hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
  color: var(--white);
  background: #102433;
}
.operating-story {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 7vw, 7.5rem) clamp(2rem, 6.5vw, 7rem);
  overflow: hidden;
}
.operating-story::before {
  content: "LG";
  position: absolute;
  right: -1.5rem;
  bottom: -4rem;
  z-index: -1;
  color: rgba(188,216,213,.05);
  font: 500 clamp(17rem, 26vw, 30rem)/.72 var(--serif);
  letter-spacing: -.12em;
}
.operating-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0;
  color: var(--gold-light);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.operating-kicker::before { content: ""; width: 3rem; height: 1px; background: currentColor; }
.operating-story h1 { max-width: 780px; margin-top: 1.5rem; font-size: clamp(3.2rem, 5.9vw, 6.6rem); }
.operating-story h1 em, .operating-story h1 span { display: block; font-style: normal; }
.operating-story h1 em { color: var(--aqua); }
.operating-story h1 span { color: var(--gold-light); }
.operating-story .lead { max-width: 680px; margin: 1.6rem 0 1.4rem; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.28vw, 1.18rem); }
.identity-line { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.8rem; }
.identity-line span { padding: .42rem .66rem; border: 1px solid rgba(188,216,213,.3); color: var(--aqua); background: rgba(188,216,213,.06); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.operating-gallery { position: relative; min-height: 720px; display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: 1fr 1fr; gap: 10px; padding: 10px; background: #0a1a26; overflow: hidden; }
.operating-gallery a { position: relative; min-width: 0; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: #0d1d29; box-shadow: 0 18px 48px rgba(1,12,20,.2); }
.operating-gallery-main { grid-row: 1 / 3; }
.operating-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.operating-gallery-main img { object-position: 54% center; }
.operating-gallery-room img { object-position: center; }
.operating-gallery-logistics img { object-position: 54% 48%; }
.operating-gallery a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,19,28,.82), transparent 48%); }
.operating-gallery a:hover img { transform: scale(1.025); }
.visual-label { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; padding: .5rem .72rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(9,25,38,.78); backdrop-filter: blur(7px); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }

.operating-index { padding: clamp(4.5rem, 7vw, 7rem) 0; background: #e2efed; }
.operating-index-head { display: grid; grid-template-columns: .52fr 1.48fr; gap: 2rem; align-items: start; margin-bottom: 2.25rem; }
.operating-index-head h2 { max-width: 900px; }
.operating-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(20,37,54,.12); background: rgba(20,37,54,.12); box-shadow: 0 24px 60px rgba(16,36,51,.1); }
.operating-service { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.4rem); background: #fff; text-decoration: none; transition: transform .25s ease, background .25s ease; }
.operating-service:hover { z-index: 2; transform: translateY(-5px); background: #fbfdfc; }
.service-number { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.operating-service strong { display: block; margin: 4.5rem 0 .8rem; font: 500 clamp(1.8rem, 3vw, 2.5rem)/1.05 var(--serif); }
.operating-service p { color: var(--muted); }
.service-link { margin-top: auto; padding-top: 1.6rem; color: var(--aqua-deep); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.opportunity-brief { color: #fff; background: linear-gradient(140deg, #0c1c29 0%, #153949 62%, #1a5054 100%); }
.brief-heading { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.brief-heading > p { margin: 0; color: rgba(255,255,255,.68); font-size: 1.03rem; }
.brief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.brief-card { min-height: 430px; padding: clamp(1.5rem, 3vw, 2.2rem); border-top: 3px solid var(--gold); background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.brief-card > span { color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brief-card h3 { margin: 3.7rem 0 1rem; font-size: clamp(1.7rem, 2.8vw, 2.35rem); }
.brief-card p { color: rgba(255,255,255,.68); }
.brief-card strong { display: block; margin-top: 1.65rem; color: var(--aqua); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.brief-source { display: flex; justify-content: space-between; gap: 2rem; margin-top: 1rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(255,255,255,.13); background: rgba(4,16,24,.24); }
.brief-source p { max-width: 780px; margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; }
.brief-source div { min-width: 235px; display: grid; gap: .4rem; align-content: start; }
.brief-source a { color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-decoration: none; }

.portfolio-section { background: #f7f6f2; }
.portfolio-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 2.6rem; }
.portfolio-heading > p { margin: 0; color: var(--muted); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, 360px); gap: 1rem; }
.portfolio-card { position: relative; min-width: 0; min-height: 0; overflow: hidden; border-radius: 18px; color: #fff; background: var(--ink); text-decoration: none; box-shadow: 0 20px 55px rgba(20,37,54,.13); }
.portfolio-lodge { grid-row: auto; }
.portfolio-card:nth-child(2) { grid-column: auto; }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.portfolio-lodge img { object-position: center 52%; }
.portfolio-card:nth-child(2) img { object-position: center 58%; }
.portfolio-card:nth-child(3) img { object-position: center 48%; }
.portfolio-card:nth-child(4) img { object-position: center 52%; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,20,29,.92), transparent 62%); }
.portfolio-card:hover img { transform: scale(1.025); }
.portfolio-card > div { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.3rem; }
.portfolio-card small { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card h3 { margin: .45rem 0 .3rem; }
.portfolio-card p { max-width: 470px; margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.department-contact-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 1rem; overflow: hidden; border: 1px solid rgba(20,37,54,.12); border-radius: 14px; background: rgba(20,37,54,.12); box-shadow: 0 16px 45px rgba(20,37,54,.08); }
.department-contact-strip a { display: grid; gap: .2rem; padding: 1.25rem 1.35rem; background: #fff; text-decoration: none; transition: color .2s ease, background .2s ease; }
.department-contact-strip a:hover { color: #fff; background: var(--ink); }
.department-contact-strip span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.department-contact-strip strong { font: 500 1.25rem/1.2 var(--serif); }
.department-contact-strip b { color: var(--aqua-deep); font-size: .88rem; letter-spacing: .02em; }
.department-contact-strip a:hover b { color: var(--aqua); }

.solutions-page-hero { padding: clamp(6rem, 10vw, 10rem) 0; color: #fff; background: radial-gradient(circle at 88% 10%, rgba(188,216,213,.2), transparent 31%), linear-gradient(135deg, #0c1d2a 0%, #17394a 70%, #1c4c52 100%); }
.solutions-page-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.solutions-page-grid h1 { max-width: 860px; }
.solutions-page-grid .lead { max-width: 700px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.solutions-rail { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(5,18,27,.24); }
.solutions-rail div { display: grid; grid-template-columns: 52px 1fr; column-gap: 1rem; padding: 1.55rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.solutions-rail div:last-child { border-bottom: 0; }
.solutions-rail span { grid-row: 1 / 3; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.solutions-rail strong { font: 500 1.5rem var(--serif); }
.solutions-rail p { margin: .3rem 0 0; color: rgba(255,255,255,.62); font-size: .88rem; }
.solution-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.solution-detail { scroll-margin-top: 96px; min-height: 500px; padding: clamp(1.5rem, 3vw, 2.2rem); border-top: 4px solid var(--gold); background: #fff; box-shadow: 0 14px 42px rgba(20,37,54,.08); }
.solution-detail > span { color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.solution-detail h3 { margin: 3.4rem 0 1rem; }
.solution-detail > p { color: var(--muted); }
.solution-detail ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.solution-detail li { padding: .72rem 0; border-top: 1px solid var(--line); color: #465663; font-size: .92rem; }
.delivery-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 3rem; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.delivery-steps div { min-height: 210px; padding: 1.4rem; background: #fff; }
.delivery-steps span { color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .13em; }
.delivery-steps strong { display: block; margin: 2rem 0 .5rem; font: 500 1.35rem var(--serif); }
.delivery-steps p { color: var(--muted); font-size: .9rem; }
.dark .intro-grid .copy { color: rgba(255,255,255,.7); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 2.5rem; height: 1px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); line-height: .96; }
h2 { font-size: clamp(2.3rem, 4.6vw, 4.25rem); line-height: 1.04; }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.18; }
p { margin: 0 0 1rem; }

.hero {
  min-height: 680px;
  position: relative;
  display: grid;
  align-items: end;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(11,26,39,.93) 0%, rgba(11,26,39,.70) 43%, rgba(11,26,39,.16) 76%),
              linear-gradient(0deg, rgba(11,26,39,.64) 0%, transparent 45%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8rem 0 5rem;
}
.hero-copy { max-width: 800px; }
.hero h1 span { display: block; color: var(--aqua); }
.hero .lead { max-width: 680px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-note {
  position: absolute;
  right: 1.5rem;
  bottom: 1.3rem;
  z-index: 2;
  color: rgba(255,255,255,.7);
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #122536;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--gold-light); }
.button.ghost { color: #fff; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.4); }
.button.ghost:hover { background: rgba(255,255,255,.13); }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section.dark { color: var(--white); background: var(--ink); }
.section.aqua { background: #dfeceb; }
.container { width: min(1200px, calc(100% - 2rem)); margin: 0 auto; }
.section-head { max-width: 760px; margin-bottom: 3rem; }
.section-head p:last-child { color: var(--muted); font-size: 1.1rem; }
.dark .section-head p:last-child { color: rgba(255,255,255,.68); }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.intro-grid .statement { font: 500 clamp(1.55rem, 3vw, 2.55rem)/1.28 var(--serif); }
.intro-grid .copy { color: var(--muted); }

.division-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.division-card {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.division-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.division-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9,25,38,.94), rgba(9,25,38,.06) 70%);
}
.division-card:hover img { transform: scale(1.035); }
.division-copy { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; }
.division-copy .index { color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .15em; }
.division-copy h3 { margin: .45rem 0 .7rem; }
.division-copy p { margin: 0; color: rgba(255,255,255,.74); }

.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); }
.pillar { padding: 2rem 2rem 2rem 0; border-right: 1px solid rgba(255,255,255,.2); }
.pillar + .pillar { padding-left: 2rem; }
.pillar:last-child { border-right: 0; }
.pillar strong { display: block; margin-bottom: .6rem; color: var(--gold-light); font: 500 1.55rem/1.15 var(--serif); }
.pillar p { color: rgba(255,255,255,.66); font-size: .95rem; }

.page-hero {
  position: relative;
  min-height: 600px;
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--ink);
  overflow: hidden;
}
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,26,39,.93), rgba(11,26,39,.55) 55%, rgba(11,26,39,.08)); }
.page-hero-inner { position: relative; z-index: 2; width: min(1200px, calc(100% - 2rem)); margin: 0 auto; padding: 8rem 0 4rem; }
.page-hero h1 { max-width: 900px; }
.page-hero .lead { max-width: 660px; margin: 1.4rem 0 0; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.page-hero .badge { display: inline-block; margin-top: 1.5rem; padding: .4rem .65rem; border: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.75); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.page-hero img.focus-top { object-position: center 25%; }
.page-hero img.focus-bottom { object-position: center 72%; }
.page-hero img.focus-logistics { object-position: center 40%; }
.page-hero .hero-phone { color: #fff; background: rgba(9,25,38,.5); text-decoration: none; backdrop-filter: blur(8px); }
.page-hero .hero-phone:hover { border-color: var(--gold-light); background: rgba(9,25,38,.78); }
.partnership-hero img { object-position: center 62%; }

.contact-hero { color: #fff; background: linear-gradient(135deg, #0b1a26 0%, #16394a 65%, #1d5058 100%); }
.contact-hero-inner { min-height: 580px; display: flex; flex-direction: column; justify-content: center; padding: 7rem 0 5rem; }
.contact-hero-inner h1 { max-width: 900px; }
.contact-hero-inner > p:not(.eyebrow) { max-width: 720px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.72); font-size: 1.15rem; }

.photo-mosaic {
  display: grid;
  grid-template-columns: 1.05fr .95fr .78fr;
  grid-template-rows: 330px 330px;
  gap: .75rem;
}
.photo-mosaic figure { position: relative; margin: 0; overflow: hidden; background: var(--ink); }
.photo-mosaic figure:first-child { grid-row: 1 / 3; }
.photo-mosaic figure:nth-child(2) { grid-column: 2 / 4; }
.photo-mosaic img { width: 100%; height: 100%; object-fit: cover; }
.photo-mosaic figcaption { position: absolute; left: .8rem; bottom: .8rem; padding: .35rem .55rem; color: #fff; background: rgba(9,25,38,.72); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }

.concept-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.concept-card { margin: 0; overflow: hidden; color: var(--ink); background: var(--white); box-shadow: 0 18px 48px rgba(4,18,28,.22); }
.concept-image { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: #10202e; }
.concept-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.concept-card:hover .concept-image img { transform: scale(1.02); }
.concept-image span { position: absolute; left: 1rem; top: 1rem; padding: .45rem .65rem; color: var(--ink); background: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.concept-card figcaption { padding: 1.5rem; }
.concept-card figcaption h3 { margin-bottom: .55rem; }
.concept-card figcaption p { margin: 0; color: var(--muted); }
.concept-disclaimer { max-width: 900px; margin: 1.25rem 0 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.kitchen-hero { display: grid; grid-template-columns: 1fr .82fr; min-height: 660px; color: #fff; background: #143c2b; }
.kitchen-story { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.kitchen-story h1 { max-width: 720px; }
.kitchen-story .lead { max-width: 580px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.kitchen-poster { position: relative; min-height: 620px; overflow: hidden; }
.kitchen-poster img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.kitchen-poster::after { content: ""; position: absolute; inset: 0; box-shadow: inset 30px 0 60px rgba(20,60,43,.32); }
.menu-layout { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.menu-card { padding: clamp(1.5rem, 3vw, 2.4rem); background: #fff; box-shadow: 0 12px 38px rgba(20,37,54,.08); }
.menu-card h3 { padding-bottom: 1rem; border-bottom: 2px solid var(--gold); }
.menu-list { list-style: none; margin: 1rem 0 0; padding: 0; }
.menu-list li { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .55rem 0; border-bottom: 1px dotted rgba(20,37,54,.2); }
.menu-list span:last-child { color: #9a5420; font-weight: 800; white-space: nowrap; }
.menu-note { margin-top: 1.5rem; padding: 1rem 1.2rem; border-left: 3px solid var(--gold); color: var(--muted); background: rgba(189,147,71,.08); }
.menu-poster-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.menu-poster-layout img { width: 100%; max-height: 860px; object-fit: contain; filter: drop-shadow(0 26px 48px rgba(20,37,54,.18)); }

.leadership-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 700px; color: #fff; background: var(--ink); }
.leadership-story { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem); }
.leadership-story .lead { max-width: 580px; margin-top: 1.5rem; color: rgba(255,255,255,.68); font-size: 1.12rem; }
.ceo-portrait { position: relative; overflow: hidden; background: #d7e6e4; }
.ceo-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.portrait-caption { position: absolute; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; padding: 1.3rem; color: #fff; background: rgba(10,26,38,.86); backdrop-filter: blur(8px); }
.portrait-caption strong { display: block; font: 500 1.5rem var(--serif); }
.portrait-caption span { color: var(--gold-light); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.member-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.member-grid.single { grid-template-columns: minmax(0, 620px); }
.member-card { display: grid; grid-template-columns: 110px 1fr; gap: 1.4rem; align-items: center; padding: 1.6rem; background: #fff; box-shadow: 0 12px 40px rgba(20,37,54,.08); }
.member-photo, .member-monogram { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; }
.member-monogram { display: grid; place-items: center; color: var(--ink); background: var(--aqua); font: 500 2.2rem var(--serif); }
.member-card h3 { font-size: 1.5rem; }
.member-card p { margin: .4rem 0 0; color: var(--muted); }
.governance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.17); }
.governance-item { min-height: 200px; padding: 1.6rem; background: var(--ink); }
.governance-item strong { display: block; color: var(--gold-light); font: 500 1.35rem var(--serif); }
.governance-item p { margin-top: .7rem; color: rgba(255,255,255,.62); font-size: .92rem; }

.status-key { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.status { display: inline-flex; align-items: center; gap: .48rem; padding: .35rem .6rem; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.status.operating::before { background: #2f7d67; }
.status.development::before { background: var(--gold); }
.status.future::before { background: #6d7b89; }
.activity-section + .activity-section { margin-top: 4rem; }
.activity-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 1.7rem; }
.activity-heading p { max-width: 540px; color: var(--muted); }
.activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.activity-card { min-height: 245px; padding: 1.6rem; border-top: 4px solid var(--gold); background: #fff; box-shadow: 0 12px 36px rgba(20,37,54,.07); }
.activity-card.operating { border-color: #2f7d67; }
.activity-card.future { border-color: #7b8791; }
.activity-card h3 { margin: 2rem 0 .75rem; font-size: 1.5rem; }
.activity-card p { color: var(--muted); font-size: .94rem; }
.roadmap-band { display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: var(--ink); }
.roadmap-step { padding: 1.6rem; border-right: 1px solid rgba(255,255,255,.16); }
.roadmap-step:last-child { border-right: 0; }
.roadmap-step small { color: var(--gold-light); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.roadmap-step strong { display: block; margin: 1.8rem 0 .6rem; font: 500 1.4rem var(--serif); }
.roadmap-step p { color: rgba(255,255,255,.62); font-size: .9rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 260px; padding: 2rem; background: var(--white); }
.service-card .num { display: block; margin-bottom: 2.4rem; color: var(--gold); font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin-bottom: .75rem; }
.service-card p { color: var(--muted); }
.material-service-grid .service-card:nth-child(-n+3) { position: relative; border-top: 4px solid var(--gold); background: linear-gradient(150deg, #fff 0%, #f8fbfa 100%); }
.material-service-grid .service-card:nth-child(-n+3) h3 { font-size: clamp(1.65rem, 2.6vw, 2.2rem); }
.transport-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.transport-gallery figure { position: relative; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink); box-shadow: 0 18px 45px rgba(20,37,54,.13); }
.transport-gallery img { width: 100%; height: 100%; object-fit: cover; }
.transport-gallery figure:first-child img { object-position: center 48%; }
.transport-gallery figure:last-child img { object-position: center 46%; }
.transport-gallery figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,20,29,.88), transparent 60%); }
.transport-gallery figcaption { position: absolute; z-index: 2; left: 1.3rem; right: 1.3rem; bottom: 1.2rem; color: #fff; }
.transport-gallery figcaption span { display: block; margin-bottom: .3rem; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.transport-gallery figcaption strong { font: 500 1.35rem/1.2 var(--serif); }
.materials-note { margin: 1rem 0 0; padding: 1rem 1.2rem; border-left: 4px solid var(--gold); color: var(--muted); background: rgba(189,147,71,.08); font-size: .9rem; }
.logistics-photo-feature figure img { object-position: center 48%; }
.partnership-preview { background: #102638; }
.partnership-preview .photo-feature { min-height: 560px; }
.partnership-notice { max-width: 900px; padding: clamp(2rem, 5vw, 4rem); border-left: 5px solid var(--gold); background: #fff; box-shadow: var(--shadow); }
.partnership-notice p:last-child { margin: 1.2rem 0 0; color: var(--muted); font-size: 1.05rem; }

.email-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.email-card { min-height: 260px; padding: 1.5rem; border-top: 4px solid var(--gold); background: #fff; box-shadow: 0 12px 38px rgba(20,37,54,.08); }
.email-status { display: inline-block; padding: .32rem .5rem; color: #765b24; background: rgba(225,201,143,.3); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.email-card h3 { margin: 1.7rem 0 .7rem; font-size: 1.45rem; }
.email-card p { color: var(--muted); font-size: .92rem; }
.email-card strong { display: block; margin-top: 1.3rem; overflow-wrap: anywhere; color: var(--aqua-deep); font-size: .92rem; }
.phone-directory-section { background: #dfeceb; }
.phone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.phone-card { min-height: 285px; display: flex; flex-direction: column; padding: 1.7rem; border-top: 4px solid var(--gold); border-radius: 14px; color: var(--ink); background: #fff; text-decoration: none; box-shadow: 0 16px 42px rgba(20,37,54,.1); transition: transform .22s ease, box-shadow .22s ease; }
.phone-card:hover { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(20,37,54,.16); }
.phone-card > span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phone-card h3 { margin: 2.4rem 0 .7rem; }
.phone-card strong { color: var(--aqua-deep); font-size: 1.05rem; }
.phone-card small { margin-top: auto; padding-top: 1.3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.activation-note { margin-top: 1.5rem; padding: 1.25rem 1.4rem; border: 1px solid rgba(189,147,71,.35); background: rgba(189,147,71,.08); }
.activation-note strong { font: 500 1.25rem var(--serif); }
.activation-note p { margin: .5rem 0 0; color: var(--muted); }
.contact-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.contact-list li { padding: .8rem 0; border-top: 1px solid var(--line); }

.photo-feature { display: grid; grid-template-columns: 1.35fr .65fr; min-height: 620px; background: var(--ink); box-shadow: var(--shadow); }
.photo-feature figure { position: relative; margin: 0; min-height: 420px; }
.photo-feature figure img { width: 100%; height: 100%; object-fit: cover; }
.photo-feature figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .38rem .55rem; color: #fff; background: rgba(12,27,39,.74); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.photo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4rem); color: #fff; }
.photo-copy p { color: rgba(255,255,255,.7); }
.check-list { margin: 1.4rem 0 0; padding: 0; list-style: none; }
.check-list li { padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.18); }

.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.audience { padding: 1.5rem; border-top: 3px solid var(--gold); background: var(--white); box-shadow: 0 10px 30px rgba(20,37,54,.07); }
.audience h3 { font-size: 1.35rem; }
.audience p { margin-top: .7rem; color: var(--muted); font-size: .92rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.product { background: var(--white); box-shadow: 0 12px 40px rgba(20,37,54,.09); }
.product img { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.product-copy { padding: 1.7rem; }
.product-copy p { color: var(--muted); }
.product-code { display: block; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }

.process { counter-reset: steps; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { counter-increment: steps; min-height: 220px; padding: 1.3rem; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step::before { content: "0" counter(steps); display: block; margin-bottom: 2.7rem; color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.process-step strong { display: block; font: 500 1.35rem var(--serif); }
.process-step span { color: var(--muted); font-size: .9rem; }

.metric-band { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--aqua); }
.metric { padding: 2rem; border-right: 1px solid rgba(20,37,54,.14); }
.metric:last-child { border-right: 0; }
.metric strong { display: block; font: 500 clamp(1.6rem, 3vw, 2.6rem) var(--serif); }
.metric span { color: #526671; }

.reservation-section { scroll-margin-top: 78px; padding: clamp(4.5rem, 8vw, 8rem) 0; color: #fff; background: linear-gradient(135deg, #102638 0%, #15394a 62%, #1b4d56 100%); }
.reservation-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.reservation-copy { position: sticky; top: 120px; }
.reservation-copy h2 { max-width: 560px; }
.reservation-copy > p:not(.eyebrow) { max-width: 560px; margin-top: 1.4rem; color: rgba(255,255,255,.7); }
.booking-options { display: grid; gap: .65rem; margin-top: 2rem; }
.booking-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; border: 1px solid rgba(255,255,255,.18); color: #fff; background: rgba(255,255,255,.055); text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.booking-option:hover { transform: translateX(4px); border-color: var(--gold-light); background: rgba(255,255,255,.1); }
.booking-option span { color: rgba(255,255,255,.55); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.booking-option strong { font: 500 1.1rem var(--serif); }
.booking-option strong::after { content: " ↗"; color: var(--gold-light); }
.reservation-form { padding: clamp(1.4rem, 4vw, 2.5rem); color: var(--ink); background: var(--white); box-shadow: 0 28px 72px rgba(4,18,28,.28); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--gold); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-heading strong { color: var(--muted); font-size: .78rem; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field.full { grid-column: 1 / -1; }
.field > span { font-size: .78rem; font-weight: 800; letter-spacing: .05em; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; border: 1px solid rgba(20,37,54,.22); border-radius: 0; color: var(--ink); background: #fff; font: 400 1rem/1.35 var(--sans); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(111,168,163,.28); border-color: var(--aqua-deep); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #a83737; }
.form-error { min-height: 1.55rem; margin: .85rem 0 .35rem; color: #9c2929; font-size: .9rem; font-weight: 700; }
.reservation-submit { width: 100%; border: 0; cursor: pointer; font-family: var(--sans); }
.form-note { margin: .8rem 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

.cta-band { padding: 4rem 0; color: #fff; background: var(--ink); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { max-width: 740px; font-size: clamp(2rem, 4vw, 3.65rem); }
.cta-inner p { margin-top: .8rem; color: rgba(255,255,255,.65); }

.site-footer { color: rgba(255,255,255,.72); background: #0a1925; }
.footer-main { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 3rem; padding: 4rem 0 3rem; }
.footer-brand img { width: 210px; padding: .35rem .6rem; background: #fff; }
.footer-brand p { max-width: 440px; margin-top: 1.3rem; }
.footer-col h3 { margin-bottom: 1rem; color: #fff; font: 700 .75rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; margin: .5rem 0; text-decoration: none; }
.footer-col a:hover { color: var(--gold-light); }
.footer-social { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.15rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-col .footer-social a { margin: 0; padding: .38rem .55rem; border: 1px solid rgba(255,255,255,.18); color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.footer-col .footer-social a:hover { border-color: var(--gold-light); color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0 1.8rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    padding: 1.25rem 1rem 1.6rem;
    flex-direction: column;
    align-items: stretch;
    background: #122433;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .45rem 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-links .nav-cta { text-align: center; }
  .division-grid { grid-template-columns: 1fr 1fr; }
  .division-card:last-child { grid-column: 1 / -1; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .pillar:nth-child(2) { border-right: 0; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .gateway-hero { grid-template-columns: 1fr; }
  .gateway-visual { min-height: 600px; }
  .gateway-seal { left: 50%; top: -48px; transform: translateX(-50%) rotate(-8deg); }
  .enterprise-row { grid-template-columns: 1fr 1fr; }
  .enterprise-link:nth-child(2) { border-right: 0; }
  .enterprise-link:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .future-preview, .home-lodge-grid, .kitchen-hero, .leadership-hero, .reservation-shell { grid-template-columns: 1fr; }
  .home-room-stack { min-height: 560px; }
  .reservation-copy { position: static; }
  .kitchen-poster, .ceo-portrait { min-height: 620px; }
  .activity-grid, .governance-grid, .email-grid { grid-template-columns: 1fr 1fr; }
  .roadmap-band { grid-template-columns: 1fr 1fr; }
  .roadmap-step:nth-child(2) { border-right: 0; }
  .roadmap-step:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .operating-hero { grid-template-columns: 1fr; }
  .operating-gallery { min-height: 620px; }
  .operating-index-head, .brief-heading, .portfolio-heading, .solutions-page-grid { grid-template-columns: 1fr; }
  .operating-service-grid, .brief-grid, .solution-detail-grid { grid-template-columns: 1fr; }
  .operating-service { min-height: 320px; }
  .brief-card { min-height: auto; }
  .delivery-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .brand img { width: 142px; height: 48px; }
  .nav-shell { min-height: 68px; }
  .nav-links { top: 68px; }
  .hero, .page-hero { min-height: 660px; }
  .hero::before { background: linear-gradient(0deg, rgba(11,26,39,.94) 0%, rgba(11,26,39,.63) 70%, rgba(11,26,39,.35)); }
  .hero-inner { padding-bottom: 4rem; }
  .hero-note { display: none; }
  .intro-grid, .division-grid, .service-grid, .product-grid, .photo-feature, .concept-grid, .footer-main { grid-template-columns: 1fr; }
  .division-card, .division-card:last-child { grid-column: auto; min-height: 430px; }
  .pillar-grid, .audience-grid, .metric-band { grid-template-columns: 1fr; }
  .pillar, .pillar + .pillar, .metric { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .metric { padding-left: 1.5rem; border-color: rgba(20,37,54,.14); }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(3) { border-right: 1px solid var(--line); }
  .process-step:nth-child(even) { border-right: 0; }
  .process-step { border-bottom: 1px solid var(--line); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .form-heading, .booking-option { align-items: flex-start; flex-direction: column; }
  .gateway-story { padding: 5rem 1rem 6rem; }
  .gateway-story h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .gateway-visual { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 230px 230px; min-height: auto; }
  .gateway-tile:first-child { grid-row: auto; grid-column: 1 / 3; }
  .gateway-tile:last-of-type { grid-column: 1 / 3; }
  .gateway-seal { display: none; }
  .home-room-stack { min-height: 440px; }
  .home-room-main { inset: 0 4% 18% 0; }
  .home-room-inset { width: 58%; height: 42%; }
  .enterprise-row, .future-list, .menu-layout, .member-grid, .activity-grid, .governance-grid, .roadmap-band, .email-grid { grid-template-columns: 1fr; }
  .enterprise-link, .enterprise-link:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .photo-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 280px 280px; }
  .photo-mosaic figure:first-child { grid-row: auto; grid-column: 1 / 3; }
  .photo-mosaic figure:nth-child(2) { grid-column: 1 / 3; }
  .kitchen-story, .leadership-story { padding: 5rem 1rem; }
  .kitchen-poster { min-height: 520px; }
  .menu-poster-layout { grid-template-columns: 1fr; }
  .member-card { grid-template-columns: 80px 1fr; }
  .member-photo, .member-monogram { width: 80px; height: 80px; }
  .activity-heading { align-items: flex-start; flex-direction: column; }
  .roadmap-step, .roadmap-step:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .operating-story { padding: 5rem 1rem 5.5rem; }
  .operating-story h1 { font-size: clamp(3rem, 14.5vw, 4.8rem); }
  .operating-gallery { grid-template-columns: 1fr; grid-template-rows: 360px 270px 270px; min-height: auto; padding: 8px; gap: 8px; }
  .operating-gallery-main { grid-column: auto; grid-row: auto; }
  .operating-gallery .gateway-seal { display: none; }
  .operating-index-head { gap: .5rem; }
  .operating-service { min-height: 300px; }
  .operating-service strong { margin-top: 3rem; }
  .brief-source { flex-direction: column; }
  .brief-source div { min-width: 0; }
  .portfolio-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .portfolio-card, .portfolio-lodge, .portfolio-card:nth-child(2) { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .department-contact-strip, .phone-grid, .transport-gallery { grid-template-columns: 1fr; }
  .department-contact-strip { gap: 1px; }
  .delivery-steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Nature-led homepage and the publications journal. */
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.nav-links a { font-size: .875rem; letter-spacing: .035em; }
.brand { flex-shrink: 0; }
.home-page .operating-hero { display: block; min-height: 0; padding-bottom: clamp(2rem, 5vw, 5rem); }
.home-page .operating-story { width: min(1280px, calc(100% - 3rem)); margin: auto; padding: clamp(3rem, 6vw, 6rem) 0 3.5rem; display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 4rem; align-items: center; overflow: visible; }
.home-page .operating-story::before { display: none; }
.home-page .operating-kicker { font-size: .875rem; letter-spacing: .1em; }
.home-page .operating-story h1 { margin: 1.5rem 0 0; font-size: clamp(2.6rem, 5.6vw, 5.5rem); line-height: 1.07; overflow-wrap: anywhere; }
.home-page .operating-story .lead { max-width: 760px; color: #d6e1e6; font-size: 1.125rem; }
.home-page .identity-line span { font-size: .875rem; letter-spacing: .025em; }
.hero-identity { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.hero-identity-note { margin: 0; color: #d6e1e6; text-align: center; font-size: .9375rem; }
.hero-identity-note strong { color: #fff; font-weight: 500; }
.home-page .gateway-seal { position: static; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .75rem; width: 220px; height: auto; min-height: 220px; aspect-ratio: 1; flex-shrink: 0; padding: 1.8rem; transform: none; color: #102433; background: #e1c98f; border: 1px solid #f7e6b9; box-shadow: 0 0 0 9px #102433, 0 0 0 10px #a28650; text-transform: none; letter-spacing: 0; }
.home-page .gateway-seal span { font-size: 1rem; line-height: 1.4; font-weight: 600; }
.home-page .gateway-seal strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1.12; }
.home-page .operating-gallery { width: min(1280px, calc(100% - 3rem)); margin: auto; min-height: 0; display: grid; grid-template-columns: 1.17fr 1fr; grid-template-rows: auto auto; gap: 1.25rem; padding: 0; overflow: visible; background: none; }
.home-page .operating-gallery a { display: flex; flex-direction: column; border-radius: 6px; background: #173144; box-shadow: none; text-decoration: none; }
.home-page .operating-gallery-main { grid-column: 1; grid-row: 1 / 3; }
.home-page .operating-gallery-room { grid-column: 2; grid-row: 1; }
.home-page .operating-gallery-logistics { grid-column: 2; grid-row: 2; }
.home-page .operating-gallery img { display: block; width: 100%; height: auto; object-fit: contain; transform: none; transition: none; }
.home-page .operating-gallery-main img { flex: 1; min-height: 0; }
.home-page .operating-gallery a::after { display: none; }
.home-page .visual-label { position: static; flex-shrink: 0; display: block; padding: 1rem 1.2rem; border: 0; border-top: 1px solid #355163; border-radius: 0; color: #fff; background: #173144; backdrop-filter: none; font-size: .875rem; font-weight: 600; text-transform: none; letter-spacing: .015em; }
.home-page .operating-gallery a:hover .visual-label { background: #234357; }
.home-page .portfolio-grid { grid-template-rows: auto; align-items: stretch; gap: 1.5rem; }
.home-page .portfolio-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; aspect-ratio: auto; border-radius: 6px; border: 1px solid var(--line); color: var(--ink); background: #fff; box-shadow: none; }
.home-page .portfolio-card img { width: 100%; height: 100%; max-height: 370px; min-height: 280px; object-fit: contain; background: #102433; transform: none; }
.home-page .portfolio-card::after { display: none; }
.home-page .portfolio-card > div { position: static; padding: 1.5rem; }
.home-page .portfolio-card small { color: #806021; font-size: .875rem; letter-spacing: .025em; }
.home-page .portfolio-card h3 { font-size: clamp(1.5rem, 2vw, 2rem); margin: .75rem 0; }
.home-page .portfolio-card p { color: #516371; font-size: 1rem; }
.home-page .portfolio-card:hover { border-color: #a6864d; }
.home-page .photo-feature figure img { object-fit: contain; background: #102433; }
.institutional-section { background: #fff; }
.institutional-heading { max-width: 880px; }
.institutional-heading > p:last-child { max-width: 700px; color: #516371; font-size: 1.125rem; margin: 1.5rem 0 0; }
.institutional-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; margin-top: 3rem; }
.institutional-grid article { padding-top: 1.5rem; border-top: 2px solid var(--gold); }
.institutional-grid article > span { font-size: .875rem; color: #72551f; }
.institutional-grid h3 { margin: 1.5rem 0 .75rem; }
.institutional-grid p { color: #516371; }
.institutional-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; margin-top: 2rem; }
.publication-band { padding: 4rem 0; background: #e2efed; border-top: 1px solid var(--line); }
.publication-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 3rem; }
.publication-band-inner > div { max-width: 760px; }
.publication-band-inner h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.publication-band-inner p { max-width: 650px; }
.publication-band .button { flex-shrink: 0; }
.publication-hero { padding: clamp(4rem, 7vw, 7rem) 0 3rem; background: #102433; color: #fff; }
.publication-hero h1 { max-width: 900px; font-size: clamp(3rem, 7vw, 6.5rem); line-height: 1.06; }
.publication-hero .lead { max-width: 750px; color: #d6e1e6; margin: 1.8rem 0 2.5rem; font-size: 1.125rem; }
.publication-hero .eyebrow { color: var(--gold-light); }
.publication-jumps { display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding-top: 1.5rem; border-top: 1px solid #36505f; }
.publication-jumps a { font-size: .9375rem; text-underline-offset: 5px; }
.publication-spotlight { display: grid; grid-template-columns: .65fr 1.35fr; gap: 3rem; padding: clamp(1.5rem, 4vw, 4rem); background: #e2efed; color: var(--ink); text-decoration: none; border-left: 4px solid var(--gold); }
.publication-spotlight h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.publication-spotlight p { max-width: 650px; }
.publication-date, .publication-type { font-size: .875rem; color: #72551f; }
.publication-library { padding-top: 0; }
.publication-list { border-top: 1px solid var(--line); }
.publication-entry { display: grid; grid-template-columns: 50px minmax(0, 1fr) 210px; gap: 2rem; align-items: center; padding: 2.2rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.publication-entry:hover h3, .publication-spotlight:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.publication-number { color: #856729; font-size: 1.1rem; }
.publication-entry p { max-width: 740px; margin: .6rem 0; color: #516371; }
.publication-entry .publication-type { color: #72551f; }
.publication-action { font-size: .9375rem; font-weight: 700; }
.publication-planned-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.publication-planned { padding: 2rem; border: 1px solid var(--line); background: #fff; }
.publication-planned h3 { margin: 1rem 0; }
.publication-planned > p:last-child { color: #516371; }
.publications-page section[id] { scroll-margin-top: 100px; }
@media (max-width: 1400px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; padding: 1.25rem max(1rem, calc((100vw - 1280px) / 2)); flex-direction: column; align-items: stretch; background: #122433; max-height: calc(100dvh - 78px); overflow-y: auto; border-top: 1px solid #36505f; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .5rem 0; }
  .nav-links a[aria-current="page"]::after { display: none; }
  .nav-links .nav-cta { text-align: center; }
}
@media (max-width: 980px) {
  .home-page .operating-story { grid-template-columns: minmax(0, 1fr) 210px; gap: 2rem; }
  .home-page .gateway-seal { width: 190px; min-height: 190px; padding: 1.4rem; }
  .home-page .gateway-seal strong { font-size: 1.8rem; }
  .home-page .portfolio-card { grid-template-columns: 1fr; }
  .home-page .portfolio-card img { height: 320px; max-height: none; min-height: 0; }
  .institutional-grid { gap: 1.5rem; }
  .publication-entry { grid-template-columns: 35px minmax(0, 1fr); gap: 1rem; }
  .publication-entry > .publication-action { grid-column: 2; }
}
@media (max-width: 700px) {
  .nav-links { top: 68px; max-height: calc(100dvh - 68px); }
  .home-page .operating-story { width: calc(100% - 2rem); display: flex; gap: 2.5rem; padding: 3rem 0; }
  .home-page .operating-story h1 { font-size: clamp(2.3rem, 9vw, 3.8rem); }
  .home-page .operating-kicker { align-items: flex-start; font-size: .875rem; letter-spacing: .04em; }
  .home-page .operating-kicker::before { display: none; }
  .hero-identity { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 2rem; padding: 1rem 0; }
  .home-page .gateway-seal { display: flex; }
  .home-page .operating-gallery { width: calc(100% - 2rem); grid-template-columns: 1fr; grid-template-rows: auto; gap: 1.25rem; }
  .home-page .operating-gallery a { grid-column: auto; grid-row: auto; }
  .home-page .operating-gallery-main img { flex: none; height: auto; }
  .home-page .visual-label { font-size: .875rem; padding: .9rem 1rem; }
  .home-page .portfolio-grid { grid-template-columns: 1fr; }
  .home-page .portfolio-card { aspect-ratio: auto; }
  .home-page .portfolio-card img { height: auto; max-height: 420px; }
  .institutional-grid, .publication-spotlight, .publication-planned-grid { grid-template-columns: 1fr; }
  .publication-spotlight { gap: 1rem; }
  .publication-band-inner { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .publication-entry { grid-template-columns: 1fr; }
  .publication-entry > .publication-action { grid-column: 1; }
}

/* Clear desktop navigation, a native business disclosure and persistent mobile actions. */
.site-header .nav-shell { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(.75rem, 1.8vw, 1.75rem); min-height: 82px; }
.site-header .nav-links { position: static; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: clamp(.8rem, 1.5vw, 1.6rem); padding: 0; max-height: none; overflow: visible; border: 0; background: transparent; }
.site-header .nav-links > a, .nav-businesses > summary { display: inline-flex; align-items: center; min-height: 44px; padding: .6rem 0; color: #e0e8ed; font: 600 .9375rem/1.4 var(--sans); letter-spacing: 0; text-transform: none; white-space: nowrap; text-decoration: none; }
.site-header .nav-links > a:hover, .nav-businesses > summary:hover, .nav-businesses[open] > summary { color: #fff; }
.site-header .nav-links > a[aria-current="page"], .nav-businesses.is-current > summary { color: var(--gold-light); }
.site-header .nav-links > a[aria-current="page"]::after { display: block; bottom: 0; }
.nav-businesses { position: relative; }
.nav-businesses > summary { cursor: pointer; list-style: none; gap: .6rem; }
.nav-businesses > summary::-webkit-details-marker { display: none; }
.nav-chevron { width: .45rem; height: .45rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); flex-shrink: 0; }
.nav-businesses[open] .nav-chevron { transform: translateY(2px) rotate(225deg); }
.nav-businesses > summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.business-dropdown { position: absolute; z-index: 60; top: calc(100% + .7rem); left: 50%; transform: translateX(-50%); width: 340px; max-width: calc(100vw - 2rem); padding: .5rem; border: 1px solid #c8d3d8; border-top: 3px solid var(--gold); border-radius: 6px; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.22); }
.nav-businesses:not([open]) > .business-dropdown { display: none; }
.site-header .business-dropdown a { display: block; padding: .9rem 1rem; color: var(--ink); border-radius: 3px; font-size: 1rem; letter-spacing: 0; text-transform: none; white-space: normal; }
.site-header .business-dropdown a + a { border-top: 1px solid #e4e9ec; }
.site-header .business-dropdown a strong { display: block; font-size: 1rem; font-weight: 650; }
.site-header .business-dropdown a span { display: block; margin-top: .2rem; color: #526573; font-size: .875rem; font-weight: 400; line-height: 1.5; }
.site-header .business-dropdown a:hover, .site-header .business-dropdown a[aria-current="page"] { background: #e2efed; color: var(--ink); }
.site-header .business-dropdown a[aria-current="page"]::after { display: none; }
.header-actions { display: flex; align-items: center; gap: .65rem; }
.header-actions a { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: .6rem .85rem; border-radius: 4px; font-size: .9375rem; font-weight: 650; line-height: 1.4; white-space: nowrap; text-decoration: none; }
.header-contact { background: var(--gold-light); color: #102433; border: 1px solid var(--gold-light); }
.header-contact:hover { background: #f0dcab; }
.header-contact[aria-current="page"] { outline: 1px solid #f0dcab; outline-offset: 3px; }
.header-actions .lang-switch { color: #fff; min-width: 44px; padding: .6rem .55rem; border: 1px solid #71818e; }
.header-actions .lang-switch:hover { background: #284255; }
.site-header .nav-toggle { display: none; width: auto; min-width: 58px; height: 44px; padding: .5rem .65rem; border-radius: 4px; font-size: .9375rem; }
.company-navigation { padding: .65rem 0; background: #e2efed; border-bottom: 1px solid var(--line); }
.company-navigation > div { display: flex; flex-wrap: wrap; gap: .35rem 1.5rem; }
.company-navigation a { display: inline-flex; align-items: center; min-height: 44px; color: #284457; font-size: .9375rem; text-decoration: none; }
.company-navigation a:hover, .company-navigation a[aria-current="page"] { color: #102433; text-decoration: underline; text-underline-offset: 5px; }
.home-booking-link { display: inline-flex; align-items: center; gap: .6rem; align-self: flex-start; min-height: 44px; color: #e1c98f; font-size: 1rem; text-underline-offset: 5px; }
.text-link { color: inherit; }
.institutional-links .text-link { color: #284457; font-size: .9375rem; letter-spacing: .025em; text-underline-offset: 5px; }
.institutional-links .text-link:hover { text-decoration: underline; }
[id] { scroll-margin-top: 105px; }
@media (min-width: 64rem) and (max-width: 75rem) {
  .site-header .brand img { width: 142px; }
  .site-header .nav-shell { gap: .75rem; }
  .site-header .nav-links { gap: .8rem; }
  .site-header .nav-links > a, .nav-businesses > summary { font-size: .875rem; }
}
@media (max-width: 63.999rem) {
  .site-header .nav-shell { grid-template-columns: minmax(0, 1fr) auto; gap: .5rem; min-height: 74px; }
  .site-header .brand { justify-self: start; min-width: 0; }
  .site-header .brand img { width: 140px; height: 50px; }
  .site-header .nav-links { grid-column: 1 / -1; grid-row: 2; flex-direction: column; align-items: stretch; gap: 0; padding: .8rem 1rem 1.25rem; background: #122433; }
  .nav-ready .site-header .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 85px); overflow-y: auto; border-top: 1px solid #405461; box-shadow: 0 12px 25px rgba(0,0,0,.16); }
  .nav-ready .site-header .nav-links.open { display: flex; }
  .nav-ready .site-header .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-header .nav-links > a, .nav-businesses > summary { display: flex; width: 100%; padding: .8rem .5rem; font-size: 1rem; }
  .nav-businesses > summary { justify-content: space-between; }
  .site-header .nav-links > a[aria-current="page"]::after { display: none; }
  .site-header .nav-links > a[aria-current="page"] { border-left: 3px solid var(--gold); padding-left: .8rem; background: #1e394c; }
  .business-dropdown { position: static; width: 100%; max-width: none; transform: none; box-shadow: none; margin: .25rem 0 .75rem; }
  .header-actions { gap: .5rem; }
  .header-actions a { font-size: .875rem; padding: .6rem .7rem; }
  .site-header .nav-toggle { font-size: .875rem; }
}
@media (max-width: 420px) {
  .site-header .nav-shell { width: calc(100% - 1.25rem); }
  .site-header .brand img { width: 82px; height: 50px; padding: .15rem; }
  .header-actions { gap: .35rem; }
  .header-actions a { padding: .6rem .5rem; }
  .header-actions .lang-switch { min-width: 36px; }
  .site-header .nav-toggle { min-width: 52px; padding: .5rem; }
}

/* Operating food production: natural photography and an explicit regional growth path. */
.agri-hero { padding: clamp(3rem, 6vw, 6rem) 0; color: #fff; background: #102433; }
.agri-hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.agri-intro .eyebrow { color: var(--gold-light); font-size: .875rem; }
.agri-intro h1 { font-size: clamp(3rem, 5.5vw, 5.5rem); line-height: 1.06; }
.agri-intro .lead { margin: 1.5rem 0 2rem; color: #d6e1e6; font-size: 1.125rem; }
.agri-hero-photo, .crop-gallery figure, .poultry-feature figure { margin: 0; overflow: hidden; border-radius: 6px; }
.agri-hero-photo { background: #183446; border: 1px solid #345263; }
.agri-hero-photo img { width: 100%; height: auto; }
.agri-hero-photo figcaption { padding: .9rem 1rem; font-size: .875rem; color: #d6e1e6; }
.agri-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-bottom: 2.5rem; }
.agri-section-heading p { margin-top: 0; }
.agri-section-heading > div:last-child { color: #526573; font-size: 1.0625rem; }
.crop-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.crop-gallery figure { background: #102433; display: flex; flex-direction: column; }
.crop-gallery img { display: block; width: 100%; height: 560px; object-fit: contain; }
.crop-gallery figcaption { padding: 1rem 1.25rem; background: #fff; border: 1px solid var(--line); color: #526573; font-size: .875rem; }
.poultry-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }
.poultry-feature img { width: 100%; height: auto; }
.poultry-feature figcaption { padding: .9rem 1rem; background: #fff; color: #526573; font-size: .875rem; line-height: 1.6; }
.poultry-feature p { color: #526573; margin: 1.3rem 0; }
.poultry-feature .eyebrow { color: #72551f; font-size: .875rem; }
.poultry-feature .text-link { display: inline-flex; min-height: 44px; align-items: center; color: #284457; font-size: .9375rem; }
.regional-teaser { padding: clamp(3rem, 6vw, 5rem) 0; background: #e2efed; }
.regional-teaser h2 { max-width: 860px; }
.regional-teaser p:not(.eyebrow) { max-width: 850px; color: #526573; font-size: 1.125rem; margin: 1.5rem 0; }
.regional-teaser .text-link { color: #284457; font-size: .9375rem; display: inline-flex; align-items: center; min-height: 44px; }
.regional-strategy { background: #102433; color: #fff; }
.regional-strategy .eyebrow { color: #e1c98f; }
.regional-strategy .agri-section-heading > div:last-child { color: #d6e1e6; }
.regional-roadmap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: #395364; border: 1px solid #395364; }
.regional-roadmap article { padding: 1.75rem; background: #173144; }
.regional-roadmap span { color: #e1c98f; font-size: .875rem; }
.regional-roadmap h3 { margin: 2rem 0 1rem; font-size: 1.65rem; }
.regional-roadmap p { color: #d6e1e6; margin-bottom: 0; }
.strategy-note { font-size: .875rem; color: #d6e1e6; margin: 1.5rem 0 0; }
.activity-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: .5rem; font-size: .9375rem; color: #284457; text-underline-offset: 4px; }
.stock-note { display: block; margin-top: .75rem; color: #687581; font-size: .8125rem; }
.status { font-size: .875rem; line-height: 1.5; letter-spacing: .015em; text-transform: none; max-width: 100%; }
.status::before { flex-shrink: 0; }
.business-dropdown { max-height: calc(100dvh - 115px); overflow-y: auto; }
.phone-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 63.999rem) { .business-dropdown { max-height: none; overflow-y: visible; } }
@media (max-width: 980px) {
  .agri-hero-grid, .poultry-feature { grid-template-columns: 1fr; }
  .agri-intro { max-width: 800px; }
  .agri-section-heading { gap: 2rem; }
  .regional-roadmap { grid-template-columns: 1fr 1fr; }
  .crop-gallery img { height: 440px; }
}
@media (max-width: 700px) {
  .agri-section-heading, .crop-gallery, .regional-roadmap, .phone-grid { grid-template-columns: 1fr; }
  .agri-intro h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
  .crop-gallery img { height: auto; }
  .agri-section-heading { gap: 1.5rem; }
  .regional-roadmap h3 { margin-top: 1rem; }
}

/* September 2026: operating evidence and regional leadership. */
.executive-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:2rem; }
.executive-card { background:#fff; border:1px solid var(--line); border-radius:6px; overflow:hidden; }
.executive-card > img { display:block; width:100%; height:380px; object-fit:contain; background:#f6f8f8; }
.executive-copy { padding:clamp(1.5rem,3vw,2.5rem); }
.executive-copy h3 { font-size:clamp(1.6rem,3vw,2.2rem); line-height:1.2; }
.executive-copy p { margin:1rem 0; }
.executive-role { color:#72551f; font-weight:700; }
.executive-mandate { border-top:1px solid var(--line); padding-top:1rem; }
.small-note { font-size:.875rem; line-height:1.6; color:#526573; }
.proof-strip { background:#edf5f3; padding:2.5rem 0; border-bottom:1px solid var(--line); }
.proof-strip-inner { display:grid; grid-template-columns:1.2fr 1fr; gap:3rem; align-items:center; }
.proof-strip h2 { font-size:clamp(1.6rem,3vw,2.4rem); }
.proof-strip p { margin:.8rem 0; }
.proof-links { display:grid; gap:.5rem; }
.proof-links a { display:block; padding:.8rem 0; font-weight:700; border-bottom:1px solid #cad8d6; }
.service-brief { background:#edf5f3; border-bottom:1px solid #cad8d6; }
.service-brief-inner { display:flex; justify-content:space-between; gap:2rem; padding-top:1.5rem; padding-bottom:1.5rem; align-items:center; }
.service-brief p { max-width:820px; margin:.5rem 0 0; color:#425966; }
.service-brief a { flex-shrink:0; padding:.7rem; border:1px solid #b5c7c4; border-radius:4px; }
.service-brief a span,.service-brief a b { display:block; }
.service-brief a span { font-size:.875rem; }
.guest-feedback { background:#f4f7f7; }
.review-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.5rem; }
.review-card { padding:clamp(1.5rem,3vw,2.5rem); background:#fff; border:1px solid #d7e2e3; border-top:4px solid #b79b5b; border-radius:6px; }
.review-card p { margin:.9rem 0; }
.review-card .review-score { font-family:var(--serif); font-size:4rem; line-height:1.1; color:#173144; }
.review-score span { font-family:var(--sans); font-size:1.25rem; }
.review-card .eyebrow { color:#72551f; font-size:.875rem; letter-spacing:.04em; }
.location-panel { display:flex; gap:2rem; align-items:center; flex-wrap:wrap; padding-top:2rem; }
.location-panel > div { flex:1 1 300px; }
.location-panel p { margin-top:.7rem; }
.poultry-feature figure { max-width:480px; justify-self:center; }
.poultry-feature figure img { display:block; width:100%; height:auto; }
.footer-col .footer-social a { font-size:.875rem; min-height:44px; display:inline-flex; align-items:center; }
@media(max-width:48rem) {
 .executive-grid,.review-grid,.proof-strip-inner { grid-template-columns:1fr; }
 .executive-card > img { height:340px; }
 .service-brief-inner { flex-direction:column; align-items:flex-start; gap:1rem; }
}
