:root {
    --ink: #13261f;
    --ink-soft: #365046;
    --muted: #6a756e;
    --ivory: #f7f1e8;
    --paper: #fffdf8;
    --sand: #e7dccd;
    --line: rgba(19, 38, 31, 0.16);
    --gold: #af8756;
    --moss: #1d6c55;
    --moss-dark: #104a3a;
    --wine: #6d3744;
    --shadow: 0 24px 80px rgba(28, 29, 25, 0.12);
    --radius: 8px;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(19, 38, 31, 0.055) 1px, transparent 1px),
        linear-gradient(rgba(19, 38, 31, 0.045) 1px, transparent 1px),
        var(--ivory);
    background-size: 72px 72px;
    font-family: var(--sans);
    line-height: 1.6;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

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

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

.sr-only,
.hp-field {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 100;
    transform: translateY(-140%);
    padding: 10px 14px;
    color: var(--paper);
    background: var(--ink);
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 12%, rgba(175, 135, 86, 0.12), transparent 26%),
        radial-gradient(circle at 86% 22%, rgba(29, 108, 85, 0.11), transparent 28%),
        linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(247, 241, 232, 0.78));
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 18px clamp(18px, 4vw, 54px);
    backdrop-filter: blur(16px);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 12px 16px;
    background: rgba(255, 253, 248, 0.86);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 9px 9px 0 rgba(19, 38, 31, 0.08);
}

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

.brand-mark {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    color: var(--paper);
    background: linear-gradient(145deg, var(--ink), var(--moss));
    border: 1px solid rgba(255, 253, 248, 0.6);
    border-radius: var(--radius);
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.15);
}

.brand strong {
    display: block;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.15;
    letter-spacing: 0;
}

.brand span:last-child {
    min-width: 0;
}

.brand small {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.9rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav a,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    background: rgba(255, 253, 248, 0.74);
    text-decoration: none;
    font-weight: 800;
    line-height: 1.1;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(19, 38, 31, 0.12);
}

.site-nav .nav-button,
.button.primary {
    color: var(--paper);
    background: var(--moss-dark);
    border-color: var(--moss-dark);
}

.button.ghost {
    background: transparent;
}

.button.dark {
    color: var(--paper);
    background: var(--ink);
    border-color: var(--ink);
}

.button.full {
    width: 100%;
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    flex: 0 0 46px;
}

.menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 6px 0;
    background: var(--ink);
}

main {
    overflow: hidden;
}

.hero,
.section,
.split-section,
.intro-band,
.notes-section,
.site-footer {
    width: min(1200px, calc(100% - 36px));
    margin: 0 auto;
}

.hero {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
    align-items: center;
    gap: clamp(28px, 5vw, 76px);
    padding: clamp(34px, 6vw, 76px) 0 48px;
}

.hero-copy,
.hero-media {
    min-width: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--moss-dark);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: var(--gold);
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2 {
    margin: 0;
    font-family: var(--serif);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.94;
}

h1 {
    max-width: 760px;
    font-size: clamp(3.2rem, 7vw, 6.4rem);
}

h1 span {
    display: block;
}

h2 {
    font-size: clamp(2.35rem, 4.6vw, 4.6rem);
}

h3 {
    margin: 0;
    font-size: clamp(1.3rem, 2.1vw, 1.8rem);
    line-height: 1.15;
}

.lede {
    max-width: 650px;
    margin: 24px 0 0;
    color: var(--ink-soft);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.trust-row span,
.owner-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    background: rgba(255, 253, 248, 0.62);
    font-size: 0.86rem;
    font-weight: 800;
}

.hero-media {
    position: relative;
    min-height: 600px;
}

.hero-media img {
    width: 100%;
    height: min(69vh, 680px);
    min-height: 470px;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 253, 248, 0.78);
    box-shadow: var(--shadow);
    transform-origin: center;
    animation: imageDrift 16s ease-in-out infinite alternate;
}

.availability-card {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: min(285px, calc(100% - 44px));
    padding: 20px;
    color: var(--paper);
    background: rgba(19, 38, 31, 0.88);
    border: 1px solid rgba(255, 253, 248, 0.24);
    border-radius: var(--radius);
    backdrop-filter: blur(16px);
}

.availability-card span {
    color: #e5c89d;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.availability-card strong {
    display: block;
    margin-top: 6px;
    font-family: var(--serif);
    font-size: 2rem;
    line-height: 1;
}

.availability-card p {
    margin: 10px 0 0;
    color: rgba(255, 253, 248, 0.78);
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.intro-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--line);
    box-shadow: var(--shadow);
}

.intro-band div {
    padding: clamp(22px, 3vw, 34px);
    background: rgba(255, 253, 248, 0.82);
}

.mini-label {
    display: block;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: 0.12em;
}

.intro-band strong {
    display: block;
    margin-top: 12px;
    font-size: 1.2rem;
}

.intro-band p {
    margin: 8px 0 0;
    color: var(--muted);
}

.section,
.split-section,
.notes-section {
    padding: clamp(70px, 9vw, 120px) 0 0;
}

.section-head {
    max-width: 780px;
    margin-bottom: 34px;
}

.section-head p:not(.eyebrow) {
    margin: 18px 0 0;
    color: var(--ink-soft);
    font-size: 1.08rem;
}

.rental-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.rental-card,
.panel,
.note-card,
.tool-shell {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 253, 248, 0.82);
    box-shadow: 0 16px 60px rgba(19, 38, 31, 0.09);
}

.rental-card {
    overflow: hidden;
}

.rental-card img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.rental-card div {
    padding: 22px;
}

.rental-card span {
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.rental-card h3 {
    margin-top: 10px;
}

.rental-card p {
    margin: 14px 0 0;
    color: var(--muted);
}

.split-section {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
    gap: 18px;
    align-items: stretch;
}

.panel {
    padding: clamp(24px, 4vw, 42px);
}

.copy-panel p,
.contact-copy p,
.owner-copy p {
    color: var(--ink-soft);
}

.clean-list {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.clean-list li {
    padding-left: 24px;
    position: relative;
    font-weight: 700;
}

.clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.fine-print {
    color: var(--muted);
    font-size: 0.92rem;
}

.form-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.form-title span {
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

label {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ink);
    font-weight: 800;
}

input,
select,
textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(19, 38, 31, 0.22);
    border-radius: var(--radius);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

textarea {
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--moss);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(29, 108, 85, 0.12);
}

.owners {
    display: grid;
    grid-template-columns: minmax(350px, 0.82fr) minmax(0, 1fr);
    gap: clamp(22px, 5vw, 70px);
    align-items: center;
}

.owner-image img {
    width: 100%;
    min-height: 520px;
    max-height: 660px;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.owner-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 30px;
}

.tools {
    position: relative;
}

.tool-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
    gap: 1px;
    overflow: hidden;
    background: var(--line);
}

.calculator,
.estimate-card {
    padding: clamp(22px, 4vw, 42px);
    background: rgba(255, 253, 248, 0.86);
}

.calculator {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.estimate-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.estimate-card span {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.estimate-card strong {
    margin-top: 12px;
    font-family: var(--serif);
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: 0.9;
}

.estimate-card p {
    margin: 14px 0 0;
    color: var(--muted);
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.note-card {
    padding: 24px;
}

.note-card summary {
    cursor: pointer;
    color: var(--ink);
    font-size: 1.18rem;
    font-weight: 900;
    list-style-position: outside;
}

.note-card p {
    margin: 14px 0 0;
    color: var(--muted);
}

.contact-section {
    padding-bottom: 84px;
}

.contact-lines {
    display: grid;
    gap: 10px;
    margin: 26px 0;
}

.contact-lines a,
.contact-lines span {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink-soft);
    text-decoration: none;
    font-weight: 800;
}

.toast {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    max-width: min(360px, calc(100% - 40px));
    padding: 16px 18px;
    color: var(--paper);
    background: var(--ink);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translateY(140%);
    opacity: 0;
    transition: transform 240ms ease, opacity 240ms ease;
}

.toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.site-footer {
    margin-bottom: 28px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(19, 38, 31, 0.94);
    color: var(--paper);
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-brand small {
    color: rgba(255, 253, 248, 0.68);
}

.site-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-footer nav a {
    padding: 10px 12px;
    color: rgba(255, 253, 248, 0.82);
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 800;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    color: rgba(255, 253, 248, 0.66);
    font-size: 0.92rem;
}

.footer-bottom p {
    margin: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 620ms ease, transform 620ms ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes imageDrift {
    from {
        transform: scale(1) translateY(0);
    }
    to {
        transform: scale(1.035) translateY(-8px);
    }
}

@media (max-width: 980px) {
    .site-header {
        padding: 12px;
    }

    .header-inner {
        position: relative;
        gap: 12px;
    }

    .menu-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        right: 0;
        display: grid;
        padding: 12px;
        background: rgba(255, 253, 248, 0.98);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        transform-origin: top;
        transform: scaleY(0.96);
        opacity: 0;
        visibility: hidden;
        transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
    }

    .site-nav.is-open {
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .site-nav a {
        justify-content: flex-start;
    }

    .hero,
    .split-section,
    .owners,
    .tool-shell {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 34px;
    }

    h1 {
        max-width: 620px;
        font-size: clamp(2.8rem, 7vw, 3.75rem);
        line-height: 0.98;
    }

    h2 {
        font-size: clamp(2.25rem, 6vw, 3.5rem);
    }

    .hero-media {
        min-height: auto;
    }

    .hero-media img {
        height: 520px;
        min-height: 420px;
    }

    .intro-band,
    .rental-grid,
    .notes-grid {
        grid-template-columns: 1fr;
    }

    .owner-image img {
        min-height: 420px;
    }
}

@media (max-width: 680px) {
    body {
        background-size: 48px 48px;
    }

    .hero,
    .section,
    .split-section,
    .intro-band,
    .notes-section,
    .site-footer {
        width: min(100% - 24px, 1200px);
    }

    .header-inner {
        min-height: 68px;
        padding: 10px;
        box-shadow: 5px 5px 0 rgba(19, 38, 31, 0.08);
    }

    .brand-mark {
        width: 46px;
        height: 46px;
    }

    .brand small {
        font-size: 0.76rem;
    }

    h1 {
        font-size: clamp(2.35rem, 12vw, 3.35rem);
        line-height: 0.98;
    }

    h2 {
        font-size: clamp(2.15rem, 10vw, 3.25rem);
    }

    .lede {
        font-size: 1rem;
    }

    .eyebrow {
        max-width: 100%;
        font-size: 0.7rem;
        letter-spacing: 0.11em;
        overflow-wrap: anywhere;
    }

    .hero-media img {
        height: 420px;
        min-height: 360px;
    }

    .availability-card {
        left: 14px;
        right: 14px;
        bottom: 14px;
        width: auto;
    }

    .form-grid,
    .calculator {
        grid-template-columns: 1fr;
    }

    .panel {
        padding: 22px;
    }

    .rental-card img {
        height: 220px;
    }

    .form-title,
    .footer-top,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer {
        padding: 20px;
    }
}

@media (max-width: 430px) {
    .brand small {
        display: none;
    }

    .brand strong {
        font-size: 1rem;
        white-space: nowrap;
    }

    .hero-actions .button {
        flex: 1 1 100%;
    }

    .trust-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .trust-row span {
        justify-content: center;
        font-size: 0.8rem;
    }

    .availability-card p {
        font-size: 0.86rem;
    }
}

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

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