:root {
    --ink: #14110e;
    --paper: #fbf7f0;
    --muted: #6f6457;
    --gold: #c6a15b;
    --gold-deep: #8a6a2a;
    --line: rgba(198, 161, 91, 0.35);
    --black: #0a0908;
    --cream: #f4eee4;
    --night: #0c0a08;
    --night-2: #14110e;
    --night-3: #1b1612;
    --fog: #cbbba3;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
html { scroll-behavior: smooth; }
body.site {
    font-family: Manrope, system-ui, sans-serif;
    color: var(--ink);
    background: var(--night);
}
body.site-home {
    --gold: #d7c39a;
    --gold-deep: #b7965a;
    --line: rgba(215, 195, 154, 0.38);
    --night: #061411;
    --night-2: #0b221c;
    --night-3: #123229;
    --fog: #c2d4cb;
    --ink: #e8f2ed;
    color: #e8f2ed;
    background:
        radial-gradient(ellipse 85% 50% at 90% -5%, rgba(56,140,110,.22), transparent 55%),
        radial-gradient(ellipse 60% 45% at 0% 40%, rgba(215,195,154,.12), transparent 50%),
        radial-gradient(ellipse 50% 40% at 70% 90%, rgba(20,80,62,.35), transparent 55%),
        linear-gradient(180deg, #04110e 0%, #0a1f19 42%, #061411 100%);
}

h1, h2, h3, .hero-brand, .site-brand {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 700;
    letter-spacing: .02em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.eyebrow {
    margin: 0 0 8px;
    color: var(--gold-deep);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 700;
}
.text-link {
    color: var(--gold-deep);
    font-weight: 700;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 5vw;
    background: rgba(6, 20, 17, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}
body.site-home .site-header {
    background: rgba(4, 18, 15, 0.92);
}
.site-logo,
.hero-logo-mark,
.footer-logo,
.auth-logo,
.page-mark,
.brand-logo {
    background: transparent !important;
    box-shadow: none !important;
}
.site-logo {
    height: 58px;
    width: auto;
    display: block;
    object-fit: contain;
}
.site-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 14px;
}
.site-nav a {
    color: #c9ddd4;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 4px;
}
.site-nav a.is-active,
.site-nav a:hover { color: var(--gold); }
.nav-login,
.nav-register {
    border: 1px solid var(--gold);
    border-radius: 999px;
    padding: 8px 14px !important;
}
.nav-register {
    background: linear-gradient(180deg, #e6d4ad, var(--gold));
    color: #0b1f1a !important;
    border: 0;
    font-weight: 700;
}

.hero {
    position: relative;
    min-height: calc(100vh - 80px);
    min-height: calc(100dvh - 80px);
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
}
.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(1.08) brightness(.72);
}
.hero-veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 45%, rgba(8,8,6,.18), rgba(4,10,8,.78)),
        linear-gradient(180deg, rgba(4,12,10,.45) 0%, rgba(4,12,10,.35) 40%, rgba(4,12,10,.88) 100%);
    pointer-events: none;
}
.hero-kicker { color: #d7c39a; }
.hero-line { color: #c9ddd4; }
.hero-brand { color: #f3faf6; }
.hero-copy {
    position: relative;
    z-index: 1;
    padding: 72px 5vw 80px;
    max-width: 760px;
    width: 100%;
    color: #eef7f2;
    text-align: center;
    animation: rise .9s ease both;
}
.hero-kicker {
    margin: 0 0 10px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #d7c39a;
    font-size: 13px;
    font-weight: 700;
    animation: rise 1s .05s ease both;
}
.hero-logo-mark {
    width: min(280px, 64vw);
    height: auto;
    margin: 0 auto 14px;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));
    animation: rise .9s ease both;
}
.hero-brand {
    margin: 0;
    font-size: clamp(36px, 6vw, 64px);
    line-height: .95;
    color: #f3faf6;
    text-shadow: 0 10px 30px rgba(0,0,0,.35);
    animation: rise 1s .1s ease both;
}
.hero-line {
    margin: 16px auto 0;
    color: #c9ddd4;
    font-size: clamp(16px, 2.2vw, 20px);
    max-width: 36ch;
    line-height: 1.45;
    animation: rise 1s .16s ease both;
}
.hero-cta {
    margin-top: 28px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    animation: rise 1s .22s ease both;
}
.btn-gold, .btn-line, .contact-form button {
    display: inline-block;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 700;
    border: 0;
    cursor: pointer;
}
.btn-gold, .contact-form button {
    background: linear-gradient(180deg, #e6d4ad, var(--gold));
    color: #0b1f1a;
}
.btn-line {
    background: transparent;
    color: #e8f2ed;
    border: 1px solid var(--gold);
}
.btn-line.dark {
    color: var(--ink);
    border-color: var(--gold-deep);
}

.home-contact-form {
    max-width: 720px;
}
.home-contact-form .two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 640px) {
    .home-contact-form .two { grid-template-columns: 1fr; }
}

.promo-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--night-2);
}
.promo {
    padding: 64px 6vw;
    border-bottom: 1px solid rgba(215,195,154,.15);
}
.promo-alt { background: #f1e8d8; }
.promo h2 {
    margin: 0 0 10px;
    font-size: clamp(36px, 5vw, 54px);
    color: var(--black);
}
.promo p { margin: 0 0 18px; color: var(--muted); max-width: 36ch; line-height: 1.55; }
.promo-ornament { width: 72px; margin-bottom: 14px; }
.promo-photo {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    display: grid;
    align-items: end;
    padding: 0 !important;
    border-bottom: 0 !important;
    background: #061411 !important;
}
.promo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.06) brightness(.88);
}
.promo-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,22,18,.18) 0%, rgba(4,22,18,.84) 100%);
}
.promo-content {
    position: relative;
    z-index: 1;
    padding: 48px 6vw;
    color: #e8f2ed;
}
.promo-content .eyebrow { color: #d7c39a; margin: 0 0 8px; }
.promo-content h2 { color: #f3faf6; }
.promo-content p { color: #c2d4cb; }
.promo-content .text-link { color: #d7c39a; }

.price-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    background:
        linear-gradient(180deg, rgba(215,195,154,.08), transparent 40%),
        var(--night-3);
}
.price-strip article {
    padding: 42px 28px 48px;
    text-align: center;
    color: #e8f2ed;
    border-right: 1px solid rgba(255,255,255,.06);
}
.price-strip article:last-child { border-right: 0; }
.price-strip img {
    width: 100%;
    max-width: 220px;
    height: 160px;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto 18px;
    filter: none;
}
.price-strip .eyebrow { color: #d7c39a; }
.price-strip h3 {
    margin: 0 0 18px;
    font-size: 34px;
}

.about-home {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    background: var(--night-2);
    align-items: center;
    color: #e8f2ed;
}
.about-home-copy {
    padding: 72px 6vw;
}
.about-home-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 5vw, 48px);
    color: #f3faf6;
}
.about-home-copy p {
    color: var(--fog);
    line-height: 1.65;
    max-width: 48ch;
}
.about-home-media {
    min-height: 520px;
    overflow: hidden;
    position: relative;
}
.about-home-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--night-2), transparent 28%);
    pointer-events: none;
}
.about-home-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    filter: saturate(1.05) brightness(.9);
}

.collections {
    background:
        radial-gradient(ellipse 60% 50% at 50% 0%, rgba(56,140,110,.16), transparent 60%),
        #0a1f19;
    color: #e8f2ed;
    padding: 72px 5vw;
}
.section-head {
    text-align: center;
    margin-bottom: 36px;
}
.section-head h2 {
    margin: 8px 0 0;
    font-size: clamp(34px, 5vw, 48px);
}
.section-head .promo-ornament { margin: 0 auto 8px; }
.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}
.collection-grid article {
    text-align: center;
    padding: 28px 18px;
    border: 1px solid rgba(215,195,154,.2);
    background: rgba(255,255,255,.03);
}
.collection-grid img {
    width: min(160px, 70%);
    margin: 0 auto 16px;
}
.collection-grid h3 {
    margin: 0;
    font-size: 28px;
}
.cat-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 auto 28px;
    max-width: 900px;
}
.cat-pills a {
    border: 1px solid rgba(215,195,154,.35);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #d7c39a;
    background: rgba(255,255,255,.04);
}
.cat-pills a:hover,
.cat-pills a.is-active {
    background: linear-gradient(180deg, #e6d4ad, var(--gold));
    color: #0b1f1a;
    border-color: transparent;
}
.ornament-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1180px;
    margin: 0 auto;
}
.cat-block { margin-top: 40px; }
.cat-block h3 {
    margin: 0 0 16px;
    font-size: 28px;
    text-align: center;
    color: #f3faf6;
}
.ornament-card {
    margin: 0;
    border: 1px solid rgba(215,195,154,.2);
    background: rgba(255,255,255,.03);
    overflow: hidden;
    border-radius: 14px;
}
.ornament-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    filter: none;
}
.ornament-card figcaption {
    padding: 10px 12px 14px;
    font-size: 14px;
    color: #d7c39a;
    text-align: center;
}
.page-collections .ornament-card {
    background: #fff;
    border-color: var(--line);
    color: var(--ink);
}
.page-collections .ornament-card figcaption { color: var(--gold-deep); }
@media (max-width: 980px) {
    .ornament-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
    .ornament-grid { grid-template-columns: repeat(2, 1fr); }
    .ornament-card img { height: 180px; }
}
.page-collections article {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
}
.page-collections p {
    color: var(--muted);
    margin: 8px 0 0;
}

.wedding-feature {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    background: var(--night-3);
    align-items: stretch;
    color: #e8f2ed;
}
.wedding-media {
    position: relative;
    overflow: hidden;
    background: #0c0a08;
}
.wedding-media img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    filter: saturate(1.05) brightness(.9);
}
.wedding-copy {
    padding: 72px 6vw;
    display: grid;
    align-content: center;
}
.wedding-copy .eyebrow { color: #d7c39a; }
.wedding-copy h2 {
    margin: 0 0 14px;
    font-size: clamp(36px, 5vw, 52px);
    color: #f3faf6;
}
.wedding-copy p {
    color: var(--fog);
    line-height: 1.6;
    max-width: 34ch;
}

.features {
    background:
        linear-gradient(135deg, rgba(56,140,110,.22), transparent 45%),
        var(--night-2);
    color: #e8f2ed;
    padding: 72px 5vw;
}
.features-inner {
    max-width: 820px;
    margin: 0 auto;
}
.features h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 52px);
}
.features h3 {
    margin: 8px 0 18px;
    color: #d7c39a;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.features ul {
    margin: 0 0 24px;
    padding-left: 18px;
    color: #c2d4cb;
    line-height: 1.7;
}

.home-contact {
    background:
        radial-gradient(ellipse 70% 60% at 50% 100%, rgba(56,140,110,.18), transparent 55%),
        var(--night);
    padding: 72px 5vw;
    color: #e8f2ed;
}
.home-contact-inner {
    max-width: 1060px;
    margin: 0 auto;
}
.home-contact h2 {
    margin: 0 0 8px;
    font-size: clamp(34px, 5vw, 48px);
    color: #f3faf6;
}
.home-contact > .home-contact-inner > p {
    color: var(--fog);
    margin: 0 0 28px;
}
.home-contact .contact-form {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(215,195,154,.24);
}
.home-contact .contact-form label { color: #c2d4cb; }
.home-contact .contact-form input,
.home-contact .contact-form textarea {
    background: rgba(0,0,0,.28);
    border-color: rgba(215,195,154,.28);
    color: #e8f2ed;
}
.home-contact-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 24px;
}
.contact-brief {
    padding: 8px 0;
}
.contact-brief p { margin: 0 0 10px; color: var(--muted); }
.contact-brief a { color: var(--gold-deep); }

.page-hero {
    padding: 64px 5vw 24px;
    color: #f4ece0;
    text-align: center;
}
.page-hero h1 {
    margin: 10px 0 8px;
    font-size: clamp(36px, 6vw, 56px);
}
.page-hero p {
    margin: 0 auto;
    max-width: 640px;
    color: #d9cbb5;
}
.page-mark { width: 120px; height: auto; margin: 0 auto; }
.page-body {
    background: var(--paper);
    margin: 28px 5vw 0;
    padding: 36px;
    border-radius: 18px 18px 0 0;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
    color: #2b241c;
}
.about-page-img {
    width: min(420px, 100%);
    float: right;
    margin: 0 0 18px 24px;
    border-radius: 12px;
}
.about-page ul { color: var(--muted); }

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 24px;
}
.contact-card, .contact-form {
    background: #fffdf8;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px;
}
.contact-form label {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--muted);
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #ddd2c0;
    border-radius: 10px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.alert { padding: 10px 12px; border-radius: 8px; margin-bottom: 12px; }
.alert.ok { background: #e7f5e8; color: #1f4d28; }
.alert.err { background: #f8e4e0; color: #7a2e24; }
.muted { color: var(--muted); }

.site-footer {
    background: #04110e;
    color: #c2d4cb;
    padding: 42px 5vw 24px;
    border-top: 1px solid var(--line);
}
.footer-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 28px;
}
.footer-logo { width: min(180px, 70%); margin-bottom: 12px; }
.footer-brand p,
.footer-grid p {
    margin: 0 0 8px;
    color: #9c8f7c;
    font-size: 14px;
    line-height: 1.5;
}
.footer-grid h3 {
    margin: 0 0 12px;
    font-size: 22px;
    color: #f4ece0;
}
.footer-grid img { display: inline-block; vertical-align: middle; margin-right: 8px; }
.socials { display: flex; gap: 10px; margin-bottom: 14px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a:hover { color: var(--gold); }
.footer-copy {
    max-width: 1100px;
    margin: 28px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.06);
    color: #8b8072;
    font-size: 13px;
}

@keyframes rise {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}

.site-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255,255,255,.04);
    padding: 0;
    cursor: pointer;
}
.site-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--gold);
    border-radius: 2px;
    transition: .2s ease;
}

@media (max-width: 980px) {
    .promo-split,
    .price-strip,
    .about-home,
    .collection-grid,
    .wedding-feature,
    .home-contact-grid,
    .contact-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .price-strip article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
    .about-home-media,
    .about-home-media img,
    .wedding-media img { min-height: 360px; }
    .about-page-img { float: none; margin: 0 0 18px; }
}

@media (max-width: 900px) {
    .site-header {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 4vw;
    }
    .site-logo { height: 42px; max-width: min(220px, 62vw); object-fit: contain; }
    .site-toggle { display: grid; place-content: center; margin-left: auto; }
    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px 0 4px;
    }
    body.site-nav-open .site-nav { display: flex; }
    body.site-nav-open .site-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    body.site-nav-open .site-toggle span:nth-child(2) { opacity: 0; }
    body.site-nav-open .site-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .site-nav a {
        padding: 12px 14px;
        border-radius: 12px;
        background: rgba(255,255,255,.04);
        border: 1px solid transparent;
    }
    .site-nav a.is-active,
    .site-nav a:hover {
        border-color: var(--line);
        background: rgba(198,161,91,.12);
    }
    .nav-login, .nav-register {
        text-align: center;
        border-radius: 999px !important;
    }
    .hero-copy { padding: 36px 4vw 48px; }
    .hero-brand { font-size: clamp(40px, 12vw, 64px); }
    .hero-cta .btn-gold,
    .hero-cta .btn-line { flex: 1 1 140px; text-align: center; }
    .promo, .about-home-copy, .wedding-copy, .features, .home-contact, .collections {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .page-hero { padding: 40px 4vw 16px; }
    .page-body {
        margin: 18px 3vw 0;
        padding: 22px 16px;
    }
}

@media (max-width: 640px) {
    .contact-card, .contact-form { padding: 16px; }
    .contact-form button { width: 100%; }
    .site-footer { padding: 28px 4vw 20px; }
}
