@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/poppins-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/poppins-500.ttf') format('truetype');
}

:root {
  --sh-cream: #EAE0D5;
  --sh-blue: #22333B;
  --sh-gold: #C79F62;
  --sh-tan: #C6AC8F;
  --sh-extra: #C86D52;
  --sh-body: 'Poppins', Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sh-body);
  font-size: 16px;
  color: var(--sh-blue);
  background: var(--sh-cream);
  scroll-behavior: smooth;
  scroll-padding-top: 7.5rem;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:enabled { cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .35em; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--sh-extra); outline-offset: 6px; border-radius: 3px; }
button[hidden] { display: none; }
h1,h2,p { margin: 0; }
img { max-width: 100%; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; background: var(--sh-blue); color: var(--sh-cream); padding: 1rem; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
#sh-home { line-height: 1.65; overflow: clip; isolation: isolate; }
.sh-nav { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.2rem 5.5%; position: sticky; top: 0; z-index: 20; background: var(--sh-cream); }
.sh-brand { display: inline-flex; align-items: center; gap: .8rem; font-size: 1rem; font-weight: 500; }
.sh-symbol { width: 61px; height: 61px; object-fit: contain; flex: 0 0 auto; }
.sh-links { display: flex; gap: 2.1rem; align-items: center; font-size: .9rem; }
.sh-links a { min-height: 44px; display: inline-flex; align-items: center; position: relative; }
.sh-links a::after { content: ''; position: absolute; bottom: .3rem; left: 0; right: 0; height: 5px; border-radius: 90% 50%; background: var(--sh-gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; z-index: -1; }
.sh-links a[aria-current="location"]::after { transform: scaleX(1); }
.sh-links a:hover { text-decoration: none; }
.sh-links a:hover::after { transform: scaleX(1); }
.sh-hero { padding: clamp(1.5rem,4svh,3rem) 7% 0; position: relative; max-width: 1700px; margin: auto; }
.sh-eyebrow { font-size: .85rem; font-weight: 500; letter-spacing: .055em; margin-bottom: 1rem; }
.sh-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3.5rem; align-items: end; position: relative; z-index: 2; }
h1 { font-size: clamp(3.4rem,min(8.3vw,13svh),7.5rem); line-height: 1.08; letter-spacing: -.066em; font-weight: 500; }
.sh-title-curve { display: inline-block; position: relative; }
.sh-title-curve::after { content: ''; position: absolute; inset: auto -3% -.11em 0; height: .14em; border-radius: 50%; border-bottom: .055em solid var(--sh-gold); transform: rotate(-3deg); }
.sh-intro { max-width: 375px; font-size: clamp(1rem,1.38vw,1.22rem); line-height: 1.8; padding-bottom: .4rem; }
.sh-wander { display: inline-flex; align-items: center; gap: 1rem; font-size: .95rem; padding: 1rem 0; margin-top: clamp(.5rem,1.5svh,1rem); font-weight: 500; position: relative; z-index: 3; }
.sh-arrow { font-size: 1.5rem; display: inline-block; animation: sh-nudge 4s ease-in-out infinite; }
.sh-hero-art { width: 116%; margin: clamp(-4rem,-6svh,-2rem) -8% 0; height: auto; display: block; position: relative; z-index: 1; }
.sh-footnote { display: none; }
h2 { font-size: clamp(2.3rem,4.15vw,4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.17; margin-bottom: 1.55rem; }
.sh-copy { max-width: 470px; font-size: 1rem; line-height: 1.85; }
.sh-copy p+p { margin-top: 1.1rem; }
.sh-number { font-size: .8rem; letter-spacing: .055em; font-weight: 500; margin-bottom: 1.3rem; }
.sh-inline-link { display: inline-flex; align-items: center; gap: .8rem; padding: .8rem 0; margin-top: .9rem; min-height: 44px; font-size: .9rem; font-weight: 500; }
.sh-inline-link span { display: inline-block; transition: transform .25s ease; }
.sh-inline-link:hover span { transform: translate(3px,2px); }
.sh-journey { --sh-journey-tone: #EAE0D5; display: grid; grid-template-columns: 54% 46%; gap: 3%; padding: 3.5rem 7% 1rem; position: relative; background: var(--sh-journey-tone); }
.sh-world { position: sticky; top: 27vh; align-self: start; margin: 5rem 0 0 -12%; grid-column: 1; min-width: 0; }
.sh-scene-caption { margin-left: 15%; font-size: .85rem; font-weight: 500; transform: rotate(-3deg); }
.sh-world-art { display: block; width: 105%; height: auto; overflow: visible; margin-left: -5%; }
.sh-landscape-note { padding: 1.5rem 0 0 17%; font-size: .8rem; transform: rotate(-3deg); }
.sh-story-steps { grid-column: 2; padding-left: 5%; }
.sh-story-step { min-height: 76vh; display: flex; align-items: center; padding: 5rem 0; position: relative; scroll-margin-top: 0; }
.sh-story-step:last-child { padding-bottom: 7rem; }
.sh-step-copy { width: 100%; }
.sh-scene-layer { transform-box: fill-box; transform-origin: center bottom; will-change: opacity, transform; }
.sh-journey-path { stroke-dasharray: 600; stroke-dashoffset: 0; }
.sh-asset-list { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; padding: 0; margin: 1.35rem 0 0; font-size: .85rem; font-weight: 500; }
.sh-asset-list li::before { content: '•'; color: var(--sh-extra); margin-right: .5rem; }
.sh-mobile-world { display: none; }
.sh-people { position: relative; padding: 7rem 7%; background: var(--sh-cream); }
.sh-people::before { content: ''; position: absolute; top: -20px; left: -5%; width: 110%; height: 45px; background: var(--sh-cream); border-radius: 50% 50% 0 0; }
.sh-chapter-grid { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: center; }
.sh-people-art { display: block; width: 100%; max-width: 490px; height: auto; justify-self: center; transform: rotate(2deg); }
.sh-video-placeholder { position: relative; }
.sh-video-surface { aspect-ratio: 16 / 9; width: 100%; border-radius: 28px; background: #D9C9B6; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; text-align: center; padding: 2rem; }
.sh-video-label { font-size: clamp(1rem,1.5vw,1.2rem); font-weight: 500; max-width: 19rem; line-height: 1.4; }
.sh-video-note { font-size: .8rem; opacity: .7; }
.sh-video-doodles { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.sh-people-art:hover { transform: rotate(-1deg); }
.sh-closing { position: relative; background: var(--sh-blue); color: var(--sh-cream); padding: 5rem 7% 2rem; }
.sh-closing::before { content: ''; position: absolute; left: -5%; top: -23px; height: 50px; width: 110%; background: var(--sh-blue); border-radius: 50% 50% 0 0; }
.sh-closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; max-width: 1380px; margin: auto; }
.sh-closing h2 { font-size: clamp(2.8rem,5.8vw,6rem); margin-bottom: 1.3rem; }
.sh-email { display: inline-block; font-size: clamp(1.1rem,2.4vw,2rem); margin-top: .8rem; padding: .6rem 0; border-bottom: 3px solid var(--sh-gold); overflow-wrap: anywhere; }
.sh-email:hover { text-decoration: none; color: var(--sh-gold); }
.sh-email-tools { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; margin-top: .5rem; }
.sh-copy-email, .sh-motion-toggle { background: transparent; color: inherit; border: 0; font-size: .8rem; padding: .7rem 0; min-height: 44px; text-align: left; }
.sh-copy-email:hover, .sh-motion-toggle:hover { text-decoration: underline; text-underline-offset: .3em; }
.sh-copy-status { font-size: .8rem; }
.sh-final-logo { width: 205px; height: auto; display: block; }
.sh-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem 2rem; flex-wrap: wrap; max-width: 1380px; margin: 3.3rem auto 0; font-size: .8rem; }
.sh-stroke { stroke: var(--sh-blue); stroke-width: 2.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.sh-extra { fill: var(--sh-extra); }
.sh-line-extra { stroke: var(--sh-extra); }
.sh-sun { fill: var(--sh-gold); }
.sh-cloud { animation: sh-drift 12s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.sh-flutter { animation: sh-flutter 5s ease-in-out infinite; transform-box: fill-box; transform-origin: bottom center; }
.sh-scribble { stroke-dasharray: 800; stroke-dashoffset: 0; }
.sh-ready [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.7,.25,1); }
.sh-ready [data-reveal].sh-visible { opacity: 1; transform: none; }
.sh-ready .sh-people-art.sh-visible { transform: rotate(2deg); }
.sh-ready .sh-people-art.sh-visible:hover { transform: rotate(-1deg); }
.sh-ready .sh-people-art.sh-visible .sh-scribble { animation: sh-draw 2s ease both; }
.sh-still *, .sh-reduced * { animation: none !important; transition: none !important; }
.sh-still [data-reveal], .sh-reduced [data-reveal] { opacity: 1; transform: none; }
.sh-still .sh-scene-layer, .sh-reduced .sh-scene-layer { opacity: 1 !important; transform: none !important; }
.sh-still .sh-journey-path, .sh-reduced .sh-journey-path { stroke-dashoffset: 0 !important; }
@keyframes sh-drift { 0%,100% {transform:translateX(0)} 50% {transform:translateX(13px)} }
@keyframes sh-flutter { 0%,100% {transform:rotate(-2deg)} 50% {transform:rotate(3deg)} }
@keyframes sh-nudge { 0%,70%,100% {transform:translateY(0)} 80% {transform:translateY(5px)} }
@keyframes sh-draw { from {stroke-dashoffset:800} to {stroke-dashoffset:0} }
@media (min-width:1700px) { .sh-journey {padding-left:max(7%,calc((100vw - 1460px)/2));padding-right:max(7%,calc((100vw - 1460px)/2));grid-template-columns:52% 48%;gap:0} }
@media (max-width:900px) {
  :root {scroll-padding-top:6rem}
  .sh-nav {padding:1rem 5%}
  .sh-hero-grid {gap:2rem;grid-template-columns:1.15fr .85fr}
  .sh-intro {font-size:.95rem;line-height:1.65}
  .sh-intro br:nth-child(2) {display:none}
  .sh-links {gap:1.5rem}
  .sh-journey {padding-left:5%;padding-right:5%;grid-template-columns:49% 51%;gap:0}
  .sh-story-steps {padding-left:5%}
  .sh-world {margin-left:-15%;top:30vh}
  .sh-world-art {width:110%;margin-left:-5%}
  h2 {font-size:clamp(2.2rem,4.4vw,3.5rem)}
  .sh-story-step {min-height:80vh}
  .sh-people {padding:5rem 7%}
}
@media (max-width:700px) {
  :root {scroll-padding-top:6rem}
  .sh-nav {gap:1rem;padding:.9rem 6%}
  .sh-brand span {display:none}
  .sh-symbol {width:48px;height:48px}
  .sh-links {gap:clamp(.8rem,4vw,1.4rem);font-size:.875rem}
  .sh-hero {padding:1.5rem 7% 0}
  .sh-hero-grid {grid-template-columns:1fr;gap:1.5rem}
  h1 {font-size:clamp(3.25rem,11.5vw,5rem)}
  .sh-intro {max-width:430px;font-size:1rem;line-height:1.8}
  .sh-intro br:nth-child(2) {display:none}
  .sh-wander {margin-top:1rem}
  .sh-hero-art {width:116%;margin:0 -8%}
  .sh-journey {display:block;padding:1.5rem 7% 1rem;background:var(--sh-cream)!important}
  .sh-world {position:relative;top:auto;margin:0;display:none}
  .sh-story-steps {padding:0}
  .sh-story-step {display:block;min-height:0;padding:2.5rem 0 1.5rem}
  .sh-story-step:last-child {padding-bottom:2.5rem}
  .sh-mobile-world {display:block;width:116%;margin:1rem -8% 0}
  .sh-mobile-world .sh-world-art {width:100%;margin:0;overflow:hidden}
  .sh-mobile-world [data-layer] {opacity:1!important;transform:none!important}
  .sh-mobile-world[data-mobile-stage="places"] [data-layer="product"], .sh-mobile-world[data-mobile-stage="places"] [data-layer="crew"], .sh-mobile-world[data-mobile-stage="places"] [data-layer="content"], .sh-mobile-world[data-mobile-stage="crew"] [data-layer="content"] {display:none}
  .sh-copy {max-width:100%}
  h2 {font-size:clamp(2.3rem,8.4vw,3.3rem)}
  .sh-number {font-size:.76rem;letter-spacing:.025em}
  .sh-people {padding:3.5rem 7%}
  .sh-chapter-grid {grid-template-columns:1fr;gap:2rem}
  .sh-people-art {max-width:330px;width:95%}
  .sh-closing {padding:3.5rem 7% 1.5rem}
  .sh-closing-grid {grid-template-columns:1fr;gap:1.5rem}
  .sh-final-logo {width:180px;justify-self:start}
  .sh-email {font-size:clamp(1rem,4.7vw,1.6rem)}
  .sh-footer {margin-top:1.5rem;display:block}
  .sh-footer span {display:block;margin:.65rem 0}
  .sh-cloud,.sh-flutter,.sh-arrow {animation:none}
  .sh-ready [data-reveal] {transform:none;transition:opacity .4s ease}
  .sh-ready .sh-people-art.sh-visible .sh-scribble {animation:none}
  .sh-motion-toggle {display:none}
}
@media (min-width:701px) and (max-height:520px) {
  .sh-nav {padding:.6rem 5.5%}
  .sh-symbol {width:48px;height:48px}
  .sh-hero {padding-top:1rem}
  .sh-eyebrow {margin-bottom:.6rem}
  h1 {font-size:clamp(3rem,11svh,4.5rem)}
  .sh-intro {font-size:.9rem;line-height:1.65;max-width:430px}
  .sh-intro br:nth-child(2) {display:none}
  .sh-wander {margin-top:0;padding:.6rem 0}
  .sh-hero-art {margin-top:-2rem}
  .sh-journey {display:block;background:var(--sh-cream)!important}
  .sh-world {display:none}
  .sh-story-steps {padding:0;max-width:850px;margin:auto}
  .sh-story-step {min-height:0;padding:2.5rem 0;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}
  .sh-mobile-world {display:block;min-width:0}
  .sh-mobile-world .sh-world-art {width:100%;margin:0;overflow:hidden}
  .sh-mobile-world[data-mobile-stage="places"] [data-layer="product"], .sh-mobile-world[data-mobile-stage="places"] [data-layer="crew"], .sh-mobile-world[data-mobile-stage="places"] [data-layer="content"], .sh-mobile-world[data-mobile-stage="crew"] [data-layer="content"] {display:none}
  .sh-motion-toggle {display:none}
}
@media (prefers-reduced-motion:reduce) {
  :root {scroll-behavior:auto}
  *,*::before,*::after {animation:none!important;transition:none!important}
  .sh-ready [data-reveal] {opacity:1;transform:none}
  .sh-scene-layer {opacity:1!important;transform:none!important}
  .sh-journey-path {stroke-dashoffset:0!important}
}
