/* devani-site-styles:{"backgroundColor":"#fbf8f5","textColor":"#1c1714","fontFamily":"'Inter', system-ui, -apple-system, sans-serif","baseFontSize":"16px","headingFontFamily":"'Cormorant Garamond', Georgia, serif","headingColor":"#1c1714","linkColor":"#1c1714","containerMaxWidth":"1120px","customCss":""} */

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

* { box-sizing: border-box; }

:root {
    --bd-cream: #fbf8f5;
    --bd-cream-2: #f4ede6;
    --bd-card: #ffffff;
    --bd-ink: #1c1714;
    --bd-ink-soft: #6f655d;
    --bd-line: #e9e0d6;
    --bd-blush: #d98a76;
    --bd-blush-soft: #f3ddd5;
    --bd-sage: #8a9a87;
    --bd-sage-soft: #e4ebe1;
    --bd-gold: #b08d57;
    --bd-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --bd-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body {
    margin: 0;
    font-family: var(--bd-sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--bd-ink);
    background: var(--bd-cream);
    -webkit-font-smoothing: antialiased;
}

a { color: var(--bd-ink); }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
    font-family: var(--bd-serif);
    font-weight: 500;
    letter-spacing: 0.005em;
    color: var(--bd-ink);
    margin: 0;
}
h1 em, h2 em, h3 em {
    font-style: italic;
    font-weight: 400;
    color: var(--bd-blush);
}
h1 strong, h2 strong, h3 strong {
    font-weight: 600;
    color: var(--bd-blush);
    font-style: italic;
}

/* ---------- Generic layout helpers ---------- */
.section { padding: 96px 24px; }
.container { max-width: 1120px; margin: 0 auto; }

.eyebrow {
    display: inline-block;
    font-family: var(--bd-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--bd-blush);
    margin: 0 0 20px;
}

/* ---------- Buttons ---------- */
.bd-btn {
    display: inline-block;
    padding: 15px 34px;
    background: var(--bd-ink);
    color: #fff;
    border: 1px solid var(--bd-ink);
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--bd-sans);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.bd-btn:hover { transform: translateY(-2px); background: #34291f; }
.bd-btn.ghost {
    background: transparent;
    color: var(--bd-ink);
    border: 1px solid var(--bd-ink);
}
.bd-btn.ghost:hover { background: var(--bd-ink); color: #fff; }
.bd-btn.blush { background: var(--bd-blush); border-color: var(--bd-blush); }
.bd-btn.blush:hover { background: #c9755f; }
.bd-btn.small { padding: 11px 22px; font-size: 0.82rem; }

/* ---------- Header ---------- */
header {
    border-bottom: 1px solid var(--bd-line);
    background: rgba(251, 248, 245, 0.88);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 50;
}
header nav {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 24px;
}
.brand {
    font-family: var(--bd-serif) !important;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--bd-ink) !important;
    text-decoration: none;
    letter-spacing: 0.01em;
}
header nav .nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}
header nav a:not(.brand):not(.bd-btn) {
    font-family: var(--bd-sans);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--bd-ink-soft);
    text-decoration: none;
    transition: color 0.15s ease;
}
header nav a:not(.brand):not(.bd-btn):hover { color: var(--bd-ink); }
@media (max-width: 760px) {
    header nav .nav-links { gap: 14px; }
    header nav .nav-text-link { display: none; }
}

/* ---------- Hero ---------- */
.bd-hero {
    position: relative;
    text-align: center;
    padding: 120px 24px 110px;
    background:
        radial-gradient(ellipse 70% 60% at 50% 0%, var(--bd-blush-soft) 0%, rgba(243,221,213,0) 60%),
        var(--bd-cream);
    overflow: hidden;
}
.bd-hero .container { max-width: 900px; }
.bd-hero h1 {
    font-size: clamp(3rem, 8vw, 5.6rem);
    line-height: 1.02;
    margin: 0 0 22px;
}
.bd-hero p.lead {
    max-width: 580px;
    margin: 0 auto 36px;
    font-size: 1.18rem;
    color: var(--bd-ink-soft);
    line-height: 1.7;
}
.bd-hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.bd-hero .hero-note {
    margin: 24px 0 0;
    font-size: 0.82rem;
    color: var(--bd-ink-soft);
    letter-spacing: 0.02em;
}
.bd-magic { display:flex; gap:10px; max-width:440px; margin:0 auto 14px; flex-wrap:wrap; justify-content:center; }
.bd-magic input { flex:1 1 220px; min-width:200px; padding:15px 20px; border:1px solid var(--bd-line); border-radius:999px; font-family:var(--bd-sans); font-size:0.95rem; background:#fff; color:var(--bd-ink); }
.bd-magic input:focus { outline:none; border-color:var(--bd-blush); }

/* ---------- Section heads ---------- */
.bd-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.bd-head h2 { font-size: clamp(2.3rem, 5vw, 3.4rem); line-height: 1.08; margin: 0 0 18px; }
.bd-head p { font-size: 1.08rem; color: var(--bd-ink-soft); margin: 0; }

/* ---------- Bento product grid (Zola-style) ---------- */
.bd-bento {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 240px;
    gap: 18px;
}
.bd-tile {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--bd-line);
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    color: var(--bd-ink);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    isolation: isolate;
}
.bd-tile::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 35%, rgba(28,23,20,0.04) 100%);
    z-index: -1;
}
.bd-tile:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(28,23,20,0.10); }
.bd-tile h3 { font-size: 1.7rem; line-height: 1.1; margin: 0 0 6px; }
.bd-tile p { margin: 0; font-size: 0.95rem; color: var(--bd-ink-soft); max-width: 30ch; }
.bd-tile .arrow { margin-top: 14px; font-family: var(--bd-sans); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--bd-blush); }
/* tile spans + tints */
.bd-tile.wide { grid-column: span 4; }
.bd-tile.med  { grid-column: span 3; }
.bd-tile.std  { grid-column: span 2; }
.bd-tile.tint-blush { background: linear-gradient(150deg, #f7e4dc, #f3d8cd); }
.bd-tile.tint-sage  { background: linear-gradient(150deg, #e7eee4, #d8e3d4); }
.bd-tile.tint-cream { background: linear-gradient(150deg, #f6efe7, #efe4d8); }
.bd-tile.tint-ink   { background: linear-gradient(150deg, #2c2521, #1c1714); }
.bd-tile.tint-ink h3 { color: #fff; }
.bd-tile.tint-ink p  { color: #c9bdb1; }
.bd-tile.tint-gold  { background: linear-gradient(150deg, #e8d6b8, #cdb285); }
@media (max-width: 900px) {
    .bd-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
    .bd-tile.wide, .bd-tile.med, .bd-tile.std { grid-column: span 1; }
    .bd-tile.wide { grid-column: span 2; }
}
@media (max-width: 560px) {
    .bd-bento { grid-template-columns: 1fr; }
    .bd-tile.wide { grid-column: span 1; }
}

/* ---------- Alternating feature panels (Zola-style) ---------- */
.bd-panel { padding: 0; }
.bd-panel + .bd-panel { margin-top: 0; }
.bd-panel-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    max-width: 1240px;
    margin: 0 auto;
    min-height: 520px;
}
.bd-panel-copy { padding: 80px clamp(32px, 6vw, 96px); }
.bd-panel-copy .label { font-family: var(--bd-sans); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--bd-blush); margin: 0 0 16px; }
.bd-panel-copy h2 { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 16px; }
.bd-panel-copy p { font-size: 1.06rem; color: var(--bd-ink-soft); margin: 0 0 28px; max-width: 42ch; }
.bd-panel-copy .cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.bd-panel-media {
    align-self: stretch;
    min-height: 520px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--bd-serif); font-style: italic; font-size: 1.6rem; color: rgba(28,23,20,0.32);
}
.bd-panel.blush .bd-panel-media { background: linear-gradient(135deg, #f7e4dc, #f0d3c8); }
.bd-panel.sage  { background: var(--bd-sage-soft); }
.bd-panel.sage  .bd-panel-media { background: linear-gradient(135deg, #dde7d9, #cbd9c6); }
.bd-panel.cream { background: var(--bd-cream-2); }
.bd-panel.cream .bd-panel-media { background: linear-gradient(135deg, #f1e7da, #e7dac9); }
.bd-panel.ink   { background: var(--bd-ink); }
.bd-panel.ink .bd-panel-copy h2 { color: #fff; }
.bd-panel.ink .bd-panel-copy p { color: #c9bdb1; }
.bd-panel.ink .bd-panel-copy .label { color: var(--bd-gold); }
.bd-panel.ink .bd-panel-media { background: linear-gradient(135deg, #2c2521, #15110e); color: rgba(255,255,255,0.28); }
.bd-panel.ink .bd-btn.ghost { color: #fff; border-color: rgba(255,255,255,0.5); }
.bd-panel.ink .bd-btn.ghost:hover { background: #fff; color: var(--bd-ink); }
.bd-panel.flip .bd-panel-media { order: -1; }
@media (max-width: 860px) {
    .bd-panel-inner { grid-template-columns: 1fr; min-height: 0; }
    .bd-panel-media, .bd-panel.flip .bd-panel-media { order: -1; min-height: 300px; }
    .bd-panel-copy { padding: 56px 28px; }
}

/* ---------- "Difference is in the details" grid ---------- */
.bd-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.bd-detail {
    background: var(--bd-card);
    border: 1px solid var(--bd-line);
    border-radius: 18px;
    padding: 32px 28px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.bd-detail:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(28,23,20,0.07); }
.bd-detail .ico {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--bd-blush-soft); color: var(--bd-blush);
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.bd-detail .ico svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.bd-detail h3 { font-size: 1.4rem; margin: 0 0 8px; }
.bd-detail p { margin: 0; color: var(--bd-ink-soft); font-size: 0.96rem; line-height: 1.6; }

/* ---------- Steps ---------- */
.bd-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; counter-reset: step; }
.bd-step { text-align: center; padding: 0 12px; }
.bd-step .num {
    counter-increment: step;
    width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 50%;
    border: 1px solid var(--bd-blush); color: var(--bd-blush);
    font-family: var(--bd-serif); font-size: 1.6rem;
    display: flex; align-items: center; justify-content: center;
}
.bd-step .num::before { content: counter(step); }
.bd-step h3 { font-size: 1.4rem; margin: 0 0 8px; }
.bd-step p { color: var(--bd-ink-soft); font-size: 0.96rem; margin: 0; }

/* ---------- Templates strip ---------- */
.bd-templates { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.bd-template { border-radius: 14px; overflow: hidden; border: 1px solid var(--bd-line); background: var(--bd-card); transition: transform 0.18s ease, box-shadow 0.18s ease; }
.bd-template:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(28,23,20,0.10); }
.bd-template .thumb { aspect-ratio: 3 / 4; display: flex; align-items: center; justify-content: center; font-family: var(--bd-serif); font-style: italic; font-size: 1.5rem; color: #fff; }
.bd-template .t1 { background: linear-gradient(150deg, #c9a98f, #a8826a); }
.bd-template .t2 { background: linear-gradient(150deg, #8a9a87, #5f7060); }
.bd-template .t3 { background: linear-gradient(150deg, #d98a76, #c06a55); }
.bd-template .t4 { background: linear-gradient(150deg, #2f3a52, #b08d57); }
.bd-template .t5 { background: linear-gradient(150deg, #6f655d, #423a33); }
.bd-template .t6 { background: linear-gradient(150deg, #efe2cf, #cdb285); color: #6b5a3a; }
.bd-template .cap { padding: 14px 18px; font-size: 0.9rem; font-weight: 500; }
.bd-template .cap span { display: block; color: var(--bd-ink-soft); font-size: 0.78rem; font-weight: 400; }

/* ---------- Quote band ---------- */
.bd-quote-band { background: var(--bd-ink); color: #f4ede6; text-align: center; }
.bd-quote-band .container { max-width: 820px; }
.bd-quote-band .eyebrow { color: var(--bd-gold); }
.bd-quote-band blockquote { margin: 0; font-family: var(--bd-serif); font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.3; color: #fff; }
.bd-quote-band cite { display: block; margin-top: 28px; font-family: var(--bd-sans); font-style: normal; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: #a89a8c; }

/* ---------- Free band ---------- */
.bd-free { text-align: center; }
.bd-free .amt { font-family: var(--bd-serif); font-size: clamp(3rem, 7vw, 4.4rem); color: var(--bd-ink); line-height: 1; margin: 8px 0 6px; }
.bd-free .sub { color: var(--bd-ink-soft); font-size: 1.05rem; margin: 0 0 30px; }
.bd-free-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px 28px; max-width: 640px; margin: 0 auto 34px; text-align: left; }
.bd-free-list div { display: flex; gap: 10px; align-items: flex-start; color: var(--bd-ink); font-size: 0.96rem; }
.bd-free-list div::before { content: "\2713"; color: var(--bd-blush); font-weight: 700; flex: 0 0 auto; }

/* ---------- Final CTA ---------- */
.bd-cta { text-align: center; background: radial-gradient(ellipse 60% 80% at 50% 100%, var(--bd-blush-soft) 0%, rgba(243,221,213,0) 60%), var(--bd-cream-2); }
.bd-cta h2 { font-size: clamp(2.4rem, 5.5vw, 3.8rem); line-height: 1.08; margin: 0 0 18px; }
.bd-cta p { font-size: 1.1rem; color: var(--bd-ink-soft); max-width: 480px; margin: 0 auto 30px; }

/* ---------- Footer ---------- */
footer { border-top: 1px solid var(--bd-line); padding: 56px 24px 40px; background: var(--bd-cream); }
footer .footer-inner { max-width: 1120px; margin: 0 auto; text-align: center; }
footer .footer-brand { font-family: var(--bd-serif); font-size: 1.5rem; color: var(--bd-ink); margin: 0 0 18px; }
footer .footer-nav { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center; font-size: 0.9rem; margin-bottom: 22px; }
footer .footer-nav a { color: var(--bd-ink-soft); text-decoration: none; transition: color 0.15s ease; }
footer .footer-nav a:hover { color: var(--bd-ink); }
footer .footer-sep { color: #cdc2b5; }
footer .footer-credit { font-size: 0.92rem; color: var(--bd-ink-soft); margin: 0 0 6px; }
footer .footer-link { color: var(--bd-ink); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--bd-blush); }
footer .footer-meta { font-size: 0.78rem; color: #9a8e80; letter-spacing: 0.08em; margin: 6px 0 0; }
/* @devani:region bodita-pinpic-imagery */
/* ===== Pinpic wedding photography (direct files.pinpic.app URLs) ===== */
.bd-panel-media { background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; color: transparent !important; }
#website  .bd-panel-media { background-image: url("https://files.pinpic.app/hNvJPNL2i2ugQYBtR25w_2000.webp"); }
#rsvps    .bd-panel-media { background-image: url("https://files.pinpic.app/XSUnLzHNybk0HAOHusAI_2000.webp"); }
#guests   .bd-panel-media { background-image: url("https://files.pinpic.app/Xd78VQ8cvSLiCO2t5dUf_2000.webp"); }
#registry .bd-panel-media { background-image: url("https://files.pinpic.app/qk9YJaYW7eDp0jZLHl4T_2000.webp"); }
#invites  .bd-panel-media { background-image: url("https://files.pinpic.app/CzvkrRAQNaRIsrsxqQKX_2000.webp"); }

.bd-hero-photo {
    margin: 56px auto 0;
    max-width: 1080px;
    aspect-ratio: 21 / 9;
    border-radius: 20px;
    border: 1px solid var(--bd-line);
    box-shadow: 0 30px 70px rgba(28,23,20,0.14);
    background-image: linear-gradient(180deg, rgba(28,23,20,0) 60%, rgba(28,23,20,0.15) 100%), url("https://files.pinpic.app/PQy5YUwCBYHiBNwrws60_2000.webp");
    background-size: cover;
    background-position: center;
}

.bd-templates-photo {
    max-width: 980px;
    margin: 0 auto 48px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    border: 1px solid var(--bd-line);
    box-shadow: 0 24px 56px rgba(28,23,20,0.12);
    background-image: url("https://files.pinpic.app/wcTv70JRU1BE7VeqWStQ_2000.webp");
    background-size: cover;
    background-position: center;
}
/* @devani:endregion */
/* @devani:region bodita-bento-imagery */
/* Bento tiles render as clean color tints (image embeds TBD after hero test) */
.bd-tile h3, .bd-tile p, .bd-tile .arrow { position: relative; z-index: 1; }
.bd-tile::after { z-index: 0; }
/* @devani:endregion */
