:root {
  --ink: #17130f;
  --ink-2: #2b241d;
  --honey: #f6c700;
  --honey-soft: #fbe88a;
  --paper: #f7f4ed;
  --paper-2: #eee9df;
  --white: #fffdf8;
  --moss: #425646;
  --sage: #ccd3bf;
  --active: #2f7a45;
  --active-soft: #e5f1e7;
  --muted: #746b61;
  --line: #d5cec1;
  --display: "Calistoga", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shadow: 0 24px 70px rgba(23, 19, 15, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(246, 199, 0, .07), transparent 25rem),
    var(--paper);
  font: 400 16px/1.6 var(--sans);
  overscroll-behavior: contain;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { touch-action: manipulation; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--honey); }
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 clamp(20px, 4vw, 64px);
  background: rgba(247, 244, 237, .9);
  border-bottom: 1px solid rgba(23, 19, 15, .12);
  backdrop-filter: blur(16px);
}
.brand { width: max-content; display: block; }
.brand img { width: 142px; height: 38px; object-fit: contain; object-position: left center; }
.desktop-nav {
  align-self: stretch;
  display: flex;
  align-items: stretch;
}
.desktop-nav a {
  position: relative;
  min-width: 86px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 15px;
  height: 3px;
  background: var(--honey);
  transform: scaleX(0);
  transition: transform .25s var(--ease);
}
.desktop-nav a:hover,
.desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { transform: scaleX(1); }
.desktop-nav .studio-nav-link {
  margin-left: 10px;
  color: var(--white);
  background: var(--ink);
}
.desktop-nav .studio-nav-link::after { right: 0; left: 0; }
.desktop-nav .studio-nav-link:hover,
.desktop-nav .studio-nav-link.active { color: var(--ink); background: var(--honey); }
.company-switcher {
  justify-self: end;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 8px 4px 4px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.company-switcher:hover { background: var(--paper-2); }
.company-monogram {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--honey);
  font-size: 12px;
  font-weight: 700;
}
.company-copy { display: grid; line-height: 1.28; }
.company-copy strong { font-size: 13px; }
.company-copy small { color: var(--muted); font-size: 11px; }
.company-switcher [data-icon] svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mobile-nav { display: none; }

main { min-height: calc(100dvh - 76px); }
.shell { width: min(100% - 48px, 1220px); margin-inline: auto; padding: 72px 0 110px; }
.shell-wide { width: min(100% - 48px, 1430px); margin-inline: auto; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.section-heading h2 {
  max-width: 700px;
  margin: 0;
  font: 400 clamp(36px, 5vw, 63px)/1 var(--display);
  letter-spacing: -.035em;
}
.section-heading > p { max-width: 380px; margin: 0; color: var(--muted); }
.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
}
.text-link svg,
.btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  transition: transform .2s var(--ease);
}
.text-link:hover svg,
.btn:hover svg { transform: translateX(3px); }
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 19px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: var(--ink);
  background: var(--honey);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s, color .2s, transform .2s;
}
.btn:hover { background: #ffd827; }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-dark:hover { background: var(--ink-2); }
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  font-size: 12px;
  font-weight: 700;
}
.status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #568d5d;
  box-shadow: 0 0 0 4px rgba(86, 141, 93, .13);
}
.status-active {
  padding: 7px 10px;
  color: #205d35;
  background: var(--active-soft);
  border: 1px solid rgba(47, 122, 69, .22);
  border-radius: 99px;
}
.status-active i { background: var(--active); box-shadow: 0 0 0 4px rgba(47, 122, 69, .13); }
.person { display: flex; align-items: center; gap: 12px; }
.person-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--honey);
  font-weight: 700;
}
.person > span:last-child { display: grid; }
.person small { color: var(--muted); font-size: 12px; }

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

.editorial-hero { padding: clamp(48px, 7vw, 94px) 0 0; }
.hero-intro {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 2fr);
  gap: clamp(30px, 6vw, 100px);
  align-items: start;
  margin-bottom: 42px;
}
.folio {
  margin: 35px 0 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}
.hero-intro h1 {
  max-width: 1050px;
  margin: 0;
  font: 400 clamp(56px, 8.2vw, 124px)/.9 var(--display);
  letter-spacing: -.055em;
}
.hero-lede {
  display: grid;
  grid-template-columns: minmax(240px, 500px) auto;
  gap: 28px;
  align-items: end;
  margin-top: 34px;
}
.hero-lede p { margin: 0; color: var(--muted); font-size: 18px; }
.hero-landscape {
  position: relative;
  min-height: clamp(560px, 69vw, 790px);
  overflow: hidden;
  background: var(--moss);
}
.hero-landscape > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center 55%;
  filter: saturate(.88) contrast(1.03);
}
.hero-landscape::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(23, 19, 15, .36));
}
.photo-credit {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  color: var(--white);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hive-ticket {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: clamp(18px, 4vw, 54px);
  z-index: 3;
  width: min(370px, calc(100% - 36px));
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.ticket-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  color: var(--white);
  background: var(--active);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ticket-status span { width: 7px; height: 7px; border-radius: 50%; background: #bfe0c7; }
.ticket-date { margin: 0; padding: 20px 22px 0; color: #b9afa6; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ticket-date strong { color: var(--white); font-size: 13px; }
.ticket-main { padding: 15px 22px 24px; }
.ticket-main .eyebrow { color: #aaa096; }
.ticket-main h2 { margin: 0 0 22px; font: 400 42px/1 var(--display); }
.ticket-main dl { margin: 0; border-top: 1px solid rgba(255,255,255,.14); }
.ticket-main dl div { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.ticket-main dt { color: #aaa096; }
.ticket-main dd { margin: 0; font-weight: 700; text-align: right; }
.hive-ticket > a {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 22px;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.hive-ticket > a svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.home-flow { padding-top: 120px; }
.field-note {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
  margin-bottom: 130px;
}
.field-note-photo { position: relative; min-height: 660px; overflow: hidden; }
.field-note-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.field-note-photo > span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 15px;
  color: var(--white);
  background: var(--ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.field-note-copy { padding-top: 92px; }
.field-note-copy h2 {
  margin: 0 0 28px;
  font: 400 clamp(42px, 5.4vw, 72px)/1.02 var(--display);
  letter-spacing: -.04em;
}
.field-note-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.field-note-copy .person { margin: 30px 0; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.map-story {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  min-height: 650px;
  margin-bottom: 130px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}
.map-story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(35px, 6vw, 80px); }
.map-story-copy .eyebrow { color: var(--honey); }
.map-story-copy h2 { margin: 0 0 22px; font: 400 clamp(45px, 6vw, 76px)/.96 var(--display); letter-spacing: -.04em; }
.map-story-copy p:not(.eyebrow) { max-width: 480px; color: #beb5ab; }
.map-story-copy .btn { margin-top: 24px; }
.map-story-canvas { position: relative; min-height: 560px; overflow: hidden; }
.map-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 700;
  display: grid;
  padding: 13px 17px;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
  pointer-events: none;
}
.map-caption span { color: var(--muted); font-size: 10px; letter-spacing: .1em; }
.leaflet-map { position: absolute; inset: 0; width: 100%; height: 100%; background: var(--sage); }
.leaflet-container { font-family: var(--sans); }
.leaflet-control-attribution { color: #514a43; font-size: 10px; }
.leaflet-control-attribution a { color: #253b2e; }
.leaflet-tooltip {
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  font-size: 11px;
  font-weight: 700;
}
.leaflet-tooltip-top::before { border-top-color: var(--ink); }
.mellonia-map-marker {
  display: grid;
  place-items: center;
  border: 5px solid var(--honey);
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 8px 24px rgba(23, 19, 15, .32), 0 0 0 9px rgba(246, 199, 0, .2);
}
.mellonia-map-marker span { font-size: 12px; font-weight: 700; }
.map-load-fallback {
  position: absolute;
  inset: 0;
  z-index: 720;
  display: none;
  place-content: center;
  padding: 30px;
  color: var(--ink);
  background: var(--sage);
  text-align: center;
}
.map-load-fallback p { margin: 0 0 8px; font-weight: 700; }
.map-load-fallback a { text-underline-offset: 4px; }
.map-unavailable .map-load-fallback { display: grid; }

.photo-notes { margin-bottom: 130px; }
.photo-notes-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: 340px 340px;
  gap: 18px;
}
.photo-note { position: relative; display: block; overflow: hidden; color: var(--white); }
.photo-note-tall { grid-row: 1 / 3; }
.photo-note::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(23, 19, 15, .72)); }
.photo-note img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.photo-note:hover img { transform: scale(1.03); }
.photo-note > span { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 2; display: grid; font: 400 25px/1.05 var(--display); }
.photo-note small { margin-bottom: 6px; font: 700 10px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.event-card {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  min-height: 480px;
  background: var(--honey);
  overflow: hidden;
}
.event-card > img { width: 100%; height: 100%; object-fit: cover; }
.event-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(32px, 6vw, 78px); }
.event-card h2 { margin: 0 0 16px; font: 400 clamp(43px, 6vw, 76px)/.96 var(--display); letter-spacing: -.04em; }
.event-card p:not(.eyebrow) { max-width: 540px; }
.event-card .btn { margin-top: 22px; color: var(--white); background: var(--ink); }

.page-head {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: end;
  padding-top: clamp(45px, 7vw, 90px);
  padding-bottom: 38px;
}
.page-head h1,
.journal-head h1,
.visit-head h1 {
  max-width: 920px;
  margin: 0;
  font: 400 clamp(52px, 7.7vw, 108px)/.91 var(--display);
  letter-spacing: -.05em;
}
.privacy-note { display: flex; gap: 14px; padding-bottom: 10px; color: var(--muted); }
.privacy-note svg { flex: 0 0 22px; width: 22px; fill: none; stroke: var(--moss); stroke-width: 1.7; }
.privacy-note p { margin: 0; font-size: 13px; }
.map-stage {
  min-height: calc(100dvh - 300px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  border-top: 1px solid var(--line);
}
.map-canvas { position: relative; min-height: 650px; overflow: hidden; background: var(--sage); }
.map-controls { position: absolute; top: 22px; left: 22px; z-index: 700; display: grid; gap: 8px; }
.icon-button,
.map-panel-close {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(23, 19, 15, .1);
}
.icon-button:hover,
.map-panel-close:hover { background: var(--honey); }
.icon-button svg,
.map-panel-close svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.map-instruction {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 700;
  margin: 0;
  padding: 10px 13px;
  background: rgba(255,253,248,.9);
  font-size: 11px;
  font-weight: 700;
}
.map-panel { position: relative; display: flex; flex-direction: column; background: var(--white); border-left: 1px solid var(--line); }
.map-panel > img { width: 100%; height: 245px; object-fit: cover; }
.map-panel-close { display: none; }
.map-panel-body { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.map-panel-number { margin: 22px 0 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.map-panel-body h2 { margin: 2px 0 5px; font: 400 45px/1 var(--display); }
.map-panel-body > p:not(.map-panel-number) { margin: 0; color: var(--muted); }
.live-weather {
  margin-top: 24px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.live-weather > header { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.live-weather > header > div { display: flex; align-items: center; gap: 10px; }
.live-weather > header > div > svg { width: 23px; flex: 0 0 23px; fill: none; stroke: var(--moss); stroke-width: 1.7; }
.live-weather > header span { display: grid; line-height: 1.35; }
.live-weather > header strong { font-size: 12px; }
.live-weather > header small { color: var(--muted); font-size: 10px; }
.weather-refresh {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}
.weather-refresh:hover { background: var(--honey); }
.weather-refresh:disabled { cursor: wait; opacity: .6; }
.weather-refresh svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.live-weather[aria-busy="true"] .weather-refresh svg { animation: weather-spin 1s linear infinite; }
.weather-reading { display: flex; align-items: center; gap: 18px; margin-top: 17px; }
.weather-temperature { color: var(--ink); font: 400 52px/.85 var(--display); letter-spacing: -.05em; }
.weather-reading > span { display: grid; line-height: 1.4; }
.weather-reading > span > strong { font-size: 13px; }
.weather-reading > span > small { color: var(--muted); font-size: 9px; }
.live-weather dl { display: grid; grid-template-columns: 1fr 1fr; margin: 17px 0 10px; border-top: 1px solid var(--line); }
.live-weather dl div { display: flex; justify-content: space-between; gap: 8px; padding: 10px 0 0; font-size: 10px; }
.live-weather dl div:first-child { margin-right: 12px; padding-right: 12px; border-right: 1px solid var(--line); }
.live-weather dt { color: var(--muted); }
.live-weather dd { margin: 0; font-weight: 700; }
.live-weather > a { color: var(--muted); font-size: 9px; text-underline-offset: 3px; }
.live-weather.weather-error { border-color: #b16e60; }
@keyframes weather-spin { to { transform: rotate(360deg); } }
.location-list { margin: 26px 0; border-top: 1px solid var(--line); }
.location-list div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.location-list dt { color: var(--muted); }
.location-list dd { margin: 0; font-weight: 700; text-align: right; }
.map-panel-body .btn { margin-top: auto; }

.hive-profile-hero { position: relative; min-height: min(820px, calc(100dvh - 76px)); overflow: hidden; background: var(--moss); }
.hive-profile-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hive-profile-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,19,15,.38), transparent 65%); }
.hive-profile-card {
  position: absolute;
  left: clamp(24px, 7vw, 110px);
  bottom: clamp(24px, 7vw, 90px);
  z-index: 2;
  width: min(430px, calc(100% - 48px));
  padding: clamp(30px, 5vw, 55px);
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.hive-profile-card .eyebrow { color: var(--honey); }
.profile-number { color: var(--honey); font: 400 clamp(78px, 9vw, 130px)/.8 var(--display); letter-spacing: -.06em; }
.hive-profile-card h1 { margin: 28px 0 14px; font: 400 clamp(52px, 6vw, 78px)/.9 var(--display); letter-spacing: -.045em; }
.hive-profile-card > p:not(.eyebrow) { color: #c7bdb4; }
.hive-profile-card .status { margin-top: 22px; }
.hive-season { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 9vw, 120px); padding: 40px 0 90px; border-bottom: 1px solid var(--line); }
.hive-season h2 { margin: 0; font: 400 clamp(43px, 6vw, 76px)/.98 var(--display); letter-spacing: -.04em; }
.season-copy { padding-top: 33px; }
.season-copy > p { margin: 0; color: var(--muted); font-size: 17px; }
.season-scale { margin-top: 45px; }
.season-track { height: 3px; background: var(--line); }
.season-track span { display: block; position: relative; width: 68%; height: 100%; background: var(--moss); }
.season-track span::after { content: ""; position: absolute; top: 50%; right: 0; width: 16px; height: 16px; border: 4px solid var(--paper); border-radius: 50%; background: var(--honey); transform: translate(50%, -50%); }
.season-labels { display: flex; justify-content: space-between; margin-top: 13px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.season-labels strong { color: var(--ink); }
.hive-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.hive-facts div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid var(--line); }
.hive-facts div:first-child { padding-left: 0; }
.hive-facts div:last-child { border-right: 0; }
.hive-facts span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hive-facts strong { margin-top: 8px; font: 400 24px/1.1 var(--display); }
.hive-diptych { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; padding: 110px 0; }
.hive-diptych figure { margin: 0; }
.hive-diptych img { width: 100%; height: 610px; object-fit: cover; }
.hive-diptych figure:last-child { padding-top: 100px; }
.hive-diptych figure:last-child img { height: 440px; }
.hive-diptych figcaption,
.visit-hero figcaption,
.timeline-content figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.keeper-quote { max-width: 940px; margin: 0 auto; padding: 30px 0 40px; text-align: center; }
.keeper-quote blockquote { margin: 15px 0 35px; font: 400 clamp(40px, 6.2vw, 78px)/1.04 var(--display); letter-spacing: -.04em; }

.journal-page { max-width: 1120px; }
.journal-head { max-width: 1000px; padding-bottom: 72px; }
.journal-head > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 18px; }
.journal-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.journal-meta span,
.journal-meta strong { padding: 7px 12px; border: 1px solid var(--line); font-size: 11px; }
.timeline { position: relative; border-top: 1px solid var(--line); }
.timeline-line { position: absolute; top: 0; bottom: 0; left: calc(25% + 21px); width: 2px; background: var(--line); overflow: hidden; }
.timeline-progress { width: 100%; height: 0; background: var(--honey); }
.timeline-entry { min-height: 710px; display: grid; grid-template-columns: 25% 75%; padding-top: 100px; }
.timeline-entry > time { position: sticky; top: 115px; align-self: start; padding-right: 50px; text-align: right; }
.timeline-entry > time strong { display: block; font: 400 clamp(32px, 4vw, 49px)/1 var(--display); }
.timeline-entry > time span { color: var(--muted); font-size: 11px; }
.timeline-content { position: relative; padding: 0 0 100px 75px; }
.timeline-node { position: absolute; top: 7px; left: 21px; width: 19px; height: 19px; border: 5px solid var(--ink); border-radius: 50%; background: var(--paper); transform: translateX(-50%); }
.timeline-entry:first-of-type .timeline-node { border-color: var(--honey); background: var(--ink); }
.timeline-content h2 { max-width: 700px; margin: 0 0 14px; font: 400 clamp(40px, 5.7vw, 72px)/.98 var(--display); letter-spacing: -.04em; }
.timeline-content > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 17px; }
.timeline-content figure { max-width: 760px; margin: 30px 0 0; }
.timeline-content figure img { width: 100%; height: 390px; object-fit: cover; }
.timeline-content .btn { margin-top: 26px; }

.visit-head { padding-bottom: 50px; }
.back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  font-size: 12px;
}
.back-link svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.visit-head header { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.visit-summary { padding: 28px 0 8px 30px; border-left: 1px solid var(--line); }
.visit-summary p { margin: 16px 0 0; color: var(--muted); }
.visit-hero { width: min(100% - 48px, 1430px); margin: 0 auto; }
.visit-hero img { width: 100%; height: min(72dvh, 760px); object-fit: cover; object-position: center 45%; }
.visit-report { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 10vw, 140px); padding: 45px 0 120px; }
.report-aside { position: sticky; top: 115px; align-self: start; }
.report-aside dl { margin: 0; }
.report-aside dl div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.report-aside dt { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.report-aside dd { margin: 3px 0 0; font-weight: 700; }
.report-body { max-width: 720px; }
.report-body h2 { margin: 0 0 28px; font: 400 clamp(42px, 5.7vw, 69px)/1 var(--display); letter-spacing: -.04em; }
.report-body > p:not(.eyebrow) { color: var(--ink-2); font-size: 18px; line-height: 1.8; }
.observations { margin: 45px 0 30px; border-bottom: 1px solid var(--line); }
.observations > div { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid var(--line); }
.observations svg { width: 27px; fill: none; stroke: var(--moss); stroke-width: 1.6; }
.observations span { display: grid; }
.observations small { margin-top: 4px; color: var(--muted); }
.visit-gallery { padding-bottom: 20px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 300px 300px; gap: 12px; }
.gallery-grid button { position: relative; padding: 0; overflow: hidden; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-grid button:first-child { grid-row: 1 / 3; }
.gallery-grid button:nth-child(4) { grid-column: 2 / 4; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .7s var(--ease), opacity .2s; }
.gallery-grid button:hover img { opacity: 1; transform: scale(1.035); }
.gallery-grid button span { position: absolute; top: 12px; left: 12px; min-width: 34px; padding: 5px; color: var(--ink); background: var(--honey); font-size: 10px; font-weight: 700; }

.studio-page {
  width: min(100% - 48px, 1430px);
  margin: 0 auto;
  padding: clamp(52px, 7vw, 96px) 0 120px;
}
.studio-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}
.studio-masthead h1 {
  margin: 0;
  font: 400 clamp(62px, 9vw, 126px)/.84 var(--display);
  letter-spacing: -.06em;
}
.studio-masthead > div:first-child > p:last-child {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.studio-session {
  display: grid;
  grid-template-columns: 54px 1fr 9px;
  gap: 13px;
  align-items: center;
  padding: 18px 0 18px 22px;
  border-left: 1px solid var(--line);
}
.studio-session > span:nth-child(2) { display: grid; line-height: 1.35; }
.studio-session strong { font-size: 13px; }
.studio-session small { color: var(--muted); font-size: 10px; }
.studio-session > i { width: 8px; height: 8px; border-radius: 50%; background: var(--active); box-shadow: 0 0 0 4px var(--active-soft); }
.studio-avatar {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--honey);
  font-weight: 800;
}
.studio-commandbar {
  position: sticky;
  top: 88px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: stretch;
  margin-bottom: 18px;
  color: var(--white);
  background: rgba(23, 19, 15, .97);
  box-shadow: 0 18px 50px rgba(23, 19, 15, .16);
  backdrop-filter: blur(14px);
}
.studio-command-copy {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
}
.studio-command-copy span { color: #a89f94; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.studio-command-copy strong { font-size: 12px; }
.studio-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 12px 20px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .16);
  color: var(--white);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.studio-action svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.studio-action:hover { color: var(--ink); background: var(--white); }
.studio-action-primary { color: var(--ink); background: var(--honey); }
.studio-action-primary:hover { background: #ffda2f; }
.studio-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  margin-bottom: 80px;
  border: 1px solid var(--line);
  border-top: 0;
}
.studio-metrics article {
  position: relative;
  min-height: 205px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  padding: 26px;
  border-right: 1px solid var(--line);
  background: rgba(255, 253, 248, .45);
}
.studio-metrics article:last-child { border-right: 0; }
.studio-metrics article > span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.studio-metrics article p { margin: 0; font-size: 12px; font-weight: 700; }
.studio-metrics article strong { grid-column: 2; grid-row: 1 / 3; align-self: center; font: 400 78px/.8 var(--display); letter-spacing: -.06em; }
.studio-metrics article small { grid-column: 1 / 3; color: var(--muted); font-size: 10px; }
.studio-metrics .metric-attention { color: var(--white); background: var(--moss); }
.studio-metrics .metric-attention > span,
.studio-metrics .metric-attention small { color: #c9d0c2; }
.studio-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 100px;
}
.studio-portfolio { min-width: 0; }
.studio-section-head {
  min-height: 88px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}
.studio-section-head h2 { margin: 0; font: 400 clamp(39px, 4.4vw, 58px)/.94 var(--display); letter-spacing: -.04em; }
.studio-section-head > span { color: var(--muted); font-size: 11px; }
.studio-search input {
  width: 220px;
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font: 500 12px var(--sans);
}
.client-table { border-top: 1px solid var(--ink); }
.client-row {
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1.15fr .9fr 1fr 32px;
  gap: 20px;
  align-items: center;
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
}
button.client-row { cursor: pointer; transition: background .2s, transform .2s var(--ease); }
button.client-row:hover { background: var(--white); transform: translateX(4px); }
.client-row.is-selected { background: var(--honey-soft); }
.client-row > span { min-width: 0; display: flex; align-items: center; gap: 11px; }
.client-row > span > span,
.client-row > span:nth-child(2),
.client-row > span:nth-child(3) { display: grid; align-content: center; }
.client-row strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.client-row small { overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.client-row > span:last-child { justify-content: end; }
.client-row > span:last-child svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.client-row-head { min-height: 42px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.client-monogram {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
}
.account-state { width: 8px; height: 8px; border-radius: 50%; background: #bd8e00; }
.account-state.account-active { background: var(--active); }
.studio-inspector {
  position: sticky;
  top: 166px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.studio-inspector > header { display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: center; padding: 26px; border-bottom: 1px solid rgba(255,255,255,.14); }
.inspector-monogram { width: 58px; height: 58px; display: grid; place-items: center; color: var(--ink); background: var(--honey); font-weight: 800; }
.studio-inspector header small { color: #aaa096; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.studio-inspector header h2 { margin: 2px 0 0; font: 400 30px/1 var(--display); }
.studio-inspector header p { margin: 5px 0 0; color: #aaa096; font-size: 9px; }
.inspector-hive { display: grid; padding: 22px 26px; border-bottom: 1px solid rgba(255,255,255,.14); }
.inspector-hive span,
.inspector-hive small { color: #aaa096; font-size: 9px; }
.inspector-hive strong { margin: 2px 0; font: 400 24px var(--display); }
.studio-inspector fieldset { margin: 0; padding: 20px 26px 8px; border: 0; }
.studio-inspector legend { padding: 0 0 8px; color: #aaa096; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.visibility-toggle { position: relative; min-height: 62px; display: grid; grid-template-columns: 1fr 38px; gap: 15px; align-items: center; border-top: 1px solid rgba(255,255,255,.12); cursor: pointer; }
.visibility-toggle > span { display: grid; }
.visibility-toggle strong { font-size: 11px; }
.visibility-toggle small { color: #aaa096; font-size: 8px; }
.visibility-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.visibility-toggle > i { position: relative; width: 38px; height: 20px; border: 1px solid #5d554d; background: #302a25; transition: background .2s; }
.visibility-toggle > i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 12px; height: 12px; background: #8d847a; transition: transform .25s var(--ease), background .2s; }
.visibility-toggle input:checked + i { background: var(--active); border-color: var(--active); }
.visibility-toggle input:checked + i::after { background: var(--white); transform: translateX(18px); }
.visibility-toggle input:focus-visible + i { outline: 3px solid var(--honey); outline-offset: 4px; }
.inspector-actions { display: grid; gap: 9px; padding: 20px 26px 27px; }
.text-button { min-height: 40px; padding: 8px 0; border: 0; color: inherit; background: transparent; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.text-button:hover { color: #8e6f00; }
.studio-inspector .text-button:hover { color: var(--honey); }
.studio-feed { margin-bottom: 95px; }
.publication-list { border-top: 1px solid var(--ink); }
.publication-row {
  min-height: 170px;
  display: grid;
  grid-template-columns: 135px minmax(0, 1.4fr) minmax(150px, .55fr) 70px;
  gap: 28px;
  align-items: center;
  padding: 25px 16px;
  border-bottom: 1px solid var(--line);
}
.publication-row time { display: grid; }
.publication-row time strong { font: 400 24px/1 var(--display); }
.publication-row time small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.publication-row h3 { margin: 8px 0 5px; font: 400 28px/1 var(--display); }
.publication-row p { max-width: 660px; margin: 0; color: var(--muted); font-size: 11px; }
.publication-status { padding: 5px 8px; color: #6f5500; background: var(--honey-soft); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.publication-status.publication-draft { color: var(--muted); background: var(--paper-2); }
.publication-meta { display: grid; }
.publication-meta span { font-size: 11px; font-weight: 700; }
.publication-meta small { color: var(--muted); font-size: 9px; }
.studio-panel {
  scroll-margin-top: 165px;
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 8vw, 120px);
  padding: clamp(40px, 6vw, 78px);
  color: var(--white);
  background: var(--moss);
  animation: panel-enter .45s var(--ease) both;
}
.studio-panel[hidden] { display: none; }
.studio-panel-news { background: var(--ink); }
@keyframes panel-enter { from { opacity: 0; transform: translateY(18px); } }
.studio-panel-copy .eyebrow { color: var(--honey); }
.studio-panel-copy h2 { margin: 0 0 22px; font: 400 clamp(42px, 5vw, 68px)/.94 var(--display); letter-spacing: -.04em; }
.studio-panel-copy > p:last-child { color: #cbd1c6; }
.studio-panel-news .studio-panel-copy > p:last-child { color: #b7aea5; }
.studio-form { display: grid; gap: 20px; }
.studio-form label { display: grid; gap: 7px; }
.studio-form label > span { color: #d7ddd3; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.studio-form input,
.studio-form select,
.studio-form textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  color: var(--white);
  background: rgba(255,255,255,.06);
  font: 500 13px/1.5 var(--sans);
}
.studio-form textarea { min-height: 115px; resize: vertical; }
.studio-form option { color: var(--ink); background: var(--white); }
.studio-form input::placeholder,
.studio-form textarea::placeholder { color: rgba(255,255,255,.48); }
.studio-form input:focus,
.studio-form select:focus,
.studio-form textarea:focus { border-color: var(--honey); outline: 1px solid var(--honey); }
.form-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-actions { display: flex; justify-content: flex-end; gap: 22px; align-items: center; margin-top: 5px; }
.studio-panel .text-button { color: var(--white); }
.studio-panel .btn-dark { color: var(--ink); background: var(--honey); }
.studio-panel .btn-dark:hover { background: #ffda2f; }

.lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--white);
  background: rgba(12, 10, 8, .96);
}
.lightbox::backdrop { background: rgba(12, 10, 8, .88); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; align-items: center; }
.lightbox figure { width: min(100%, 1200px); margin: auto; }
.lightbox figure img { width: 100%; max-height: 82dvh; object-fit: contain; }
.lightbox figcaption { margin-top: 12px; color: #c3bbb2; font-size: 12px; text-align: center; }
.lightbox-close,
.lightbox-nav {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: var(--white);
  background: rgba(255,255,255,.06);
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-nav:hover { color: var(--ink); background: var(--honey); }
.lightbox-close { position: fixed; top: 22px; right: 22px; z-index: 2; }
.lightbox-nav { justify-self: center; }
.lightbox button svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: 360px;
  padding: 14px 18px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}
.view-enter { animation: enter .45s var(--ease) both; }
@keyframes enter { from { opacity: 0; transform: translateY(9px); } }
.unavailable-page { max-width: 920px; padding-top: clamp(90px, 14vw, 190px); }
.unavailable-page h1 { margin: 0 0 25px; font: 400 clamp(58px, 9vw, 112px)/.9 var(--display); letter-spacing: -.055em; }
.unavailable-page > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 18px; }
.unavailable-page .btn { margin-top: 25px; }

@media (max-width: 1040px) {
  .hero-intro { grid-template-columns: 140px 1fr; }
  .field-note { grid-template-columns: 1fr 1fr; gap: 45px; }
  .map-story { grid-template-columns: 1fr; }
  .map-story-copy { min-height: 420px; }
  .map-stage { grid-template-columns: minmax(0, 1fr) 350px; }
  .hive-season { gap: 55px; }
  .visit-head header { gap: 40px; }
  .visit-report { gap: 60px; }
  .studio-workspace { grid-template-columns: 1fr; }
  .studio-inspector { position: static; display: grid; grid-template-columns: 1fr 1fr; }
  .studio-inspector > header,
  .inspector-hive { grid-column: 1; }
  .studio-inspector fieldset { grid-column: 2; grid-row: 1 / 3; }
  .inspector-actions { grid-column: 1 / 3; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }
  .site-header { height: 64px; padding: 0 18px; }
  .desktop-nav { display: none; }
  .brand img { width: 124px; height: 32px; }
  .company-copy,
  .company-switcher [data-icon] { display: none; }
  .company-monogram { width: 42px; height: 42px; }
  .mobile-nav {
    position: fixed;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 60;
    min-height: 70px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    padding: 7px;
    color: #bbb2a8;
    background: rgba(23, 19, 15, .96);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(23,19,15,.3);
    backdrop-filter: blur(16px);
  }
  .mobile-nav a {
    min-height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 16px;
    text-decoration: none;
    transition: color .2s, background .2s, transform .2s var(--ease);
  }
  .mobile-nav a:hover { transform: translateY(-5px) scale(1.05); }
  .mobile-nav a.active { color: var(--ink); background: var(--honey); }
  .mobile-nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .mobile-nav small { font-size: 9px; font-weight: 700; }
  main { min-height: calc(100dvh - 64px); }
  .shell,
  .shell-wide,
  .visit-hero { width: min(100% - 28px, 1220px); }
  .shell { padding: 48px 0 82px; }
  .section-heading { display: block; }
  .section-heading > p,
  .section-heading .text-link { margin-top: 16px; }
  .section-heading h2 { font-size: 43px; }
  [data-reveal] { transform: translateY(12px); }

  .editorial-hero { padding-top: 42px; }
  .hero-intro { grid-template-columns: 1fr; gap: 22px; }
  .hero-intro > div:first-child { display: flex; justify-content: space-between; align-items: start; }
  .folio { margin: 0; text-align: right; }
  .hero-intro h1 { font-size: clamp(51px, 15.7vw, 71px); }
  .hero-lede { grid-template-columns: 1fr; margin-top: 25px; }
  .hero-landscape { min-height: 640px; }
  .hero-landscape > img { object-position: 54% center; }
  .photo-credit { top: 14px; bottom: auto; padding: 6px 8px; background: rgba(23,19,15,.62); }
  .hive-ticket { right: 14px; bottom: 14px; left: 14px; width: auto; }
  .ticket-main { padding-bottom: 17px; }
  .ticket-main h2 { font-size: 37px; margin-bottom: 16px; }
  .home-flow { padding-top: 75px; }
  .field-note { grid-template-columns: 1fr; gap: 32px; margin-bottom: 80px; }
  .field-note-photo { min-height: 470px; }
  .field-note-copy { padding-top: 0; }
  .field-note-copy h2 { font-size: 47px; }
  .map-story { min-height: 0; margin-bottom: 80px; }
  .map-story-copy { min-height: 0; padding: 42px 24px; }
  .map-story-copy h2 { font-size: 51px; }
  .map-story-canvas { min-height: 410px; }
  .photo-notes { margin-bottom: 80px; }
  .photo-notes-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .photo-note,
  .photo-note-tall { min-height: 340px; grid-row: auto; }
  .photo-note-tall { min-height: 500px; }
  .event-card { grid-template-columns: 1fr; }
  .event-card > img { height: 330px; }
  .event-card > div { padding: 38px 24px; }
  .event-card h2 { font-size: 49px; }

  .page-head { grid-template-columns: 1fr; gap: 25px; padding-top: 42px; }
  .page-head h1,
  .journal-head h1,
  .visit-head h1 { font-size: clamp(50px, 15vw, 68px); }
  .privacy-note { padding: 0; }
  .map-stage { min-height: 650px; display: block; }
  .map-canvas { min-height: 650px; }
  .map-instruction { top: auto; right: 15px; bottom: 15px; }
  .map-panel {
    position: fixed;
    right: 12px;
    bottom: calc(94px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 850;
    max-height: 72dvh;
    display: grid;
    grid-template-columns: 120px 1fr;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    transform: translateY(calc(100% + 130px));
    transition: opacity .28s, transform .45s var(--ease);
  }
  .map-panel.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .map-panel > img { width: 120px; height: 100%; min-height: 280px; }
  .map-panel-body { padding: 22px 18px; }
  .map-panel-body h2 { font-size: 37px; }
  .live-weather { margin-top: 18px; padding: 14px; }
  .weather-temperature { font-size: 44px; }
  .map-panel-close { position: absolute; top: 10px; right: 10px; z-index: 2; display: grid; width: 42px; height: 42px; }
  .location-list { margin: 18px 0; }
  .location-list div { display: grid; gap: 1px; }
  .location-list dd { text-align: left; }

  .hive-profile-hero { min-height: 720px; }
  .hive-profile-hero > img { object-position: 57% center; }
  .hive-profile-card { right: 14px; bottom: 14px; left: 14px; width: auto; padding: 30px 24px; }
  .profile-number { font-size: 83px; }
  .hive-profile-card h1 { font-size: 53px; margin-top: 22px; }
  .hive-season { grid-template-columns: 1fr; gap: 25px; padding: 20px 0 65px; }
  .hive-season h2 { font-size: 48px; }
  .season-copy { padding: 0; }
  .season-labels { font-size: 8px; }
  .hive-facts { grid-template-columns: 1fr 1fr; }
  .hive-facts div { min-height: 125px; padding: 18px 12px; border-bottom: 1px solid var(--line); }
  .hive-facts div:first-child { padding-left: 12px; }
  .hive-facts div:nth-child(2) { border-right: 0; }
  .hive-diptych { grid-template-columns: 1fr; padding: 75px 0; }
  .hive-diptych img,
  .hive-diptych figure:last-child img { height: 430px; }
  .hive-diptych figure:last-child { padding-top: 20px; }
  .keeper-quote blockquote { font-size: 45px; }

  .journal-head { padding-bottom: 55px; }
  .timeline-line { left: 19px; }
  .timeline-entry { min-height: 0; display: block; padding-top: 65px; }
  .timeline-entry > time { position: static; padding: 0 0 20px 50px; text-align: left; }
  .timeline-entry > time strong { font-size: 34px; }
  .timeline-content { padding: 0 0 75px 50px; }
  .timeline-node { top: -58px; left: 20px; }
  .timeline-content h2 { font-size: 46px; }
  .timeline-content figure img { height: 290px; }

  .visit-head { padding-bottom: 34px; }
  .visit-head header { grid-template-columns: 1fr; gap: 25px; }
  .visit-summary { padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .visit-hero img { height: 58dvh; min-height: 430px; }
  .visit-report { grid-template-columns: 1fr; gap: 45px; padding-bottom: 85px; }
  .report-aside { position: static; }
  .report-body h2 { font-size: 48px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 220px 220px; }
  .gallery-grid button:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid button:nth-child(4) { grid-column: 1 / 3; }

  .lightbox[open] { grid-template-columns: 58px 1fr 58px; }
  .lightbox figure img { max-height: 75dvh; }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-nav { width: 44px; height: 44px; }
  .toast { right: 16px; bottom: calc(100px + env(safe-area-inset-bottom)); left: 16px; max-width: none; }

  .studio-page { width: min(100% - 28px, 1220px); padding: 46px 0 85px; }
  .studio-masthead { grid-template-columns: 1fr; gap: 28px; margin-bottom: 34px; }
  .studio-masthead h1 { font-size: clamp(61px, 20vw, 86px); }
  .studio-masthead > div:first-child > p:last-child { margin-top: 22px; font-size: 15px; }
  .studio-session { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .studio-commandbar { top: 74px; grid-template-columns: 1fr 1fr; }
  .studio-command-copy { grid-column: 1 / 3; justify-content: space-between; padding: 11px 14px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .studio-action { min-height: 52px; padding: 10px 9px; border-left: 0; font-size: 9px; }
  .studio-action-primary { border-left: 1px solid rgba(255,255,255,.16); }
  .studio-metrics { grid-template-columns: 1fr 1fr; margin-bottom: 60px; }
  .studio-metrics article { min-height: 165px; padding: 18px; }
  .studio-metrics article:nth-child(2) { border-right: 0; }
  .studio-metrics article:last-child { grid-column: 1 / 3; border-top: 1px solid var(--line); }
  .studio-metrics article strong { font-size: 59px; }
  .studio-workspace { margin-bottom: 72px; }
  .studio-section-head { min-height: 0; align-items: start; flex-direction: column; }
  .studio-search,
  .studio-search input { width: 100%; }
  .client-row-head { display: none; }
  .client-row { grid-template-columns: 1fr 28px; gap: 10px; min-height: 0; padding: 18px 10px; }
  .client-row > span:nth-child(2),
  .client-row > span:nth-child(3) { grid-column: 1; margin-left: 51px; }
  .client-row > span:last-child { grid-column: 2; grid-row: 1 / 4; }
  .studio-inspector { display: block; margin-top: 26px; }
  .studio-inspector fieldset { padding-top: 12px; }
  .publication-row { grid-template-columns: 80px 1fr; gap: 18px; min-height: 0; padding: 25px 8px; }
  .publication-row time { align-self: start; }
  .publication-row > div:nth-child(2) { grid-column: 2; }
  .publication-meta { grid-column: 2; }
  .publication-row > .text-button { grid-column: 2; justify-self: start; }
  .studio-panel { scroll-margin-top: 140px; grid-template-columns: 1fr; gap: 34px; padding: 35px 22px; }
  .form-split { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; gap: 7px; }
}

@media (max-width: 430px) {
  .map-panel { grid-template-columns: 88px 1fr; }
  .map-panel > img { width: 88px; }
  .lightbox[open] { grid-template-columns: 1fr; padding: 70px 12px 80px; }
  .lightbox-nav { position: fixed; bottom: 18px; }
  .lightbox-prev { left: calc(50% - 56px); }
  .lightbox-next { right: calc(50% - 56px); }
}

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

/* Email-only client entry, separate from the Studio. */
[hidden] { display: none !important; }
.client-account { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.client-signout { padding: 10px 0; min-height: 44px; border: 0; background: none; text-decoration: underline; cursor: pointer; font-size: 14px; }
.client-locked .desktop-nav, .client-locked .mobile-nav, .client-locked .client-account { display: none; }
.client-locked .site-header { grid-template-columns: 1fr; }
.client-locked { padding-bottom: 0; }
.client-access { min-height: calc(100dvh - 76px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; padding-top: 48px; padding-bottom: 48px; }
.access-copy h1 { margin: 16px 0 24px; font: 400 clamp(38px, 4.6vw, 68px)/1.12 var(--display); letter-spacing: -.025em; }
.access-copy > p { max-width: 440px; }
.access-form { margin-top: 30px; max-width: 440px; }
.access-form label { display: block; font-weight: 700; margin-bottom: 8px; }
.access-form input { width: 100%; padding: 15px 16px; min-height: 54px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font: inherit; }
.access-form #access-help { color: var(--muted); font-size: 14px; margin: 12px 0 22px; }
.access-form .access-error { color: #9b2920; font-size: 14px; }
.access-form .btn { width: 100%; justify-content: center; }
.access-photo { margin: 0; }
.access-photo img { width: 100%; height: min(62vh, 600px); object-fit: cover; border-radius: 4px; }
.access-photo figcaption { margin-top: 12px; font-size: 14px; color: var(--muted); }
.news-summary { white-space: pre-line; }
@media (max-width: 760px) {
  .client-access { grid-template-columns: 1fr; min-height: auto; padding-top: 36px; padding-bottom: 36px; }
  .access-photo { display: none; }
  .client-account { gap: 12px; }
}

/* Rosemont client example — existing Mellonia identity with the supplied client logo. */
.client-brand-band { display: flex; gap: 24px; align-items: center; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.client-brand-band > img { width: 82px; height: 98px; object-fit: contain; flex-shrink: 0; }
.client-brand-band .eyebrow { margin: 0 0 4px; }
.client-brand-name { margin: 0; color: #1c3447; font-weight: 700; font-size: clamp(18px, 2.2vw, 28px); }
.example-note { margin: 5px 0 0; font-size: 13px; color: var(--muted); }
.has-client-logo { padding: 3px; background: white; border-radius: 4px; }
.has-client-logo img { width: 100%; height: 100%; object-fit: contain; }
.company-copy strong { max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.studio-client-logo { width: 76px; height: 90px; object-fit: contain; margin-bottom: 12px; }
.season-recap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 36px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.season-recap h2 { font: 400 clamp(26px,3vw,42px)/1.15 var(--display); margin: 8px 0 18px; }
.season-recap p { margin: 0; }
.season-recap dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 0; align-items: center; }
.season-recap dt { font-size: 13px; color: var(--muted); }
.season-recap dd { margin: 10px 0 0; font: 400 clamp(28px,3.5vw,48px)/1.15 var(--display); }
.season-recap dd small { display: block; font: 500 14px/1.5 var(--sans); margin-top: 8px; }
.season-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.season-card { display: block; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.season-card img { width: 100%; height: 235px; object-fit: cover; margin-bottom: 20px; }
.season-card time { font-size: 14px; color: var(--muted); }
.season-card h3 { font: 400 27px/1.2 var(--display); margin: 12px 0 20px; }
.season-card > span { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.season-card svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.field-learning { margin: 32px 0; padding: 24px; border-left: 3px solid var(--honey); background: var(--paper-2); }
.field-learning p:last-child { margin-bottom: 0; }
.next-visit { padding: 20px 0; border-top: 1px solid var(--line); }
.rosemont-example .report-body .person { margin: 24px 0; }
.rosemont-example .season-track span { width: 92%; }
.rosemont-example .visit-head h1 { max-width: 850px; }
.rosemont-example .map-panel .example-weather { padding: 18px 0; border-top: 1px solid var(--line); }
.rosemont-example .map-panel .example-weather p { font-size: 13px; }
@media (max-width: 1000px) {
 .company-copy strong { max-width: 170px; }
 .season-recap { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 760px) {
 .client-brand-band { gap: 16px; padding-top: 20px; padding-bottom: 20px; }
 .client-brand-band > img { width: 64px; height: 76px; }
 .client-brand-band .eyebrow { font-size: 10px; }
 .example-note { font-size: 12px; line-height: 1.5; }
 .season-recap dl { gap: 12px; }
 .season-recap dt { font-size: 12px; }
 .season-cards { grid-template-columns: 1fr; gap: 32px; }
 .season-card img { height: 240px; }
 .rosemont-example .hive-facts strong { overflow-wrap: anywhere; }
}

.client-locked .company-switcher { display:none; }
.cloud-loading { padding:6rem 5vw; }
