:root {
  --ink: #17251e;
  --paper: #f3f1e9;
  --cream: #e9e5d8;
  --acid: #c9ef67;
  --mint: #9ccfb9;
  --line: rgba(23, 37, 30, 0.16);
  --muted: #69726d;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html, body, main { overflow-x: clip; }
}

::selection { background: var(--acid); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: .035;
  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='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(201, 239, 103, .14);
  filter: blur(55px);
  pointer-events: none;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}

.site-header.scrolled {
  background: rgba(243, 241, 233, .76);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}

.brand { font-family: "Manrope", sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.08em; }
.brand span { color: #649652; }
.site-header nav { display: flex; gap: 2.2rem; }
.site-header nav a, .header-link { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-link { display: flex; gap: .55rem; align-items: center; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  padding: 130px 8vw 80px;
}

.hero::before {
  content: "";
  position: absolute;
  width: 42vw;
  height: 42vw;
  top: -16vw;
  left: 20vw;
  border: 1px solid rgba(23, 37, 30, .1);
  border-radius: 50%;
}

.eyebrow { margin: 0 0 1.8rem; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: .7rem; border-radius: 50%; background: #6fa758; box-shadow: 0 0 0 5px rgba(111,167,88,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 2rem; font: 500 clamp(4.5rem, 9.2vw, 9rem)/.86 "Manrope", sans-serif; letter-spacing: -.075em; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
.hero-text { max-width: 560px; color: var(--muted); font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.65; }
.identity-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; }
.identity-tags span { padding: .48rem .78rem; border: 1px solid var(--line); border-radius: 100px; color: #536159; background: rgba(255,255,255,.24); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.4rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; border: 1px solid var(--ink); border-radius: 100px; padding: 0 1.5rem; cursor: pointer; transition: transform .3s ease, background .3s ease, color .3s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: #2f483b; }
.button-quiet { background: transparent; }
.button-quiet:hover { background: var(--cream); }

.hero-visual { position: relative; display: grid; place-items: center; min-height: 620px; }
.portrait-card { position: relative; width: min(370px, 72vw); aspect-ratio: .69; background: var(--ink); color: var(--paper); border-radius: 190px 190px 22px 22px; padding: 2rem; box-shadow: 0 35px 80px rgba(24,39,31,.24); overflow: hidden; z-index: 2; transform: rotate(2deg); }
.portrait-card::after { content: ""; position: absolute; width: 110%; aspect-ratio: 1; left: -5%; bottom: -54%; border: 1px solid rgba(233,229,216,.25); border-radius: 50%; box-shadow: 0 0 0 40px rgba(233,229,216,.04), 0 0 0 85px rgba(233,229,216,.035); }
.portrait-topline, .portrait-caption { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; }
.portrait-caption { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; color: rgba(243,241,233,.6); }
.monogram { position: absolute; inset: 0; display: grid; place-items: center; font: italic 13rem/.8 var(--serif); color: var(--acid); text-shadow: 12px 14px 0 rgba(156,207,185,.23); }
.orbit { position: absolute; border: 1px solid rgba(23,37,30,.2); border-radius: 50%; animation: spin 20s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--acid); top: 12%; left: 12%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 610px; height: 300px; transform: rotate(-24deg); animation-duration: 28s; animation-direction: reverse; }
.floating-note { position: absolute; z-index: 3; padding: .8rem 1rem; background: rgba(243,241,233,.86); border: 1px solid var(--line); border-radius: 4px; backdrop-filter: blur(12px); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 30px rgba(23,37,30,.1); }
.note-one { top: 23%; right: 1%; transform: rotate(-3deg); }
.note-two { bottom: 18%; left: 0; transform: rotate(3deg); }
.scroll-cue { position: absolute; left: 5vw; bottom: 2rem; display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue span { width: 30px; height: 1px; background: var(--ink); animation: breathe 1.8s ease-in-out infinite; }

.section { padding: 9rem 8vw; }
.section-label { margin-bottom: 4.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; }
h2 { font: 500 clamp(3.2rem, 6vw, 6.4rem)/.96 "Manrope", sans-serif; letter-spacing: -.065em; }
.intro-copy { padding-top: .65rem; }
.intro-copy p { color: #526059; font-size: 1.08rem; line-height: 1.8; }
.intro-copy p + p { margin-top: 1.5rem; }
.quote-card { margin-top: 7rem; display: grid; grid-template-columns: 70px 1fr auto; gap: 2rem; align-items: end; padding: 3.4rem; color: var(--paper); background: var(--ink); border-radius: 6px; }
.quote-mark { align-self: start; color: var(--acid); font: 6rem/.7 var(--serif); }
blockquote { margin: 0; font: italic clamp(2rem, 4vw, 4rem)/1.1 var(--serif); }
.quote-credit { color: rgba(243,241,233,.5); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }

.interests { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading h2 { max-width: 750px; margin: 0; }
.section-heading p { max-width: 320px; margin: 0 0 .6rem; color: var(--muted); line-height: 1.6; }
.interest-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.interest-card { position: relative; min-height: 420px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .35s ease, transform .35s ease; overflow: hidden; }
.interest-card:hover { background: var(--ink); color: var(--paper); transform: translateY(-8px); }
.interest-card:hover p { color: rgba(243,241,233,.6); }
.interest-card:hover .card-icon { background: var(--acid); color: var(--ink); transform: rotate(12deg); }
.card-number { font-size: .65rem; letter-spacing: .12em; }
.card-icon { width: 70px; height: 70px; margin: 4rem 0 3rem; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font: 1.8rem var(--serif); transition: .4s ease; }
.interest-card h3 { font: 600 1.65rem "Manrope", sans-serif; letter-spacing: -.04em; }
.interest-card p { color: var(--muted); line-height: 1.65; transition: color .35s ease; }
.card-line { position: absolute; left: 2rem; right: 2rem; bottom: 2rem; height: 1px; background: currentColor; transform: scaleX(.22); transform-origin: left; transition: transform .4s ease; }
.interest-card:hover .card-line { transform: scaleX(1); }

.traits { background: #dce9da; }
.trait { display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; padding: 2.3rem 0; border-bottom: 1px solid rgba(23,37,30,.18); transition: padding .3s ease; }
.trait:hover { padding-left: 1.2rem; }
.trait span { font: 500 clamp(2.3rem, 5vw, 5.2rem)/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.trait small { color: #5d6d64; font-size: .9rem; }
.trait b { font-size: .65rem; letter-spacing: .15em; }

.future { background: var(--paper); }
.future-panel { position: relative; padding: 7rem 8vw; color: var(--paper); background: var(--ink); border-radius: 230px 6px 6px 6px; overflow: hidden; }
.future-panel::after { content: ""; position: absolute; width: 480px; height: 480px; right: -110px; bottom: -220px; background: var(--acid); border-radius: 50%; opacity: .82; }
.future-panel h2 { position: relative; z-index: 1; max-width: 900px; }
.future-panel h2 em { color: var(--acid); }
.future-panel > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 690px; color: rgba(243,241,233,.68); font-size: 1.08rem; line-height: 1.75; }
.future-signature { position: relative; z-index: 1; margin-top: 3rem; font: italic 1.25rem var(--serif); }

.contact { background: var(--cream); }
.contact-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; margin-bottom: 4.5rem; }
.contact-heading h2 { margin-bottom: 0; }
.contact-heading h2 em { color: #588143; }
.contact-heading p { max-width: 430px; margin-bottom: .65rem; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-card { min-width: 0; min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 1.8rem; color: var(--ink); background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; transition: color .35s ease, background .35s ease; }
.contact-card:hover { color: var(--paper); background: var(--ink); }
.contact-card-featured { background: var(--acid); }
.contact-top { display: flex; align-items: center; gap: .8rem; }
.contact-logo { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.contact-logo svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-logo.brand-logo { background: rgba(255,255,255,.35); }
.contact-logo img { width: 17px; height: 17px; transition: filter .25s ease; }
.contact-logo.qq-logo svg { width: 21px; height: 21px; overflow: visible; }
.qq-logo .qq-body { fill: currentColor; stroke: none; }
.qq-logo .qq-eye { fill: var(--paper); stroke: none; }
.qq-logo .qq-bill, .qq-logo .qq-scarf { fill: var(--acid); stroke: none; }
.qq-logo .qq-wing, .qq-logo .qq-feet { fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-card:hover .qq-logo .qq-eye { fill: var(--ink); }
.contact-card:hover .brand-logo img { filter: invert(1); }
.contact-type { font-size: .64rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.contact-card strong { max-width: 100%; font: 500 clamp(1.35rem, 3vw, 2.5rem)/1.15 "Manrope", sans-serif; letter-spacing: -.045em; overflow-wrap: anywhere; }
.contact-action { align-self: flex-end; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.social-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.social-row a { display: flex; justify-content: space-between; align-items: center; padding: 1.3rem 1.1rem; border-right: 1px solid var(--line); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .3s ease, padding .3s ease; }
.social-row a:last-child { border-right: 0; }
.social-row a:hover { padding-left: 1.5rem; background: rgba(201,239,103,.5); }
.social-row a span { display: flex; align-items: center; gap: .75rem; }
.social-row a img { width: 20px; height: 20px; }
.social-row b { font-weight: 400; }

.copy-toast { position: fixed; left: 50%; bottom: 1.6rem; z-index: 70; padding: .75rem 1.1rem; color: var(--paper); background: var(--ink); border-radius: 100px; box-shadow: 0 12px 40px rgba(0,0,0,.2); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translate(-50%, 120%); transition: .35s ease; pointer-events: none; }
.copy-toast.show { opacity: 1; transform: translate(-50%, 0); }

.closing { position: relative; min-height: 85vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8rem 6vw; text-align: center; color: var(--paper); background: #111b16; overflow: hidden; }
.closing h2 { position: relative; z-index: 1; margin-bottom: 1.8rem; font-size: clamp(4rem, 9vw, 9rem); }
.closing h2 em { color: var(--acid); }
.closing .eyebrow, .closing-copy, .closing .button { position: relative; z-index: 1; }
.closing-copy { color: rgba(243,241,233,.65); font-size: 1.05rem; }
.button-light { margin-top: 1.8rem; border-color: var(--paper); color: var(--ink); background: var(--paper); }
.button-light:hover { background: var(--acid); border-color: var(--acid); }
.closing-orb { position: absolute; width: 660px; height: 660px; border: 1px solid rgba(201,239,103,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(201,239,103,.025), 0 0 0 180px rgba(201,239,103,.018); animation: pulse 5s ease-in-out infinite; }

footer { display: flex; justify-content: space-between; padding: 1.6rem 5vw; color: rgba(243,241,233,.5); background: #111b16; border-top: 1px solid rgba(243,241,233,.12); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

.fact-toast { position: fixed; right: 2rem; bottom: 2rem; z-index: 60; width: min(360px, calc(100vw - 2rem)); padding: 1.4rem 3rem 1.4rem 1.4rem; color: var(--paper); background: rgba(23,37,30,.94); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(18px); transform: translateY(140%); opacity: 0; transition: .45s cubic-bezier(.2,.8,.2,1); }
.fact-toast.show { transform: translateY(0); opacity: 1; }
.fact-toast span { color: var(--acid); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.fact-toast p { margin: .7rem 0 0; line-height: 1.55; }
.fact-toast button { position: absolute; top: .7rem; right: .8rem; color: inherit; background: none; border: 0; font-size: 1.3rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 50% { transform: scale(1.08); opacity: .65; } }
@keyframes breathe { 50% { width: 52px; } }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-visual { min-height: 620px; margin-top: 2rem; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .quote-card { grid-template-columns: 1fr; }
  .quote-mark { height: 34px; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 1.5rem; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 340px; }
  .trait { grid-template-columns: 1fr auto; }
  .trait small { grid-row: 2; }
  .trait b { grid-column: 2; grid-row: 1; }
  .future-panel { border-radius: 140px 6px 6px 6px; padding-top: 9rem; }
  .contact-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .social-row { grid-template-columns: repeat(2, 1fr); }
  .social-row a:nth-child(2) { border-right: 0; }
  .social-row a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 560px) {
  .site-header { height: 68px; padding: 0 1.25rem; }
  .header-link { font-size: .65rem; }
  .hero { width: 100%; max-width: 100vw; padding: 120px 1.25rem 70px; overflow: hidden; }
  h1 { font-size: clamp(3.2rem, 16.5vw, 4.15rem); }
  .hero-actions { align-items: stretch; flex-direction: column; max-width: 300px; }
  .hero-visual { width: 100%; max-width: 100%; min-height: 490px; }
  .portrait-card { width: 275px; }
  .monogram { font-size: 10rem; }
  .orbit-one { width: 350px; height: 350px; }
  .orbit-two { width: 410px; height: 230px; }
  .floating-note { font-size: .58rem; }
  .note-one { right: -2%; }
  .section { padding: 6rem 1.25rem; }
  .section-label { margin-bottom: 3rem; }
  h2 { font-size: 3.2rem; }
  .quote-card { margin-top: 4rem; padding: 2rem; }
  .trait span { font-size: 2.55rem; }
  .future-panel { padding: 7rem 1.7rem 5rem; border-radius: 110px 5px 5px 5px; }
  .future-panel::after { width: 250px; height: 250px; right: -100px; bottom: -110px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { min-height: 165px; }
  .social-row { grid-template-columns: 1fr; }
  .social-row a, .social-row a:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .social-row a:last-child { border-bottom: 0; }
  .closing { padding-left: 1.25rem; padding-right: 1.25rem; }
  .closing h2 { font-size: clamp(3.1rem, 16.5vw, 4.2rem); }
  footer { gap: 1rem; flex-direction: column; text-align: center; }
  .fact-toast { right: 1rem; bottom: 1rem; }
}

@media (max-width: 380px) {
  .site-header { padding-inline: 1rem; }
  .header-link { gap: .35rem; font-size: .6rem; }
  .hero { padding-inline: 1rem; }
  .identity-tags { gap: .4rem; }
  .identity-tags span { padding: .42rem .62rem; font-size: .6rem; }
  .hero-visual { min-height: 450px; }
  .portrait-card { width: 250px; padding: 1.6rem; }
  .portrait-caption { left: 1.6rem; right: 1.6rem; bottom: 1.6rem; font-size: .5rem; }
  .orbit-one { width: 315px; height: 315px; }
  .orbit-two { width: 365px; height: 205px; }
  .note-two { left: -2%; }
  .section { padding-inline: 1rem; }
  .quote-card { padding: 1.6rem; }
  .contact-card { padding: 1.4rem; }
  .contact-card strong { font-size: 1.25rem; }
  .closing { padding-inline: 1rem; }
}

@media (hover: none), (pointer: coarse) {
  .cursor-glow { display: none; }
  .button, .contact-card, .social-row a { -webkit-tap-highlight-color: transparent; }
  .button:active { transform: scale(.98); }
  .contact-card:active { color: var(--paper); background: var(--ink); }
}

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