/* VIBE — themevibez.com — WatchLocal build 2026-08-22
   Brand tokens taken from the live theme (custom.min.css): #0f0f0f ground, #b89b5e / #856c1c gold,
   Playfair Display headings, Libre Franklin body, "Holland" script signature. */
:root{
  --ink:#0f0f0f; --ink-2:#161616; --ink-3:#1f1d1b; --line:#2a2724;
  --gold:#c9ac6b; --gold-2:#b89b5e; --gold-deep:#856c1c;
  --paper:#f4f1ec; --muted:#b9b3a9; --text:#e9e4dc;
  --serif:"Playfair Display",Georgia,"Times New Roman",serif;
  --sans:"Libre Franklin","Helvetica Neue",Arial,sans-serif;
  --script:"Holland",cursive;
  --max:1180px; --pad:clamp(1rem,4vw,2.5rem);
  --r:14px; --ease:cubic-bezier(.2,.7,.2,1);
}
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:400 700;font-display:swap;src:url(/assets/fonts/PlayfairDisplay.woff2) format("woff2")}
@font-face{font-family:"Playfair Display";font-style:italic;font-weight:400 700;font-display:swap;src:url(/assets/fonts/PlayfairDisplay-italic.woff2) format("woff2")}
@font-face{font-family:"Libre Franklin";font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/fonts/LibreFranklin.woff2) format("woff2")}
@font-face{font-family:"Holland";src:url(/assets/fonts/Holland.woff) format("woff");font-display:swap}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--text);font-family:var(--sans);font-weight:300;font-size:1.0625rem;line-height:1.75;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none}
a:hover{color:#e1c88e}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1.15;margin:0 0 .6em;color:#fff;letter-spacing:.01em}
h1{font-size:clamp(1.9rem,3.2vw,2.4rem)}
h2{font-size:clamp(1.7rem,3.6vw,2.5rem)}
h3{font-size:clamp(1.3rem,2.4vw,1.7rem)}
p{margin:0 0 1.1em}
strong{font-weight:500;color:#fff}
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--pad)}
.narrow{max-width:760px;margin:0 auto}
[id]{scroll-margin-top:110px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* header — her layout: tall black band, big logo block centered, nav either side, not sticky */
.hdr{background:var(--ink)}
.hdr .wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:200px;gap:clamp(1rem,3vw,3rem)}
.brand{justify-self:center;display:block;background:#101010;padding:1.2rem 1.6rem}
.brand img{width:clamp(180px,22vw,270px);height:auto}
.nav{display:flex;gap:clamp(1rem,2.6vw,2.4rem);list-style:none;margin:0;padding:0;font-size:1.05rem;font-weight:300;letter-spacing:.01em}
.nav a{color:#e9e4dc;transition:.25s}
.nav a:hover,.nav a[aria-current]{color:var(--gold)}
.nav-l{justify-self:end}.nav-r{justify-self:start}
.burger{display:none;background:none;border:1px solid var(--line);color:#fff;border-radius:8px;width:44px;height:44px;font-size:1.2rem;cursor:pointer}
.mnav{display:none}
@media (max-width:900px){
  .hdr .wrap{grid-template-columns:1fr auto 1fr;min-height:150px;position:relative}
  .brand{grid-column:2;justify-self:center}
  .brand img{width:170px}
  .burger{position:absolute;right:var(--pad);top:50%;transform:translateY(-50%)}
  .nav{display:none}
  .burger{display:block;grid-column:3;justify-self:end}
  .mnav{display:none;flex-direction:column;list-style:none;margin:0;padding:.5rem 0 1rem;border-top:1px solid var(--line)}
  .mnav.open{display:flex}
  .mnav a{display:block;padding:.9rem var(--pad);font-size:1.1rem;color:#fff;border-bottom:1px solid var(--line)}
  .mnav a[aria-current]{color:var(--gold)}
}

/* hero — her home: the photo, full width, nothing on it */
.hero{background:#000}
.hero img.bg{width:100%;height:calc(100vh - 200px);min-height:420px;object-fit:cover;object-position:center 60%;display:block}
@media (max-width:900px){.hero img.bg{height:calc(100vh - 150px);min-height:360px}}

/* sections */
.sec{padding:clamp(3.2rem,8vw,6rem) 0}
.sec.alt{background:var(--ink-2)}
.eyebrow{font-family:var(--serif);color:var(--gold);letter-spacing:.2em;text-transform:uppercase;font-size:.8rem;margin:0 0 .9rem}
.center{text-align:center}
.intro{max-width:720px;margin:0 auto 2.6rem;text-align:center}
.intro h2{margin-bottom:.5em}
.intro h1{letter-spacing:.08em}
/* her 2026-08-24 email: "make the word LIVE larger and more prominent … LIVE, CELEBRATE and
   ESCAPE to use the same heading size and style for consistency." */
.intro h1.pillar{font-size:clamp(2.7rem,6.4vw,4.4rem);letter-spacing:.18em;margin-bottom:.3em}
.intro .sub{font-family:var(--serif);font-size:1.25rem;color:#fff;margin-bottom:.8rem}

/* buttons */
.btn{display:inline-block;padding:.85rem 1.7rem;border:1px solid var(--gold);color:var(--gold);border-radius:999px;letter-spacing:.14em;text-transform:uppercase;font-size:.82rem;font-weight:500;transition:.25s var(--ease);background:transparent;cursor:pointer;font-family:var(--sans)}
.btn:hover{background:var(--gold);color:var(--ink)}
.btn.solid{background:var(--gold);color:var(--ink)}
.btn.solid:hover{background:#e1c88e}
.btn.sm{padding:.6rem 1.2rem;font-size:.74rem}

/* cards (experience hub) — her 2026-08-24 email: LIVE | CELEBRATE | ESCAPE side by side in one
   row on desktop, equal width, equal height, equal image size; stacked vertically below 960px. */
.cards{display:grid;gap:2.6rem 2.2rem;grid-template-columns:1fr;align-items:stretch;max-width:1100px;margin:0 auto}
@media (min-width:960px){.cards{grid-template-columns:repeat(3,1fr);max-width:var(--max)}}
.card{background:transparent;border:0;border-bottom:1px solid var(--gold-deep);border-radius:0;overflow:hidden;display:flex;flex-direction:column;transition:.3s var(--ease);position:relative}
.card:hover{border-color:var(--gold)}
.card figure{margin:0;aspect-ratio:16/9;overflow:hidden;border-radius:10px 10px 0 0}
.card figure img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.card:hover figure img{transform:scale(1.04)}
.card .body{padding:1rem 1.4rem 1.1rem;display:flex;flex-direction:column;gap:.3rem;flex:1}
.card h3{margin:0;letter-spacing:.06em;font-size:1.75rem}
.card .kicker{font-family:var(--serif);color:var(--gold);font-size:1.05rem;margin:0}
.card p{color:var(--muted);margin:0;font-size:.98rem}
.card .more{margin-top:auto;padding-top:.8rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.card a.cover{position:absolute;inset:0}

/* packages */
.pkg{display:grid;gap:clamp(1.5rem,4vw,3.5rem);align-items:start;padding:clamp(2rem,5vw,3.5rem) 0;border-top:1px solid var(--line)}
.pkg:first-of-type{border-top:0}
@media (min-width:820px){.pkg{grid-template-columns:5fr 7fr}.pkg.flip figure{order:2}}
.pkg figure{margin:0;border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;position:sticky;top:96px}
.pkg figure img{width:100%;height:100%;object-fit:cover}
.pkg h3{font-size:clamp(1.5rem,2.6vw,1.9rem);letter-spacing:.02em;margin-bottom:.3em}
.pkg .price{font-family:var(--sans);font-weight:300;color:var(--gold);font-size:1.25rem;margin:0 0 .6rem}
.pkg .tagline{font-family:var(--serif);font-style:italic;font-size:1.2rem;color:#fff;margin:0 0 1rem}
.pkg .label{font-family:var(--serif);color:var(--gold);margin:1rem 0 .3rem;font-size:1.05rem}
.pkg ul{list-style:none;margin:0 0 1rem;padding:0}
.pkg li{position:relative;padding-left:1.3rem;margin:.35rem 0}
.pkg li::before{content:"–";position:absolute;left:0;color:var(--gold)}
.pkg .fine{color:var(--muted);font-size:.95rem}

/* package row — her 2026-08-24 email: "all three package photos the same size and aligned in one
   straight row on desktop rather than using the current zigzag layout … photos a little larger
   while still keeping all three packages on one row." Portrait 3/4 figure: it is the ratio that
   loses the least of these particular files (Signature Escape is a 650×948 two-photo collage that
   the old 4/3 box was cutting roughly in half). Below 1000px the packages stack. */
.pkgrow{display:grid;gap:clamp(1.8rem,3.2vw,2.8rem)}
@media (min-width:1000px){.pkgrow{grid-template-columns:repeat(3,1fr);align-items:start}}
@media (min-width:1440px){.pkgrow{margin-inline:-80px}}
.pkgrow .pkg{grid-template-columns:1fr;border-top:0;padding:0;gap:1.4rem}
.pkgrow .pkg figure{position:static;top:auto;aspect-ratio:3/4;max-width:520px;margin-inline:auto;width:100%}
.pkgrow .pkg.flip figure{order:0}
@media (min-width:1000px){.pkgrow .pkg figure{max-width:none}}
/* four-package row (CELEBRATE, her 2026-08-25 copy): 2x2 on desktop so no package is orphaned
   on a row of its own — three-across would leave the fourth alone, which is the exact "broken"
   look she flagged on 8/24. Figure capped so the 2-up photos stay in proportion. */
@media (min-width:1000px){.pkgrow.four{grid-template-columns:repeat(2,1fr);row-gap:clamp(2.6rem,4vw,4rem)}
 .pkgrow.four .pkg figure{max-width:460px}}
@media (min-width:1440px){.pkgrow.four{margin-inline:-40px}}

.note{background:var(--ink-2);border:1px solid var(--line);border-left:3px solid var(--gold);border-radius:var(--r);padding:1.5rem 1.7rem;margin-top:2.5rem}
.note h3{letter-spacing:.14em;text-transform:uppercase;font-size:1.05rem;color:var(--gold);margin-bottom:.8rem}
.note p:last-child{margin-bottom:0}
.pending{display:inline-block;background:#3a2e11;color:#e1c88e;border:1px solid var(--gold-deep);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .6rem;border-radius:999px;margin-bottom:1rem}

/* faq */
.faq{max-width:820px;margin:0 auto}
.faq h3{margin:2.4rem 0 1rem}
.faq details{border-top:1px solid var(--line);padding:.2rem 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 0;color:#fff;font-weight:400}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--gold);font-size:1.4rem;line-height:1;flex:none;transition:.25s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{color:var(--muted);margin:0 0 1rem}

/* story */
.story{max-width:720px;margin:0 auto}
/* photo enlarged 320 → 400px on her 2026-08-24 request */
.story figure{margin:0 auto 2.8rem;width:min(400px,76vw);aspect-ratio:1;border-radius:50%;overflow:hidden;border:3px solid var(--gold);box-shadow:0 0 0 10px var(--ink),0 0 0 11px var(--gold-deep)}
.story figure img{width:100%;height:100%;object-fit:cover}
.story p{font-size:1.1rem;line-height:1.95;margin:0 0 1.6em}
/* opening line set to two full lines on desktop (her 2026-08-24 request — "feel" was wrapping
   onto a third line): wider measure than the body column + a slightly smaller size. */
.story .open{font-family:var(--serif);font-size:clamp(1.3rem,2.3vw,1.62rem);line-height:1.45;color:#fff;text-align:center;text-wrap:balance;margin:0 0 2.4em}
@media (min-width:1080px){.story .open{margin-inline:-100px}}
.story .key{font-family:var(--serif);font-size:clamp(1.35rem,2.6vw,1.7rem);color:var(--gold);text-align:center;margin:2.2em 0}
.story .close{font-family:var(--serif);font-size:clamp(1.4rem,2.8vw,1.8rem);line-height:1.45;color:#fff;text-align:center;margin:2.6em 0 1.2em;padding:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.sig,.story .sig{font-family:var(--script);font-size:clamp(2.6rem,6vw,3.6rem);color:#fff;text-align:center;margin:1.5rem 0 0;font-weight:400}

/* contact */
.contact{display:grid;gap:clamp(2rem,5vw,4rem);align-items:start}
@media (min-width:900px){.contact{grid-template-columns:5fr 7fr}}
.meet figure{margin:0 0 1.4rem;border-radius:var(--r);overflow:hidden;aspect-ratio:4/5}
.meet figure img{width:100%;height:100%;object-fit:cover}
.meet h3{margin-bottom:.4em}
.meet p{font-style:italic;font-size:1.08rem}
.meet .direct{list-style:none;padding:0;margin:1.4rem 0 0;font-style:normal;font-size:1rem}
.meet .direct li{margin:.45rem 0;color:var(--muted)}
.form{background:var(--ink-2);border:1px solid var(--gold-deep);border-radius:var(--r);padding:clamp(1.4rem,3.5vw,2.4rem)}
.form h2{font-size:1.6rem}
.grid2{display:grid;gap:1rem}
@media (min-width:600px){.grid2{grid-template-columns:1fr 1fr}}
.f{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}
.f label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.f input,.f select,.f textarea{width:100%;background:var(--ink);border:1px solid var(--line);color:#fff;border-radius:10px;padding:.85rem 1rem;font:inherit;font-size:1rem;min-height:48px}
.f input:focus,.f select:focus,.f textarea:focus{outline:2px solid var(--gold);outline-offset:1px;border-color:var(--gold)}
.f select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c9ac6b' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.4rem}
.f textarea{min-height:150px;resize:vertical}
.f .req{color:var(--gold)}
.form .status{margin-top:1rem;min-height:1.5rem;color:var(--gold)}
.form .status.err{color:#f0a0a0}
.hp{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}

/* portfolio */
.albums{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr))}
.album{position:relative;border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;background:var(--ink-3);border:1px solid var(--line)}
.album img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}
.album:hover img{transform:scale(1.05)}
.album .cap{position:absolute;inset:auto 0 0;padding:1.1rem 1.2rem;background:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,0));font-family:var(--serif);font-size:1.25rem;color:#fff}
.album .cap small{display:block;font-family:var(--sans);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.album a{position:absolute;inset:0}
.sect{margin:0 0 3.6rem}
.sect h2{display:flex;align-items:baseline;gap:1rem;letter-spacing:.12em;text-transform:uppercase}
.sect h2 small{font-family:var(--sans);font-size:.8rem;letter-spacing:.12em;color:var(--muted);text-transform:none}
.gallery{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}
.gallery a{display:block;aspect-ratio:1;overflow:hidden;border-radius:10px;background:var(--ink-3)}
.gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.gallery a:hover img{transform:scale(1.05)}
.crumbs{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
/* return link — her type language, not a browser-chrome back button. Structural (names its
   destination) so it still works for someone who landed cold from the QR flyer or a shared link,
   where history.back() has nowhere to go. Serif + wide tracking to match .eyebrow; the rule draws
   itself out and the arrow steps left on hover. */
.retbar{padding:clamp(1.6rem,3.4vw,2.6rem) 0 0}
.retbar + .sec{padding-top:clamp(1.6rem,3.6vw,2.6rem)}
.ret{display:inline-flex;align-items:center;gap:.9rem;min-height:44px;padding:.4rem 0;
  font-family:var(--serif);font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;
  color:var(--muted);transition:color .3s var(--ease)}
.ret .ar{flex:none;font-size:1.05rem;line-height:1;color:var(--gold);
  transition:transform .35s var(--ease)}
.ret .ln{flex:none;display:block;width:32px;height:1px;background:var(--gold-deep);
  transition:width .35s var(--ease),background .3s var(--ease)}
.ret .ret-t{white-space:nowrap}
.ret:hover{color:var(--gold)}
.ret:hover .ar{transform:translateX(-6px)}
.ret:hover .ln{width:52px;background:var(--gold)}
.ret:focus-visible{outline:1px solid var(--gold);outline-offset:8px;border-radius:2px}
@media (max-width:600px){.ret{gap:.7rem;letter-spacing:.14em;font-size:.78rem}
  .ret .ln{width:22px}.ret:hover .ln{width:34px}}
@media (prefers-reduced-motion:reduce){.ret .ar,.ret .ln{transition:none}
  .ret:hover .ar{transform:none}.ret:hover .ln{width:32px}}
.crumbs a{color:var(--muted)}.crumbs a:hover{color:var(--gold)}
/* lightbox */
.lb{position:fixed;inset:0;z-index:100;background:rgba(5,5,5,.96);display:none;align-items:center;justify-content:center}
.lb.open{display:flex}
.lb img{max-width:min(96vw,1600px);max-height:88vh;object-fit:contain;border-radius:6px}
.lb button{position:absolute;background:none;border:0;color:#fff;font-size:2rem;cursor:pointer;padding:1rem;opacity:.8;min-width:48px;min-height:48px}
.lb .x{top:.5rem;right:.5rem}.lb .p{left:.2rem;top:50%;transform:translateY(-50%)}.lb .n{right:.2rem;top:50%;transform:translateY(-50%)}
.lb .cnt{position:absolute;bottom:1rem;left:0;right:0;text-align:center;color:var(--muted);font-size:.85rem;letter-spacing:.1em}

/* pre-footer faded room (her footer-bg) */
.prefoot{height:clamp(160px,22vw,330px);background:#0f0f0f url(/assets/img/pre-footer.webp) center top/cover no-repeat}
.ftr{background:var(--paper);color:#2a2724;padding:clamp(2.5rem,6vw,4rem) 0 1.5rem}
.ftr .cols{display:grid;gap:2rem;align-items:start}
@media (min-width:760px){.ftr .cols>div:first-child{border-right:1px solid #2a2724;padding-right:2rem}
.ftr .cols>div:last-child{border-left:1px solid #2a2724;padding-left:2rem}}
.ftr .cols>div:last-child ul li::before{content:none}
.ftr .cols>div:first-child ul li::before{content:"›";color:#1b1919;margin-right:.5rem;font-weight:600}
@media (min-width:760px){.ftr .cols{grid-template-columns:1fr auto 1fr}}
.ftr h4{color:#1b1919;font-family:var(--sans);font-weight:300;font-size:1.6rem;margin-bottom:.8rem}
.ftr ul{list-style:none;padding:0;margin:0}
/* one link per line, as on her live site (a col-md-3 footer column). They were flowing inline,
   which ran "El Dorado Hills, CA" straight into the phone number and, once "My Story" became the
   longer "About VIBE" on 2026-08-24, wrapped Quick Links onto a ragged second row. */
.ftr li{margin:0;display:block}
.ftr li a,.ftr li{padding:.45rem 0;min-height:36px}
.ftr li a{display:inline-block}
.ftr a{color:#2a2724}.ftr a:hover{color:var(--gold-deep)}
.ftr .logo{background:var(--ink);border-radius:12px;padding:1.2rem 1.6rem;display:inline-block}
.ftr .logo img{width:150px}
.ftr .social{display:flex;gap:.7rem;justify-content:center;margin-top:1rem}
.ftr .social a{width:42px;height:42px;border:1px solid #2a2724;border-radius:50%;display:grid;place-items:center;color:#2a2724}
.ftr .social svg{width:16px;height:16px;fill:currentColor}
.ftr .mid{text-align:center}
.ftr .copy{border-top:1px solid #d9d3c8;margin-top:2.5rem;padding-top:1.2rem;text-align:center;font-size:.85rem;color:#6c655b}
.ftr .copy a{color:#6c655b}
@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto}}
