/* ===========================================================
   SEENA CLINIC — Luxury Rose Gold Theme
   =========================================================== */

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

:root {
    --rg-50: #FCFCFC;
    --rg-100: #FCFCFC;
    --rg-200: #E0A7A0;
    --rg-300: #C97A7C;
    --rg-400: #B24A59;
    --rg-500: #770D24;
    --rg-600: #22040B;
    --rg-700: #22040B;
    --rg-800: #22040B;
    --rg-900: #22040B;

    --gold-light: #FCFCFC;
    --gold-mid:   #C97A7C;
    --gold-dark:  #770D24;
    --gold-shine: #FCFCFC;

    --blush:      #E0A7A0;
    --champagne:  #E0A7A0;
    --mauve:      #C97A7C;
    --deep:       #22040B;
    --page-bg:    #FCFCFC;
    --ink:        #22040B;

    --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
    --font-body:    'Jost', 'Helvetica', sans-serif;

    --shadow-sm: 0 1px 3px rgba(152, 0, 28, 0.08), 0 1px 2px rgba(152, 0, 28, 0.05);
    --shadow-md: 0 4px 16px rgba(152, 0, 28, 0.10), 0 2px 4px rgba(152, 0, 28, 0.06);
    --shadow-lg: 0 12px 40px rgba(152, 0, 28, 0.14), 0 4px 12px rgba(152, 0, 28, 0.08);
    --shadow-gold: 0 4px 20px rgba(119, 13, 36, 0.25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-weight: 300;
    color: var(--rg-800);
    background: var(--page-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a { color: var(--rg-700); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--gold-dark); }

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

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 860px; margin: 0 auto; padding: 0 24px; }

/* ------- Typography ------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 300; color: var(--rg-800); letter-spacing: -0.01em; line-height: 1.2; }

.eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-dark);
    display: inline-block;
}

.display-1 { font-family: var(--font-display); font-size: clamp(38px, 6vw, 72px); font-weight: 300; line-height: 1.05; }
.display-2 { font-family: var(--font-display); font-size: clamp(28px, 4vw, 48px); font-weight: 300; line-height: 1.15; }
.italic-gold { font-style: italic; color: var(--gold-dark); font-weight: 400; }

.section-title {
    font-family: var(--font-display);
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 300;
    text-align: center;
    margin-bottom: 8px;
}
.section-sub {
    text-align: center;
    font-size: 14px;
    color: var(--rg-500);
    max-width: 560px;
    margin: 0 auto 48px;
}

/* ------- Top bar ------- */
.topbar {
    background: var(--rg-900);
    color: var(--rg-50);
    font-size: 12px;
    padding: 8px 0;
    letter-spacing: 0.05em;
}
.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.topbar a { color: var(--rg-50); }
.topbar a:hover { color: var(--rg-100); }
.topbar-right { display: flex; gap: 20px; }

/* ------- Header / Nav ------- */
.site-header {
    position: sticky;
    top: 0;
    background: #770D24;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 0.5px solid rgba(246, 214, 218, 0.25);
    z-index: 100;
}
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-shine), var(--gold-mid) 70%);
    padding: 3px;
    box-shadow: var(--shadow-gold);
}
.brand-logo img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; background: var(--rg-900); }
.brand-text { display: flex; flex-direction: column; }
.brand-name {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 500;
    color: #F6D6DA;
    line-height: 1;
    letter-spacing: 0.02em;
}
.brand-tag {
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #F6D6DA;
    margin-top: 4px;
    font-weight: 400;
}

.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #F6D6DA;
    position: relative;
    padding: 4px 0;
}
.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #F6D6DA;
    transition: all 0.3s ease;
}
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; left: 0; }
.nav-links a.active { color: #F6D6DA; }

.nav-cta {
    padding: 9px 22px;
    border-radius: 100px;
    background: linear-gradient(135deg, var(--rg-600), var(--rg-700));
    color: var(--rg-50);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
.nav-cta:hover { color: var(--gold-shine); box-shadow: var(--shadow-md); transform: translateY(-1px); }

.burger { display: none; cursor: pointer; width: 32px; height: 24px; position: relative; background: none; border: 0; }
.burger span { position: absolute; left: 0; width: 100%; height: 1px; background: #F6D6DA; transition: all 0.3s; }
.burger span:nth-child(1) { top: 4px; }
.burger span:nth-child(2) { top: 12px; }
.burger span:nth-child(3) { top: 20px; }

@media (max-width: 900px) {
    .nav-links { position: fixed; top: 88px; right: -100%; flex-direction: column; width: 80%; max-width: 320px; height: calc(100vh - 88px); background: #770D24; padding: 40px 32px; gap: 28px; border-left: 0.5px solid rgba(246, 214, 218, 0.25); transition: right 0.35s ease; box-shadow: var(--shadow-lg); }
    .nav-links.open { right: 0; }
    .nav-links a { font-size: 14px; }
    .nav-cta { display: none; }
    .burger { display: block; }
}

/* ------- Buttons ------- */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 32px; border-radius: 100px; font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; cursor: pointer; border: none; transition: all 0.3s ease; text-decoration: none; }
.btn-primary { background: linear-gradient(135deg, var(--rg-600), var(--rg-700)); color: var(--rg-50); box-shadow: var(--shadow-md); }
.btn-primary:hover { color: var(--gold-shine); box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-mid), var(--gold-dark)); color: var(--rg-50); box-shadow: var(--shadow-gold); }
.btn-gold:hover { color: var(--rg-50); transform: translateY(-2px); box-shadow: 0 6px 30px rgba(119, 13, 36, 0.35); }
.btn-outline { border: 1px solid var(--rg-400); color: var(--rg-700); background: transparent; }
.btn-outline:hover { color: var(--gold-dark); border-color: var(--gold-mid); background: var(--rg-50); }
.btn-sm { padding: 8px 20px; font-size: 11px; }

/* ------- Badge ------- */
.badge { display: inline-block; padding: 5px 14px; border-radius: 100px; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; }
.badge-rose { background: var(--rg-200); color: var(--rg-800); }
.badge-gold { background: var(--gold-mid); color: var(--rg-50); }
.badge-dark { background: var(--rg-700); color: var(--rg-100); }
.badge-outline { background: var(--rg-50); color: var(--rg-600); border: 0.5px solid var(--rg-300); }

/* ------- HERO ------- */
.hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    background: var(--rg-500);
    overflow: hidden;
    padding: 80px 0;
}
.hero { color: var(--rg-50); }
.hero h1 { color: var(--rg-50); }
.hero .eyebrow { color: var(--rg-200); }
.hero .hero-desc { color: var(--rg-100); }
.hero .btn-outline { border-color: var(--rg-200); color: var(--rg-50); }
.hero .btn-outline:hover { color: var(--rg-50); border-color: var(--rg-100); background: rgba(252, 252, 252, 0.08); }
.hero::before,
.hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    pointer-events: none;
}
.hero::before { width: 560px; height: 560px; background: var(--blush); top: -180px; left: -180px; }
.hero::after  { width: 480px; height: 480px; background: var(--gold-light); bottom: -160px; right: -140px; }

.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; z-index: 2; }
.hero-eyebrow { margin-bottom: 20px; }
.hero h1 { margin-bottom: 8px; }
.hero h1 .gold-italic { font-style: italic; font-weight: 500; color: var(--rg-200); }
.hero-desc { font-size: 16px; color: var(--rg-700); max-width: 480px; margin: 24px 0 36px; line-height: 1.8; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-visual { position: relative; height: 480px; display: flex; align-items: center; justify-content: center; }
.hero-logo-frame {
    position: relative;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-shine), var(--gold-mid));
    padding: 4px;
    box-shadow: 0 20px 60px rgba(152, 0, 28, 0.30), inset 0 0 0 1px rgba(252, 252, 252, 0.55);
    animation: float 6s ease-in-out infinite;
}
.hero-logo-frame::before {
    content: '';
    position: absolute;
    inset: -20px;
    border: 0.5px solid var(--gold-mid);
    border-radius: 50%;
    opacity: 0.5;
}
.hero-logo-frame::after {
    content: '';
    position: absolute;
    inset: -40px;
    border: 0.5px dashed var(--gold-mid);
    border-radius: 50%;
    opacity: 0.3;
    animation: rotate 30s linear infinite;
}
.hero-logo-inner { width: 100%; height: 100%; background: var(--rg-900); border-radius: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.hero-logo-inner img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }

@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-14px);} }
@keyframes rotate { to { transform: rotate(360deg);} }

@media (max-width: 860px) {
    .hero { min-height: auto; padding: 64px 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .hero-visual { height: 320px; order: -1; }
    .hero-logo-frame { width: 220px; height: 220px; }
}

/* ------- Sections ------- */
.section { padding: 96px 0; }
.section-cta { padding: 72px 0; }
.section-ivory { background: var(--champagne); }
.section-dark  { background: linear-gradient(135deg, var(--rg-800), var(--rg-900)); color: var(--rg-100); }
.section-dark .section-title { color: var(--rg-50); }
.section-dark .section-sub   { color: var(--rg-300); }
.section-hero { background: var(--rg-500); color: var(--rg-50); }
.section-hero .section-title { color: var(--rg-50); }
.section-hero .section-sub   { color: var(--rg-100); }
.section-hero .eyebrow { color: var(--rg-200); }
.section-hero .ornament-line { background: var(--rg-200); }
.section-hero .ornament-dot { background: var(--rg-200); }

/* ------- Ornament ------- */
.ornament { display: flex; justify-content: center; align-items: center; gap: 16px; margin-bottom: 20px; }
.ornament-line { width: 80px; height: 0.5px; background: var(--gold-mid); }
.ornament-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-mid); }

/* ------- Services Grid ------- */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.service-card { background: var(--rg-50); border-radius: 18px; padding: 36px 28px; border: 0.5px solid var(--rg-300); text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold-mid), var(--rg-400)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--rg-100), var(--gold-shine)); margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; color: var(--gold-dark); }
.service-card h3 { font-size: 22px; margin-bottom: 10px; }
.service-card .eyebrow { margin-bottom: 14px; font-size: 10px; }
.service-list { list-style: none; text-align: center; color: var(--rg-600); font-size: 14px; line-height: 2; }
.service-list li::before { content: '·  '; color: var(--gold-mid); }

/* ------- Promotion Cards ------- */
.promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.promo-card {
    background: var(--rg-50);
    border-radius: 20px;
    overflow: hidden;
    border: 0.5px solid var(--rg-300);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s ease;
    display: flex; flex-direction: column;
    position: relative;
}
.promo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--gold-light); }
.promo-media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, var(--rg-100), var(--gold-shine));
    position: relative;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
}
.promo-media img { width: 100%; height: 100%; object-fit: cover; }
.promo-media-placeholder {
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold-dark);
    font-size: 28px;
    opacity: 0.5;
}
.promo-badge-wrap { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; }
.promo-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.promo-cat { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px; font-weight: 500; }
.promo-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--rg-800); margin-bottom: 6px; line-height: 1.2; }
.promo-desc { font-size: 13px; color: var(--rg-500); line-height: 1.7; flex: 1; margin-bottom: 14px; }
.promo-price-row { display: flex; align-items: baseline; gap: 10px; }
.promo-price { font-family: var(--font-display); font-size: 30px; font-weight: 600; color: var(--rg-800); letter-spacing: -0.01em; }
.promo-price-old { font-size: 14px; color: var(--rg-400); text-decoration: line-through; }
.promo-price-unit { font-size: 12px; color: var(--rg-500); }

/* ------- About / Content ------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--rg-200), var(--gold-shine));
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}
.about-visual::before {
    content: '';
    position: absolute; inset: 20px;
    border: 0.5px solid var(--gold-mid);
    border-radius: 16px;
}
.about-visual-logo { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.about-visual-logo img { width: 58%; filter: drop-shadow(0 10px 30px rgba(152, 0, 28, 0.16)); }
.about-text h2 { margin-bottom: 16px; }
.about-text p { font-size: 15px; color: var(--rg-600); line-height: 1.9; margin-bottom: 16px; }

.value-list { list-style: none; margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.value-list li { display: flex; gap: 14px; align-items: flex-start; }
.value-num { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(--rg-100); border: 0.5px solid var(--gold-mid); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; color: var(--gold-dark); font-weight: 500; font-size: 16px; }
.value-list h4 { font-size: 15px; font-family: var(--font-body); font-weight: 500; color: var(--rg-800); margin-bottom: 2px; }
.value-list p { font-size: 13px; color: var(--rg-500); margin: 0; }

@media (max-width: 860px) {
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .value-list { grid-template-columns: 1fr; }
}

/* ------- Reviews ------- */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.review-card {
    background: var(--rg-50);
    border: 0.5px solid var(--rg-300);
    border-radius: 18px;
    padding: 32px 28px;
    position: relative;
    transition: all 0.3s ease;
}
.review-card::before {
    content: '"';
    position: absolute;
    top: 4px; left: 20px;
    font-family: var(--font-display);
    font-size: 100px;
    line-height: 1;
    color: var(--gold-light);
    opacity: 0.6;
}
.review-card:hover { border-color: var(--gold-mid); box-shadow: var(--shadow-md); }
.review-stars { color: var(--gold-mid); font-size: 14px; margin-bottom: 14px; position: relative; z-index: 1; letter-spacing: 2px; }
.review-text { font-size: 14px; color: var(--rg-600); line-height: 1.8; margin-bottom: 20px; position: relative; z-index: 1; font-style: italic; }
.review-author { display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.review-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--rg-200), var(--gold-light)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-style: italic; color: var(--rg-700); font-weight: 500; }
.review-name { font-weight: 500; color: var(--rg-800); font-size: 14px; }
.review-date { font-size: 11px; color: var(--rg-400); }

/* ------- Contact ------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: flex-start; }
.contact-info-card { background: var(--rg-50); padding: 40px; border-radius: 20px; border: 0.5px solid var(--rg-300); box-shadow: var(--shadow-sm); }
.contact-info-item { display: flex; gap: 18px; padding: 20px 0; border-bottom: 0.5px solid var(--rg-200); }
.contact-info-item:last-child { border-bottom: none; }
.contact-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--rg-100); display: flex; align-items: center; justify-content: center; color: var(--gold-dark); font-size: 18px; }
.contact-info-item .label { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 4px; font-weight: 500; }
.contact-info-item .value { font-size: 15px; color: var(--rg-800); line-height: 1.6; }
.contact-info-item .value a { color: var(--rg-800); }

.contact-map { aspect-ratio: 4 / 5; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-md); border: 0.5px solid var(--rg-200); background: var(--champagne); }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 860px) {
    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-map { aspect-ratio: 1/1; }
}

/* ------- Forms ------- */
.input, .textarea, .select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid var(--rg-300);
    background: var(--rg-50);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 300;
    color: var(--rg-800);
    transition: all 0.25s ease;
    outline: none;
}
.input:focus, .textarea:focus, .select:focus { border-color: var(--gold-mid); box-shadow: 0 0 0 3px rgba(119, 13, 36, 0.18); }
.textarea { min-height: 120px; resize: vertical; line-height: 1.6; }
.form-label { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 8px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { margin-bottom: 16px; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

/* ------- Footer ------- */
.site-footer {
    background: var(--rg-500);
    color: var(--rg-300);
    padding: 72px 0 0;
    margin-top: 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; padding-bottom: 56px; border-bottom: 0.5px solid var(--rg-800); }
.footer-col h5 { font-family: var(--font-body); font-size: 11px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px; font-weight: 500; }
.footer-brand { font-family: var(--font-display); font-size: 28px; color: var(--rg-50); margin-bottom: 12px; font-weight: 400; }
.footer-about p { font-size: 13px; color: var(--rg-300); line-height: 1.8; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 13px; }
.footer-col a { color: var(--rg-300); transition: color 0.25s ease; }
.footer-col a:hover { color: var(--gold-shine); padding-left: 4px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: var(--rg-800); border: 0.5px solid var(--rg-700); display: flex; align-items: center; justify-content: center; color: var(--gold-light); font-size: 15px; transition: all 0.25s ease; }
.footer-social a:hover { background: var(--gold-dark); color: var(--rg-50); border-color: var(--gold-dark); transform: translateY(-2px); }

.footer-bottom { text-align: center; padding: 24px 0; font-size: 11px; color: var(--rg-500); letter-spacing: 0.1em; }

@media (max-width: 860px) {
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) {
    .footer-grid { grid-template-columns: 1fr; }
}

/* ------- Utility ------- */
.text-center { text-align: center; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; } .mt-5 { margin-top: 48px; }
.mb-1 { margin-bottom: 8px; } .mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 32px; } .mb-5 { margin-bottom: 48px; }

/* ------- Flash Messages ------- */
.flash { padding: 14px 20px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; }
.flash-success { background: var(--rg-50); color: var(--rg-800); border-left: 3px solid var(--rg-400); }
.flash-error   { background: var(--rg-200); color: var(--rg-800); border-left: 3px solid var(--rg-600); }

/* ------- Decorative Divider ------- */
.divider-ornament { display: flex; justify-content: center; align-items: center; gap: 10px; margin: 40px 0; }
.divider-ornament .line { flex: 1; max-width: 120px; height: 0.5px; background: linear-gradient(90deg, transparent, var(--gold-mid), transparent); }
.divider-ornament .symbol { font-family: var(--font-display); font-style: italic; color: var(--gold-dark); font-size: 20px; }

/* ------- Fade-in on scroll ------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

 /* ------- Page title bar (non-home pages) ------- */
 .page-title-bar {
     position: relative;
     padding: 100px 0 72px;
     background: var(--rg-500);
     text-align: center;
     overflow: hidden;
 }
.page-title-bar::before, .page-title-bar::after {
    content: ''; position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.45; pointer-events: none;
}
 .page-title-bar::before { width: 320px; height: 320px; background: var(--blush); top: -100px; left: -80px; }
 .page-title-bar::after { width: 260px; height: 260px; background: var(--gold-light); bottom: -80px; right: -60px; }
 .page-title-bar h1 { position: relative; font-size: clamp(36px, 5vw, 56px); color: var(--rg-50); z-index: 2; }
 .page-title-bar .eyebrow { position: relative; margin-bottom: 10px; z-index: 2; color: var(--rg-200); }
 .breadcrumb { position: relative; z-index: 2; margin-top: 14px; font-size: 12px; color: var(--rg-100); letter-spacing: 0.1em; }
 .breadcrumb a { color: var(--rg-50); }
 .breadcrumb .sep { margin: 0 10px; color: var(--gold-mid); }
