:root {
    --ink: #080808;
    --ink-soft: #11100f;
    --ivory: #f2ede4;
    --silver: #d7d5d2;
    --muted: #9b9690;
    --red: #c10f2e;
    --red-deep: #730014;
    --line: rgba(242, 237, 228, 0.18);
    --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
    --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --shell: min(1180px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
    margin: 0;
    background: var(--ink);
    color: var(--ivory);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

::selection { background: var(--red); color: #fff; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

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

.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow {
    margin: 0 0 24px;
    color: #d5c8b8;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.site-header {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 20;
    width: var(--shell);
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.brand img { width: 120px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 34px; }
.launch-status { display: flex; align-items: center; gap: 10px; color: #ded9d1; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.launch-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(193,15,46,.16); animation: pulse 2s infinite; }
.header-link { color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.header-link::after { content: ""; display: block; width: 100%; height: 1px; margin-top: 7px; background: var(--red); transform-origin: right; transition: transform .3s ease; }
.header-link:hover::after { transform: scaleX(.45); }

@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(193,15,46,0); } }

.hero {
    position: relative;
    min-height: 780px;
    height: 100svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr);
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 70%, rgba(125, 0, 22, .18), transparent 33%),
        var(--ink);
}

.hero-copy {
    width: min(670px, calc(100vw - 80px));
    align-self: center;
    padding: 130px 36px 70px max(40px, calc((100vw - min(1180px, calc(100vw - 80px))) / 2));
}

.hero h1,
.manifesto h2,
.founder h2,
.first-look h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .94;
}

.hero h1 { max-width: 680px; font-size: clamp(4rem, 6.2vw, 7.2rem); }
.hero h1 em, .manifesto h2 em { color: #d1ceca; font-weight: 400; }
.hero-intro { max-width: 560px; margin: 34px 0 0; color: #b9b3ac; font-size: clamp(1rem, 1.3vw, 1.18rem); line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: .73rem;
    font-weight: 750;
    letter-spacing: .13em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #dc173a; }
.button-quiet { border-color: rgba(255,255,255,.24); color: #fff; }
.button-quiet:hover { border-color: rgba(255,255,255,.6); }
.micro-note { margin: 18px 0 0; color: #716e6a; font-size: .72rem; }

.hero-visual { position: relative; min-height: 640px; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 30%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; filter: saturate(.86) contrast(1.06); transform: scale(1.025); }
.hero-shade { position: absolute; z-index: 3; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 46%, rgba(0,0,0,.68)); }
.hero-caption { position: absolute; z-index: 4; right: 52px; bottom: 44px; text-align: right; }
.hero-caption span { display: block; font-family: var(--serif); font-size: 1.7rem; font-style: italic; }
.hero-caption small { color: #bbb5ae; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-rail { position: absolute; z-index: 5; bottom: 42px; left: 18px; display: flex; align-items: center; gap: 12px; color: #6a6763; font-size: .58rem; letter-spacing: .22em; writing-mode: vertical-rl; }
.hero-rail i { width: 1px; height: 70px; background: #56524e; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: #0d0c0c; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 35px; padding: 17px 0; animation: ticker 32s linear infinite; }
.ticker span { color: #c9c3bb; font-size: .69rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.ticker b { color: var(--red); font-size: .55rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.manifesto { position: relative; min-height: 900px; display: grid; grid-template-columns: .36fr .84fr .72fr; gap: 70px; align-items: center; padding-block: 130px; }
.section-number { align-self: start; padding-top: 10px; color: #68645f; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.manifesto h2 { font-size: clamp(4.2rem, 7.6vw, 8.8rem); white-space: nowrap; }
.manifesto-copy { position: relative; z-index: 2; }
.manifesto-copy > p:last-child { max-width: 500px; margin: 40px 0 0; color: #aaa49d; font-size: 1.05rem; line-height: 1.8; }
.manifesto-card { position: relative; align-self: stretch; min-height: 600px; margin-block: 50px; overflow: hidden; }
.manifesto-card::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 120px rgba(0,0,0,.22); }
.manifesto-card img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; z-index: 2; right: 20px; bottom: 20px; padding: 10px 13px; background: rgba(6,6,6,.76); color: #d7d2ca; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; backdrop-filter: blur(12px); }

.collection-grid { display: grid; grid-template-columns: 1.12fr .9fr .72fr; gap: 20px; align-items: end; padding-bottom: 150px; }
.collection-card { position: relative; min-height: 570px; overflow: hidden; background: #151313; }
.collection-card.tall { min-height: 720px; }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.8)); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.75,.2,1); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; align-items: baseline; gap: 20px; }
.collection-card span { color: #b4aea7; font-size: .64rem; }
.collection-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.5rem); font-weight: 400; line-height: 1; }
.collection-note { padding: 0 15px 15px 25px; }
.collection-note p { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.45rem); line-height: 1.08; }
.collection-note a { display: flex; align-items: center; justify-content: space-between; padding-block: 16px; border-block: 1px solid var(--line); color: #d3cdc5; font-size: .7rem; font-weight: 650; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.collection-note a span { color: var(--red); font-size: 1.1rem; }

.founder { display: grid; grid-template-columns: .72fr .94fr .58fr; gap: 70px; align-items: center; padding-block: 150px; border-top: 1px solid var(--line); }
.founder-photo { height: 710px; overflow: hidden; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.83); }
.founder-copy h2 { font-size: clamp(3.5rem, 6vw, 6.5rem); }
.founder-copy > p:not(.eyebrow) { max-width: 540px; margin: 38px 0 0; color: #aca69e; line-height: 1.85; }
.founder blockquote { margin: 48px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.4; }
.founder-detail { align-self: end; margin-bottom: 60px; }
.founder-detail img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; filter: grayscale(.12) saturate(.85); }

.promise { border-block: 1px solid var(--line); background: #0e0d0c; }
.promise-inner { padding-block: 110px; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 45px; border-top: 1px solid var(--line); }
.promise-item { min-height: 205px; padding: 28px 28px 10px 0; border-right: 1px solid var(--line); }
.promise-item:not(:first-child) { padding-left: 28px; }
.promise-item:last-child { border-right: 0; }
.promise-item span { color: var(--red); font-size: .64rem; font-weight: 700; letter-spacing: .16em; }
.promise-item h3 { margin: 54px 0 5px; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.promise-item p { margin: 0; color: #8d8882; font-size: .88rem; }

.first-look { display: grid; grid-template-columns: .9fr .84fr; gap: 120px; align-items: center; min-height: 790px; padding-block: 125px; }
.first-look h2 { font-size: clamp(4rem, 7vw, 7.7rem); }
.first-look-copy > p:not(.eyebrow) { max-width: 520px; margin: 32px 0; color: #aca69f; font-size: 1rem; line-height: 1.8; }
.facebook-card { max-width: 540px; display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; margin-top: 42px; padding: 19px 0; border-block: 1px solid var(--line); text-decoration: none; }
.facebook-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #817b74; border-radius: 50%; font-family: Arial, sans-serif; font-size: 1.4rem; font-weight: 700; }
.facebook-card strong { display: block; font-family: var(--serif); font-size: 1.17rem; font-weight: 400; }
.facebook-card small { display: block; margin-top: 3px; color: #79746f; font-size: .72rem; }
.facebook-card b { color: var(--red); font-size: 1.2rem; }

.form-panel { padding: 52px; background: var(--ivory); color: #141211; box-shadow: 0 40px 110px rgba(0,0,0,.28); }
.field { display: block; margin-bottom: 27px; }
.field > span { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; color: #3d3936; font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.field small { color: #a09a93; font-size: .58rem; font-weight: 600; }
.field input { width: 100%; height: 54px; padding: 0; border: 0; border-bottom: 1px solid #bcb4aa; border-radius: 0; outline: 0; background: transparent; color: #111; font-family: var(--serif); font-size: 1.12rem; transition: border-color .2s ease; }
.field input::placeholder { color: #9c958c; }
.field input:focus { border-color: var(--red); }
.field input.invalid { border-color: var(--red); }
.consent { display: flex; gap: 12px; align-items: flex-start; margin: 31px 0 24px; color: #6f6963; font-size: .74rem; line-height: 1.45; }
.consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--red); }
.submit-button { width: 100%; justify-content: space-between; border: 0; }
.submit-button i { font-size: 1.2rem; font-style: normal; }
.submit-button[disabled] { opacity: .65; cursor: wait; }
.form-status { min-height: 22px; margin: 15px 0 0; color: #4a4540; font-size: .78rem; }
.form-status.is-error { color: #9a0e25; }
.form-status.is-success { color: #176d4b; }
.privacy-note { margin: 4px 0 0; color: #9d968e; font-size: .64rem; }
.trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-footer { padding-block: 65px 40px; border-top: 1px solid var(--line); }
.site-footer > img { width: 110px; }
.site-footer > p { margin: 26px 0 48px; color: #817c76; font-family: var(--serif); font-size: 1.25rem; }
.site-footer > div { display: flex; justify-content: space-between; align-items: center; color: #65615d; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { color: #b0aaa3; text-decoration: none; }

.sound-control {
    position: fixed;
    z-index: 60;
    right: 24px;
    bottom: 22px;
    height: 50px;
    display: grid;
    grid-template-columns: 26px auto auto;
    gap: 10px;
    align-items: center;
    padding: 0 17px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 30px;
    background: rgba(9,9,9,.82);
    color: #eee9e0;
    backdrop-filter: blur(14px);
    cursor: pointer;
    box-shadow: 0 12px 35px rgba(0,0,0,.28);
}
.sound-control small { color: #78736d; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.sound-label { font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sound-bars { height: 17px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.sound-bars i { width: 2px; height: 5px; display: block; background: var(--red); }
.sound-control[aria-pressed="true"] .sound-bars i { animation: sound .8s ease-in-out infinite alternate; }
.sound-control[aria-pressed="true"] .sound-bars i:nth-child(2) { animation-delay: -.35s; }
.sound-control[aria-pressed="true"] .sound-bars i:nth-child(3) { animation-delay: -.58s; }
.sound-control[aria-pressed="true"] .sound-bars i:nth-child(4) { animation-delay: -.18s; }
@keyframes sound { from { height: 4px; } to { height: 17px; } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.75,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    :root { --shell: min(920px, calc(100vw - 48px)); }
    .hero { grid-template-columns: 1fr .78fr; }
    .hero-copy { padding-left: max(24px, calc((100vw - var(--shell)) / 2)); }
    .hero h1 { font-size: clamp(4rem, 7vw, 5.8rem); }
    .manifesto { grid-template-columns: .2fr 1fr .7fr; gap: 36px; }
    .manifesto h2 { font-size: clamp(4rem, 7vw, 6.7rem); }
    .collection-grid { grid-template-columns: 1fr 1fr; }
    .collection-note { grid-column: 1 / -1; display: flex; align-items: flex-end; justify-content: space-between; padding: 35px 0 0; }
    .collection-note a { width: 280px; }
    .founder { grid-template-columns: .8fr 1fr; gap: 50px; }
    .founder-detail { display: none; }
    .first-look { gap: 65px; }
}

@media (max-width: 780px) {
    :root { --shell: calc(100vw - 38px); }
    .site-header { height: 90px; }
    .brand img { width: 96px; }
    .launch-status { display: none; }
    .hero { min-height: 940px; height: auto; display: flex; flex-direction: column; }
    .hero-copy { width: var(--shell); order: 2; padding: 54px 0 80px; margin-inline: auto; }
    .hero h1 { font-size: clamp(3.7rem, 16vw, 6rem); }
    .hero-intro { font-size: 1rem; }
    .hero-visual { min-height: 520px; order: 1; }
    .hero-visual::before { background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 48%, var(--ink) 100%); }
    .hero-visual img { object-position: 60% center; }
    .hero-caption { display: none; }
    .hero-rail { display: none; }
    .manifesto { display: block; padding-block: 100px; }
    .section-number { margin-bottom: 70px; }
    .manifesto h2 { font-size: clamp(4rem, 17vw, 6rem); white-space: normal; }
    .manifesto-card { min-height: 590px; margin: 70px 0 0 18%; }
    .collection-grid { display: block; padding-bottom: 100px; }
    .collection-card, .collection-card.tall { min-height: 620px; margin-bottom: 18px; }
    .collection-note { display: block; padding: 55px 0 10px; }
    .collection-note a { width: 100%; }
    .founder { display: flex; flex-direction: column; align-items: stretch; gap: 60px; padding-block: 100px; }
    .founder-photo { height: min(680px, 130vw); order: 2; }
    .founder-copy { order: 1; }
    .founder h2 { font-size: clamp(3.7rem, 15vw, 5.8rem); }
    .promise-inner { padding-block: 90px; }
    .promise-grid { grid-template-columns: 1fr 1fr; }
    .promise-item:nth-child(2) { border-right: 0; }
    .promise-item:nth-child(3), .promise-item:nth-child(4) { border-top: 1px solid var(--line); }
    .promise-item:nth-child(3) { padding-left: 0; }
    .first-look { display: block; min-height: 0; padding-block: 100px; }
    .first-look h2 { font-size: clamp(4rem, 17vw, 6.4rem); }
    .form-panel { margin-top: 70px; padding: 35px 25px; }
}

@media (max-width: 520px) {
    .header-link { font-size: .64rem; }
    .hero-visual { min-height: 460px; }
    .hero-copy { padding-top: 35px; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .manifesto-card { min-height: 500px; margin-left: 9%; }
    .collection-card, .collection-card.tall { min-height: 540px; }
    .promise-grid { display: block; }
    .promise-item, .promise-item:not(:first-child) { min-height: 170px; padding: 25px 0; border-right: 0; border-top: 1px solid var(--line); }
    .promise-item:first-child { border-top: 0; }
    .promise-item h3 { margin-top: 36px; }
    .facebook-card { grid-template-columns: 38px 1fr; }
    .facebook-card b { display: none; }
    .site-footer > div { align-items: flex-start; flex-direction: column; gap: 12px; }
    .sound-control { right: 12px; bottom: 12px; }
    .sound-control .sound-label { display: none; }
}

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

