:root {
  --pine: #0b261f;
  --pine-2: #17483b;
  --ink: #17201e;
  --paper: #fffaf2;
  --stone: #d8d0c2;
  --stone-light: #eee7dc;
  --ember: #d66a2a;
  --gold: #c89c57;
  --water: #167b91;
  --line: rgba(13,45,38,.2);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
:focus-visible { outline: 3px solid #f2ad70; outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: #8f361a; font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.06; }
h1 { font-size: clamp(3.5rem, 7vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); letter-spacing: -.035em; }
h3 { font-size: 1.55rem; }
p { margin: 0; }

/* Full-screen threshold */
.portal-body { min-height: 100svh; overflow-x: hidden; background: #071a15; color: white; }
.portal-header { position: fixed; z-index: 20; inset: 0 0 auto; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 12px clamp(18px, 3vw, 52px); background: linear-gradient(to bottom, rgba(4,19,15,.92), rgba(4,19,15,0)); }
.portal-brand { color: #f2dfb3; text-decoration: none; }
.portal-brand span { display: block; font: clamp(1.1rem, 1.8vw, 1.5rem)/1.05 var(--serif); letter-spacing: .04em; }
.portal-brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.68); font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.portal-header nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 34px); }
.portal-header nav a { color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.portal-header nav a:last-child { border: 1px solid rgba(255,255,255,.52); border-radius: 999px; padding: 8px 13px; }
.portal-stage { min-height: 100svh; display: grid; place-items: center; }
.portal-art { position: relative; width: min(100vw, 177.96svh); aspect-ratio: 1678 / 943; }
.portal-art > img { width: 100%; height: 100%; object-fit: contain; }
.realm-hotspot { position: absolute; display: grid; place-items: center; border: 2px solid transparent; border-radius: 50%; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.realm-hotspot span { position: absolute; left: 50%; bottom: -2.2rem; transform: translateX(-50%); opacity: 0; border-radius: 999px; padding: 7px 12px; background: rgba(4,19,15,.9); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transition: opacity .2s ease; }
.realm-hotspot:hover, .realm-hotspot:focus-visible { border-color: rgba(255,255,255,.8); background: rgba(255,255,255,.05); box-shadow: 0 0 0 10px rgba(255,255,255,.08); }
.realm-hotspot:hover span, .realm-hotspot:focus-visible span { opacity: 1; }
.realm-hotspot--fire { width: 27%; aspect-ratio: 1; left: 35.5%; top: 5%; }
.realm-hotspot--stone { width: 27%; aspect-ratio: 1; left: 25.5%; top: 38.5%; }
.realm-hotspot--water { width: 27%; aspect-ratio: 1; left: 48.6%; top: 34.5%; }
.portal-mobile-nav { display: none; }

/* Home-page conversion paths */
.audience-paths { padding-block: 112px; background: linear-gradient(145deg,#efe6d8,#fffaf2 52%,#dce5dd); color: var(--ink); }
.audience-paths h2 { max-width: 800px; }
.audience-intro { max-width: 760px; margin-top: 24px; color: #52605a; font-size: 1.08rem; }
.audience-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 48px; }
.audience-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 18px 55px rgba(13,45,38,.09); }
.audience-card > img { width: 100%; height: 340px; object-fit: cover; }
.audience-copy { padding: clamp(26px,4vw,42px); }
.audience-copy h3 { font-size: clamp(1.8rem,3vw,2.6rem); }
.audience-copy > p:not(.eyebrow) { margin-top: 15px; color: #52605a; }
.audience-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px 20px; margin-top: 26px; }
.audience-actions > a:not(.button) { color: var(--pine-2); font-size: .84rem; font-weight: 800; text-underline-offset: 4px; }
.button-water { background: var(--water); color: white; }

.place-proof { padding-block: 108px; background: #0c2b24; color: white; }
.place-proof-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px,8vw,110px); align-items: start; }
.place-proof .eyebrow { color: #f0b16f; }
.place-proof h2 { max-width: 520px; }
.place-proof-grid > div:first-child > p:last-child { max-width: 520px; margin-top: 24px; color: rgba(255,255,255,.7); }
.place-links { border-top: 1px solid rgba(255,255,255,.2); }
.place-links a { display: grid; grid-template-columns: minmax(190px,.8fr) 1.2fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: white; text-decoration: none; }
.place-links a:hover strong { color: #f0b16f; }
.place-links strong { font: 1.08rem var(--serif); font-weight: 400; }
.place-links span { color: rgba(255,255,255,.64); font-size: .84rem; }
.place-note { grid-column: 2; color: rgba(255,255,255,.48); font-size: .72rem; }

/* Shared branch navigation */
.realm-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,32,26,.96); color: white; backdrop-filter: blur(12px); }
.realm-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.realm-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.realm-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.realm-brand strong { display: block; font: 1.12rem/1.08 var(--serif); font-weight: 400; }
.realm-brand span { display: block; margin-top: 4px; opacity: .66; font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; }
.realm-links { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 30px); }
.realm-links a { color: rgba(255,255,255,.8); font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; }
.realm-links a.active { color: #fff; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; }
.realm-links .call { border: 1px solid rgba(255,255,255,.5); border-radius: 999px; padding: 9px 15px; }

.branch-hero { min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 10% 15%, rgba(201,156,87,.18), transparent 30%), linear-gradient(135deg,#0a241f,#123a30 58%,#1b5445); color: white; }
.branch-hero.water { background: radial-gradient(circle at 8% 14%, rgba(51,169,190,.22), transparent 34%), linear-gradient(135deg,#071f22,#0b3941 58%,#12677a); }
.branch-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(38px,7vw,95px); align-items: center; padding-block: 68px; }
.branch-hero .eyebrow { color: #f0b16f; }
.branch-hero.water .eyebrow { color: #8ed6e0; }
.branch-lede { max-width: 620px; margin-top: 26px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem,1.5vw,1.27rem); }
.branch-media { min-height: min(72vh,760px); margin: 0; overflow: hidden; border-radius: 230px 230px 14px 14px; background: #061b17; box-shadow: 0 28px 85px rgba(0,0,0,.27); }
.branch-media img, .branch-media video { width: 100%; height: 100%; min-height: min(72vh,760px); object-fit: cover; }
.branch-media.stone img { object-position: center 52%; }
.branch-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: 11px 20px; font-size: .86rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.button-primary { background: var(--ember); color: white; }
.water .button-primary { background: var(--water); }
.button-quiet { border-color: rgba(255,255,255,.5); color: white; }

.manifesto { padding-block: 105px; background: linear-gradient(145deg,#e5dbcc,#f4ecdf 52%,#d7e0d8); }
.manifesto-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px,9vw,125px); align-items: start; }
.manifesto-copy { max-width: 680px; color: #485650; font-size: 1.08rem; }
.manifesto-copy p + p { margin-top: 20px; }
.feature-image { margin: 54px 0 0; overflow: hidden; border-radius: 10px; box-shadow: 0 24px 70px rgba(20,36,31,.16); }
.feature-image img, .feature-image video { width: 100%; max-height: 690px; object-fit: cover; }
.feature-image figcaption,
.public-work-figure figcaption { padding: 12px 16px; background: #f8f2e8; color: #59645f; font-size: .8rem; }

.services { padding-block: 100px; background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-head > p { max-width: 620px; color: #53605b; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.service-card { min-height: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 14px 36px rgba(13,45,38,.06); }
.service-image { width: 100%; height: 220px; object-fit: cover; }
.service-card-copy { padding: 25px 27px 29px; }
.service-card b { display: block; color: var(--ember); font: 2rem/1 var(--serif); font-weight: 400; }
.water-page .service-card { padding: 27px; }
.water-page .service-card b { color: var(--water); }
.water-page .service-card h3 { margin-top: 28px; }
.service-card h3 { margin-top: 18px; }
.service-card p { margin-top: 12px; color: #58655f; font-size: .92rem; }

.public-work { padding-block: 105px; background: #e8dfd2; }
.public-work-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(42px,8vw,105px); align-items: start; }
.public-work-copy > p:not(.eyebrow) { max-width: 570px; margin-top: 23px; color: #4e5b56; font-size: 1.04rem; }
.public-work-figure { margin: 34px 0 0; overflow: hidden; border-radius: 8px; }
.public-work-figure img { width: 100%; max-height: 460px; object-fit: cover; }
.public-place-list { border-top: 1px solid var(--line); }
.public-place-list a { display: grid; grid-template-columns: minmax(175px,.85fr) 1.15fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.public-place-list a:hover strong { color: var(--ember); }
.public-place-list strong { font: 1.08rem var(--serif); font-weight: 400; }
.public-place-list span { color: #5b6762; font-size: .84rem; }
.public-place-disclaimer { margin-top: 18px; color: #6a746f; font-size: .72rem; }
.contact-choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; max-width: 760px; margin: 32px auto 0; }
.contact-choice { border: 1px solid rgba(255,255,255,.42); border-radius: 8px; padding: 22px; color: white; text-align: left; text-decoration: none; }
.contact-choice strong { display: block; font: 1.25rem var(--serif); font-weight: 400; }
.contact-choice span { display: block; margin-top: 7px; color: rgba(255,255,255,.75); font-size: .82rem; }
.contact-choice:hover { background: rgba(255,255,255,.1); }

.gallery { padding-block: 100px; background: #102c25; color: white; }
.water-page .gallery { background: #082f38; }
.gallery .eyebrow { color: #f0b16f; }
.water-page .gallery .eyebrow { color: #8ed6e0; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 40px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 8px; background: #071d18; }
.gallery-grid figure:first-child { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.gallery-grid figure:first-child img { min-height: 578px; }
.gallery-grid figcaption { padding: 14px 17px; background: #071d18; color: rgba(255,255,255,.75); font-size: .8rem; }
.gallery-grid--stone { grid-template-columns: repeat(3,minmax(0,1fr)); }
.gallery-grid--stone figure:first-child { grid-row: auto; }
.gallery-grid--stone img,
.gallery-grid--stone figure:first-child img { height: 350px; min-height: 350px; }
.gallery-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.gallery-grid--two figure:first-child { grid-row: auto; }
.gallery-grid--two img,
.gallery-grid--two figure:first-child img { height: 470px; min-height: 470px; }

.process { padding-block: 100px; background: var(--stone-light); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 45px; border-top: 1px solid var(--line); }
.process-step { padding: 30px 28px 30px 0; border-bottom: 1px solid var(--line); }
.process-step + .process-step { padding-left: 28px; border-left: 1px solid var(--line); }
.process-step b { color: var(--ember); font: 2.5rem/1 var(--serif); font-weight: 400; }
.water-page .process-step b { color: var(--water); }
.process-step h3 { margin-top: 32px; }
.process-step p { margin-top: 11px; color: #55625d; }

.contact-section { padding-block: 108px; background: linear-gradient(135deg,#9f3d1c,var(--ember) 58%,#e48540); color: white; text-align: center; }
.water-page .contact-section { background: linear-gradient(135deg,#075465,var(--water) 58%,#42a6b9); }
.contact-section h2 { max-width: 820px; margin-inline: auto; }
.contact-section p { max-width: 640px; margin: 22px auto 0; color: rgba(255,255,255,.82); }
.contact-section .branch-actions { justify-content: center; }
.contact-section .button-primary { background: #102f27; }
footer { padding-block: 44px 76px; background: #071e19; color: rgba(255,255,255,.68); }
.footer-grid { display: flex; justify-content: space-between; gap: 35px; }
footer strong { color: white; font: 1.15rem var(--serif); font-weight: 400; }
footer a { color: rgba(255,255,255,.82); }

@media (max-width: 900px) {
  .audience-grid, .place-proof-grid, .public-work-grid { grid-template-columns: 1fr; }
  .place-note { grid-column: 1; }
  .branch-hero-grid, .manifesto-grid { grid-template-columns: 1fr; }
  .branch-media, .branch-media img, .branch-media video { min-height: 60svh; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid figure:first-child { grid-row: auto; }
  .gallery-grid figure:first-child img { min-height: 430px; }
  .gallery-grid--stone { grid-template-columns: 1fr 1fr; }
  .gallery-grid--stone img,
  .gallery-grid--stone figure:first-child img { height: 330px; min-height: 330px; }
  .gallery-grid--two img,
  .gallery-grid--two figure:first-child img { height: 380px; min-height: 380px; }
  .realm-nav { flex-wrap: wrap; padding-block: 10px; }
  .realm-links { width: 100%; order: 3; justify-content: space-between; }
}
@media (min-width: 681px) {
  .portal-header { justify-content: flex-end; }
  .portal-brand { visibility: hidden; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 26px,1180px); }
  .portal-header nav { display: none; }
  .portal-stage { min-height: 78svh; padding-top: 70px; }
  .portal-art { width: 150vw; max-width: none; transform: translateX(-2%); }
  .realm-hotspot span { display: none; }
  .portal-mobile-nav { position: fixed; z-index: 30; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; padding: 6px; background: rgba(4,19,15,.9); backdrop-filter: blur(12px); }
  .portal-mobile-nav a { border-radius: 999px; padding: 12px 8px; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-align: center; text-decoration: none; text-transform: uppercase; }
  .portal-mobile-nav .fire { background: #a9481d; }
  .portal-mobile-nav .stone { background: #675942; }
  .portal-mobile-nav .water { background: #126a7b; }
  .audience-paths, .place-proof, .public-work { padding-block: 76px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card > img { height: 280px; }
  .place-links a, .public-place-list a { grid-template-columns: 1fr; gap: 4px; }
  .contact-choices { grid-template-columns: 1fr; }
  .realm-brand span { display: none; }
  .realm-links { gap: 15px; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .realm-links .call { margin-left: auto; }
  .branch-hero { min-height: auto; }
  .branch-hero-grid { padding-block: 58px; }
  .branch-media, .branch-media img, .branch-media video { min-height: 58svh; border-radius: 145px 145px 12px 12px; }
  .manifesto, .services, .gallery, .process { padding-block: 76px; }
  .section-head { align-items: start; flex-direction: column; }
  .service-grid, .process-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { padding-left: 0; border-left: 0; }
  .gallery-grid figure:first-child img { min-height: 330px; }
  .gallery-grid--stone { grid-template-columns: 1fr; }
  .gallery-grid--stone img,
  .gallery-grid--stone figure:first-child img { height: 330px; min-height: 330px; }
  .gallery-grid--two { grid-template-columns: 1fr; }
  .gallery-grid--two img,
  .gallery-grid--two figure:first-child img { height: 330px; min-height: 330px; }
  .footer-grid { flex-direction: column; }
}
