/* ==============================================
   WEDDING WEBSITE — STYLES
   ============================================== */

/* ---- VARIABLES ---- */
:root {
    --cream: #faf6ef;
    --ivory: #f2e8da;
    --gold: #c4784f;
    --gold-light: #db9e6e;
    --gold-dark: #9a5235;
    --brown: #3d2b1f;
    --brown-deep: #2a1f15;
    --brown-mid: #4a3020;
    --taupe: #8b6f5e;
    --blush: #eacfc0;
    --blush-dark: #c4a090;
    --white: #ffffff;

    /* moodboard palette */
    --terracotta: #c4784f;
    --coral: #d4704e;
    --rose: #c49488;
    --rose-light: #e8c0b4;
    --lavender: #9b8fb8;
    --sage: #7a9470;
    --burgundy: #7a2e3a;

    --font-heading: 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;

    --nav-h: 68px;
    --section-v: 96px;
    --container-w: 1080px;
    --px: 32px;
}

/* ---- RESET ---- */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--brown);
    background-color: var(--cream);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: inherit;
}

/* ---- IMAGE PLACEHOLDERS ---- */
.img-ph {
    background-color: var(--ivory);
    border: 2px dashed var(--blush-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--taupe);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.img-ph::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(45deg, transparent 45%, rgba(201,169,110,0.07) 45%, rgba(201,169,110,0.07) 55%, transparent 55%),
        linear-gradient(-45deg, transparent 45%, rgba(201,169,110,0.07) 45%, rgba(201,169,110,0.07) 55%, transparent 55%);
    background-size: 22px 22px;
}

.img-ph-text {
    position: relative;
    z-index: 1;
    opacity: 0.65;
    text-align: center;
    padding: 0 16px;
}

/* ---- SHARED LAYOUT ---- */
.container {
    max-width: var(--container-w);
    margin: 0 auto;
}

.section {
    padding: var(--section-v) var(--px);
}

.section-cream { background-color: var(--cream); }
.section-ivory { background-color: var(--ivory); }

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.two-col.align-center {
    align-items: center;
}

/* ---- SECTION HEADER ---- */
.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
}

.section-label::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background-color: var(--gold);
    flex-shrink: 0;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
    line-height: 1.12;
    color: var(--brown);
    margin-bottom: 14px;
}

.section-lead {
    font-size: 1rem;
    color: var(--taupe);
    line-height: 1.75;
    max-width: 540px;
    margin-bottom: 48px;
}

.section-rule {
    width: 48px;
    height: 2px;
    background-color: var(--gold);
    margin: 20px 0 48px;
}

/* Botanical floral divider */
.floral-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 48px;
}

.floral-divider::before,
.floral-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--blush-dark);
    opacity: 0.6;
}

.floral-icon {
    display: block;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 60'><path d='M28 56 C28 48 28 38 28 24' stroke='%237a9470' stroke-width='1.3' fill='none' stroke-linecap='round'/><path d='M28 44 C23 38 16 31 9 27' stroke='%237a9470' stroke-width='1.1' fill='none' stroke-linecap='round'/><path d='M28 44 C33 38 40 31 47 27' stroke='%237a9470' stroke-width='1.1' fill='none' stroke-linecap='round'/><path d='M28 34 C24 28 19 21 14 17' stroke='%237a9470' stroke-width='0.9' fill='none' stroke-linecap='round'/><path d='M28 34 C32 28 37 21 42 17' stroke='%237a9470' stroke-width='0.9' fill='none' stroke-linecap='round'/><circle cx='28' cy='23' r='5.5' fill='%23c4784f'/><circle cx='28' cy='23' r='2.8' fill='%23db9e6e'/><circle cx='8' cy='26' r='4.5' fill='%23c49488'/><circle cx='8' cy='26' r='2.2' fill='%23e8c0b4'/><circle cx='48' cy='26' r='4.5' fill='%239b8fb8'/><circle cx='48' cy='26' r='2.2' fill='%23cfc8e0'/><circle cx='13' cy='16' r='3.2' fill='%23c4784f'/><circle cx='43' cy='16' r='3.2' fill='%23c49488'/><ellipse cx='20' cy='41' rx='5.5' ry='2.4' transform='rotate(-40 20 41)' fill='%237a9470' opacity='0.55'/><ellipse cx='36' cy='41' rx='5.5' ry='2.4' transform='rotate(40 36 41)' fill='%237a9470' opacity='0.55'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ---- BUTTONS ---- */
.btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    width: 100%;
}

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

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

.btn-gold:active {
    transform: scale(0.99);
}

.btn:disabled {
    opacity: 0.6;
    cursor: default;
}

/* ---- FORMS ---- */
.field-group {
    margin-bottom: 20px;
}

.field-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--taupe);
    margin-bottom: 8px;
}

.field-input,
.field-textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid var(--blush-dark);
    background-color: var(--white);
    color: var(--brown);
    font-family: var(--font-body);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s;
    border-radius: 0;
    appearance: none;
}

.field-input:focus,
.field-textarea:focus {
    border-color: var(--gold);
}

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

.msg-error {
    font-size: 0.85rem;
    color: #b52a2a;
    margin-bottom: 14px;
    display: none;
}

.msg-error.show { display: block; }

.msg-success {
    font-size: 0.85rem;
    font-weight: 700;
    color: #4a7a4a;
    letter-spacing: 0.04em;
    margin-top: 14px;
    display: none;
}

.msg-success.show { display: block; }

/* ---- RADIO CARDS ---- */
.radio-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 20px;
}

.radio-cards.radio-cards-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.form-section {
    margin: 0;
    padding: 0;
}

.rc {
    position: relative;
    display: flex;
}

.rc input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
}

.rc label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 22px 16px;
    flex: 1;
    border: 2px solid var(--blush-dark);
    background: var(--white);
    cursor: pointer;
    transition: border-color 0.2s, background-color 0.2s;
    text-align: center;
}

.rc input[type="radio"]:checked + label {
    border-color: var(--gold);
    background-color: #fdf3ec;
}

.rc-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brown);
}

.rc-desc {
    font-size: 0.78rem;
    color: var(--taupe);
    line-height: 1.45;
}

/* ---- FORM CARD ---- */
.form-card {
    background: var(--white);
    padding: 40px;
    border: 1px solid var(--blush);
}

.form-card-title {
    font-family: var(--font-heading);
    font-size: 1.7rem;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 6px;
}

.form-card-desc {
    font-size: 0.88rem;
    color: var(--taupe);
    line-height: 1.65;
    margin-bottom: 28px;
}

/* ---- EXTRA FIELD (hidden by default) ---- */
.extra-field {
    display: none;
    margin-top: 0;
    padding: 22px;
    background: var(--ivory);
    border-left: 3px solid var(--gold);
    margin-bottom: 20px;
}

.extra-field.show {
    display: block;
}

/* ==============================================
   LOGIN PAGE
   ============================================== */

.login-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.login-left {
    position: relative;
    background: linear-gradient(150deg, var(--brown-deep) 0%, var(--brown-mid) 100%);
    overflow: hidden;
}

.login-left img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
}

.login-photo-note {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255,255,255,0.25);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    user-select: none;
}

.login-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(42,31,21,0.1) 0%, rgba(42,31,21,0.65) 100%);
}

.login-names {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 44px;
    color: var(--white);
    z-index: 1;
}

.login-couple {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 400;
    font-style: italic;
    line-height: 1.05;
    color: var(--white);
    margin-bottom: 10px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.25);
}

.login-date {
    font-size: 0.72rem;
    font-weight: 300;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px var(--px);
    background-color: var(--cream);
}

.login-form-wrap {
    max-width: 380px;
    width: 100%;
}

.login-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.login-heading {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--brown);
    margin-bottom: 18px;
}

.login-body {
    font-size: 0.93rem;
    color: var(--taupe);
    line-height: 1.75;
    margin-bottom: 38px;
}

/* ==============================================
   WEDDING PAGE — NAVIGATION
   ============================================== */

#nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    transition: background 0.35s, box-shadow 0.35s;
}

#nav.scrolled {
    background: rgba(250,246,239,0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(196,120,79,0.22);
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 0 var(--px);
    height: var(--nav-h);
}

.nav-logo {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-style: italic;
    font-weight: 400;
    color: rgba(255,255,255,0.95);
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

#nav.scrolled .nav-logo {
    color: var(--brown);
}

.nav-links {
    display: flex;
    gap: 34px;
    list-style: none;
}

.nav-links a {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: color 0.2s;
}

#nav.scrolled .nav-links a {
    color: var(--taupe);
}

.nav-links a:hover,
#nav.scrolled .nav-links a:hover {
    color: var(--gold);
}

.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(255,255,255,0.9);
    transition: background-color 0.3s;
}

#nav.scrolled .nav-hamburger span {
    background-color: var(--brown);
}

/* ==============================================
   HERO
   ============================================== */

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(150deg, var(--brown-deep) 0%, var(--brown-mid) 100%);
    overflow: hidden;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.hero-photo-note {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.18);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    pointer-events: none;
    user-select: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(42,31,21,0.25) 0%, rgba(42,31,21,0.5) 100%);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: var(--white);
    padding: var(--nav-h) 24px 40px;
}

.hero-eyebrow {
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.68);
    margin-bottom: 22px;
}

.hero-names {
    font-family: var(--font-heading);
    font-size: clamp(3.5rem, 9vw, 7.5rem);
    font-weight: 300;
    font-style: italic;
    line-height: 0.95;
    color: var(--white);
    margin-bottom: 28px;
    text-shadow: 0 4px 32px rgba(0,0,0,0.18);
}

.hero-rule {
    width: 56px;
    height: 1px;
    background-color: var(--gold);
    margin: 0 auto 26px;
}

.hero-date {
    font-size: 0.78rem;
    font-weight: 300;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.82);
    margin-bottom: 8px;
}

.hero-venue {
    font-size: 0.78rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.58);
}

.hero-scroll {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.5);
    font-size: 0.62rem;
    font-family: var(--font-body);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hero-scroll-bar {
    width: 1px;
    height: 36px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent);
    animation: scrollbar 2.2s ease-in-out infinite;
}

@keyframes scrollbar {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* ==============================================
   SECTION 1 — DATE & INFO
   ============================================== */

.date-hero {
    text-align: center;
    padding: 40px 0 64px;
}

.date-month {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 10px;
}

.date-day {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(4rem, 11vw, 8rem);
    font-weight: 300;
    line-height: 0.88;
    color: var(--brown);
}

.date-weekday {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-style: italic;
    color: var(--taupe);
    margin-top: 12px;
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 36px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: var(--blush-dark);
}

.tl-item {
    position: relative;
    padding-bottom: 32px;
}

.tl-item:last-child {
    padding-bottom: 0;
}

.tl-dot {
    position: absolute;
    left: -30px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--cream);
    border: 2px solid var(--gold);
}

.tl-time {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 3px;
}

.tl-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 3px;
}

.tl-desc {
    font-size: 0.88rem;
    color: var(--taupe);
    line-height: 1.55;
}

/* ==============================================
   SECTION 2 — LOCATION
   ============================================== */

.map-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 36px;
}

.map-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.venue-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}

.venue-card {
    padding: 22px 24px;
    background: var(--white);
    border-left: 3px solid var(--gold);
}

.venue-card-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold-dark);
    margin-bottom: 6px;
}

.venue-card-value {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--brown);
    line-height: 1.45;
}

.venue-map-link {
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-dark);
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
}

.venue-map-link:hover {
    color: var(--brown);
}

/* ==============================================
   SECTION 3 — MENU & DIETARY
   ============================================== */

.menu-ph {
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: 460px;
}

/* ==============================================
   SECTION 4 — DRESS CODE
   ============================================== */

.style-photos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

.style-photo {
    aspect-ratio: 3 / 4;
}

.palette {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 36px;
}

.swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.swatch-circle {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.swatch-name {
    font-size: 0.65rem;
    color: var(--taupe);
    letter-spacing: 0.06em;
    text-align: center;
}

/* ==============================================
   SECTION 5 — ACCOMMODATION
   ============================================== */

.hotel-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

.hotel-item {
    padding: 18px 22px;
    background: var(--white);
    border-left: 3px solid var(--blush-dark);
}

.hotel-name {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 3px;
}

.hotel-info {
    font-size: 0.82rem;
    color: var(--taupe);
}

/* ==============================================
   SECTION 6 — ADDITIONAL INFO
   ============================================== */

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.info-card {
    padding: 30px 28px;
    background: var(--white);
    border-bottom: 3px solid var(--blush-dark);
}

.info-card-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--brown);
    margin-bottom: 10px;
}

.info-card-body {
    font-size: 0.88rem;
    color: var(--taupe);
    line-height: 1.7;
}

.info-card-body a {
    color: var(--gold-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* ---- CONTACTS ---- */
.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    margin-top: 40px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.contact-photo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: var(--ivory);
    border: 2px dashed var(--blush-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.contact-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contact-photo-hint {
    font-size: 0.6rem;
    color: var(--taupe);
    text-align: center;
    padding: 8px;
    line-height: 1.4;
}

.contact-name {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--brown);
}

.contact-phone {
    font-size: 0.85rem;
    color: var(--gold-dark);
    text-decoration: none;
    letter-spacing: 0.03em;
}

.contact-phone:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ==============================================
   FOOTER
   ============================================== */

.footer {
    background-color: var(--brown-deep);
    color: rgba(255,255,255,0.55);
    text-align: center;
    padding: 64px var(--px);
}

.footer-names {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    color: var(--gold-light);
    margin-bottom: 8px;
}

.footer-date {
    font-size: 0.68rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.footer-rule {
    width: 36px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 24px;
}

.footer-small {
    font-size: 0.72rem;
    opacity: 0.4;
    letter-spacing: 0.08em;
}

/* ==============================================
   RESPONSIVE
   ============================================== */

@media (max-width: 900px) {
    :root {
        --section-v: 72px;
        --px: 24px;
    }

    .two-col {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .style-photos {
        grid-template-columns: 1fr 1fr;
    }

    .venue-cards {
        grid-template-columns: 1fr;
    }

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

    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 768px) {
    /* Login */
    .login-grid {
        grid-template-columns: 1fr;
    }

    .login-left {
        height: 55vh;
        min-height: 300px;
    }

    .login-right {
        padding: 48px 24px;
        min-height: auto;
    }

    /* Nav */
    .nav-links {
        display: none;
        position: fixed;
        top: var(--nav-h);
        left: 0;
        right: 0;
        background: rgba(250,247,242,0.98);
        backdrop-filter: blur(12px);
        flex-direction: column;
        gap: 0;
        padding: 12px 0 20px;
        box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    }

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

    .nav-links a {
        display: block;
        padding: 13px var(--px);
        color: var(--taupe);
    }

    .nav-hamburger {
        display: flex;
    }

    /* Radio cards */
    .radio-cards {
        grid-template-columns: 1fr;
    }

    /* Form card */
    .form-card {
        padding: 28px 22px;
    }
}

@media (max-width: 480px) {
    :root {
        --section-v: 56px;
        --px: 16px;
    }

    .style-photos {
        grid-template-columns: 1fr;
    }

    .date-hero {
        padding-bottom: 48px;
    }
}

/* ==============================================
   LANGUAGE SWITCHER
   ============================================== */

.lang-switcher {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 1000;
    display: flex;
    gap: 4px;
    background: rgba(250, 247, 242, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    padding: 8px;
    border: 1px solid var(--blush);
    box-shadow: 0 8px 32px rgba(61, 43, 31, 0.16), 0 2px 8px rgba(61, 43, 31, 0.08);
}

.lang-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 16px;
    background: none;
    border: 2px solid transparent;
    cursor: pointer;
    transition: background-color 0.18s, border-color 0.18s;
}

.lang-btn:hover {
    background-color: var(--ivory);
}

.lang-btn.active {
    border-color: var(--gold);
    background-color: #fdf3ec;
}

.lang-flag {
    font-size: 1.9rem;
    line-height: 1;
    display: block;
}

.lang-code {
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--taupe);
    line-height: 1;
}

.lang-btn.active .lang-code {
    color: var(--gold-dark);
}

/* ---- VENUE ROUTING NOTICE ---- */
.venue-notice {
    background-color: #fdf3ec;
    border-left: 4px solid var(--gold);
    padding: 18px 22px;
    max-width: 100%;
    font-weight: 600;
    color: var(--brown) !important;
    line-height: 1.85;
    margin-bottom: 36px;
}

/* ---- ROOM LISTINGS ---- */
.building-block {
    margin-bottom: 20px;
}

.building-block:last-child {
    margin-bottom: 0;
}

.building-name {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-dark);
    background-color: var(--ivory);
    padding: 7px 14px;
    margin-bottom: 2px;
    border-left: 3px solid var(--gold);
}

.room-list {
    display: flex;
    flex-direction: column;
}

.room-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    background: var(--white);
    border-left: 3px solid var(--blush-dark);
    border-bottom: 1px solid var(--ivory);
}

.room-item:last-child {
    border-bottom: none;
}

.room-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 500;
    color: var(--brown);
}

.room-cap {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--taupe);
    letter-spacing: 0.06em;
    white-space: nowrap;
}

/* ---- ACCOMMODATION NOTICE ---- */
.accom-notice {
    background-color: #fdf3ec;
    border-left: 4px solid var(--gold);
    padding: 20px 22px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.accom-notice-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--gold-dark);
    letter-spacing: 0.01em;
}

.accom-notice p {
    font-size: 0.88rem;
    color: var(--taupe);
    line-height: 1.7;
}

.accom-notice strong {
    color: var(--brown);
    font-weight: 700;
}

/* ==============================================
   POLAROIDS
   ============================================== */

.section {
    position: relative;
}

.polaroid {
    position: absolute;
    width: 240px;
    z-index: 3;
    pointer-events: none;
}

.polaroid-left  { left: 1.5%; }
.polaroid-right { right: 1.5%; }

.polaroid-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 6px 18px rgba(61,43,31,0.22));
}

.polaroid-slot {
    position: absolute;
    z-index: 1;
    top: calc(7% - 6px);
    left: calc(7.5% - 6px);
    right: 7.5%;
    bottom: 21%;
    background-color: var(--ivory);
    border: 1.5px dashed var(--blush-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.polaroid-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: auto;
}

.polaroid-hint {
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 700;
    color: var(--taupe);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-align: center;
    opacity: 0.7;
    padding: 0 8px;
}

.hero .polaroid-slot {
    background-color: rgba(250,246,239,0.18);
    border-color: rgba(250,246,239,0.4);
}

.hero .polaroid-hint {
    color: rgba(255,255,255,0.75);
}

@media (max-width: 1120px) {
    .polaroid { display: none; }
}

/* used inside translated HTML (dress code strong) */
.hl {
    color: var(--brown);
    font-weight: 700;
}

@media (max-width: 480px) {
    .lang-switcher {
        bottom: 16px;
        right: 16px;
        padding: 6px;
    }

    .lang-btn {
        padding: 8px 12px;
    }

    .lang-flag {
        font-size: 1.6rem;
    }
}
