:root {
    --ink: #151515;
    --muted: #6f6f68;
    --paper: #f1efe8;
    --paper-2: #e6e2d7;
    --line: #bdb8aa;
    --accent: #b13a2f;
    --dark: #20201e;
    --white: #faf9f5;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(rgba(24,24,22,.025) 1px, transparent 1px),
        var(--paper);
    background-size: 100% 28px;
    font-family: Georgia, 'Times New Roman', serif;
}

a { color: inherit; }

.site-header {
    border-bottom: 1px solid var(--ink);
    background: rgba(241,239,232,.96);
}

.header-inner {
    width: min(1180px, calc(100% - 40px));
    min-height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    align-items: end;
    border-top: 4px solid var(--ink);
    border-bottom: 4px solid var(--ink);
    padding: 5px 3px;
}

.brand-mark span {
    display: block;
    height: 100%;
    background: var(--ink);
}

.brand-copy { display: grid; gap: 2px; }
.brand-copy strong,
.top-nav,
.eyebrow,
.search-box label,
.search-row button,
.notice-label,
.stat-label,
.availability,
footer {
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .13em;
}

.brand-copy strong { font-size: 17px; }
.brand-copy small { font: 10px Arial, Helvetica, sans-serif; letter-spacing: .16em; color: var(--muted); }

.top-nav { display: flex; gap: 26px; font-size: 10px; font-weight: 700; }
.top-nav a { text-decoration: none; }
.top-nav a:hover { color: var(--accent); }

.hero {
    border-bottom: 1px solid var(--line);
    background: linear-gradient(115deg, transparent 62%, rgba(177,58,47,.06) 62%);
}

.hero-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 94px 0 86px;
}

.eyebrow {
    margin: 0 0 19px;
    color: var(--accent);
    font-size: 10px;
    font-weight: 800;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
    max-width: 800px;
    margin-bottom: 25px;
    font-size: clamp(52px, 8vw, 104px);
    line-height: .88;
    letter-spacing: -.055em;
    font-weight: 400;
}

.intro {
    max-width: 660px;
    margin-bottom: 44px;
    color: #44443f;
    font-size: 19px;
    line-height: 1.6;
}

.search-box { max-width: 780px; }
.search-box label { display: block; margin-bottom: 9px; font-size: 10px; font-weight: 700; }

.search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid var(--ink);
    background: var(--white);
}

.search-row input {
    min-width: 0;
    border: 0;
    padding: 18px 18px;
    outline: 0;
    background: transparent;
    font: 16px Arial, Helvetica, sans-serif;
}

.search-row button {
    border: 0;
    border-left: 1px solid var(--ink);
    padding: 0 26px;
    color: var(--white);
    background: var(--dark);
    cursor: pointer;
    font-size: 10px;
    font-weight: 800;
}

.search-row button:hover { background: var(--accent); }
.search-note { margin: 10px 0 0; color: var(--muted); font: 12px Arial, Helvetica, sans-serif; }
.search-note.flash { color: var(--accent); }

.notice {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 43px 0;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 22px;
    align-items: start;
    border-bottom: 1px solid var(--line);
}

.notice-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--accent);
    color: var(--accent);
    font: 700 20px Arial, Helvetica, sans-serif;
}

.notice-label { margin: 0 0 6px; color: var(--accent); font-size: 9px; font-weight: 800; }
.notice h2 { margin-bottom: 7px; font-size: 28px; font-weight: 400; }
.notice p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); line-height: 1.55; }

.stats {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid var(--line);
}

.stats article {
    padding: 38px 22px 38px 0;
    border-right: 1px solid var(--line);
}
.stats article + article { padding-left: 22px; }
.stats article:last-child { border-right: 0; }
.stat-value { display: block; margin-bottom: 5px; font-size: clamp(29px, 4vw, 45px); }
.stat-label { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }

.content-grid {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 82px 0;
}

.section-heading h2,
.about h2 { margin-bottom: 36px; font-size: clamp(36px, 5vw, 60px); line-height: 1; font-weight: 400; letter-spacing: -.025em; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.card { min-height: 250px; padding: 27px 26px 24px; border-right: 1px solid var(--line); position: relative; }
.card:last-child { border-right: 0; }
.card-number { color: var(--muted); font: 11px Arial, Helvetica, sans-serif; }
.card h3 { margin: 45px 0 13px; font-size: 28px; font-weight: 400; }
.card p { max-width: 280px; color: var(--muted); line-height: 1.5; }
.availability { position: absolute; left: 26px; bottom: 23px; color: var(--accent); font-size: 9px; font-weight: 800; }

.about {
    padding: 78px max(20px, calc((100vw - 1180px) / 2));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    background: var(--dark);
    color: var(--white);
}
.about .eyebrow { color: #d76a5d; }
.about h2 { margin-bottom: 0; }
.about > p { align-self: end; margin: 0; color: #c8c5bb; font-size: 18px; line-height: 1.65; }

footer {
    padding: 22px max(20px, calc((100vw - 1180px) / 2));
    display: flex;
    justify-content: space-between;
    gap: 20px;
    background: #111;
    color: #9d9a91;
    font-size: 8px;
}

@media (max-width: 760px) {
    .header-inner { min-height: 74px; }
    .top-nav { display: none; }
    .hero-inner { padding: 64px 0 58px; }
    .intro { font-size: 17px; }
    .search-row { grid-template-columns: 1fr; }
    .search-row button { min-height: 48px; border-left: 0; border-top: 1px solid var(--ink); }
    .notice { grid-template-columns: 1fr; }
    .stats { grid-template-columns: 1fr 1fr; }
    .stats article:nth-child(2) { border-right: 0; }
    .stats article:nth-child(n+3) { border-top: 1px solid var(--line); }
    .cards { grid-template-columns: 1fr; }
    .card { border-right: 0; border-bottom: 1px solid var(--line); }
    .card:last-child { border-bottom: 0; }
    .about { grid-template-columns: 1fr; gap: 28px; }
    footer { flex-direction: column; }
}
