/* sketch my moment — site styles
   Palette re-skinned from the sketchmymoment.com Wix design: blush pink +
   bold coral wordmark, alternating olive and lavender-to-peach colour-block
   sections, underline-style form fields. Structure/class names unchanged so
   the booking automation (js/app.js, netlify/functions) keeps working. */
:root{
  --pink:#FADAD3; --pink-soft:#FCEBE6; --orange:#E2542D; --orange-deep:#B93E1D;
  --paper:#FBF3EA; --ink:#2B2A28; --soft:#756B5C; --line:#ECDFD2; --white:#fff;
  --olive:#4B4A34; --olive-line:rgba(255,255,255,.14); --cream:#F3ECDD;
  --lavender:#C9BFE0; --peach:#F3A65E; --teal:#5EC4C0; --teal-deep:#2E5C61;
  --mint:#C7E6DE;
  --hero-img:url('../assets/hero/hero.webp');
  --maxw:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',system-ui,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.kicker{font-family:'Caveat',cursive;font-size:24px;color:var(--orange)}
h1,h2,h3{font-family:'Fraunces',Georgia,serif;font-weight:600;letter-spacing:-.01em;margin:0}
h2.title{font-size:34px;margin:4px 0 10px}
.sub{font-size:16px;color:var(--soft);max-width:56ch}
.btn{display:inline-flex;align-items:center;gap:8px;font-family:'DM Sans';font-weight:500;font-size:15px;padding:13px 22px;border-radius:999px;border:2px solid transparent;cursor:pointer;text-decoration:none;transition:.18s}
.btn-orange{background:var(--orange);color:#fff}
.btn-orange:hover{background:var(--orange-deep)}
.btn-ghost{background:transparent;border-color:var(--ink);color:var(--ink)}
.btn-ghost:hover{background:var(--ink);color:var(--paper)}
.btn-light{background:rgba(255,255,255,.9);color:var(--ink)}
.btn-light:hover{background:#fff}

/* header */
.site-head{position:sticky;top:0;z-index:40;background:rgba(250,218,211,.88);backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}
.site-head .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;text-decoration:none}
.brand-mark{width:150px;height:auto;display:block}
.nav{display:flex;align-items:center;gap:22px}
.nav a{font-size:15px;text-decoration:none;color:var(--ink);opacity:.82}
.nav a:hover{opacity:1;color:var(--orange)}
@media(max-width:720px){.nav a:not(.btn){display:none}}

/* hero — solid blush pink, big elegant serif wordline, clothesline of real
   sketches hanging top-right, small paper-star + split-orb flourishes,
   mirroring the Wix homepage rather than a photo-cover hero. */
.hero{position:relative;min-height:86vh;display:flex;align-items:center;background:var(--pink);overflow:hidden}
.hero .wrap{position:relative;padding-top:56px;padding-bottom:64px}
.hero-card{max-width:640px;position:relative}
.hero .kicker{position:relative;display:inline-flex;align-items:center;gap:8px}
.hero h1{font-size:clamp(40px,7.2vw,88px);line-height:.98;margin:8px 0 16px;color:var(--orange);font-weight:500}
.hero .u{position:relative;color:var(--orange-deep)}
.hero .u svg{position:absolute;left:0;bottom:-10px;width:100%;height:12px;overflow:visible}
.hero .u svg path{fill:none;stroke:var(--orange-deep);stroke-width:4;stroke-linecap:round}
.hero .lead{font-size:18px;color:#6a4f3f;max-width:46ch;margin:0 0 26px}
.hero .cta{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}
.hero-note{position:absolute;right:30px;bottom:26px;font-family:'Caveat';font-size:20px;color:var(--orange-deep);display:flex;align-items:center;gap:6px}
@media(max-width:720px){.hero-note{display:none}}

/* small paper-star flourish beside the headline, shifted clear of the text */
.flourish-star{position:absolute;top:-10px;right:-46px;width:46px;height:46px;transform:rotate(8deg)}
@media(max-width:900px){.flourish-star{display:none}}

/* clothesline of hanging sketches, top-right of the hero */
.clothesline{position:absolute;right:2%;top:8%;width:400px;height:420px;display:none;z-index:1}
.cl-wire{position:absolute;left:-30px;top:26px;width:430px;height:2px;background:linear-gradient(90deg,transparent,rgba(43,42,40,.4) 12%,rgba(43,42,40,.4) 92%,transparent);transform:rotate(16deg);transform-origin:left top}
.cl-card{position:absolute;left:var(--x);top:var(--y);width:108px;background:#fff;padding:6px 6px 12px;border-radius:5px;box-shadow:0 14px 28px rgba(43,42,40,.24);transform:rotate(var(--r));transition:transform .25s}
.cl-card:hover{transform:rotate(0) translateY(-4px)}
.cl-card img{width:100%;height:126px;object-fit:cover;border-radius:2px;display:block}
.cl-pin{position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;background:var(--orange);box-shadow:0 2px 4px rgba(0,0,0,.3)}
@media(min-width:980px){.clothesline{display:block}}

/* sections */
.section{padding:74px 0}
.section.alt{background:var(--pink-soft)}
.center{text-align:center}
.center .sub{margin-left:auto;margin-right:auto}

/* process */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.step{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:24px}
.step .ic{width:46px;height:46px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}
.step h3{font-size:19px;margin:14px 0 6px}
.step p{margin:0;color:var(--soft);font-size:15px}
.step .n{font-family:'Caveat';color:var(--orange);font-size:22px}
@media(max-width:720px){.steps{grid-template-columns:1fr}}

/* gallery category strips — full-bleed, alternating photo + colour block,
   echoing the Wedding Moments / Guest Portraits / Keepsake Illustrations
   panels on the Wix site. Guest Portraits uses a "cloud" blob text-backdrop. */
.strip{position:relative;display:flex;min-height:340px;margin:0 calc(50% - 50vw)}
.strip.rev{flex-direction:row-reverse}
.strip .strip-img{width:50%;position:relative;overflow:hidden}
.strip .strip-img img{width:100%;height:100%;object-fit:cover;display:block;min-height:340px}
.strip .strip-copy{width:50%;display:flex;flex-direction:column;justify-content:center;padding:48px 6vw;color:var(--cream)}
.strip .strip-copy h3{font-size:clamp(26px,3vw,38px);margin-bottom:10px}
.strip .strip-copy p{font-size:15px;color:#E4DDC9;max-width:36ch;margin:0 0 14px}
.strip .strip-link{font-size:13px;text-decoration:underline;font-weight:500;color:var(--cream)}
@media(max-width:760px){.strip,.strip.rev{flex-direction:column}.strip .strip-img,.strip .strip-copy{width:100%}.strip .strip-copy{padding:32px 24px}}

.strip.cloud{background:var(--pink)}
.strip.cloud .strip-img{width:100%;position:absolute;inset:0}
.strip.cloud .strip-img.row{display:flex}
.strip.cloud .strip-img.row img{flex:1 1 0;width:auto;min-width:0;height:100%;object-fit:cover}
.strip.cloud .strip-copy{position:relative;width:100%;align-items:center;text-align:center;padding:70px 24px}
.pc-blob{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(560px,90%);height:78%;fill:var(--teal-deep);opacity:.88}
.strip.cloud .strip-copy > *{position:relative;z-index:1}
.strip.cloud .strip-copy p{color:#E7F2F0}
.strip.cloud .strip-link{color:#fff}

/* about me — reuses the soft pastel "sky" gradient from the (empty) Wix
   "Our Offerings" panel, paired with a real photo cluster */
.about{position:relative;padding:88px 0;background:linear-gradient(160deg,var(--pink) 0%,#E7D9C9 50%,var(--mint) 100%)}
.about .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.about-card{background:rgba(255,255,255,.55);border-radius:26px;padding:36px 40px;backdrop-filter:blur(2px)}
.about-card .title{font-size:30px;line-height:1.12}
.about-dot{display:block;width:14px;height:14px;border-radius:50%;background:var(--teal);margin:16px 0 18px}
.about-card p{margin:0 0 14px;color:#5a4636;font-size:16px;max-width:46ch}
.about-photos{position:relative;min-height:360px}
.ap-main{width:78%;border-radius:20px;box-shadow:0 20px 40px rgba(43,42,40,.22);object-fit:cover;height:360px}
.ap-cut{position:absolute;right:0;bottom:-30px;width:52%;height:260px;object-fit:cover;box-shadow:0 16px 30px rgba(43,42,40,.28);border:6px solid var(--paper);border-radius:58% 42% 39% 61% / 55% 38% 62% 45%}
@media(max-width:900px){.about .wrap{grid-template-columns:1fr}.about-photos{min-height:300px;margin-top:10px}.ap-main{width:70%;height:280px}.ap-cut{width:56%;height:200px}}
@media(max-width:560px){.about-card{padding:26px}}

/* FAQ accordion */
.faq-list{max-width:760px;margin:36px auto 0}
.faq-item{border-bottom:1px solid var(--line);padding:6px 0}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 2px;font-family:'Fraunces',serif;font-weight:600;font-size:18px;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--orange)}
.faq-ic{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--pink-soft);color:var(--orange);display:flex;align-items:center;justify-content:center;font-size:16px;transition:transform .2s}
.faq-item[open] .faq-ic{transform:rotate(135deg);background:var(--orange);color:#fff}
.faq-item p{margin:0 0 18px;padding-right:44px;color:var(--soft);font-size:15px;max-width:64ch}

/* gallery wall */
.masonry{column-count:4;column-gap:16px;margin-top:28px}
@media(max-width:1080px){.masonry{column-count:3}}
@media(max-width:760px){.masonry{column-count:2}}
@media(max-width:460px){.masonry{column-count:1}}
.gitem{break-inside:avoid;margin-bottom:16px;border-radius:14px;overflow:hidden;background:#fff;border:1px solid var(--line);cursor:zoom-in;transition:transform .25s,box-shadow .25s}
.gitem:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.28)}
.gitem img{width:100%;height:auto}

/* lightbox */
.lb{position:fixed;inset:0;z-index:90;background:rgba(28,26,24,.9);display:none;align-items:center;justify-content:center;padding:24px}
.lb.open{display:flex}
.lb img{max-width:92vw;max-height:90vh;width:auto;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}
.lb .x{position:absolute;top:18px;right:22px;width:44px;height:44px;border-radius:50%;border:none;background:rgba(255,255,255,.12);color:#fff;font-size:24px;cursor:pointer}
.lb .nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;border:none;background:rgba(255,255,255,.14);color:#fff;font-size:26px;cursor:pointer}
.lb .prev{left:18px}.lb .next{right:18px}

/* enquiry */
.enquire{position:relative;background:linear-gradient(135deg,var(--lavender) 0%,var(--pink) 40%,var(--peach) 75%,#F7C65C 100%);overflow:hidden}
.enquire-bloom{position:absolute;left:6%;top:14%;width:220px;opacity:.9;pointer-events:none}
.enquire-bloom .talk{font-family:'Caveat';font-weight:700;font-size:26px;fill:var(--orange-deep)}
@media(max-width:900px){.enquire-bloom{display:none}}
.formcard{background:#fff;border-radius:20px;padding:30px;max-width:600px;margin:26px auto 0;box-shadow:0 20px 50px rgba(43,42,40,.16);position:relative;z-index:1}
.prog{display:flex;gap:7px;margin-bottom:8px}
.prog .b{flex:1;height:6px;border-radius:999px;background:var(--pink-soft)}
.prog .b.on{background:var(--orange)}
.stepcount{font-size:13px;color:var(--soft);margin-bottom:18px;font-weight:500}
.field{margin-bottom:16px}
.field label.lab{display:block;font-size:14px;font-weight:500;margin-bottom:7px;color:var(--orange-deep)}
.field input[type=text],.field input[type=email],.field input[type=tel],.field input[type=date],.field select,.field textarea{width:100%;font-family:'DM Sans';font-size:15px;padding:10px 2px;border:none;border-bottom:1.5px solid var(--line);border-radius:0;background:transparent;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-bottom-color:var(--orange);box-shadow:0 1px 0 0 var(--orange)}
.pillrow{display:flex;flex-wrap:wrap;gap:9px}
.opt{position:relative;font-size:14px;padding:10px 15px;border:1.5px solid var(--line);border-radius:11px;background:#fff;cursor:pointer;user-select:none}
.opt input{position:absolute;opacity:0;pointer-events:none}
.opt:hover{border-color:var(--orange)}
.opt:has(input:checked){border-color:var(--orange);background:var(--pink-soft);font-weight:500}
.fstep{display:none}
.fstep.active{display:block}
.formnav{display:flex;justify-content:space-between;margin-top:22px}
.note{font-size:13px;color:var(--soft)}
.done{text-align:center;display:none}
.done.show{display:block}
.done .ck{width:62px;height:62px;border-radius:50%;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 14px}
.recap{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:14px 16px;font-size:14px;margin:16px 0;text-align:left}
.recap div{display:flex;justify-content:space-between;gap:14px;padding:4px 0}
.recap span:first-child{color:var(--soft)}

/* footer */
.foot{background:var(--olive);color:#EFE7DD;padding:40px 0}
.foot .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px;align-items:center}
.foot b{font-family:'Fraunces';font-size:20px;color:#fff}
.foot .fmeta{font-size:13px;color:#C9BFB3;margin-top:3px}
.socials{display:flex;gap:18px;font-size:24px}
.socials a{color:#EFE7DD;text-decoration:none}
.socials a:hover{color:var(--peach)}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* floating "let's chat" badge — mirrors the Wix site's persistent circular CTA */
.fab{position:fixed;right:22px;bottom:22px;z-index:50;width:104px;height:104px;text-decoration:none}
.fab-ring{position:absolute;inset:0;width:100%;height:100%;animation:fab-spin 18s linear infinite}
.fab-pill{position:absolute;inset:0;margin:auto;width:70px;height:70px;border-radius:50%;background:var(--orange);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;font-family:'DM Sans';font-weight:600;font-size:12px;line-height:1.15;box-shadow:0 10px 26px rgba(226,84,45,.4);transition:background .18s}
.fab:hover .fab-pill{background:var(--orange-deep)}
@keyframes fab-spin{to{transform:rotate(360deg)}}
@media(max-width:720px){.fab{right:14px;bottom:14px;width:82px;height:82px}.fab-pill{width:56px;height:56px;font-size:10px}}
@media(prefers-reduced-motion:reduce){.fab-ring{animation:none}}
