/* InventDent · Warm Atelier design system
   ──────────────────────────────────────── */

:root {
    --bone:         #F6F1EA;
    --bone-deep:    #ECE4D5;
    --paper:        #FDFBF7;
    --ink:          #1C1A17;
    --ink-2:        #2E2A25;
    --accent:       #1F3E60;
    --accent-dark:  #142948;
    --accent-tint:  rgba(31,62,96,0.08);
    --tan:          #C9B79C;
    --tan-deep:     #A89576;
    --steel:        #6B6760;
    --steel-light:  #A8A49D;
    --rule:         #E5DDD0;
    --rule-strong:  #CFC5B2;

    --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
    --sans:  "Figtree", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --mono:  "JetBrains Mono", "IBM Plex Mono", ui-monospace, Menlo, monospace;

    --max:     1180px;
    --measure: 62ch;
    --radius:  2px;

    --shadow-card: 0 1px 0 rgba(207,197,178,0.7),
                   0 40px 70px -40px rgba(28,26,23,0.22),
                   0 16px 32px -24px rgba(28,26,23,0.14);

    --ease:  cubic-bezier(0.22, 0.68, 0.12, 1);
    --easeo: cubic-bezier(0.18, 0.72, 0.18, 1);
}

* { box-sizing: border-box; }
*::selection { background: var(--accent); color: var(--bone); }

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background: var(--bone);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.62;
    font-feature-settings: "ss01", "cv11", "cv05";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variation-settings: "wght" 420;
    overflow-x: hidden;
}

/* paper grain overlay — subtle, warm, atelier */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2' seed='7' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.11 0 0 0 0 0.10 0 0 0 0 0.09 0 0 0 0.3 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    opacity: 0.55;
    mix-blend-mode: multiply;
}

img { max-width: 100%; height: auto; display: block; }

/* ─── typography ─── */

h1, h2, h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-variation-settings: "opsz" 120, "SOFT" 40, "WONK" 0;
    letter-spacing: -0.022em;
    line-height: 1.02;
    color: var(--ink);
    margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.8rem, 6.4vw, 5.4rem); }
h2 {
    font-size: clamp(2rem, 3.8vw, 3rem);
    font-variation-settings: "opsz" 80, "SOFT" 40;
    letter-spacing: -0.018em;
    line-height: 1.08;
}
h3 {
    font-size: 1.55rem;
    font-variation-settings: "opsz" 30, "SOFT" 40;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

h1 em, h2 em, h3 em {
    font-style: italic;
    font-variation-settings: "opsz" 120, "SOFT" 100;
    color: var(--accent);
}

h4, .label {
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel);
    margin: 0 0 0.8em;
}

p { margin: 0 0 1em; max-width: var(--measure); }
a {
    color: var(--accent);
    text-decoration: none;
    border-bottom: 1px solid rgba(31,62,96,0.4);
    transition: color .18s, border-color .18s;
}
a:hover { color: var(--accent-dark); border-bottom-color: currentColor; }
strong, b { font-weight: 600; color: var(--ink); }

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 28px;
    border: none;
}
.eyebrow::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--accent);
}
.lede {
    font-family: var(--serif);
    font-weight: 400;
    font-variation-settings: "opsz" 24, "SOFT" 50;
    font-size: clamp(1.15rem, 1.6vw, 1.35rem);
    line-height: 1.46;
    color: var(--ink-2);
    max-width: 48ch;
    letter-spacing: -0.005em;
}
.muted { color: var(--steel); }

/* ─── site shell ─── */

.site {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 48px;
    position: relative;
    z-index: 2;
}
@media (max-width: 760px) { .site { padding: 0 24px; } }

/* ─── nav ─── */

.site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 30px 0 26px;
    border-bottom: 1px solid var(--rule);
    position: relative;
}
.site-nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--rule-strong), transparent);
    opacity: 0.55;
}
.brand {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 0;
}
.brand img { height: 46px; width: auto; }
.site-nav ul {
    display: flex;
    align-items: center;
    gap: 38px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-nav li a {
    font-family: var(--sans);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ink);
    border: none;
    letter-spacing: 0.005em;
    position: relative;
    padding: 4px 0;
}
.site-nav li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: var(--accent);
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .35s var(--ease);
}
.site-nav li a:hover { color: var(--accent); }
.site-nav li a:hover::after { transform: scaleX(1); }
.site-nav li.cta a {
    background: var(--ink);
    color: var(--bone);
    padding: 12px 22px;
    border-radius: var(--radius);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background .18s;
}
.site-nav li.cta a::after { display: none; }
.site-nav li.cta a:hover { background: var(--accent); color: var(--bone); }
@media (max-width: 860px) {
    .site-nav { flex-wrap: wrap; gap: 20px; padding: 22px 0 20px; }
    .site-nav ul { gap: 24px; font-size: 0.85rem; flex-wrap: wrap; width: 100%; }
    .brand img { height: 38px; }
}

/* ─── hero ─── */

.hero {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    gap: 88px;
    align-items: center;
    padding: 104px 0 128px;
    position: relative;
}
@media (max-width: 960px) {
    .hero { grid-template-columns: 1fr; gap: 64px; padding: 64px 0 88px; }
}
.hero h1 {
    margin-bottom: 32px;
    max-width: 14ch;
}
.hero .lede { margin-bottom: 40px; }
.hero .trust {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    font-family: var(--mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel);
    padding-top: 28px;
    border-top: 1px solid var(--rule);
}
.hero .trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero .trust span::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--accent);
    border-radius: 50%;
}

/* hero visual: technical specimen card */
.hero-visual {
    position: relative;
    background: var(--paper);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14% 12% 16%;
    border: 1px solid var(--rule);
}
.hero-visual::before,
.hero-visual::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    height: 1px;
    background: var(--rule-strong);
}
.hero-visual::before { top: 44px; }
.hero-visual::after  { bottom: 44px; }
.hero-visual img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 8px 16px rgba(28,26,23,0.08));
}
.hero-visual .spec {
    position: absolute;
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--steel);
    line-height: 1;
    white-space: nowrap;
}
.hero-visual .spec strong { color: var(--ink); font-weight: 500; }
.hero-visual .spec.tl { top: 20px; left: 22px; }
.hero-visual .spec.tr { top: 20px; right: 22px; }
.hero-visual .spec.bl { bottom: 20px; left: 22px; }
.hero-visual .spec.br { bottom: 20px; right: 22px; }

/* crosshairs in the four inside corners */
.hero-visual .cross {
    position: absolute;
    width: 12px;
    height: 12px;
    pointer-events: none;
}
.hero-visual .cross::before,
.hero-visual .cross::after {
    content: "";
    position: absolute;
    background: var(--tan-deep);
}
.hero-visual .cross::before { left: 0; right: 0; top: 50%; height: 1px; }
.hero-visual .cross::after  { top: 0; bottom: 0; left: 50%; width: 1px; }
.hero-visual .cross.tl { top: 60px; left: 22px; }
.hero-visual .cross.tr { top: 60px; right: 22px; }
.hero-visual .cross.bl { bottom: 60px; left: 22px; }
.hero-visual .cross.br { bottom: 60px; right: 22px; }

/* ─── buttons ─── */

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--sans);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.012em;
    padding: 16px 28px;
    border-radius: var(--radius);
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s, transform .1s;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
    background: var(--accent);
    color: var(--bone);
    border-color: var(--accent);
}
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--bone); }
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--bone); }
.btn .arrow { display: inline-block; transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; }

/* ─── section scaffolding ─── */

.section {
    padding: 112px 0;
    position: relative;
}
.section + .section { border-top: 1px solid var(--rule); }
.section-head {
    max-width: 52ch;
    margin-bottom: 72px;
}
.section-head h2 { margin-bottom: 20px; }
.section-head .deck { color: var(--steel); font-size: 1.05rem; max-width: 52ch; }
@media (max-width: 760px) {
    .section { padding: 72px 0; }
    .section-head { margin-bottom: 48px; }
}

/* ─── features ─── */

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 56px;
    position: relative;
}
.features::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--rule);
}
@media (max-width: 820px) { .features { grid-template-columns: 1fr; gap: 44px; } }
.feature { position: relative; padding-top: 32px; }
.feature .num {
    display: block;
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1;
    color: var(--accent);
    font-variation-settings: "opsz" 60, "SOFT" 80;
    margin-bottom: 22px;
    letter-spacing: -0.02em;
}
.feature h3 { font-size: 1.4rem; margin-bottom: 14px; }
.feature p { color: var(--steel); font-size: 0.96rem; margin: 0; max-width: 32ch; }

/* ─── audience split ─── */

.audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
@media (max-width: 820px) { .audience { grid-template-columns: 1fr; } }
.audience-card {
    display: block;
    background: var(--paper);
    padding: 56px 48px 48px;
    border-radius: var(--radius);
    border: 1px solid var(--rule);
    text-decoration: none;
    color: var(--ink);
    position: relative;
    overflow: hidden;
    transition: border-color .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
    border-bottom: 1px solid var(--rule);
}
.audience-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .42s var(--ease);
}
.audience-card:hover {
    border-color: var(--rule-strong);
    transform: translateY(-2px);
    box-shadow: 0 24px 48px -32px rgba(28,26,23,0.18);
}
.audience-card:hover::before { transform: scaleX(1); }
.audience-card h4 { color: var(--accent); margin-bottom: 20px; }
.audience-card h3 {
    font-size: 2rem;
    margin-bottom: 16px;
    font-variation-settings: "opsz" 48, "SOFT" 40;
}
.audience-card p { color: var(--steel); margin: 0 0 36px; max-width: 36ch; font-size: 0.98rem; }
.audience-card .arrow-link {
    font-family: var(--sans);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ink);
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
}
.audience-card .arrow-link::after {
    content: "→";
    color: var(--accent);
    transition: transform .25s var(--ease);
    display: inline-block;
}
.audience-card:hover .arrow-link::after { transform: translateX(4px); }

/* ─── CTA band ─── */

.cta-band {
    display: grid;
    grid-template-columns: 1.4fr auto;
    gap: 64px;
    align-items: end;
    padding: 96px 0;
    border-top: 1px solid var(--rule);
}
@media (max-width: 760px) {
    .cta-band { grid-template-columns: 1fr; gap: 32px; padding: 64px 0; }
}
.cta-band h2 { max-width: 16ch; margin: 0 0 12px; }
.cta-band .deck { color: var(--steel); max-width: 52ch; margin: 0; }

/* ─── footer ─── */

.site-footer {
    border-top: 1px solid var(--rule);
    padding: 72px 0 56px;
    color: var(--steel);
    font-size: 0.88rem;
    position: relative;
    z-index: 2;
}
.site-footer a { color: var(--steel); border-bottom-color: transparent; }
.site-footer a:hover { color: var(--accent); border-bottom-color: currentColor; }
.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
.footer-brand img { height: 42px; margin-bottom: 20px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; margin: 0 0 8px; max-width: 30ch; }
.footer-grid h4 { margin-bottom: 18px; color: var(--ink); font-size: 0.66rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 10px; font-size: 0.9rem; }
.footer-base {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 32px;
    border-top: 1px solid var(--rule);
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--steel-light);
}

/* ─── page title ─── */

.page-title {
    padding: 88px 0 64px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 88px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: end;
}
@media (max-width: 900px) {
    .page-title { grid-template-columns: 1fr; gap: 32px; padding: 64px 0 48px; margin-bottom: 56px; }
}
.page-title h1 { margin: 0; max-width: 16ch; font-size: clamp(2.6rem, 5vw, 4.4rem); }
.page-title .deck { color: var(--steel); max-width: 44ch; font-size: 1.05rem; }

/* ─── prose ─── */

.prose { max-width: var(--measure); }
.prose p { margin-bottom: 1.1em; }
.prose h2 { margin-top: 2em; margin-bottom: 0.6em; font-size: 1.8rem; }
.prose h3 {
    margin-top: 1.6em;
    margin-bottom: 0.5em;
    font-size: 1.15rem;
    font-family: var(--sans);
    font-weight: 600;
    letter-spacing: 0;
    font-variation-settings: normal;
}
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.4em; max-width: var(--measure); }
.prose li { margin-bottom: 0.5em; }
.prose li::marker { color: var(--accent); }

/* ─── product list (shop) ─── */

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product {
    display: grid;
    grid-template-columns: 260px 1fr auto;
    gap: 64px;
    align-items: center;
    padding: 56px 0;
    border-bottom: 1px solid var(--rule);
    position: relative;
}
.product:first-child { border-top: 1px solid var(--rule); }
.product::before {
    content: attr(data-index);
    position: absolute;
    top: 56px;
    left: 0;
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--steel-light);
}
@media (max-width: 900px) {
    .product { grid-template-columns: 160px 1fr; gap: 32px; padding: 40px 0; }
    .product-price { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .product-price .amount { margin-bottom: 0; }
}
@media (max-width: 540px) {
    .product { grid-template-columns: 1fr; }
    .product-image { max-width: 220px; }
    .product-price { flex-direction: column; align-items: flex-start; }
}
.product-image {
    background: var(--paper);
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--rule);
    position: relative;
    transition: border-color .3s var(--ease);
}
.product-image::before,
.product-image::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid var(--tan-deep);
}
.product-image::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.product-image::after  { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.product:hover .product-image { border-color: var(--rule-strong); }
.product-image img { width: 100%; height: auto; mix-blend-mode: multiply; }

.product-meta h3 {
    font-size: 1.7rem;
    margin-bottom: 12px;
    font-variation-settings: "opsz" 36, "SOFT" 40;
}
.product-meta .sku {
    display: inline-block;
    font-family: var(--mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 16px;
    padding: 5px 10px;
    border: 1px solid var(--rule);
    border-radius: var(--radius);
}
.product-meta .desc { color: var(--steel); margin: 0 0 14px; font-size: 0.98rem; max-width: 44ch; }
.product-meta .detail {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--steel-light);
    margin: 0;
}

.product-price { text-align: right; }
.product-price .amount {
    font-family: var(--serif);
    font-size: 2.4rem;
    display: block;
    margin-bottom: 18px;
    line-height: 1;
    font-variation-settings: "opsz" 60, "SOFT" 50;
    color: var(--ink);
}
.product-price .per {
    display: block;
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel-light);
    margin-top: -14px;
    margin-bottom: 18px;
}
.buy-form { margin: 0; }
.buy-form button {
    background: var(--accent);
    color: var(--bone);
    border: 1px solid var(--accent);
    font-family: var(--sans);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 26px;
    border-radius: var(--radius);
    cursor: pointer;
    transition: background .2s, border-color .2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.buy-form button:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.buy-form button::after { content: "→"; transition: transform .2s var(--ease); }
.buy-form button:hover::after { transform: translateX(3px); }

.shop-notes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 80px;
    padding-top: 56px;
    border-top: 1px solid var(--rule);
}
@media (max-width: 820px) { .shop-notes { grid-template-columns: 1fr; gap: 28px; } }
.shop-notes .note h4 { margin-bottom: 12px; }
.shop-notes .note p { color: var(--steel); font-size: 0.92rem; margin: 0; max-width: 40ch; }

/* ─── gallery (case photos, replaces Bootstrap carousels) ─── */

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 0 0 24px;
}
@media (max-width: 880px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (max-width: 560px) { .gallery { grid-template-columns: 1fr; } }
.gallery figure {
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.gallery figure::before,
.gallery figure::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid var(--tan-deep);
    z-index: 2;
    pointer-events: none;
}
.gallery figure::before { top: 8px; left: 8px; border-right: none; border-bottom: none; }
.gallery figure::after  { bottom: 8px; right: 8px; border-left: none; border-top: none; }
.gallery figure:hover { border-color: var(--rule-strong); }
.gallery img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    filter: saturate(0.9);
}
.gallery figcaption {
    padding: 18px 22px 22px;
    font-size: 0.88rem;
    color: var(--steel);
    line-height: 1.52;
    border-top: 1px solid var(--rule);
    background: var(--paper);
}
.gallery figcaption strong {
    display: block;
    color: var(--ink);
    font-family: var(--serif);
    font-weight: 400;
    font-size: 1.05rem;
    margin-bottom: 4px;
    font-variation-settings: "opsz" 24;
    letter-spacing: -0.005em;
}
.gallery-index {
    display: inline-block;
    font-family: var(--mono);
    font-size: 0.66rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel-light);
    margin-bottom: 8px;
}

/* ─── info-card family (distributor, contact, spec block) ─── */

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 32px;
    margin: 56px 0 0;
}
.info-card {
    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: var(--radius);
    padding: 36px 32px 32px;
    position: relative;
}
.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 2px;
    background: var(--accent);
}
.info-card h4 { margin-bottom: 14px; color: var(--accent); }
.info-card h3 {
    font-size: 1.3rem;
    font-variation-settings: "opsz" 30, "SOFT" 40;
    margin-bottom: 12px;
}
.info-card p { color: var(--ink-2); font-size: 0.95rem; margin: 0 0 6px; max-width: none; }
.info-card p.muted { color: var(--steel); }
.info-card a { color: var(--ink); border-bottom-color: rgba(31,62,96,0.3); }
.info-card a:hover { color: var(--accent); }
.info-card .phone {
    font-family: var(--serif);
    font-size: 1.55rem;
    font-variation-settings: "opsz" 30, "SOFT" 40;
    color: var(--ink);
    display: block;
    margin-top: 10px;
    border: none;
}

/* ─── contact block (contact.html) ─── */

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin: 0 0 72px;
    padding: 64px 0;
    border-top: 1px solid var(--rule);
    border-bottom: 1px solid var(--rule);
}
@media (max-width: 780px) {
    .contact-grid { grid-template-columns: 1fr; gap: 40px; padding: 48px 0; margin-bottom: 56px; }
}
.contact-grid .block h4 { margin-bottom: 14px; }
.contact-grid .block p { color: var(--ink-2); font-size: 1rem; margin: 0 0 4px; }
.contact-grid .block a { color: var(--ink); border-bottom-color: rgba(31,62,96,0.3); }
.contact-grid .block a:hover { color: var(--accent); }
.contact-grid .block .big {
    font-family: var(--serif);
    font-size: 1.85rem;
    font-variation-settings: "opsz" 36, "SOFT" 40;
    color: var(--ink);
    display: block;
    margin-top: 8px;
    letter-spacing: -0.01em;
    border: none;
}

/* ─── faq list (questions.html) ─── */

.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: var(--measure);
}
.faq-list li {
    padding: 36px 0;
    border-bottom: 1px solid var(--rule);
    position: relative;
}
.faq-list li:first-child { border-top: 1px solid var(--rule); }
.faq-list .q {
    display: block;
    font-family: var(--serif);
    font-size: 1.45rem;
    font-variation-settings: "opsz" 36, "SOFT" 40;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.01em;
    line-height: 1.22;
    max-width: 42ch;
}
.faq-list .a {
    color: var(--ink-2);
    font-size: 1rem;
    line-height: 1.62;
    margin: 0;
    max-width: 60ch;
}
.faq-list .a + .a { margin-top: 0.8em; }
.faq-list .num {
    position: absolute;
    top: 40px;
    left: -56px;
    font-family: var(--mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--steel-light);
}
@media (max-width: 760px) { .faq-list .num { position: static; display: block; margin-bottom: 8px; } }

/* ─── single-column body padding for prose/legal ─── */

.body-pad { padding-bottom: 72px; }
.body-pad > .prose { margin-bottom: 56px; }

/* ─── reveal: classes kept as hooks, no animation by default ─── */

.reveal { /* no-op; enable via intersection observer if desired */ }

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