:root {
    --ink: #241815;
    --muted: #6d5f5a;
    --wine: #8f2f2a;
    --wine-dark: #6d211d;
    --rose: #d9877d;
    --paper: #fffaf6;
    --cream: #f4eee7;
    --white: #ffffff;
    --line: rgba(36, 24, 21, 0.13);
    --shadow: 0 24px 70px rgba(36, 24, 21, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-top: 80px;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

.seo-container {
    width: min(100% - 2.5rem, 1240px);
    margin-inline: auto;
}

.seo-breadcrumbs {
    padding: 1rem 0;
    color: var(--muted);
    background: var(--white);
    border-bottom: 1px solid var(--line);
    font-size: 0.84rem;
}

.seo-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seo-breadcrumbs li + li::before {
    content: "/";
    margin-right: 0.5rem;
    color: #aa9d98;
}

.seo-breadcrumbs a {
    text-decoration: none;
}

.seo-breadcrumbs a:hover {
    color: var(--wine);
}

.seo-hero {
    position: relative;
    isolation: isolate;
    min-height: 640px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--white);
    background: #18110f;
}

.seo-hero__media,
.seo-hero__media::after {
    position: absolute;
    inset: 0;
}

.seo-hero__media {
    z-index: -2;
}

.seo-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo-hero__media::after {
    content: "";
    background:
        linear-gradient(90deg, rgba(24, 17, 15, 0.95) 0%, rgba(24, 17, 15, 0.82) 44%, rgba(24, 17, 15, 0.25) 80%),
        linear-gradient(0deg, rgba(24, 17, 15, 0.45), transparent 48%);
}

.seo-hero__content {
    width: min(760px, 72%);
    padding: 5rem 0;
}

.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1.2rem;
    color: #ecc5be;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.seo-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: currentColor;
}

.seo-hero h1,
.seo-section h2,
.seo-cta h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 1.03;
    text-wrap: balance;
}

.seo-hero h1 {
    font-size: clamp(3.2rem, 6.5vw, 6.2rem);
}

.seo-hero__lead {
    max-width: 670px;
    margin: 1.5rem 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.seo-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.8rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 750;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.seo-button:hover {
    transform: translateY(-2px);
}

.seo-button--primary {
    color: var(--white);
    background: var(--wine);
}

.seo-button--primary:hover {
    background: var(--wine-dark);
}

.seo-button--secondary {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

.seo-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
}

.seo-proof li::before {
    content: "✓";
    margin-right: 0.45rem;
    color: #ecc5be;
}

.seo-section {
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.seo-section--cream {
    background:
        linear-gradient(rgba(143, 47, 42, 0.035) 1px, transparent 1px),
        var(--cream);
    background-size: 100% 150px;
}

.seo-section--dark {
    color: var(--white);
    background: linear-gradient(145deg, #281915, #160e0c);
}

.seo-section__intro {
    max-width: 790px;
    margin-bottom: 2.75rem;
}

.seo-section h2,
.seo-cta h2 {
    font-size: clamp(2.35rem, 4.6vw, 4.25rem);
}

.seo-section__intro > p,
.seo-copy p {
    color: var(--muted);
    font-size: 1.05rem;
}

.seo-section--dark .seo-section__intro > p,
.seo-section--dark .seo-copy p {
    color: rgba(255, 255, 255, 0.7);
}

.seo-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    align-items: center;
}

.seo-split__image {
    position: relative;
}

.seo-split__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: var(--shadow);
}

.seo-split__image::after {
    content: "";
    position: absolute;
    inset: 1.15rem -1.15rem -1.15rem 1.15rem;
    z-index: -1;
    border: 1px solid rgba(143, 47, 42, 0.35);
}

.seo-copy h2 {
    margin-bottom: 1.5rem;
}

.seo-copy h3 {
    margin: 2rem 0 0.55rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.seo-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.seo-list li {
    position: relative;
    padding-left: 1.65rem;
}

.seo-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--wine);
    font-weight: 800;
}

.seo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.seo-card {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 5px;
}

.seo-section--dark .seo-card {
    background: rgba(255, 255, 255, 0.045);
    border-color: rgba(255, 255, 255, 0.12);
}

.seo-card__number {
    display: block;
    margin-bottom: 1.5rem;
    color: var(--wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.15rem;
}

.seo-section--dark .seo-card__number {
    color: var(--rose);
}

.seo-card h3 {
    margin: 0 0 0.65rem;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    font-weight: 400;
}

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

.seo-section--dark .seo-card p {
    color: rgba(255, 255, 255, 0.67);
}

.seo-price {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
    gap: 2rem;
    align-items: center;
    padding: clamp(2rem, 5vw, 4rem);
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.seo-price__amount {
    margin: 0;
    color: var(--wine);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 1;
}

.seo-price__amount span {
    color: var(--muted);
    font-family: "Segoe UI", sans-serif;
    font-size: 1rem;
}

.seo-price p {
    margin: 0.8rem 0 0;
    color: var(--muted);
}

.seo-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.seo-area-list a,
.seo-area-list span {
    display: block;
    padding: 0.55rem 0.8rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 0.9rem;
    text-decoration: none;
}

.seo-faq {
    display: grid;
    gap: 0.75rem;
}

.seo-faq details {
    padding: 0;
    background: var(--white);
    border: 1px solid var(--line);
}

.seo-faq summary {
    position: relative;
    padding: 1.25rem 3.5rem 1.25rem 1.35rem;
    cursor: pointer;
    font-weight: 750;
    list-style: none;
}

.seo-faq summary::-webkit-details-marker {
    display: none;
}

.seo-faq summary::after {
    content: "+";
    position: absolute;
    right: 1.35rem;
    color: var(--wine);
    font-size: 1.4rem;
}

.seo-faq details[open] summary::after {
    content: "−";
}

.seo-faq details p {
    margin: 0;
    padding: 0 1.35rem 1.35rem;
    color: var(--muted);
}

.seo-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.seo-related a {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.25rem;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    text-decoration: none;
}

.seo-related a span {
    color: var(--wine);
    font-family: "Segoe UI", sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seo-related a:hover {
    border-color: var(--wine);
}

.seo-cta {
    padding: clamp(4rem, 8vw, 7rem) 0;
    text-align: center;
    color: var(--white);
    background:
        radial-gradient(circle at 20% 20%, rgba(217, 135, 125, 0.22), transparent 26rem),
        linear-gradient(140deg, #8f2f2a, #5d1c19);
}

.seo-cta p {
    max-width: 650px;
    margin: 1rem auto 0;
    color: rgba(255, 255, 255, 0.8);
}

.seo-cta .seo-actions {
    justify-content: center;
}

.seo-cta .seo-button--primary {
    color: var(--ink);
    background: var(--white);
}

.seo-noscript {
    padding: 0.75rem 1rem;
    text-align: center;
    color: var(--white);
    background: var(--wine-dark);
}

@media (max-width: 900px) {
    .seo-hero__content {
        width: min(680px, 90%);
    }

    .seo-split,
    .seo-price {
        grid-template-columns: 1fr;
    }

    .seo-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .seo-related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    body {
        padding-top: 80px;
    }

    .seo-container {
        width: min(100% - 1.5rem, 1240px);
    }

    .seo-hero {
        min-height: 620px;
    }

    .seo-hero__media::after {
        background: linear-gradient(0deg, rgba(24, 17, 15, 0.96), rgba(24, 17, 15, 0.5));
    }

    .seo-hero__content {
        width: 100%;
        align-self: end;
        padding: 8rem 0 3.5rem;
    }

    .seo-hero h1 {
        font-size: clamp(2.55rem, 11vw, 3.6rem);
    }

    .seo-price__amount span {
        display: block;
        margin-top: 0.45rem;
        line-height: 1.35;
        white-space: nowrap;
    }

    .seo-actions {
        display: grid;
    }

    .seo-card-grid,
    .seo-related {
        grid-template-columns: 1fr;
    }

    .seo-split__image::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .seo-button {
        transition: none;
    }
}
