@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/CormorantGaramond.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg: #efe6d7;
    --color-surface: #f8f1e6;
    --color-surface-strong: #e4d3bd;
    --color-text: #2c1e18;
    --color-text-muted: #6f5b50;
    --color-primary: #6d1830;
    --color-primary-dark: #4b1021;
    --color-accent: #b08a47;
    --color-accent-dark: #7d602e;
    --color-ink: #241813;
    --color-line: rgba(72, 47, 36, 0.22);
    --color-dark-surface: #34231d;
    --color-dark-text: #f5ecdf;
    --space-1: 8px;
    --space-2: 12px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
    --space-6: 48px;
    --space-7: 64px;
    --space-8: 96px;
    --text-display: clamp(2.75rem, 7vw, 5rem);
    --text-h1: clamp(2.4rem, 5vw, 4rem);
    --text-h2: clamp(2rem, 4vw, 3rem);
    --text-h3: 1.45rem;
    --text-body: 1rem;
    --text-small: 0.875rem;
    --shadow: 0 18px 42px rgba(64, 41, 30, 0.12);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: "Jost", sans-serif;
    font-size: var(--text-body);
    line-height: 1.65;
}

a {
    color: inherit;
}

button,
input,
select,
textarea {
    font: inherit;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

.site-shell {
    overflow: hidden;
}

.container {
    width: min(calc(100% - 32px), var(--max));
    margin-inline: auto;
}

.header-notice {
    background: var(--color-primary-dark);
    color: #fff7ed;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 7px 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(248, 241, 230, 0.95);
    border-bottom: 1px solid var(--color-line);
    backdrop-filter: blur(12px);
}

.header-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    min-width: max-content;
}

.brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 0.92rem;
}

.site-nav a {
    text-decoration: none;
    color: var(--color-text-muted);
    transition: color 0.25s ease;
}

.site-nav a:hover {
    color: var(--color-primary);
}

.header-cta {
    background: var(--color-primary);
    color: white !important;
    padding: 10px 16px;
    border: 1px solid var(--color-primary);
}

.header-cta:hover {
    background: var(--color-primary-dark);
}

.mobile-menu {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--color-line);
    background: transparent;
    color: var(--color-text);
    cursor: pointer;
}

.hero {
    position: relative;
    padding: var(--space-6) 0 var(--space-8);
    background:
        linear-gradient(rgba(176, 138, 71, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(176, 138, 71, 0.07) 1px, transparent 1px),
        var(--color-bg);
    background-size: 34px 34px;
}

.hero::before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(176, 138, 71, 0.18);
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: var(--space-5);
    align-items: stretch;
}

.hero-copy {
    position: relative;
    padding: clamp(34px, 6vw, 76px) clamp(10px, 3vw, 28px) 40px 0;
    z-index: 1;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--color-accent);
    box-shadow: 0 0 0 5px rgba(176, 138, 71, 0.14);
    transform: rotate(45deg);
}

.hero h1,
.page-hero h1,
.section-title,
.case-copy h2,
.form-copy h2 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: -0.02em;
    line-height: 0.98;
}

.hero h1 {
    font-size: var(--text-display);
    margin: 18px 0 24px;
    max-width: 780px;
}

.hero h1 em {
    color: var(--color-primary);
    font-style: italic;
    font-weight: 600;
}

.hero-lead {
    color: var(--color-text-muted);
    font-size: 1.12rem;
    max-width: 680px;
    margin: 0 0 26px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 18px;
    text-decoration: none;
    border: 1px solid var(--color-primary);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.btn-primary {
    color: white;
    background: var(--color-primary);
}

.btn-primary:hover {
    background: var(--color-primary-dark);
}

.btn-ghost {
    color: var(--color-primary);
    background: transparent;
}

.btn-ghost:hover {
    background: var(--color-surface);
}

.hero-notes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.hero-note {
    padding: 14px 14px 14px 0;
    min-height: 74px;
}

.hero-note+.hero-note {
    border-left: 1px solid var(--color-line);
    padding-left: 14px;
}

.hero-note strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.1rem;
    color: var(--color-text);
}

.hero-note span {
    color: var(--color-text-muted);
    font-size: 0.84rem;
}

.hero-visual {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    align-self: center;
    background: var(--color-surface-strong);
    overflow: hidden;
    border-left: 10px solid var(--color-accent);
}

.hero-visual img {
    position: absolute;
    inset: 0;
    object-position: center center;
}

.hero-plate {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(88%, 430px);
    background: rgba(52, 35, 29, 0.94);
    color: var(--color-dark-text);
    padding: 24px;
    border-top: 1px solid rgba(176, 138, 71, 0.58);
    border-left: 1px solid rgba(176, 138, 71, 0.58);
}

.hero-plate strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    margin-bottom: 5px;
}

.keyhole-mark {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(176, 138, 71, 0.75);
    background: rgba(52, 35, 29, 0.68);
    display: grid;
    place-items: center;
    color: #d8bb7d;
    font-size: 1.8rem;
    z-index: 2;
}

.section {
    padding: var(--space-8) 0;
    position: relative;
}

.section-compact {
    padding: var(--space-7) 0;
}

.section-surface {
    background: var(--color-surface);
    border-top: 1px solid var(--color-line);
    border-bottom: 1px solid var(--color-line);
}

.section-dark {
    background: var(--color-dark-surface);
    color: var(--color-dark-text);
}

.section-dark .section-kicker,
.section-dark .muted,
.section-dark p {
    color: #d8cabd;
}

.section-head {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: var(--space-6);
    align-items: end;
    margin-bottom: var(--space-6);
}

.section-kicker {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.section-title {
    font-size: var(--text-h2);
    margin: 0;
}

.section-intro {
    color: var(--color-text-muted);
    margin: 0;
    max-width: 720px;
}

.brass-rule {
    display: grid;
    grid-template-columns: 1fr 42px 1fr;
    align-items: center;
    gap: 14px;
    margin: 0 0 var(--space-6);
    color: var(--color-accent-dark);
}

.brass-rule::before,
.brass-rule::after {
    content: "";
    height: 1px;
    background: var(--color-accent);
}

.brass-rule i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--color-accent);
}

.object-lab {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    box-shadow: var(--shadow);
}

.object-tabs {
    display: grid;
    align-content: start;
    border-right: 1px solid var(--color-line);
}

.object-tab {
    appearance: none;
    border: 0;
    border-bottom: 1px solid var(--color-line);
    background: transparent;
    min-height: 74px;
    text-align: left;
    padding: 18px 20px;
    color: var(--color-text);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.25s ease, color 0.25s ease;
}

.object-tab:hover,
.object-tab.active {
    background: var(--color-primary);
    color: white;
}

.object-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.object-panel-copy {
    padding: clamp(28px, 5vw, 54px);
    align-self: center;
}

.object-panel-copy h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    margin: 0 0 16px;
}

.object-panel-copy p {
    color: var(--color-text-muted);
    margin: 0;
}

.object-panel-visual {
    width: 100%;
    aspect-ratio: 4 / 3;
    align-self: center;
    background: var(--color-surface-strong);
    overflow: hidden;
}

.object-panel-visual img {
    object-position: center center;
}

.assessment-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
}

.assessment-copy,
.assessment-card {
    background: var(--color-bg);
    padding: clamp(28px, 5vw, 52px);
}

.assessment-card {
    background: var(--color-primary);
    color: white;
}

.assessment-card .step-number {
    color: #ead9ad;
}

.assessment-card p {
    color: #f0dedf;
}

.step-number {
    font-family: "Cormorant Garamond", serif;
    color: var(--color-primary);
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 18px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(231, 211, 190, 0.25);
    border-bottom: 1px solid rgba(231, 211, 190, 0.25);
}

.process-step {
    min-height: 285px;
    padding: 30px 24px;
    position: relative;
}

.process-step+.process-step {
    border-left: 1px solid rgba(231, 211, 190, 0.25);
}

.process-step i {
    font-size: 1.65rem;
    color: #d9ba78;
}

.process-step h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    margin: 36px 0 10px;
}

.process-step p {
    margin: 0;
    font-size: 0.95rem;
}

.rights-band {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 0;
    background: var(--color-surface-strong);
    border: 1px solid var(--color-line);
}

.rights-band .image-frame {
    width: 100%;
    aspect-ratio: 4 / 3;
    align-self: center;
    background: var(--color-surface-strong);
    overflow: hidden;
}

.rights-band .image-frame img {
    object-position: center center;
}

.rights-copy {
    padding: clamp(32px, 6vw, 64px);
    align-self: center;
}

.rights-copy h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: var(--text-h2);
    line-height: 1;
    margin: 0 0 20px;
}

.rights-note {
    border-left: 3px solid var(--color-primary);
    padding-left: 18px;
    margin-top: 24px;
    color: var(--color-text-muted);
}

.guard-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 16px;
}

.guard-card {
    border: 1px solid var(--color-line);
    padding: 28px;
    background: var(--color-surface);
    min-height: 250px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.guard-card:nth-child(2) {
    background: var(--color-primary);
    color: white;
    transform: translateY(24px);
}

.guard-card:nth-child(2) p {
    color: #f2dde2;
}

.guard-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.guard-card:nth-child(2):hover {
    transform: translateY(18px);
}

.guard-card i {
    font-size: 1.8rem;
    color: var(--color-accent-dark);
}

.guard-card:nth-child(2) i {
    color: #ead4a0;
}

.guard-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    margin: 28px 0 10px;
}

.guard-card p {
    color: var(--color-text-muted);
    margin: 0;
}

.case-study {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    border: 1px solid rgba(237, 213, 190, 0.25);
}

.case-images {
    width: 100%;
    aspect-ratio: 16 / 9;
    align-self: center;
    overflow: hidden;
    background: #281b16;
}

.case-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #48342a;
}

.case-image img {
    object-position: center center;
}

.case-copy {
    padding: clamp(34px, 6vw, 68px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-copy h2 {
    font-size: var(--text-h2);
    margin: 12px 0 22px;
}

.case-copy p {
    max-width: 700px;
}

.case-reveal {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(237, 213, 190, 0.28);
    border-bottom: 1px solid rgba(237, 213, 190, 0.28);
}

.case-reveal span {
    padding: 14px 10px;
    font-size: 0.88rem;
    color: #ead8c7;
}

.case-reveal span+span {
    border-left: 1px solid rgba(237, 213, 190, 0.28);
}

.advantage-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr 1fr;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
}

.advantage {
    background: var(--color-bg);
    padding: 28px;
    min-height: 215px;
}

.advantage strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.4rem;
    display: block;
    margin: 18px 0 8px;
}

.advantage p {
    color: var(--color-text-muted);
    margin: 0;
    font-size: 0.94rem;
}

.price-order {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-primary);
    color: white;
}

.price-copy,
.price-ledger {
    padding: clamp(30px, 5vw, 56px);
}

.price-ledger {
    background: var(--color-primary-dark);
}

.price-copy h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: var(--text-h2);
    line-height: 1;
    margin: 0 0 20px;
}

.price-copy p {
    color: #f0dde2;
}

.ledger-row {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ledger-row:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.ledger-no {
    color: #dfc384;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.5rem;
}

.ledger-row strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.25rem;
    margin-bottom: 4px;
}

.ledger-row span {
    color: #e3cfd4;
    font-size: 0.92rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: var(--space-6);
}

.faq-side {
    position: sticky;
    top: 120px;
    align-self: start;
}

.faq-side h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: var(--text-h2);
    line-height: 1;
    margin: 8px 0 18px;
}

.faq-item {
    border-top: 1px solid var(--color-line);
}

.faq-item:last-child {
    border-bottom: 1px solid var(--color-line);
}

.faq-question {
    width: 100%;
    padding: 22px 0;
    background: transparent;
    border: 0;
    color: var(--color-text);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-weight: 600;
}

.faq-question i {
    transition: transform 0.25s ease;
}

.faq-item.open .faq-question i {
    transform: rotate(45deg);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.faq-item.open .faq-answer {
    grid-template-rows: 1fr;
}

.faq-answer>div {
    overflow: hidden;
}

.faq-answer p {
    margin: 0 0 22px;
    color: var(--color-text-muted);
}

.form-section {
    padding: var(--space-8) 0;
    background:
        linear-gradient(135deg, rgba(176, 138, 71, 0.07) 25%, transparent 25%) 0 0/28px 28px,
        var(--color-surface);
    border-top: 1px solid var(--color-line);
}

.form-wrap {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
    box-shadow: var(--shadow);
}

.form-copy {
    background: var(--color-dark-surface);
    color: var(--color-dark-text);
    padding: clamp(34px, 6vw, 66px);
}

.form-copy h2 {
    font-size: var(--text-h2);
    margin: 10px 0 18px;
}

.form-copy p {
    color: #d9c8b9;
}

.form-copy .mini-contact {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: #ead9c9;
    font-size: 0.92rem;
}

.enquiry-form {
    background: var(--color-surface);
    padding: clamp(30px, 5vw, 56px);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.field {
    display: grid;
    gap: 8px;
}

.field-full {
    grid-column: 1 / -1;
}

.field label {
    font-size: 0.88rem;
    font-weight: 600;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid var(--color-line);
    background: #fffaf2;
    color: var(--color-text);
    padding: 13px 14px;
    border-radius: 0;
}

.field textarea {
    min-height: 140px;
    resize: vertical;
}

.check-row {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.check-row input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--color-primary);
}

.form-note {
    color: var(--color-text-muted);
    font-size: 0.82rem;
    margin: 0;
}

.site-footer {
    background: var(--color-ink);
    color: #f4e8dc;
    padding: 58px 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    gap: var(--space-6);
}

.footer-brand .brand {
    color: white;
}

.footer-brand p,
.footer-col p {
    color: #cdbcae;
    font-size: 0.9rem;
}

.footer-col h3 {
    font-family: "Cormorant Garamond", serif;
    margin: 0 0 16px;
    color: white;
}

.footer-col a {
    display: block;
    color: #d7c9bc;
    text-decoration: none;
    margin: 8px 0;
}

.footer-col a:hover {
    color: white;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-top: 34px;
    padding: 24px 0;
    color: #c8b7a8;
    font-size: 0.84rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 22px;
    color: #a99484;
    font-size: 0.8rem;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.page-main {
    min-height: 60vh;
}

.page-hero {
    padding: 74px 0 58px;
    background: var(--color-dark-surface);
    color: var(--color-dark-text);
    border-bottom: 6px solid var(--color-accent);
}

.page-hero h1 {
    font-size: var(--text-h1);
    margin: 8px 0 16px;
}

.page-hero p {
    color: #d7c5b6;
    max-width: 760px;
}

.updated {
    color: #dfc384;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
}

.legal-wrap {
    width: min(calc(100% - 32px), 920px);
    margin-inline: auto;
    padding: 66px 0 88px;
}

.legal-section {
    padding: 0 0 34px;
    margin: 0 0 34px;
    border-bottom: 1px solid var(--color-line);
}

.legal-section h2,
.thanks-card h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 1.08;
    margin: 0 0 18px;
    word-break: break-word;
}

.legal-section h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    margin: 24px 0 10px;
}

.legal-section p {
    color: var(--color-text-muted);
}

.legal-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
    margin-top: 24px;
}

.legal-fact {
    background: var(--color-surface);
    padding: 18px;
}

.legal-fact strong {
    display: block;
    color: var(--color-primary);
    margin-bottom: 5px;
}

.thanks-wrap {
    width: min(calc(100% - 32px), 1040px);
    margin-inline: auto;
    padding: 66px 0 88px;
}

.thanks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.thanks-card {
    border: 1px solid var(--color-line);
    background: var(--color-surface);
    padding: 28px;
}

.thanks-card.wide {
    grid-column: 1 / -1;
}

.thanks-card p {
    color: var(--color-text-muted);
    word-break: break-word;
}

.thanks-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--color-line);
    border: 1px solid var(--color-line);
}

.thanks-step {
    background: var(--color-bg);
    padding: 24px;
}

.thanks-step span {
    color: var(--color-primary);
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
}

.thanks-step strong {
    display: block;
    margin: 12px 0 7px;
}

.muted {
    color: var(--color-text-muted);
}

@media (max-width: 1024px) {
    .site-nav {
        gap: 14px;
        font-size: 0.84rem;
    }

    .hero-grid,
    .section-head,
    .rights-band,
    .case-study,
    .faq-grid,
    .form-wrap,
    .price-order {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        width: min(100%, 620px);
        aspect-ratio: 4 / 5;
        justify-self: center;
    }

    .process-grid,
    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-step:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(231, 211, 190, 0.25);
    }

    .process-step:nth-child(4) {
        border-top: 1px solid rgba(231, 211, 190, 0.25);
    }

    .guard-grid {
        grid-template-columns: 1fr 1fr;
    }

    .guard-card:nth-child(2) {
        transform: none;
    }

    .guard-card:nth-child(2):hover {
        transform: translateY(-4px);
    }

    .guard-card:last-child {
        grid-column: 1 / -1;
    }

    .faq-side {
        position: static;
    }
}

@media (max-width: 768px) {
    .site-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        background: var(--color-surface);
        border-bottom: 1px solid var(--color-line);
        padding: 18px 16px 22px;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    .mobile-menu {
        display: grid;
        place-items: center;
    }

    .hero {
        padding-top: 24px;
    }

    .hero::before {
        display: none;
    }

    .hero-copy {
        padding-right: 0;
    }

    .hero-notes,
    .object-panel,
    .assessment-grid,
    .footer-grid,
    .thanks-grid,
    .thanks-steps {
        grid-template-columns: 1fr;
    }

    .hero-note+.hero-note {
        border-left: 0;
        border-top: 1px solid var(--color-line);
        padding-left: 0;
    }

    .hero-visual {
        width: min(100%, 520px);
        aspect-ratio: 4 / 5;
        border-left-width: 6px;
    }

    .object-lab {
        grid-template-columns: 1fr;
    }

    .object-tabs {
        grid-template-columns: 1fr 1fr;
        border-right: 0;
        border-bottom: 1px solid var(--color-line);
    }

    .object-tab {
        min-height: 62px;
        border-right: 1px solid var(--color-line);
    }

    .object-panel-visual {
        aspect-ratio: 4 / 3;
    }

    .process-grid,
    .guard-grid,
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .process-step+.process-step {
        border-left: 0;
        border-top: 1px solid rgba(231, 211, 190, 0.25);
    }

    .guard-card:last-child {
        grid-column: auto;
    }

    .case-study {
        min-height: 0;
    }

    .case-images {
        aspect-ratio: 16 / 9;
    }

    .case-reveal,
    .form-grid,
    .legal-facts {
        grid-template-columns: 1fr;
    }

    .case-reveal span+span {
        border-left: 0;
        border-top: 1px solid rgba(237, 213, 190, 0.28);
    }

    .field-full {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 375px) {

    .container,
    .legal-wrap,
    .thanks-wrap {
        width: min(calc(100% - 22px), var(--max));
    }

    .brand-name {
        font-size: 1.3rem;
    }

    .brand img {
        width: 42px;
        height: 42px;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .object-tabs {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

.cookie-banner {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 1000;
    width: min(calc(100% - 32px), var(--max));
    background: var(--color-dark-surface);
    color: var(--color-dark-text);
    border: 1px solid rgba(255, 255, 255, .14);
    border-left: 5px solid var(--color-accent);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 50px));
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
}

.cookie-banner.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.cookie-banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: 28px 30px;
}

.cookie-banner__content {
    max-width: 760px;
}

.cookie-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: #d9ba78;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cookie-banner__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color-accent);
    transform: rotate(45deg);
}

.cookie-banner h2 {
    margin: 0 0 10px;
    color: var(--color-dark-text);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.7rem, 2.4vw, 2.15rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.02em;
}

.cookie-banner p {
    margin: 0;
    color: #d8cabd;
    font-size: .82rem;
    line-height: 1.6;
}

.cookie-banner__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-banner__button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 0;
    font: inherit;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cookie-banner__button--primary {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.cookie-banner__button--primary:hover {
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.cookie-banner__button--secondary {
    background: transparent;
    color: var(--color-dark-text);
    border-color: rgba(255, 255, 255, .3);
}

.cookie-banner__button--secondary:hover {
    background: var(--color-dark-text);
    color: var(--color-dark-surface);
    border-color: var(--color-dark-text);
    transform: translateY(-2px);
}

.cookie-banner__button:focus-visible {
    outline: 3px solid var(--color-accent);
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .cookie-banner {
        bottom: 14px;
    }

    .cookie-banner__inner {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 24px;
    }

    .cookie-banner__actions {
        width: 100%;
    }

    .cookie-banner__button {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        width: calc(100% - 22px);
    }

    .cookie-banner__inner {
        padding: 20px;
    }

    .cookie-banner__actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .cookie-banner__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-banner {
        transition: none;
    }
}