* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: background-color .35s var(--ease), color .35s var(--ease);
}
body.menu-open { overflow: hidden; }
img, svg { display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--accent-ink); }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to bottom, var(--header), transparent);
  backdrop-filter: blur(14px);
  transition: background .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.scrolled { background: var(--header-solid); border-color: var(--border); box-shadow: 0 10px 34px rgba(0,0,0,.07); }
.header-inner { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.02em; }
.brand-lockup img { border-radius: 10px; border: 1px solid var(--border); }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: 28px; color: var(--text-soft); font-size: .92rem; }
.primary-nav a { position: relative; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--accent); transition: right .25s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 50%; background: var(--surface-soft); display: grid; place-items: center; cursor: pointer; transition: border-color .25s var(--ease), transform .25s var(--ease), background .25s var(--ease); }
.theme-toggle:hover { transform: translateY(-1px); border-color: var(--border-strong); background: var(--surface); }
.theme-icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="light"] .theme-icon-sun { display: none; }
.menu-toggle { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 999px; padding: 0 22px; font-weight: 700; line-height: 1; transition: transform .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--accent); color: var(--accent-ink); }
.button-primary:hover { background: var(--accent-strong); }
.button-quiet { border-color: var(--border-strong); background: var(--surface-soft); }
.button-quiet:hover { background: var(--surface); }
.button-small { min-height: 42px; padding: 0 17px; font-size: .88rem; background: var(--text); color: var(--bg); }

.hero { position: relative; min-height: 860px; overflow: hidden; padding: 156px 0 34px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-grid { position: absolute; inset: 0; opacity: .62; background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-glow { position: absolute; width: 520px; aspect-ratio: 1; border-radius: 50%; filter: blur(80px); background: var(--glow); pointer-events: none; }
.hero-glow-one { top: 8%; right: -8%; }
.hero-glow-two { bottom: 5%; left: -20%; transform: scale(.7); opacity: .55; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.social-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--text-soft); font-size: .9rem; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px var(--glow); }
.hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.8rem); line-height: .88; letter-spacing: -.075em; font-weight: 820; }
.hero-tagline { margin: 24px 0 0; font-size: clamp(1.55rem, 3vw, 2.65rem); line-height: 1.1; letter-spacing: -.035em; font-weight: 690; color: var(--accent-strong); }
.hero-lead { max-width: 650px; margin: 26px 0 0; font-size: 1.15rem; color: var(--text-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { position: relative; min-height: 500px; display: grid; place-items: center; }
.profile-frame { position: relative; z-index: 3; width: 190px; aspect-ratio: 1; border-radius: 38px; padding: 10px; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.025)); border: 1px solid var(--border-strong); box-shadow: var(--shadow); }
.profile-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
.profile-orbit { position: absolute; inset: 4% 0; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid var(--border); border-radius: 50%; }
.orbit-one { width: 330px; height: 330px; }
.orbit-two { width: 490px; height: 490px; border-style: dashed; opacity: .7; animation: spin 32s linear infinite; }
.orbit-mark { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 24px var(--accent); }
.orbit-mark-one { transform: translate(163px, -120px); }
.orbit-mark-two { transform: translate(-195px, 105px); width: 7px; height: 7px; opacity: .75; }
.follower-proof { position: absolute; z-index: 4; right: 2%; bottom: 8%; min-width: 225px; padding: 22px 24px; border-radius: 22px; background: color-mix(in srgb, var(--surface) 90%, transparent); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.follower-number { display: block; font-size: 3rem; line-height: 1; letter-spacing: -.06em; font-weight: 820; }
.follower-label { display: block; margin-top: 8px; color: var(--text-soft); }
.hero-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; color: var(--text-faint); font-size: .9rem; }
.hero-bottom a { color: var(--text); display: inline-flex; gap: 10px; align-items: center; }
@keyframes spin { to { transform: rotate(360deg); } }

.section { padding: 132px 0; }
.eyebrow { margin: 0 0 18px; font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-strong); font-weight: 800; }
.section h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.06em; }
.section-intro { border-top: 1px solid var(--border); }
.intro-layout { display: grid; grid-template-columns: .34fr 1fr; gap: 70px; align-items: start; }
.intro-copy { max-width: 850px; }
.intro-large { margin: 0; font-size: clamp(1.75rem, 3.2vw, 3.05rem); line-height: 1.18; letter-spacing: -.035em; }
.intro-copy > p:last-child { max-width: 690px; margin: 34px 0 0; color: var(--text-soft); font-size: 1.06rem; }

.focus-section { background: var(--surface-soft); border-block: 1px solid var(--border); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 68px; }
.section-heading > p { justify-self: end; max-width: 410px; margin: 0 0 8px; color: var(--text-soft); font-size: 1.06rem; }
.pillar-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.pillar { position: relative; display: grid; grid-template-columns: 90px 1fr auto; gap: 30px; align-items: center; min-height: 160px; border-bottom: 1px solid var(--border); overflow: hidden; transition: padding .3s var(--ease), background .3s var(--ease); }
.pillar:hover { padding-inline: 18px; background: var(--surface-soft); }
.pillar-number { color: var(--text-faint); font-variant-numeric: tabular-nums; }
.pillar h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -.035em; }
.pillar p { margin: 8px 0 0; max-width: 620px; color: var(--text-soft); }
.pillar-line { width: 130px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); transform-origin: left; transition: transform .3s var(--ease); }
.pillar:hover .pillar-line { transform: scaleX(1.25); }

.instagram-section { position: relative; overflow: hidden; }
.instagram-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.instagram-copy p:not(.eyebrow) { max-width: 520px; color: var(--text-soft); font-size: 1.06rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-weight: 760; border-bottom: 1px solid var(--border-strong); padding-bottom: 7px; }
.instagram-destination { position: relative; min-height: 470px; padding: 38px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background:
  radial-gradient(circle at 10% 10%, var(--instagram-a), transparent 42%),
  radial-gradient(circle at 90% 90%, var(--instagram-b), transparent 48%),
  var(--surface);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}
.instagram-destination::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(var(--border-strong) .8px, transparent .8px); background-size: 16px 16px; opacity: .16; pointer-events: none; }
.instagram-destination:hover { transform: translateY(-6px); border-color: var(--border-strong); }
.destination-top, .destination-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.destination-top img { border-radius: 18px; border: 1px solid var(--border-strong); }
.destination-handle { margin-left: auto; color: var(--text-soft); }
.destination-stat { position: relative; z-index: 1; }
.destination-stat strong { display: block; font-size: clamp(4.8rem, 10vw, 8rem); line-height: .9; letter-spacing: -.075em; }
.destination-stat span { color: var(--text-soft); font-size: 1.15rem; }
.destination-bottom { padding-top: 24px; border-top: 1px solid var(--border); color: var(--text-soft); }
.destination-arrow { font-size: 2rem; color: var(--text); }

.collaboration-section { background: var(--surface-2); border-block: 1px solid var(--border); }
.collaboration-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; align-items: start; }
.collaboration-copy p:not(.eyebrow) { max-width: 620px; color: var(--text-soft); font-size: 1.06rem; margin: 28px 0 34px; }
.collaboration-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--border); }
.collaboration-list li { display: flex; gap: 20px; align-items: center; padding: 21px 0; border-bottom: 1px solid var(--border); font-size: 1.08rem; }
.collaboration-list span { color: var(--text-faint); font-size: .78rem; font-variant-numeric: tabular-nums; }

.contact-section { padding-bottom: 105px; }
.contact-shell { border-radius: var(--radius-lg); padding: 70px; background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow); }
.contact-intro { display: grid; grid-template-columns: 1fr .7fr; column-gap: 70px; align-items: end; }
.contact-intro .eyebrow { grid-column: 1 / -1; }
.contact-intro p:last-child { color: var(--text-soft); max-width: 440px; margin: 0 0 8px; }
.contact-links { margin-top: 62px; border-top: 1px solid var(--border); }
.contact-row { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--border); }
.contact-row-label span { font-size: .82rem; text-transform: uppercase; letter-spacing: .13em; color: var(--accent-strong); font-weight: 800; }
.contact-row-label p { margin: 8px 0 0; color: var(--text-soft); }
.contact-row-action { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.contact-row-action > a { font-size: clamp(1.35rem, 3.2vw, 2.7rem); letter-spacing: -.04em; font-weight: 720; border-bottom: 1px solid transparent; transition: border-color .25s var(--ease); }
.contact-row-action > a:hover { border-color: var(--accent); }
.copy-button { display: inline-flex; align-items: center; gap: 9px; background: transparent; border: 1px solid var(--border); border-radius: 999px; padding: 10px 14px; cursor: pointer; }
.copy-button:hover { border-color: var(--border-strong); background: var(--surface-soft); }
.copy-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.external-mark { font-size: 1.7rem; color: var(--text-faint); }

.site-footer { padding: 0 0 34px; }
.footer-top { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid var(--border); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { border-radius: 14px; border: 1px solid var(--border); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { color: var(--text-soft); font-size: .88rem; margin-top: 2px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 24px; color: var(--text-soft); font-size: .9rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid var(--border); color: var(--text-faint); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-theme { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 12px 16px; border-radius: 12px; background: var(--text); color: var(--bg); font-weight: 700; box-shadow: var(--shadow); opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s var(--ease); }
.toast.visible { opacity: 1; transform: translateY(0); }

.reveal { opacity: 1; transform: none; transition: opacity .65s var(--ease), transform .65s var(--ease); transition-delay: var(--delay, 0ms); }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.visible { opacity: 1; transform: none; }
