:root {
  --blue: #0787c9;
  --blue-deep: #005eaa;
  --blue-light: #42b9e9;
  --green: #53b900;
  --green-deep: #2e9000;
  --lime: #9ee52d;
  --yellow: #ffc400;
  --ink: #09202b;
  --muted: #60727a;
  --cloud: #f5fbfd;
  --line: rgba(9, 32, 43, .12);
  --white: #fff;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
::selection { background: var(--yellow); color: var(--ink); }

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(66,185,233,.09), transparent 67%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.site-header {
  height: 92px;
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  z-index: 30;
}
.brand { width: 178px; }
.desktop-nav { display: flex; align-items: center; gap: 38px; }
.desktop-nav a { font-size: 14px; font-weight: 600; position: relative; }
.desktop-nav a::after {
  content: "";
  position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--blue); transition: right .25s ease;
}
.desktop-nav a:hover::after { right: 0; }
.nav-cta {
  justify-self: end;
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff; background: var(--ink);
  padding: 13px 18px 13px 20px; border-radius: 999px;
  font-size: 13px; font-weight: 700;
}
.nav-cta span { color: var(--yellow); }
.menu-button, .mobile-menu { display: none; }

.hero {
  width: min(1440px, calc(100% - 64px));
  min-height: calc(100vh - 116px);
  margin: 0 auto 24px;
  border-radius: 36px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.98) 10%, rgba(245,251,253,.92) 55%, rgba(219,247,255,.9)),
    radial-gradient(circle at 90% 10%, rgba(158,229,45,.35), transparent 30%);
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: .95fr 1.05fr;
  align-items: center; gap: 30px;
  padding: 72px 6.5%;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(7,135,201,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(7,135,201,.05) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000);
}
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow {
  text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800;
  display: flex; align-items: center; gap: 10px; margin: 0 0 26px;
}
.eyebrow > span { width: 30px; height: 2px; background: var(--green); }
.hero h1, h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -.055em;
  margin: 0;
  font-weight: 800;
  line-height: .98;
}
.hero h1 { font-size: clamp(58px, 6.7vw, 112px); }
.hero h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text {
  max-width: 610px; color: var(--muted); line-height: 1.7;
  font-size: clamp(16px, 1.25vw, 20px); margin: 30px 0 36px;
}
.hero-actions, .contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 16px;
  border-radius: 999px; padding: 16px 22px; font-weight: 700; font-size: 14px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 15px 40px rgba(7,135,201,.2); }
.button.primary span { color: var(--yellow); }
.button.secondary { background: #fff; border: 1px solid var(--line); }
.button.white { background: white; color: var(--ink); }

.hero-visual { height: 610px; perspective: 1200px; }
.visual-grid {
  position: absolute; inset: 5% 0 2% 3%; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 22px, rgba(7,135,201,.09) 23px 24px);
  transform: rotate(-8deg) scale(.92);
}
.sun-disc {
  position: absolute; width: 280px; height: 280px; border-radius: 50%;
  top: 4%; right: 2%;
  background: linear-gradient(135deg, #ffe572, var(--yellow));
  filter: drop-shadow(0 30px 40px rgba(255,196,0,.18));
}
.glass-card {
  position: absolute; left: 4%; right: 7%; top: 13%; bottom: 8%;
  border: 1px solid rgba(255,255,255,.8); border-radius: 38px;
  background: linear-gradient(150deg, rgba(255,255,255,.92), rgba(255,255,255,.56));
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 90px rgba(6,74,110,.2);
  transform: rotateY(-7deg) rotateX(3deg);
  overflow: hidden;
}
.mini-brand {
  padding: 24px 28px; font-family: "Manrope"; font-weight: 800; font-size: 14px;
  display: flex; justify-content: space-between; letter-spacing: .08em;
}
.mini-brand span { color: var(--blue); font-size: 11px; }
.illustration { position: absolute; inset: 76px 22px 54px; overflow: hidden; border-radius: 28px; background: linear-gradient(#bdeeff, #e8f9ee 60%, #b0df76 61%); }
.building { position: absolute; width: 72%; height: 58%; bottom: 12%; left: 15%; background: #f7fbfc; border-radius: 8px; box-shadow: 0 20px 35px rgba(9,32,43,.18); }
.roof { position: absolute; height: 21px; width: 112%; left: -6%; top: -15px; border-radius: 8px; background: var(--blue-deep); }
.screen { position: absolute; left: 10%; top: 14%; width: 52%; height: 54%; background: linear-gradient(135deg, var(--blue), #39bde7); color: white; padding: 18px; display: flex; flex-direction: column; justify-content: center; border-radius: 6px; }
.screen span { font-size: 11px; }
.screen strong { font-family: "Manrope"; font-size: 18px; line-height: 1.1; margin-top: 5px; }
.counter { position: absolute; right: 8%; bottom: 0; width: 28%; height: 42%; background: #fff; border-top: 9px solid var(--yellow); }
.plant { position: absolute; bottom: 8%; width: 60px; height: 120px; }
.plant i { position: absolute; width: 46px; height: 22px; background: var(--green); border-radius: 100% 0 100% 0; transform-origin: right center; }
.plant i:nth-child(1){ top:25px; right:24px; transform:rotate(32deg);}
.plant i:nth-child(2){ top:54px; left:20px; transform:scaleX(-1) rotate(25deg);}
.plant i:nth-child(3){ top:75px; right:19px; transform:rotate(24deg);}
.plant::after { content:""; position:absolute; width:4px; height:93px; background:var(--green-deep); bottom:0; left:31px; border-radius:5px;}
.plant-a { left: 4%; }
.plant-b { right: 3%; transform: scale(.75); }
.people { position:absolute; width:24px; height:58px; bottom:11%; border-radius:14px 14px 5px 5px; background:var(--ink); }
.people::before { content:""; position:absolute; width:22px; height:22px; border-radius:50%; top:-17px; left:1px; background:#8b4f36; }
.p-one { left:43%; }
.p-two { left:50%; height:48px; background:var(--yellow); }
.visual-caption { position:absolute; bottom:0; left:0; right:0; height:54px; padding:0 28px; display:flex; align-items:center; gap:12px; font-size:12px; font-weight:700;}
.pulse { width:9px; height:9px; border-radius:50%; background:var(--green); box-shadow:0 0 0 7px rgba(83,185,0,.12);}
.floating-tag { position:absolute; z-index:4; padding:12px 18px; border-radius:999px; font-size:13px; font-weight:800; background:#fff; box-shadow:0 15px 35px rgba(9,32,43,.12); }
.tag-one { left:0; top:15%; color:var(--blue);}
.tag-two { right:0; top:49%; color:var(--green-deep);}
.tag-three { left:8%; bottom:4%; background:var(--yellow);}
.hero-orb { position:absolute; border-radius:50%; filter:blur(1px); }
.orb-one { width:110px; height:110px; background:rgba(66,185,233,.22); left:45%; bottom:9%; }
.orb-two { width:48px; height:48px; background:rgba(158,229,45,.55); right:4%; top:12%; }
.hero-leaf { position:absolute; width:100px; height:48px; background:linear-gradient(90deg,var(--green),var(--lime)); border-radius:100% 0 100% 0; opacity:.35; }
.leaf-one { right:35%; bottom:3%; transform:rotate(18deg);}
.leaf-two { right:-20px; top:34%; transform:rotate(-15deg) scale(.7);}
.scroll-note { position:absolute; left:6.5%; bottom:24px; font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:var(--muted); display:flex; gap:12px; align-items:center;}
.scroll-note span{width:50px;height:1px;background:var(--muted);}

.marquee { overflow:hidden; padding:19px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.marquee-track { display:flex; gap:34px; width:max-content; animation:marquee 30s linear infinite; align-items:center; }
.marquee span { font-family:"Manrope"; font-size:18px; font-weight:700; }
.marquee i { color:var(--yellow); }
@keyframes marquee { to { transform:translateX(-50%); } }

.section { width:min(1320px, calc(100% - 64px)); margin:0 auto; padding:150px 0; }
.section-label { display:flex; gap:15px; align-items:center; text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:800; color:var(--muted); margin-bottom:70px; }
.section-label span { width:34px; height:34px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--blue);}
.section-label.light { color:rgba(255,255,255,.6); }
.section-label.light span { border-color:rgba(255,255,255,.2); color:var(--yellow); }
.intro-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:10%; align-items:start; }
.intro h2, .experience-heading h2, .sticky-copy h2, .stories-title h2, .visit-copy h2 { font-size:clamp(46px,5.4vw,84px); }
.intro-body { padding-top:8px; }
.intro-body p, .sticky-copy p, .stories-title p, .visit-copy > p { color:var(--muted); line-height:1.75; font-size:18px; }
.text-link { display:inline-flex; gap:20px; margin-top:20px; font-weight:800; color:var(--blue); border-bottom:1px solid var(--blue); padding-bottom:8px; }
.feature-strip { margin-top:100px; display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.feature-card { padding:36px; min-height:330px; position:relative; background:#fff; }
.feature-card + .feature-card { border-left:1px solid var(--line); }
.feature-card:hover { background:var(--cloud); }
.feature-number { position:absolute; right:25px; top:25px; color:#9aa8ad; font-size:12px; }
.feature-icon { width:76px; height:76px; border-radius:24px; display:grid; place-items:center; font-size:30px; margin-bottom:60px; }
.learn-icon { background:#dff5ff; color:var(--blue); }
.collaborate-icon { background:#edffd9; color:var(--green-deep); }
.act-icon { background:#fff5c7; color:#d19b00; }
.feature-card h3 { font-family:"Manrope"; font-size:27px; margin:0 0 12px; }
.feature-card p { color:var(--muted); line-height:1.65; margin:0; }

.dark-section { position:relative; overflow:hidden; background:var(--ink); color:white; padding:150px max(32px, calc((100% - 1320px)/2)); }
.dark-glow { position:absolute; width:800px; height:800px; border-radius:50%; background:radial-gradient(circle, rgba(7,135,201,.3), transparent 68%); right:-300px; top:-250px; }
.experience-heading { display:flex; justify-content:space-between; align-items:end; gap:50px; margin-bottom:80px; position:relative; }
.experience-heading h2 { max-width:700px; }
.experience-heading h2 em { color:var(--blue-light); }
.experience-heading p { max-width:360px; color:rgba(255,255,255,.57); line-height:1.7; }
.experience-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:20px; position:relative; }
.experience-card { background:#132f3a; border:1px solid rgba(255,255,255,.08); border-radius:28px; padding:30px; min-height:500px; overflow:hidden; }
.experience-card.large { grid-row:span 2; min-height:1020px; }
.experience-card.wide { grid-column:1/-1; min-height:420px; }
.card-topline { display:flex; justify-content:space-between; color:rgba(255,255,255,.45); font-size:11px; letter-spacing:.13em; text-transform:uppercase; }
.card-topline p { margin:0; }
.experience-card h3 { font-family:"Manrope"; font-size:29px; margin:25px 0 12px; }
.experience-card > p { color:rgba(255,255,255,.55); line-height:1.6; margin:0; max-width:560px;}
.experience-art { height:64%; min-height:290px; border-radius:22px; margin-top:24px; overflow:hidden; position:relative; }
.digital-wall { background:linear-gradient(145deg,#1db1e4,#0065ae); display:grid; place-items:center; }
.screen-ui { width:72%; aspect-ratio:1.25; background:rgba(1,39,62,.85); border-radius:12px; padding:9%; display:flex; flex-direction:column; justify-content:space-between; box-shadow:0 40px 70px rgba(0,0,0,.3); transform:rotate(-4deg); }
.screen-ui small { color:var(--yellow); font-weight:800; letter-spacing:.12em;}
.screen-ui strong { font-family:"Manrope"; font-size:clamp(32px,4vw,64px); line-height:.95;}
.screen-ui span { font-size:12px; color:#b9ecff; }
.pods { background:linear-gradient(#e5f9ff,#c4ecf6); display:flex; align-items:end; justify-content:center; gap:18px; padding:30px;}
.pods div { width:28%; height:55%; border-radius:80px 80px 18px 18px; background:linear-gradient(#9ee52d,#53b900); box-shadow:inset -15px -15px 30px rgba(46,144,0,.25); }
.pods div:nth-child(2){height:78%;background:linear-gradient(#42b9e9,#0787c9);}
.pods div:nth-child(3){height:44%;background:linear-gradient(#ffd94f,#ffc400);}
.conversation { background:#fff3c5; }
.conversation i { position:absolute; width:72px; height:72px; border-radius:50%; background:var(--blue); top:24%; }
.conversation i::after {content:"";position:absolute;width:48px;height:92px;border-radius:28px 28px 10px 10px;background:var(--blue);top:60px;left:12px;}
.conversation i:nth-child(1){left:15%;}
.conversation i:nth-child(2){left:41%;background:var(--green);}
.conversation i:nth-child(2)::after{background:var(--green);}
.conversation i:nth-child(3){right:15%;background:var(--yellow);}
.conversation i:nth-child(3)::after{background:var(--yellow);}
.conversation b { position:absolute; width:60%; height:9px; border-radius:5px; background:var(--ink); opacity:.12; bottom:16%; left:20%; }
.wide-copy { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center; height:320px; }
.wide-copy h3 { font-size:44px; }
.wide-copy p { color:rgba(255,255,255,.55); line-height:1.7; max-width:580px;}
.action-rings { position:relative; height:270px; }
.action-rings span { position:absolute; border:1px solid rgba(66,185,233,.4); border-radius:50%; inset:10%; }
.action-rings span:nth-child(2){inset:24%;}
.action-rings span:nth-child(3){inset:38%;background:rgba(83,185,0,.2);}
.action-rings i { position:absolute; inset:0; display:grid; place-items:center; font-size:50px; color:var(--yellow); font-style:normal;}

.audience-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:10%; }
.sticky-copy { position:sticky; top:120px; align-self:start; }
.sticky-copy p { max-width:460px; }
.audience-row { display:grid; grid-template-columns:50px 1fr 1fr 35px; gap:24px; align-items:center; padding:31px 0; border-bottom:1px solid var(--line); }
.audience-row:first-child { border-top:1px solid var(--line); }
.audience-row > span { color:var(--blue); font-size:12px; }
.audience-row h3 { font-family:"Manrope"; font-size:22px; margin:0; }
.audience-row p { color:var(--muted); line-height:1.5; margin:0; font-size:14px; }
.audience-row b { width:35px; height:35px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; transition:.2s; }
.audience-row:hover b { background:var(--blue); color:#fff; transform:rotate(45deg); }

.location-section { min-height:760px; display:grid; grid-template-columns:1.12fr .88fr; background:linear-gradient(135deg,#0065ae,#0787c9 55%,#12a7d2); color:white; overflow:hidden; }
.location-map { position:relative; min-height:700px; background:
radial-gradient(circle at 40% 45%,rgba(255,255,255,.12),transparent 2%),
linear-gradient(35deg,transparent 47%,rgba(255,255,255,.08) 48%,rgba(255,255,255,.08) 49%,transparent 50%);}
.map-line { position:absolute; border:2px solid rgba(255,255,255,.17); border-radius:50%; }
.line-a{width:110%;height:70%;left:-25%;top:8%;transform:rotate(17deg);}
.line-b{width:95%;height:110%;left:5%;top:-20%;transform:rotate(-12deg);}
.line-c{width:65%;height:80%;left:20%;top:20%;transform:rotate(31deg);}
.map-pin { position:absolute; left:52%; top:45%; display:flex; flex-direction:column; align-items:center; gap:15px;}
.map-pin span { width:26px;height:26px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 12px rgba(255,196,0,.2),0 0 0 24px rgba(255,196,0,.08);}
.map-pin div { background:#fff;color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.12em;padding:9px 12px;border-radius:6px;}
.location-content { padding:130px 9% 110px 3%; align-self:center; }
.location-content h2 { font-size:clamp(64px,7vw,108px); }
.location-content h2 em { color:var(--yellow); }
.location-content > p { font-size:18px; color:rgba(255,255,255,.74); line-height:1.75; max-width:560px; margin:32px 0;}
.location-meta { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; border-top:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); padding:24px 0; margin:35px 0;}
.location-meta small { display:block; color:rgba(255,255,255,.48); font-size:10px; letter-spacing:.12em; margin-bottom:8px;}
.location-meta strong { font-size:14px; }

.stories-head { display:grid; grid-template-columns:1fr 2fr; }
.stories-title { display:flex; justify-content:space-between; align-items:end; gap:40px; }
.stories-title p { max-width:400px; font-size:16px; }
.story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:80px;}
.story-card { min-height:590px; border-radius:28px; padding:26px; display:flex; flex-direction:column; }
.story-card.blue { background:#dff5ff; }
.story-card.green { background:#eaffd2; }
.story-card.yellow { background:#fff3bd; }
.story-art { height:330px; border-radius:20px; margin-bottom:30px; position:relative; overflow:hidden;}
.waves { background:var(--blue); }
.waves span { position:absolute; width:125%; height:100px; border-radius:50%; border:3px solid rgba(255,255,255,.5); left:-15%; }
.waves span:nth-child(1){bottom:15%}.waves span:nth-child(2){bottom:30%}.waves span:nth-child(3){bottom:45%}
.leaf-art { background:var(--green); }
.leaf-art i { position:absolute;width:170px;height:85px;background:var(--lime);border-radius:100% 0 100% 0;left:20%;top:20%;transform:rotate(20deg);}
.leaf-art i:nth-child(2){left:44%;top:40%;transform:scaleX(-1) rotate(25deg);background:#d8ff78;}
.leaf-art i:nth-child(3){left:15%;top:62%;transform:rotate(-20deg);background:#fff;}
.sun-art { background:#ffd52f; display:grid; place-items:center;}
.sun-art span { width:150px;height:150px;border-radius:50%;background:#fff;box-shadow:0 0 0 30px rgba(255,255,255,.2),0 0 0 60px rgba(255,255,255,.12);}
.story-card small { letter-spacing:.12em;font-weight:800;color:var(--muted);}
.story-card h3 { font-family:"Manrope";font-size:27px;line-height:1.2;margin:16px 0; }
.story-card a { margin-top:auto;font-weight:800;color:var(--blue);display:flex;justify-content:space-between;border-top:1px solid rgba(9,32,43,.12);padding-top:20px;}

.visit-section { width:min(1440px, calc(100% - 64px)); margin:0 auto 24px; background:var(--cloud); border-radius:36px; min-height:650px; display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;padding:90px 8%;gap:9%;overflow:hidden;position:relative;}
.visit-section::before {content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(158,229,45,.25),transparent 68%);left:-200px;bottom:-240px;}
.visit-logo { position:relative; padding:50px; background:#fff; border-radius:50%; aspect-ratio:1; display:grid;place-items:center;box-shadow:0 35px 80px rgba(6,74,110,.1);}
.visit-logo img { width:90%; }
.visit-copy {position:relative;}
.visit-copy > p {max-width:650px;}
.edit-note { display:block;color:#8b989d;margin-top:18px;font-size:11px; }

footer { background:var(--ink); color:white; padding:85px max(32px, calc((100% - 1320px)/2)) 28px; }
.footer-brand img { width:200px; filter:brightness(0) invert(1); }
.footer-brand p { color:rgba(255,255,255,.5); max-width:300px; line-height:1.6;}
.footer-links { display:flex; gap:100px; justify-content:flex-end; margin-top:-75px; }
.footer-links div {display:flex;flex-direction:column;gap:13px;}
.footer-links small {color:rgba(255,255,255,.35);letter-spacing:.13em;margin-bottom:8px;}
.footer-links a {font-weight:600;}
.footer-bottom {display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.1);padding-top:25px;margin-top:85px;color:rgba(255,255,255,.4);font-size:12px;}

.reveal { opacity:0; transform:translateY(28px); transition:opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.12s; }
.delay-2 { transition-delay:.24s; }

@media (max-width: 1000px) {
  .site-header { width:calc(100% - 32px);grid-template-columns:1fr auto;}
  .desktop-nav,.desktop-cta{display:none;}
  .menu-button{display:flex;width:48px;height:48px;border:none;border-radius:50%;background:var(--ink);flex-direction:column;justify-content:center;gap:6px;padding:0 14px;z-index:50;}
  .menu-button span{height:2px;background:#fff;width:100%;transition:.2s;}
  .menu-button.active span:first-child{transform:translateY(4px) rotate(45deg);}
  .menu-button.active span:last-child{transform:translateY(-4px) rotate(-45deg);}
  .mobile-menu{display:flex;position:fixed;inset:0;background:#fff;z-index:20;flex-direction:column;align-items:center;justify-content:center;gap:28px;font-family:"Manrope";font-size:30px;font-weight:800;opacity:0;pointer-events:none;transition:.3s;}
  .mobile-menu.open{opacity:1;pointer-events:auto;}
  .hero{width:calc(100% - 32px);grid-template-columns:1fr;padding:70px 7%;min-height:auto;}
  .hero-visual{height:580px;}
  .scroll-note{display:none;}
  .intro-grid,.audience-layout,.stories-head,.visit-section,.location-section{grid-template-columns:1fr;}
  .experience-grid{grid-template-columns:1fr;}
  .experience-card.large{grid-row:auto;min-height:750px;}
  .experience-card.wide{grid-column:auto;}
  .sticky-copy{position:relative;top:auto;margin-bottom:70px;}
  .location-map{min-height:500px;}
  .location-content{padding:80px 7%;}
  .stories-title{align-items:start;}
  .visit-section{width:calc(100% - 32px);}
  .visit-logo{max-width:400px;margin:auto;}
}

@media (max-width: 700px) {
  .cursor-glow{display:none;}
  .brand{width:145px;}
  .hero,.visit-section{border-radius:24px;}
  .hero{padding:55px 24px;}
  .hero h1{font-size:52px;}
  .hero-visual{height:420px;margin-top:25px;}
  .glass-card{left:0;right:0;top:8%;bottom:7%;border-radius:25px;}
  .illustration{inset:65px 14px 48px;}
  .sun-disc{width:160px;height:160px;}
  .floating-tag{font-size:10px;padding:8px 12px;}
  .screen strong{font-size:13px;}
  .section{width:calc(100% - 40px);padding:95px 0;}
  .section-label{margin-bottom:45px;}
  .intro h2,.experience-heading h2,.sticky-copy h2,.stories-title h2,.visit-copy h2{font-size:45px;}
  .intro-grid{gap:36px;}
  .feature-strip{grid-template-columns:1fr;margin-top:60px;}
  .feature-card+.feature-card{border-left:none;border-top:1px solid var(--line);}
  .dark-section{padding:95px 20px;}
  .experience-heading{display:block;}
  .experience-heading p{margin-top:30px;}
  .experience-card{min-height:470px;padding:20px;}
  .experience-card.large{min-height:650px;}
  .experience-art{min-height:240px;}
  .wide-copy{grid-template-columns:1fr;height:auto;}
  .wide-copy h3{font-size:31px;}
  .action-rings{height:210px;}
  .audience-row{grid-template-columns:35px 1fr 30px;gap:12px;}
  .audience-row p{grid-column:2/4;}
  .location-map{min-height:390px;}
  .location-meta{grid-template-columns:1fr;gap:20px;}
  .stories-title{display:block;}
  .story-grid{grid-template-columns:1fr;}
  .story-card{min-height:520px;}
  .visit-section{padding:70px 24px;}
  .visit-logo{padding:25px;max-width:260px;}
  .contact-actions{flex-direction:column;align-items:stretch;}
  .footer-links{margin:55px 0 0;justify-content:flex-start;}
  .footer-bottom{flex-direction:column;gap:14px;}
}
