/* Shared site stylesheet. Page classes prevent styles leaking between templates. */
:root {
  --ink:#0B0B0C;
  --paper:#FAF9F6;
  --white:#FFFFFF;
  --grey:#6E6B65;
  --line:#E4E1DA;
  --accent:#C1121F;
  --sage:#8A8E75;
  --gold:#C0903F;
}
html { scroll-behavior:smooth; background:var(--ink); }
/* home-page */
body.home-page, .home-page * {box-sizing:border-box; margin:0; padding:0;}

body.home-page {
    background:var(--paper);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

.home-page h1,
.home-page h2,
.home-page h3,
.home-page .serif {font-family:'Fraunces',serif; font-weight:600; letter-spacing:-0.01em;}

.home-page .eyebrow {
    font-size:0.72rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--grey);
  }

.home-page a {color:inherit;}

.home-page .wrap {max-width:1120px; margin:0 auto; padding:0 32px;}

@media (prefers-reduced-motion: reduce) {
body.home-page, .home-page * {animation:none !important; transition:none !important;}
}

.home-page header {position:sticky; top:0; z-index:50; background:var(--ink); border-bottom:1px solid rgba(250,249,246,0.12); transition:transform 0.35s ease;}

.home-page header.hide {transform:translateY(-100%);}

.home-page nav.wrap {display:flex; align-items:center; justify-content:space-between; height:74px;}

.home-page .brand {display:inline-flex; align-items:center; text-decoration:none;}

.home-page .brand-logo {height:46px; width:auto; display:block;}

.home-page .navlinks {display:flex; gap:34px; list-style:none; font-size:0.82rem;}

.home-page .navlinks a {text-decoration:none; color:rgba(250,249,246,0.8); opacity:0.85; transition:opacity 0.2s, transform 0.2s; position:relative; display:inline-block; padding-bottom:2px;}

.home-page .navlinks a::after {content:""; position:absolute; left:0; bottom:-2px; width:100%; height:1px; background:currentColor; transform:scaleX(0); transform-origin:left; transition:transform 0.28s ease;}

.home-page .navlinks a:hover,
.home-page .navlinks a:focus-visible {opacity:1; transform:translateY(-1px);}

.home-page .navlinks a:hover::after,
.home-page .navlinks a:focus-visible::after {transform:scaleX(1);}

.home-page .navlinks a.strong {font-weight:700; text-transform:uppercase; letter-spacing:0.04em; color:var(--paper); opacity:1;}

.home-page .nav-cta {border:1px solid var(--paper); color:var(--paper); padding:9px 18px; font-size:0.78rem; font-weight:600; text-decoration:none; letter-spacing:0.02em; transition:background 0.2s, color 0.2s, transform 0.2s;}

.home-page .nav-cta:hover {background:var(--paper); color:var(--ink); transform:translateY(-1px);}

@media (max-width:820px) {
.home-page .navlinks {display:none;}
}

.home-page .hero {
    position:relative; overflow:hidden;
    background-size:cover; background-position:center 35%;
    color:var(--paper); min-height:94vh; display:flex; align-items:center; justify-content:center; text-align:center; padding:60px 0;
  }

.home-page .hero::before {
    content:""; position:absolute; inset:0; z-index:1;
    background:linear-gradient(180deg, rgba(11,11,12,0.72) 0%, rgba(11,11,12,0.5) 42%, rgba(11,11,12,0.55) 65%, rgba(11,11,12,0.85) 100%);
  }

.home-page .hero::after {
    content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
    opacity:0.15; mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

.home-page .hero-corner {position:absolute; width:200px; height:100px; background:#C0903F; z-index:3;}

.home-page .hero-corner.top-left {top:0; left:0; clip-path:polygon(0 0, 100% 0, 0 100%);}

.home-page .hero-corner.bottom-right {bottom:0; right:0; clip-path:polygon(100% 100%, 0 100%, 100% 0);}

.home-page .hero-stroke {position:absolute; height:2px; width:223.6px; background:rgba(255,255,255,0.85); transform-origin:left center; transform:rotate(-26.565deg); z-index:3;}

.home-page .hero-stroke.top-left {top:100px; left:0;}

.home-page .hero-stroke.bottom-right {bottom:0; left:calc(100% - 200px);}

@media (min-width:820px) {
.home-page .hero-corner {width:280px; height:140px;}

.home-page .hero-stroke {width:313.1px;}

.home-page .hero-stroke.top-left {top:140px;}

.home-page .hero-stroke.bottom-right {left:calc(100% - 280px);}
}

.home-page .hero .wrap {position:relative; z-index:4;}

.home-page .hero .eyebrow {color:#C0903F; margin-bottom:26px; display:block;}

.home-page .hero h1 {font-family:'Oswald',sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:0.01em; font-size:clamp(2.4rem, 5.6vw, 4.8rem); line-height:1.04; max-width:18ch; margin:0 auto 22px;}

.home-page .hero .sub {font-size:1rem; max-width:44ch; margin:0 auto 40px; color:rgba(250,249,246,0.7);}

.home-page .hero .sub.serif {font-family:"goldenbook", serif; font-weight:400; font-size:1.4rem; font-style:italic; color:rgba(250,249,246,0.85);}

.home-page .hero-stars {display:flex; justify-content:center; gap:10px; margin:18px 0 22px;}

.home-page .hero-stars svg {width:34px; height:auto;}

.home-page .hero-ctas {display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}

.home-page .btn {display:inline-block; padding:14px 28px; font-size:0.8rem; font-weight:600; letter-spacing:0.03em; text-decoration:none; transition:transform 0.2s, background 0.2s, color .2s, border-color .2s;}

.home-page .btn-primary {background:var(--paper); color:var(--ink);}

.home-page .btn-primary:hover {background:var(--accent); color:var(--white);}

.home-page .btn-gold-hover:hover {background:#C0903F; color:var(--ink);}

.home-page .btn-ghost {border:1px solid rgba(250,249,246,0.4); color:var(--paper);}

.home-page .btn-ghost:hover {border-color:var(--paper);}

.home-page .photo-break {display:flex; width:100%; line-height:0;}

.home-page .photo-break img {width:12.5%; height:auto; aspect-ratio:1/1; object-fit:cover; display:block; filter:grayscale(1);}

.home-page .how {padding:100px 0; border-bottom:1px solid var(--line);}

.home-page .how .head {max-width:56ch; margin:0 auto 40px; text-align:center;}

.home-page .mission {max-width:820px; margin:0 auto; text-align:center;}

.home-page .mission-lead {font-family:'Fraunces',serif; font-weight:600; font-size:1.7rem; line-height:1.35; color:var(--ink); margin-bottom:28px;}

.home-page .mission-body {font-size:1.02rem; line-height:1.65; color:var(--grey);}

.home-page .funding {padding:100px 0; background:var(--ink); color:var(--paper);}

.home-page .funding-grid {display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start;}

@media (max-width:820px) {
.home-page .funding-grid {grid-template-columns:1fr; gap:36px;}
}

.home-page .funding .eyebrow {color:rgba(250,249,246,0.5);}

.home-page .funding h2 {font-size:2.1rem; margin:14px 0 20px; max-width:14ch; color:#C0903F;}

.home-page .funding p {color:rgba(250,249,246,0.68); font-size:0.98rem;}

.home-page .funding-list {list-style:none; display:flex; flex-direction:column; gap:22px;}

.home-page .funding-list li {border-top:1px solid rgba(250,249,246,0.15); padding-top:18px;}

.home-page .funding-list h4 {font-size:0.88rem; font-weight:600; margin-bottom:6px; text-transform:uppercase; letter-spacing:0.04em;}

.home-page .funding-list p {font-size:0.88rem; color:rgba(250,249,246,0.6);}

.home-page .winners {padding:100px 0; border-bottom:1px solid var(--line); background:var(--ink); position:relative; overflow:hidden;}

.home-page .winners > .wrap {position:relative; z-index:4;}

.home-page .section-tri {position:absolute; width:200px; height:100px; background:#C0903F; z-index:3;}

.home-page .section-tri.top-right {top:0; right:0; clip-path:polygon(100% 0, 0 0, 100% 100%);}

.home-page .section-tri.bottom-left {bottom:0; left:0; clip-path:polygon(0 100%, 100% 100%, 0 0);}

.home-page .section-stroke {position:absolute; height:2px; width:223.6px; background:rgba(255,255,255,0.85); transform-origin:left center; transform:rotate(26.565deg); z-index:3;}

.home-page .section-stroke.top-right {top:0; left:calc(100% - 200px);}

.home-page .section-stroke.bottom-left {top:calc(100% - 100px); left:0;}

@media (min-width:820px) {
.home-page .section-tri {width:280px; height:140px;}

.home-page .section-stroke {width:313.1px;}

.home-page .section-stroke.top-right {left:calc(100% - 280px);}

.home-page .section-stroke.bottom-left {top:calc(100% - 140px);}
}

.home-page .winners .headrow {display:flex; justify-content:space-between; align-items:flex-end; gap:24px; margin-bottom:48px; flex-wrap:wrap;}

.home-page .winners .eyebrow {color:rgba(250,249,246,0.5);}

.home-page .winners h2 {font-size:2.1rem; margin-top:14px; color:var(--paper);}

.home-page .winners .headrow p {color:rgba(250,249,246,0.6); max-width:40ch; font-size:0.93rem;}

.home-page .winner-grid {display:grid; grid-template-columns:repeat(3,1fr); gap:2px;}

@media (max-width:820px) {
.home-page .winner-grid {grid-template-columns:1fr;}
}

.home-page .winner-card {
    position:relative; aspect-ratio:3/4; overflow:hidden;
    background:#1a1a1a; display:block; text-decoration:none; color:inherit;
  }

.home-page a.winner-card {cursor:pointer;}

.home-page a.winner-card .winner-photo {transition:transform 0.5s ease;}

.home-page a.winner-card:hover .winner-photo {transform:scale(1.04);}

.home-page a.winner-card:focus-visible {outline:2px solid var(--accent); outline-offset:-2px;}

.home-page .winner-photo {position:absolute; inset:0;}

.home-page .winner-photo .silhouette {position:absolute; right:-6%; bottom:-4%; height:104%; width:auto; opacity:0.9;}

.home-page .winner-card:nth-child(2n) .winner-photo {filter:grayscale(1) contrast(1.05);}

.home-page .winner-overlay {
    position:absolute; inset:0; padding:22px;
    display:flex; flex-direction:column; justify-content:space-between;
    background:linear-gradient(180deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.25) 26%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.7) 100%);
  }

.home-page .winner-top .eyebrow {color:rgba(250,249,246,0.9); font-size:0.8rem; letter-spacing:0.24em; margin-bottom:4px; display:block;}

.home-page .winner-top h3 {
    font-family:'Oswald',sans-serif; text-transform:uppercase; color:#C0903F;
    font-size:1.5rem; line-height:1.05; font-weight:500; letter-spacing:0.01em; max-width:16ch;
    text-shadow:0 3px 14px rgba(0,0,0,0.65), 0 1px 3px rgba(0,0,0,0.8);
  }

.home-page .winner-seal {width:92px; height:92px; align-self:flex-start;}

.home-page .winner-bio {
    position:absolute; left:0; right:0; bottom:0; height:36%;
    display:flex; align-items:flex-end; padding:18px 20px;
    background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.88) 100%);
    opacity:0; transform:translateY(10px);
    transition:opacity 0.35s ease, transform 0.35s ease;
    pointer-events:none;
  }

.home-page .winner-bio p {color:var(--paper); font-size:0.84rem; line-height:1.55;}

.home-page .winner-card:hover .winner-bio {opacity:1; transform:translateY(0);}

.home-page .winner-card:nth-child(1) .winner-photo {background:radial-gradient(120% 100% at 30% 20%, #4a4a4a 0%, #141414 65%, #050505 100%);}

.home-page .winner-card:nth-child(2) .winner-photo {background:radial-gradient(120% 100% at 70% 15%, #3d3d3d 0%, #151515 60%, #060606 100%);}

.home-page .winner-card:nth-child(3) .winner-photo {background:radial-gradient(120% 100% at 40% 25%, #454545 0%, #171717 65%, #070707 100%);}

.home-page .winner-card:nth-child(4) .winner-photo {background:radial-gradient(120% 100% at 60% 20%, #424242 0%, #131313 60%, #050505 100%);}

.home-page .winner-card:nth-child(5) .winner-photo {background:radial-gradient(120% 100% at 35% 15%, #484848 0%, #161616 65%, #060606 100%);}

.home-page .winner-card:nth-child(6) .winner-photo {background:radial-gradient(120% 100% at 65% 25%, #404040 0%, #141414 60%, #050505 100%);}

.home-page .winner-card:nth-child(even) .silhouette {transform:scaleX(-1);}

.home-page .link-row {margin-top:36px; text-align:right;}

.home-page .link-row a {font-size:0.85rem; font-weight:600; text-decoration:underline; text-underline-offset:4px; color:var(--paper);}

.home-page .categories {padding:100px 0 190px; border-bottom:1px solid var(--line);}

.home-page .categories .head {max-width:60ch; margin-bottom:20px;}

.home-page .categories h2 {font-size:2.1rem; margin-top:14px;}

.home-page .categories .head p {color:var(--grey); margin-top:14px; font-size:0.95rem;}

.home-page .note-box {
    background:var(--white); border:1px solid var(--line); border-left:3px solid #C0903F;
    padding:18px 22px; margin:28px 0 44px; font-size:0.88rem; color:var(--grey); max-width:64ch;
  }

.home-page .note-box strong {color:var(--ink);}

.home-page .cat-grid2 {display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line); border:1px solid var(--line);}

@media (max-width:820px) {
.home-page .cat-grid2 {grid-template-columns:1fr;}
}

.home-page .cat-card {position:relative; aspect-ratio:16/3; z-index:1;}

.home-page .cat-card:hover {z-index:20;}

.home-page .cat-panel {
    position:absolute; top:0; left:0; right:0; aspect-ratio:16/3; overflow:hidden;
    background:#0B0B0C; transition:aspect-ratio 0.45s ease, box-shadow 0.45s ease; z-index:2;
  }

.home-page .cat-card:hover .cat-panel {aspect-ratio:16/9; box-shadow:0 20px 40px rgba(0,0,0,0.55);}

.home-page .cat-gradient {
    position:absolute; inset:0; z-index:1;
    background:linear-gradient(180deg, #0B0B0C 0%, #2b2b2b 100%);
    transition:opacity 0.4s ease;
  }

.home-page .cat-card:hover .cat-gradient {opacity:0;}

.home-page .cat-label {
    position:absolute; top:0; left:0; right:0; aspect-ratio:16/3; z-index:3;
    display:flex; align-items:center; justify-content:center; gap:10px; padding:0 14px;
    pointer-events:none;
  }

.home-page .cat-icon {width:24px; height:24px; flex-shrink:0; filter:drop-shadow(0 1px 3px rgba(0,0,0,0.8));}

.home-page .cat-label h3 {
    font-family:'Oswald',sans-serif; text-transform:uppercase; color:#C0903F;
    font-size:1.1rem; font-weight:500; letter-spacing:0.01em; text-align:center;
    text-shadow:0 2px 8px rgba(0,0,0,0.7), 0 1px 3px rgba(0,0,0,0.85);
  }

.home-page .cat-criteria {
    position:absolute; left:0; right:0; top:33.333%; bottom:0; z-index:1;
    display:flex; align-items:flex-start; justify-content:center; padding:0 22px 16px;
    opacity:0; transition:opacity 0.4s ease 0.1s;
  }

.home-page .cat-card:hover .cat-criteria {opacity:1;}

.home-page .cat-criteria ul {list-style:none; display:flex; flex-direction:column; gap:5px;}

.home-page .cat-criteria li {font-family:'Fraunces',serif; color:var(--paper); font-size:0.78rem; line-height:1.3; position:relative; padding-left:14px;}

.home-page .cat-criteria li::before {content:"•"; position:absolute; left:0; color:#C0903F;}

.home-page .nominate {padding:100px 0;}

.home-page .nom-grid {display:grid; grid-template-columns:1fr 1fr; gap:64px;}

@media (max-width:820px) {
.home-page .nom-grid {grid-template-columns:1fr; gap:36px;}
}

.home-page .nominate h2 {font-size:2.1rem; margin-bottom:18px;}

.home-page .nominate p {color:var(--grey); margin-bottom:16px; font-size:0.95rem;}

.home-page .nom-facts {list-style:none; display:flex; flex-direction:column; gap:12px; margin-top:8px;}

.home-page .nom-facts li {display:flex; gap:10px; font-size:0.92rem;}

.home-page .nom-facts li svg {width:16px; height:16px; color:#C0903F; flex-shrink:0; margin-top:3px;}

.home-page .nom-divider {border:none; border-top:1px solid var(--line); margin:22px 0;}

.home-page .nom-note {font-size:0.82rem; color:var(--grey); line-height:1.55;}

.home-page .nom-card {background:var(--ink); color:var(--paper); padding:44px 38px;}

.home-page .nom-card h3 {font-size:0.8rem; letter-spacing:0.1em; text-transform:uppercase; color:rgba(250,249,246,0.55); margin-bottom:16px; font-weight:600; font-family:'Inter',sans-serif;}

.home-page .nom-card p {color:rgba(250,249,246,0.72); font-size:0.92rem; margin-bottom:26px;}

.home-page .nom-form {display:flex; flex-direction:column; gap:18px;}

.home-page .form-row {display:flex; flex-direction:column; gap:7px;}

.home-page .form-row label {font-size:0.76rem; font-weight:600; letter-spacing:0.05em; text-transform:uppercase; color:rgba(250,249,246,0.6);}

.home-page .form-row input,
.home-page .form-row select,
.home-page .form-row textarea {
    background:rgba(250,249,246,0.06);
    border:1px solid rgba(250,249,246,0.25);
    color:var(--paper);
    padding:11px 13px;
    font-family:'Inter',sans-serif;
    font-size:0.92rem;
    border-radius:0;
    outline:none;
    transition:border-color 0.2s, background 0.2s;
  }

.home-page .form-row input::placeholder,
.home-page .form-row textarea::placeholder {color:rgba(250,249,246,0.35);}

.home-page .form-row input:focus,
.home-page .form-row select:focus,
.home-page .form-row textarea:focus {
    border-color:var(--accent);
    background:rgba(250,249,246,0.1);
  }

.home-page .form-row select {appearance:none; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FAF9F6' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 12px center; background-size:16px; padding-right:36px;}

.home-page .form-row select option {color:#111;}

.home-page .form-row textarea {resize:vertical; font-family:'Inter',sans-serif;}

.home-page .nom-form .btn {width:100%; text-align:center; margin-top:4px; cursor:pointer; border:none; font-family:'Inter',sans-serif;}

.home-page .form-note {font-size:0.8rem; color:rgba(250,249,246,0.5); text-align:center; margin-top:12px; margin-bottom:0;}

.home-page footer {padding:48px 0 32px; font-size:0.82rem; color:var(--grey);}

.home-page .foot-top {display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:20px; margin-bottom:32px;}

.home-page .foot-brand {font-family:'Fraunces',serif; font-size:1rem; color:var(--ink);}

.home-page footer ul {list-style:none; display:flex; gap:24px;}

.home-page footer ul a {text-decoration:none; color:var(--grey);}

.home-page footer ul a:hover {color:var(--ink);}

.home-page .foot-note {border-top:1px solid var(--line); padding-top:22px; line-height:1.7; text-align:center;}

/* profile-page */
body.profile-page, .profile-page * {box-sizing:border-box; margin:0; padding:0;}

body.profile-page {
    background:var(--paper);
    color:var(--ink);
    font-family:'Inter',sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }

.profile-page h1,
.profile-page h2,
.profile-page h3,
.profile-page .serif {font-family:'Fraunces',serif; font-weight:600; letter-spacing:-0.01em;}

.profile-page .eyebrow {font-size:0.72rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:var(--grey);}

.profile-page a {color:inherit;}

.profile-page .wrap {max-width:1120px; margin:0 auto; padding:0 32px;}

@media (prefers-reduced-motion: reduce) {
body.profile-page, .profile-page * {animation:none !important; transition:none !important;}
}

.profile-page header {position:sticky; top:0; z-index:50; background:var(--ink); border-bottom:1px solid rgba(250,249,246,0.12);}

.profile-page nav.wrap {display:flex; align-items:center; justify-content:space-between; height:74px;}

.profile-page .brand {display:inline-flex; align-items:center; text-decoration:none;}

.profile-page .brand-logo {height:46px; width:auto; display:block;}

.profile-page .navlinks {display:flex; gap:34px; list-style:none; font-size:0.82rem;}

.profile-page .navlinks a {text-decoration:none; color:rgba(250,249,246,0.8); opacity:0.85;}

.profile-page .navlinks a:hover {opacity:1;}

.profile-page .navlinks a.strong {font-weight:700; text-transform:uppercase; letter-spacing:0.04em; color:var(--paper); opacity:1;}

.profile-page .nav-cta {border:1px solid var(--paper); color:var(--paper); padding:9px 18px; font-size:0.78rem; font-weight:600; text-decoration:none; letter-spacing:0.02em; transition:background 0.2s, color 0.2s;}

.profile-page .nav-cta:hover {background:var(--paper); color:var(--ink);}

@media (max-width:820px) {
.profile-page .navlinks {display:none;}
}

.profile-page .intro {background:var(--ink); color:var(--paper); padding:72px 0 64px; text-align:center;}

.profile-page .intro .eyebrow {color:var(--gold); margin-bottom:20px; display:block;}

.profile-page .intro h1 {font-weight:700; letter-spacing:-0.01em; font-size:clamp(2.1rem, 5vw, 3.4rem); line-height:1.08; max-width:20ch; margin:0 auto 22px; color:var(--paper);}

.profile-page .intro .sub {font-family:"Fraunces", serif; font-weight:400; font-style:italic; font-size:1.25rem; max-width:46ch; margin:0 auto 26px; color:rgba(250,249,246,0.75);}

.profile-page .intro-stars {display:flex; justify-content:center; gap:10px;}

.profile-page .intro-stars svg {width:26px; height:auto;}

.profile-page .vendor-section {padding:72px 0;}

.profile-page .vendor-section:nth-child(even) {background:var(--white);}

.profile-page .section-grid {display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;}

.profile-page .section-grid.flip .section-media {order:2;}

.profile-page .section-grid.flip .section-copy {order:1;}

.profile-page .section-media {aspect-ratio:4/5; overflow:hidden; position:relative; background:#1a1a1a;}

.profile-page .section-media img {width:100%; height:100%; object-fit:cover; display:block;}

.profile-page .video-media {aspect-ratio:3840/1634;}

.profile-page .video-media iframe {width:100%; height:100%; display:block; border:0;}

.profile-page .placeholder-media {
    width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center;
    background:linear-gradient(155deg, #1a1a1a 0%, #0B0B0C 100%); color:rgba(250,249,246,0.55); gap:14px;
    position:relative; overflow:hidden;
  }

.profile-page .placeholder-media::after {
    content:""; position:absolute; inset:0; opacity:0.12; mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  }

.profile-page .placeholder-media svg {width:44px; height:44px; position:relative; z-index:1;}

.profile-page .placeholder-media span {font-size:0.72rem; letter-spacing:0.1em; text-transform:uppercase; position:relative; z-index:1;}

.profile-page .section-copy .eyebrow {margin-bottom:16px; display:block; font-size:1.15rem; font-weight:700; letter-spacing:0.03em; color:var(--ink);}

.profile-page .section-copy p {color:var(--grey); font-size:1rem; max-width:52ch; margin-bottom:14px;}

.profile-page .section-copy p:last-child {margin-bottom:0;}

@media (max-width:820px) {
.profile-page .section-grid {grid-template-columns:1fr; gap:28px;}

.profile-page .section-grid.flip .section-media {order:1;}

.profile-page .section-grid.flip .section-copy {order:2;}
}

.profile-page .cta-band {background:var(--ink); color:var(--paper); padding:64px 0; text-align:center;}

.profile-page .cta-band h2 {font-weight:700; color:var(--paper); font-size:clamp(1.6rem, 3vw, 2.1rem); margin-bottom:16px;}

.profile-page .cta-band p {color:rgba(250,249,246,0.7); max-width:48ch; margin:0 auto 30px;}

.profile-page .cta-row {display:flex; gap:14px; justify-content:center; flex-wrap:wrap;}

.profile-page .btn {display:inline-block; padding:14px 28px; font-size:0.8rem; font-weight:600; letter-spacing:0.03em; text-decoration:none; transition:transform 0.2s, background 0.2s, color .2s, border-color .2s;}

.profile-page .btn-primary {background:var(--paper); color:var(--ink);}

.profile-page .btn-primary:hover {background:var(--gold); color:var(--ink); transform:translateY(-1px);}

.profile-page .btn-ghost {border:1px solid rgba(250,249,246,0.4); color:var(--paper);}

.profile-page .btn-ghost:hover {border-color:var(--paper);}

.profile-page footer {padding:48px 0 32px; font-size:0.82rem; color:var(--grey); background:var(--paper);}

.profile-page .foot-top {display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:20px; margin-bottom:32px;}

.profile-page .foot-brand {font-family:'Fraunces',serif; font-size:1rem; color:var(--ink);}

.profile-page footer ul {list-style:none; display:flex; gap:24px;}

.profile-page footer ul a {text-decoration:none; color:var(--grey);}

.profile-page footer ul a:hover {color:var(--ink);}

.profile-page .foot-note {border-top:1px solid var(--line); padding-top:22px; line-height:1.7; text-align:center;}

/* thank-you-page */
body.thank-you-page, .thank-you-page * {box-sizing:border-box; margin:0; padding:0;}

body.thank-you-page {
    background:var(--ink);
    color:var(--paper);
    font-family:'Inter',sans-serif;
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:60px 24px;
  }

.thank-you-page .serif {font-family:'Fraunces',serif; font-weight:600; letter-spacing:-0.01em;}

.thank-you-page .wrap {max-width:560px; margin:0 auto; display:flex; flex-direction:column; align-items:center;}

.thank-you-page .brand {display:inline-flex; align-items:center; text-decoration:none; margin-bottom:56px;}

.thank-you-page .brand-logo {height:46px; width:auto; display:block;}

.thank-you-page .check {
    width:56px; height:56px; border-radius:50%; border:1.5px solid #C0903F;
    display:flex; align-items:center; justify-content:center; margin-bottom:28px;
  }

.thank-you-page .check svg {width:24px; height:24px;}

.thank-you-page .eyebrow {font-size:0.72rem; font-weight:600; letter-spacing:0.16em; text-transform:uppercase; color:#C0903F; margin-bottom:20px; display:block;}

.thank-you-page h1 {font-size:clamp(2.2rem, 5.5vw, 3.4rem); line-height:1.06; margin-bottom:20px;}

.thank-you-page p {font-size:1.02rem; max-width:44ch; color:rgba(250,249,246,0.72); margin-bottom:40px;}

.thank-you-page .btn {
    display:inline-block; padding:14px 30px; font-size:0.8rem; font-weight:600; letter-spacing:0.03em;
    text-decoration:none; background:var(--paper); color:var(--ink); border:none; cursor:pointer;
    transition:background 0.2s, color 0.2s, transform 0.2s; font-family:'Inter',sans-serif;
  }

.thank-you-page .btn:hover {background:#C0903F; color:var(--ink); transform:translateY(-1px);}
