/*
Theme Name: Patlo Magadi - Luvuyo & Lebo
Theme URI:
Author: Botics AI
Author URI:
Description: One-page registration theme for Patlo & Magadi Celebration Luncheon - Luvuyo & Lebogang
Version: 1.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patlo-magadi
*/

/* ===========================
   GOOGLE FONTS
=========================== */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Lato:wght@300;400;700&display=swap');

/* ===========================
   CSS VARIABLES
=========================== */
:root {
    --brown-dark:    #2B1000;
    --brown-mid:     #5C2800;
    --brown-light:   #8B4513;
    --gold-deep:     #B8732A;
    --gold:          #C4883A;
    --gold-light:    #D4A054;
    --gold-pale:     #E8C078;
    --cream:         #F5ECD7;
    --cream-light:   #FAF4E8;
    --white:         #FFFFFF;
    --text-dark:     #2B1000;
    --text-mid:      #5C2800;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(175deg, #1a0800 0%, #3D1A02 30%, #5C2800 55%, #3D1A02 80%, #1a0800 100%);
    background-attachment: fixed;
    color: var(--text-dark);
    overflow-x: hidden;
    min-height: 100vh;
}

/* ===========================
   DOTTED PATTERN BACKGROUND
=========================== */
.pattern-bg {
    background-color: var(--brown-mid);
    background-image:
        radial-gradient(circle, var(--gold-deep) 1.5px, transparent 1.5px),
        radial-gradient(circle, var(--brown-light) 5px, transparent 5px);
    background-size: 28px 28px, 28px 28px;
    background-position: 0 0, 0 0;
}

/* ===========================
   HERO / BANNER SECTION
=========================== */
.hero-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 52px clamp(20px, 5vw, 80px) 48px;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--brown-mid);
    background-image:
        radial-gradient(circle, var(--gold-deep) 1.5px, transparent 1.5px),
        radial-gradient(circle, rgba(139, 69, 19, 0.6) 5px, transparent 5px);
    background-size: 28px 28px, 28px 28px;
    z-index: 0;
}

/* Floral left accent */
.hero-section::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    height: 280px;
    background: radial-gradient(ellipse at center, rgba(196, 136, 58, 0.15) 0%, transparent 70%);
    z-index: 1;
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1060px;
    gap: clamp(16px, 3vw, 40px);
}

/* Floral decoration placeholder */
.hero-floral {
    flex: 0 0 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.85;
}

.hero-floral svg {
    width: 100%;
    height: 100%;
}

/* Center ribbon */
.hero-ribbon {
    flex: 0 1 clamp(340px, 62vw, 680px);
    background: var(--white);
    border-radius: 6px;
    padding: clamp(24px, 4vw, 38px) clamp(28px, 5vw, 60px);
    text-align: center;
    position: relative;
    box-shadow: 0 10px 50px rgba(0,0,0,0.42);
    clip-path: polygon(0% 0%, 100% 0%, 96% 50%, 100% 100%, 0% 100%, 4% 50%);
}

.hero-ribbon::before,
.hero-ribbon::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 55%;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-ribbon::before { top: 16px; }
.hero-ribbon::after  { bottom: 16px; }

.hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.95rem, 1.2vw + 0.4rem, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--brown-mid);
    text-transform: uppercase;
    line-height: 1.65;
    margin-bottom: 6px;
}

.hero-names {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.9rem, 4vw, 3.2rem);
    color: var(--brown-dark);
    line-height: 1.1;
    margin: 4px 0 2px;
}

.hero-amp {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    color: var(--gold);
    line-height: 1;
    margin: 0;
    display: block;
    text-align: center;
}

.hero-divider {
    display: block;
    width: 110px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    margin: 12px auto;
}

.hero-date-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 2px 0;
}

.hero-date-mdy {
    display: flex;
    align-items: baseline;
    gap: clamp(4px, 1vw, 10px);
    font-family: 'Cormorant Garamond', serif;
}

.hero-date-mon,
.hero-date-time {
    font-size: clamp(0.8rem, 1.1vw + 0.2rem, 0.98rem);
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--brown-mid);
}

.hero-date-day {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--brown-dark);
    line-height: 1;
}

.hero-date-year {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 700;
    letter-spacing: 0.32em;
    color: var(--brown-dark);
}

.hero-strict {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.68rem, 0.85vw + 0.1rem, 0.78rem);
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--brown-mid);
    margin-top: 10px;
    opacity: 0.75;
}

/* Monogram badge */
.hero-monogram {
    flex: 0 0 clamp(80px, 10vw, 118px);
    width: clamp(80px, 10vw, 118px);
    height: clamp(80px, 10vw, 118px);
    border-radius: 50%;
    background: var(--cream);
    border: 4px solid var(--gold);
    box-shadow: 0 0 0 2px var(--brown-dark), 0 0 0 5px var(--gold-pale), 0 8px 24px rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2rem, 3.5vw, 3.3rem);
    color: var(--gold-deep);
}

/* ===========================
   GOLD BANNER BAR
=========================== */
.gold-bar {
    position: relative;
    background: linear-gradient(100deg, var(--brown-dark) 0%, var(--gold-deep) 25%, var(--gold-light) 50%, var(--gold-deep) 75%, var(--brown-dark) 100%);
    padding: 16px 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.4vw + 0.4rem, 1.2rem);
    letter-spacing: 0.18em;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.gold-bar::before,
.gold-bar::after {
    content: '';
    display: block;
    height: 6px;
    background-image: radial-gradient(circle, var(--brown-dark) 2px, transparent 2px);
    background-size: 14px 6px;
    background-repeat: repeat-x;
    background-position: center;
    opacity: 0.55;
}

.gold-bar::before { margin-bottom: 10px; }
.gold-bar::after  { margin-top: 10px; }

/* ===========================
   REGISTRATION SECTION
=========================== */
.registration-section {
    position: relative;
    padding: clamp(48px, 7vw, 72px) clamp(16px, 5vw, 40px) clamp(56px, 7vw, 80px);
    background: linear-gradient(170deg, #2B1000 0%, #4A1E00 30%, #6B3410 55%, #4A1E00 80%, #2B1000 100%) !important;
    background-color: #4A1E00 !important;
    overflow: hidden;
}

.registration-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(232, 192, 120, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
}

.registration-section::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: min(700px, 90%);
    height: 70%;
    background: radial-gradient(ellipse, rgba(196, 136, 58, 0.13) 0%, transparent 65%);
    pointer-events: none;
}

/* Gold accent lines on registration section edges (via box-shadow on container) */
.section-container {
    max-width: 680px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 48px);
}

.section-header .ornament {
    font-size: 1.8rem;
    color: var(--gold) !important;
    display: block;
    margin-bottom: 8px;
}

.section-header h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
    color: #ffffff !important;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}

.section-header p {
    font-size: clamp(1rem, 1.3vw + 0.4rem, 1.15rem);
    color: var(--gold-pale) !important;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.85;
}

.divider-ornament {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 16px auto;
    justify-content: center;
}

.divider-ornament::before,
.divider-ornament::after {
    content: '';
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.divider-ornament::after {
    background: linear-gradient(90deg, var(--gold), transparent);
}

.divider-ornament span {
    color: var(--gold);
    font-size: 1.1rem;
}

/* ===========================
   FORM CARD
=========================== */
.form-card {
    background: var(--white);
    border-radius: 4px;
    box-shadow:
        0 16px 60px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(196, 136, 58, 0.5),
        0 0 48px rgba(196, 136, 58, 0.14);
    border: 1px solid rgba(196, 136, 58, 0.5);
    overflow: hidden;
}

.form-card-header {
    background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown-mid) 100%);
    padding: clamp(16px, 3vw, 22px) clamp(18px, 4vw, 34px);
    display: flex;
    align-items: center;
    gap: 14px;
}

.form-card-header .lock-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(196, 136, 58, 0.2);
    border: 1px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.form-card-header h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.08em;
}

.form-card-header p {
    font-size: clamp(0.82rem, 1vw + 0.2rem, 0.92rem);
    color: var(--gold-pale);
    letter-spacing: 0.06em;
    margin-top: 4px;
    font-weight: 500;
}

.form-body {
    padding: clamp(20px, 4vw, 32px) clamp(18px, 4vw, 34px) 0;
}

/* ===========================
   FORM ELEMENTS
=========================== */
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(12px, 2vw, 20px);
    margin-bottom: clamp(14px, 2vw, 22px);
}

.form-row.full {
    grid-template-columns: 1fr;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group label {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.92rem, 1.1vw + 0.3rem, 1.05rem);
    font-weight: 700;
    color: var(--brown-dark);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.form-group label .required {
    color: var(--gold-deep);
    margin-left: 2px;
}

.form-group select,
.form-group input {
    width: 100%;
    padding: clamp(12px, 1.8vw, 15px) clamp(14px, 2vw, 18px);
    border: 2px solid rgba(196, 136, 58, 0.35);
    border-radius: 2px;
    background: var(--cream-light);
    font-family: 'Lato', sans-serif;
    font-size: clamp(1rem, 1.2vw + 0.3rem, 1.1rem);
    color: var(--text-dark);
    font-weight: 500;
    transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    min-height: 50px;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C4883A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.form-group select:focus,
.form-group input:focus {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(196, 136, 58, 0.12);
}

.form-group select:hover,
.form-group input:hover {
    border-color: var(--gold-light);
}

.form-group input::placeholder {
    color: rgba(92, 40, 0, 0.35);
    font-style: italic;
}

/* ===========================
   DIETARY / NOTES
=========================== */
.form-group textarea {
    width: 100%;
    padding: clamp(12px, 1.8vw, 15px) clamp(14px, 2vw, 18px);
    border: 2px solid rgba(196, 136, 58, 0.35);
    border-radius: 2px;
    background: var(--cream-light);
    font-family: 'Lato', sans-serif;
    font-size: clamp(1rem, 1.2vw + 0.3rem, 1.1rem);
    color: var(--text-dark);
    font-weight: 500;
    resize: vertical;
    min-height: 86px;
    transition: border-color 0.25s, box-shadow 0.25s;
    outline: none;
}

.form-group textarea:focus {
    border-color: var(--gold);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(196, 136, 58, 0.12);
}

.form-group textarea::placeholder {
    color: rgba(92, 40, 0, 0.35);
    font-style: italic;
}

/* ===========================
   SUBMIT BUTTON
=========================== */
.form-footer {
    padding: clamp(18px, 3vw, 24px) clamp(18px, 4vw, 34px) clamp(24px, 4vw, 34px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.btn-submit {
    width: 100%;
    padding: clamp(16px, 2.5vw, 20px) 32px;
    background: linear-gradient(135deg, var(--brown-dark) 0%, var(--brown-mid) 50%, var(--brown-dark) 100%);
    border: 2px solid var(--gold);
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 1.8vw + 0.3rem, 1.3rem);
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 58px;
}

.btn-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold-light), var(--gold-deep));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-submit:hover::before {
    opacity: 1;
}

.btn-submit:hover {
    color: var(--brown-dark);
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(196, 136, 58, 0.4);
}

.btn-submit span {
    position: relative;
    z-index: 1;
}

.btn-submit:disabled {
    cursor: not-allowed;
    opacity: 0.75;
}

/* ── Spinner shown while loading ── */
@keyframes pm-spin {
    to { transform: rotate(360deg); }
}

.btn-submit.loading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(232, 192, 120, 0.25);
    border-top-color: var(--gold-pale);
    border-radius: 50%;
    animation: pm-spin 0.75s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.form-note {
    font-size: clamp(0.82rem, 1vw + 0.2rem, 0.9rem);
    color: var(--brown-mid);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
}

/* ===========================
   RSVP CLOSED NOTICE
=========================== */
.rsvp-closed-body {
    padding: clamp(28px, 5vw, 48px) clamp(22px, 4vw, 44px);
    text-align: center;
}

.rsvp-closed-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    color: var(--brown-dark);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.rsvp-closed-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.2vw + 0.4rem, 1.15rem);
    color: var(--brown-mid);
    letter-spacing: 0.03em;
    line-height: 1.65;
    max-width: 560px;
    margin: 0 auto 12px;
}

.rsvp-closed-text:last-child {
    margin-bottom: 0;
}

/* ===========================
   SUCCESS / ERROR MESSAGES
=========================== */
.pm-message {
    padding: 16px 24px;
    border-radius: 2px;
    margin-bottom: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pm-message.success {
    background: linear-gradient(135deg, rgba(43, 16, 0, 0.06), rgba(196, 136, 58, 0.1));
    border: 1px solid var(--gold);
    color: var(--brown-mid);
}

.pm-message.error {
    background: rgba(200, 50, 50, 0.06);
    border: 1px solid rgba(200, 50, 50, 0.4);
    color: #8B0000;
}

.pm-message .msg-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
}

/* ===========================
   CORNER ORNAMENTS
=========================== */
.co {
    position: absolute;
    width: 70px;
    height: 70px;
    border-color: rgba(196, 136, 58, 0.45);
    border-style: solid;
    z-index: 2;
    pointer-events: none;
}

.co-tl { top: 18px;    left: 18px;    border-width: 2px 0 0 2px; }
.co-tr { top: 18px;    right: 18px;   border-width: 2px 2px 0 0; }
.co-bl { bottom: 18px; left: 18px;    border-width: 0 0 2px 2px; }
.co-br { bottom: 18px; right: 18px;   border-width: 0 2px 2px 0; }

/* optional label helper */
.optional {
    font-size: 0.75rem;
    font-weight: 300;
    opacity: 0.55;
    margin-left: 4px;
}

/* ===========================
   EVENT DETAILS STRIP
=========================== */
.event-details-section {
    background: linear-gradient(160deg, #2B1000 0%, #5A2E0A 35%, #6B3810 55%, #5A2E0A 75%, #2B1000 100%);
    padding: 0 0 clamp(40px, 6vw, 64px);
    position: relative;
    overflow: hidden;
}

.event-details-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(196, 136, 58, 0.08) 1px, transparent 1px);
    background-size: 28px 28px;
}

.details-grid {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 40px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(14px, 2vw, 26px);
    position: relative;
    z-index: 1;
}

.detail-card {
    text-align: center;
    padding: clamp(20px, 3vw, 30px) clamp(14px, 2vw, 22px);
    border: 1px solid rgba(232, 192, 120, 0.38);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    transition: border-color 0.3s, background 0.3s, transform 0.2s;
}

.detail-card:hover {
    border-color: var(--gold-pale);
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.detail-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
    display: block;
    color: var(--gold);
}

/* ── Date calendar icon ── */
.detail-icon.cal-icon {
    font-size: inherit;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: clamp(48px, 6vw, 60px);
    height: clamp(48px, 6vw, 60px);
    border-radius: 8px;
    border: 2px solid var(--gold);
    background: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    margin: 0 auto 14px;
}
.detail-icon.cal-icon .cal-month {
    background: var(--gold);
    color: var(--brown-dark);
    font-family: 'Lato', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 3px 0;
}
.detail-icon.cal-icon .cal-day {
    color: var(--white);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    line-height: 1;
    padding: 4px 0 3px;
}

.detail-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.78rem, 0.9vw + 0.3rem, 0.88rem);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-pale);
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.detail-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    font-weight: 600;
    color: var(--white);
    line-height: 1.55;
}

/* Enquiries card highlight */
.detail-card--enquiries {
    border-color: rgba(232, 192, 120, 0.55);
    background: rgba(196, 136, 58, 0.14);
}

.detail-value a {
    color: var(--gold-pale);
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 192, 120, 0.4);
    transition: color 0.2s, border-color 0.2s;
}

.detail-value small {
    font-size: 0.85em;
    color: var(--gold-pale);
    display: block;
    margin-top: 4px;
    font-weight: 500;
}

.detail-value a {
    color: var(--gold-pale);
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 192, 120, 0.4);
    transition: color 0.2s, border-color 0.2s;
}

.detail-value a:hover {
    color: var(--white);
    border-bottom-color: var(--white);
}

/* ===========================
   EVENT DETAILS: GOLD RIBBON TITLE
=========================== */
.ev-title-bar {
    position: relative;
    background: linear-gradient(100deg, var(--brown-dark) 0%, var(--gold-deep) 25%, var(--gold-light) 50%, var(--gold-deep) 75%, var(--brown-dark) 100%);
    padding: 16px 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.4vw + 0.4rem, 1.2rem);
    letter-spacing: 0.18em;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 60px;
}

.ev-title-bar::before,
.ev-title-bar::after {
    content: '';
    display: block;
    height: 6px;
    background-image: radial-gradient(circle, var(--brown-dark) 2px, transparent 2px);
    background-size: 14px 6px;
    background-repeat: repeat-x;
    background-position: center;
    opacity: 0.55;
}

.ev-title-bar::before { margin-bottom: 10px; }
.ev-title-bar::after  { margin-top: 10px; }

/* ===========================
   DIRECTIONS SECTION
=========================== */
.directions-section {
    background: linear-gradient(170deg, #EFE4CC 0%, var(--cream-light) 40%, #F5ECD7 60%, #EFE0C0 100%);
    padding: 0 0 clamp(48px, 7vw, 64px);
    position: relative;
}

.directions-section::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--brown-dark), var(--gold), var(--brown-dark));
}

/* Title bar — same style as ev-title-bar */
.dir-title-bar {
    position: relative;
    background: linear-gradient(100deg, var(--brown-dark) 0%, var(--gold-deep) 25%, var(--gold-light) 50%, var(--gold-deep) 75%, var(--brown-dark) 100%);
    padding: 16px 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.4vw + 0.4rem, 1.2rem);
    letter-spacing: 0.18em;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: 48px;
}

.dir-title-bar::before,
.dir-title-bar::after {
    content: '';
    display: block;
    height: 6px;
    background-image: radial-gradient(circle, var(--brown-dark) 2px, transparent 2px);
    background-size: 14px 6px;
    background-repeat: repeat-x;
    background-position: center;
    opacity: 0.55;
}

.dir-title-bar::before { margin-bottom: 10px; }
.dir-title-bar::after  { margin-top: 10px; }

.dir-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Address block */
.dir-address {
    display: flex;
    align-items: center;
    gap: 18px;
    background: var(--white);
    border: 1px solid rgba(196, 136, 58, 0.3);
    border-left: 4px solid var(--gold);
    border-radius: 2px;
    padding: 18px 24px;
    margin-bottom: 40px;
    box-shadow: 0 2px 12px rgba(43, 16, 0, 0.07);
}

.dir-address-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

.dir-address-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brown-dark);
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}

.dir-address-line {
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    color: var(--brown-mid);
    letter-spacing: 0.04em;
}

/* Steps list */
.dir-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

/* Vertical connecting line */
.dir-steps::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 24px;
    bottom: 24px;
    width: 2px;
    background: linear-gradient(180deg, var(--gold-deep), var(--gold-pale));
    opacity: 0.5;
    z-index: 0;
}

.dir-step {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.dir-step--last {
    margin-bottom: 0;
}

/* Step number circle */
.dir-step-num {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--brown-dark);
    border: 2px solid var(--gold);
    color: var(--gold-pale);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(43, 16, 0, 0.3);
}

.dir-step-num--gold {
    background: linear-gradient(135deg, var(--gold-deep), var(--gold-light));
    border-color: var(--brown-dark);
    color: var(--brown-dark);
    font-size: 1.3rem;
}

/* Step text content */
.dir-step-body {
    padding-top: 10px;
    flex: 1;
}

.dir-step-text {
    font-family: 'Lato', sans-serif;
    font-size: 0.97rem;
    color: var(--brown-dark);
    line-height: 1.7;
    margin-bottom: 8px;
}

.dir-step-note {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    font-style: italic;
    color: var(--brown-mid);
    letter-spacing: 0.02em;
    padding: 8px 14px;
    background: rgba(196, 136, 58, 0.08);
    border-left: 2px solid var(--gold);
    border-radius: 0 2px 2px 0;
}

.dir-step-note--arrived {
    background: linear-gradient(135deg, rgba(196, 136, 58, 0.12), rgba(43, 16, 0, 0.04));
    border-color: var(--gold-deep);
    color: var(--brown-dark);
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
}

/* Responsive */
@media (max-width: 480px) {
    .dir-steps::before {
        left: 19px;
    }

    .dir-step-num {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }
}

/* ===========================
   NOTICE STRIP
=========================== */
.notice-strip {
    background: linear-gradient(100deg, var(--brown-dark) 0%, #3a1500 50%, var(--brown-dark) 100%);
    padding: 14px 20px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(0.78rem, 1vw + 0.2rem, 0.9rem);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold-pale);
    font-weight: 700;
    line-height: 2.2;
    border-top: 1px solid rgba(196, 136, 58, 0.3);
    border-bottom: 1px solid rgba(196, 136, 58, 0.3);
}

/* ===========================
   FOOTER
=========================== */
.site-footer {
    background: linear-gradient(160deg, #3D1A02 0%, #1a0800 55%, #2B1000 100%);
    padding: clamp(30px, 5vw, 48px) 20px;
    text-align: center;
    border-top: 2px solid var(--gold);
    position: relative;
    overflow: hidden;
}

.footer-monogram {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(2.8rem, 6vw, 3.8rem);
    color: var(--gold);
    display: block;
    margin-bottom: 16px;
}

.footer-rule {
    display: block;
    width: 100px;
    height: 1px;
    margin: 14px auto;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.footer-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1rem, 1.2vw + 0.35rem, 1.15rem);
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 2.2;
}

.footer-link {
    color: var(--gold-pale);
    text-decoration: none;
    font-size: 0.85em;
    letter-spacing: 0.08em;
    text-transform: none;
}

.footer-copy {
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.75rem;
    color: rgba(232, 192, 120, 0.45);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 8px;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 700px) {
    .details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .hero-floral {
        display: none;
    }

    .hero-ribbon {
        clip-path: none;
        flex: 1;
    }
}

@media (max-width: 520px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero-monogram {
        display: none;
    }

    .hero-ribbon {
        clip-path: none;
        padding: 24px 20px;
    }

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

    .co {
        display: none;
    }
}

/* ===========================
   UTILITY
=========================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
}
