/* ============================================================
   Willow Creek Event Venue - Stylesheet
   Palette: Cream #FDF8F4 | Blush #E8C4B8 | Mauve #A0796A | Deep #5C3D2E | Gold #C9A87C
   Fonts: Cormorant Garamond (headings) + Jost (body)
   ============================================================ */

:root {
  --cream:     #FDF8F4;
  --cream2:    #F5EDE4;
  --blush:     #E8C4B8;
  --blush-lt:  #F5DDD6;
  --mauve:     #A0796A;
  --mauve-dk:  #7A5548;
  --deep:      #5C3D2E;
  --gold:      #C9A87C;
  --gold-dk:   #9E7C50;
  --white:     #FFFFFF;
  --text:      #2D1E15;
  --gray:      #7A6860;
  --lt-border: #E8DDD6;
  --shadow:    0 4px 22px rgba(92,61,46,.09);
  --shadow-lg: 0 14px 50px rgba(92,61,46,.14);
  --radius:    6px;
  --ease:      all 0.28s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; color: var(--text); background: var(--cream); line-height: 1.65; }
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
input, select, textarea, button { font-family: inherit; }

/* ── TOPBAR ── */
.topbar { background: var(--deep); color: rgba(255,255,255,.6); font-size: .78rem; padding: .45rem 2rem; }
.topbar-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; }
.topbar-left { display: flex; align-items: center; gap: 1.75rem; }
.topbar-left span { display: flex; align-items: center; gap: .4rem; }
.topbar-right a { color: var(--blush); font-weight: 600; display: flex; align-items: center; gap: .4rem; }

/* ── NAVBAR ── */
.navbar { position: sticky; top: 0; z-index: 999; background: rgba(253,248,244,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--lt-border); padding: 0 2rem; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { display: flex; align-items: center; gap: .75rem; }
.logo-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--blush-lt); border: 1.5px solid var(--blush); display: flex; align-items: center; justify-content: center; color: var(--mauve-dk); font-size: 1rem; flex-shrink: 0; }
.logo-text .brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 700; color: var(--deep); letter-spacing: .03em; line-height: 1.1; }
.logo-text .brand-tag { font-size: .58rem; color: var(--mauve); letter-spacing: .14em; text-transform: uppercase; font-family: 'Jost', sans-serif; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-family: 'Jost', sans-serif; font-size: .9rem; font-weight: 500; color: var(--gray); letter-spacing: .04em; transition: var(--ease); }
.nav-links a:hover { color: var(--mauve-dk); }
.btn-nav-inquiry { background: var(--mauve) !important; color: var(--white) !important; padding: .45rem 1.3rem; border-radius: 999px !important; font-weight: 600 !important; font-size: .88rem !important; }
.btn-nav-inquiry:hover { background: var(--mauve-dk) !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 26px; height: 1.5px; background: var(--deep); transition: var(--ease); }

/* ── HERO ── */
.hero { position: relative; min-height: 95vh; display: flex; align-items: center; background: var(--deep); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .25; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(45,30,21,.88) 0%, rgba(45,30,21,.55) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 7rem 2rem; width: 100%; text-align: center; }
.hero-ornament { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; }
.hero-ornament span { flex: 1; max-width: 80px; height: 1px; background: rgba(201,168,124,.4); }
.hero-ornament i { color: var(--gold); font-size: .8rem; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 7vw, 5.5rem); color: var(--white); margin-bottom: .5rem; letter-spacing: .02em; font-weight: 500; }
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-tagline { font-family: 'Jost', sans-serif; font-size: .82rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 1.5rem; }
.hero-desc { font-size: 1.05rem; color: rgba(255,255,255,.65); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.8; font-weight: 300; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-bottom: 4.5rem; }
.hero-scroll-strip { display: flex; gap: 3.5rem; justify-content: center; flex-wrap: wrap; border-top: 1px solid rgba(201,168,124,.2); padding-top: 2.5rem; }
.h-stat .num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--gold); line-height: 1; }
.h-stat .lbl { font-family: 'Jost', sans-serif; font-size: .7rem; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .1em; margin-top: .2rem; }

/* ── BUTTONS ── */
.btn-mauve { display: inline-flex; align-items: center; gap: .5rem; background: var(--mauve); color: var(--white); padding: .9rem 2.25rem; border-radius: 999px; font-family: 'Jost', sans-serif; font-size: .95rem; font-weight: 600; letter-spacing: .05em; border: none; cursor: pointer; transition: var(--ease); }
.btn-mauve:hover { background: var(--mauve-dk); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(122,85,72,.25); }
.btn-outline-cream { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--white); padding: .9rem 2.25rem; border-radius: 999px; font-family: 'Jost', sans-serif; font-size: .95rem; font-weight: 600; letter-spacing: .05em; border: 1.5px solid rgba(255,255,255,.35); cursor: pointer; transition: var(--ease); }
.btn-outline-cream:hover { border-color: var(--white); background: rgba(255,255,255,.07); }
.btn-outline-mauve { display: inline-flex; align-items: center; gap: .5rem; background: transparent; color: var(--mauve-dk); padding: .85rem 2rem; border-radius: 999px; font-family: 'Jost', sans-serif; font-size: .93rem; font-weight: 600; letter-spacing: .05em; border: 1.5px solid var(--mauve); cursor: pointer; transition: var(--ease); }
.btn-outline-mauve:hover { background: var(--mauve); color: var(--white); }

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; }

/* ── SECTION LABELS ── */
.section-eyebrow { display: flex; align-items: center; gap: .6rem; justify-content: center; margin-bottom: .75rem; }
.section-eyebrow span { font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--mauve); }
.section-eyebrow i { color: var(--gold); font-size: .7rem; }
.section-label { font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--mauve); margin-bottom: .5rem; display: block; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); color: var(--deep); margin-bottom: .75rem; font-weight: 600; }
.section-title.light { color: var(--white); }
.section-sub { font-family: 'Jost', sans-serif; color: var(--gray); font-size: .95rem; line-height: 1.8; max-width: 520px; }
.section-header-center { text-align: center; margin-bottom: 3.5rem; }
.section-header-center .section-sub { margin: 0 auto; }

/* ── PACKAGES PREVIEW ── */
.packages-section { padding: 5.5rem 2rem; background: var(--white); }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.75rem; }
.pkg-card { border: 1px solid var(--lt-border); border-radius: var(--radius); overflow: hidden; transition: var(--ease); }
.pkg-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.pkg-img { height: 200px; overflow: hidden; }
.pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pkg-card:hover .pkg-img img { transform: scale(1.06); }
.pkg-body { padding: 1.5rem; }
.pkg-tag { display: inline-block; font-family: 'Jost', sans-serif; font-size: .68rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--mauve-dk); background: var(--blush-lt); border-radius: 3px; padding: .2rem .65rem; margin-bottom: .85rem; }
.pkg-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--deep); margin-bottom: .5rem; }
.pkg-body p { font-family: 'Jost', sans-serif; font-size: .875rem; color: var(--gray); line-height: 1.7; margin-bottom: 1rem; }
.pkg-features { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.25rem; }
.pkg-feat { display: flex; align-items: center; gap: .5rem; font-family: 'Jost', sans-serif; font-size: .82rem; color: var(--text); }
.pkg-feat i { color: var(--gold-dk); font-size: .72rem; flex-shrink: 0; }
.pkg-price { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; color: var(--deep); font-weight: 700; }
.pkg-price span { font-family: 'Jost', sans-serif; font-size: .8rem; font-weight: 400; color: var(--gray); }

/* ── ABOUT ── */
.about-section { padding: 5.5rem 2rem; background: var(--cream2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; height: 500px; object-fit: cover; border-radius: var(--radius); }
.about-float { position: absolute; bottom: -1.5rem; right: -1.5rem; background: var(--deep); color: var(--white); border-radius: var(--radius); padding: 1.4rem 1.6rem; text-align: center; box-shadow: var(--shadow-lg); }
.af-num { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 700; color: var(--gold); line-height: 1; display: block; }
.af-lbl { font-family: 'Jost', sans-serif; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); display: block; margin-top: .2rem; }
.about-text h2 { font-size: clamp(2rem, 3.5vw, 3rem); color: var(--deep); margin-bottom: 1rem; }
.about-text p { font-family: 'Jost', sans-serif; color: var(--gray); font-size: .95rem; line-height: 1.85; margin-bottom: 1rem; }
.about-list { display: flex; flex-direction: column; gap: .6rem; margin: 1.5rem 0 2rem; }
.ab-item { display: flex; align-items: center; gap: .6rem; font-family: 'Jost', sans-serif; font-size: .9rem; color: var(--text); }
.ab-item i { color: var(--gold-dk); font-size: .75rem; }

/* ── GALLERY STRIP ── */
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 260px; overflow: hidden; }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.85); transition: var(--ease); }
.gallery-strip img:hover { filter: brightness(1); transform: scale(1.03); }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--deep); padding: 5rem 2rem; }
.t-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.75rem; margin-top: 3rem; }
.t-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding: 1.75rem; transition: var(--ease); }
.t-card:hover { background: rgba(201,168,124,.07); border-color: rgba(201,168,124,.25); }
.t-quote { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; color: var(--gold); line-height: 1; margin-bottom: .4rem; }
.t-text { font-family: 'Jost', sans-serif; font-size: .92rem; color: rgba(255,255,255,.7); line-height: 1.8; margin-bottom: 1.25rem; font-style: italic; }
.t-author { display: flex; align-items: center; gap: .75rem; border-top: 1px solid rgba(255,255,255,.08); padding-top: 1rem; }
.t-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(201,168,124,.4); }
.t-name { font-family: 'Jost', sans-serif; font-size: .92rem; font-weight: 600; color: var(--white); }
.t-detail { font-family: 'Jost', sans-serif; font-size: .75rem; color: rgba(255,255,255,.4); }
.t-event { font-family: 'Jost', sans-serif; font-size: .72rem; color: var(--gold); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* ── CTA BAND ── */
.cta-band { background: var(--mauve); padding: 3.5rem 2rem; }
.cta-band-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.7rem, 3vw, 2.6rem); color: var(--white); margin-bottom: .3rem; font-weight: 600; }
.cta-band p { font-family: 'Jost', sans-serif; color: rgba(255,255,255,.78); font-size: .95rem; }
.btn-white { display: inline-flex; align-items: center; gap: .5rem; background: var(--white); color: var(--mauve-dk); padding: 1rem 2.25rem; border-radius: 999px; font-family: 'Jost', sans-serif; font-size: .95rem; font-weight: 700; border: none; cursor: pointer; transition: var(--ease); white-space: nowrap; }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--deep); color: rgba(255,255,255,.5); padding: 4.5rem 2rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { display: flex; align-items: center; gap: .7rem; margin-bottom: .9rem; }
.footer-logo-icon { width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--blush); font-size: .9rem; }
.footer-logo-name { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 600; color: var(--white); letter-spacing: .03em; }
.footer-brand p { font-family: 'Jost', sans-serif; font-size: .87rem; line-height: 1.75; margin-bottom: 1.5rem; }
.footer-social { display: flex; gap: .6rem; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,.06); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: .85rem; transition: var(--ease); }
.footer-social a:hover { background: var(--mauve); color: var(--white); }
.footer-col h4 { font-family: 'Jost', sans-serif; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.8); margin-bottom: 1.1rem; }
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { font-family: 'Jost', sans-serif; font-size: .87rem; color: rgba(255,255,255,.42); transition: var(--ease); }
.footer-col ul li a:hover { color: var(--blush); }
.footer-line { display: flex; align-items: flex-start; gap: .6rem; font-size: .87rem; margin-bottom: .7rem; font-family: 'Jost', sans-serif; }
.footer-line i { color: var(--gold); font-size: .75rem; margin-top: .25rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .75rem; font-size: .79rem; font-family: 'Jost', sans-serif; }
.footer-bottom a { color: var(--blush); }

/* ── PAGE HERO ── */
.page-hero { background: linear-gradient(160deg, var(--deep) 0%, #3D2416 100%); padding: 7rem 2rem 3.5rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.page-hero .container { max-width: 1200px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; font-family: 'Jost', sans-serif; font-size: .75rem; color: rgba(255,255,255,.4); margin-bottom: .85rem; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumb a { color: var(--blush); font-weight: 600; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: .6rem; font-weight: 600; }
.page-hero p { font-family: 'Jost', sans-serif; color: rgba(255,255,255,.55); font-size: .95rem; max-width: 520px; }

/* ── PACKAGES DETAIL ── */
.packages-detail { padding: 5rem 2rem; background: var(--white); }
.pkg-detail-card { border: 1px solid var(--lt-border); border-radius: var(--radius); padding: 2.25rem; margin-bottom: 1.75rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; transition: var(--ease); }
.pkg-detail-card:hover { box-shadow: var(--shadow-lg); }
.pkg-detail-card.featured { border-color: var(--blush); background: #FDF5F2; }
.pdc-tag { display: inline-flex; align-items: center; gap: .4rem; font-family: 'Jost', sans-serif; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--mauve-dk); background: var(--blush-lt); border-radius: 3px; padding: .22rem .7rem; margin-bottom: .85rem; }
.pdc-tag.premium { background: var(--blush); color: var(--deep); }
.pdc-title { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--deep); margin-bottom: .5rem; }
.pdc-desc { font-family: 'Jost', sans-serif; color: var(--gray); font-size: .92rem; line-height: 1.8; margin-bottom: 1.25rem; }
.pdc-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.pdc-feat { font-family: 'Jost', sans-serif; font-size: .85rem; color: var(--text); display: flex; align-items: center; gap: .4rem; }
.pdc-feat i { color: var(--gold-dk); font-size: .72rem; }
.pdc-pricing { border-left: 3px solid var(--blush); padding-left: 1.5rem; }
.pdc-pricing-label { font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--mauve); margin-bottom: .4rem; }
.pdc-price { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 700; color: var(--deep); line-height: 1; margin-bottom: .3rem; }
.pdc-price-note { font-family: 'Jost', sans-serif; font-size: .82rem; color: var(--gray); margin-bottom: 1.25rem; line-height: 1.55; }

/* ── CONTACT ── */
.contact-section { padding: 5rem 2rem; background: var(--cream); }
.contact-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.contact-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; color: var(--deep); margin-bottom: .75rem; }
.contact-info > p { font-family: 'Jost', sans-serif; color: var(--gray); font-size: .95rem; line-height: 1.8; margin-bottom: 2rem; }
.info-block { display: flex; align-items: flex-start; gap: .9rem; margin-bottom: 1.25rem; }
.i-icon { width: 44px; height: 44px; background: var(--blush-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--mauve-dk); font-size: .95rem; flex-shrink: 0; }
.i-label { font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--mauve); margin-bottom: .2rem; }
.i-val { font-family: 'Jost', sans-serif; font-size: .93rem; color: var(--text); font-weight: 600; line-height: 1.55; }
.contact-form-box { background: var(--white); border-radius: var(--radius); padding: 2.5rem; box-shadow: var(--shadow-lg); border-top: 4px solid var(--blush); }
.contact-form-box h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; color: var(--deep); margin-bottom: .4rem; }
.contact-form-box > p { font-family: 'Jost', sans-serif; font-size: .88rem; color: var(--gray); margin-bottom: 1.75rem; }
.form-group { display: flex; flex-direction: column; gap: .3rem; margin-bottom: 1.1rem; }
.form-group label { font-family: 'Jost', sans-serif; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--deep); }
.form-group input, .form-group select, .form-group textarea { border: 1.5px solid var(--lt-border); border-radius: var(--radius); padding: .72rem 1rem; font-size: .9rem; color: var(--text); background: var(--cream); transition: var(--ease); font-family: 'Jost', sans-serif; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--mauve); background: var(--white); }
.form-group textarea { min-height: 110px; resize: vertical; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { display: flex; align-items: center; justify-content: center; gap: .5rem; width: 100%; background: var(--mauve); color: var(--white); border: none; border-radius: 999px; padding: .9rem; font-family: 'Jost', sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: .05em; cursor: pointer; transition: var(--ease); margin-top: .5rem; }
.form-submit:hover { background: var(--mauve-dk); transform: translateY(-2px); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-float { right: 1rem; bottom: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pkg-detail-card { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); height: 320px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: var(--cream); padding: 1.5rem 2rem; gap: 1.25rem; border-top: 1px solid var(--lt-border); z-index: 998; box-shadow: var(--shadow-lg); }
  .topbar { display: none; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .t-grid { grid-template-columns: 1fr; }
  .form-row-2 { grid-template-columns: 1fr; }
  .hero-scroll-strip { gap: 2rem; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); height: 200px; }
  .pdc-features-grid { grid-template-columns: 1fr; }
}

/* ── YTS Demo Labels ── */
.btn-back-yts { background: rgba(30,58,138,.88) !important; color: #fff !important; padding: .42rem 1.05rem !important; border-radius: 999px !important; font-size: .78rem !important; font-weight: 700 !important; letter-spacing: .04em !important; white-space: nowrap !important; border: 1px solid rgba(99,162,251,.25) !important; transition: background .2s ease !important; }
.btn-back-yts::after { display: none !important; }
.btn-back-yts:hover { background: rgba(29,78,216,1) !important; color: #fff !important; }
.powered-yts { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.08); text-align: center; font-size: .78rem; color: rgba(255,255,255,.45); }
.powered-yts a { color: #93c5fd; font-weight: 700; text-decoration: none; }
.powered-yts a:hover { text-decoration: underline; }
