:root { --ink:#171419; --pink:#d64f82; --hot:#ed73a1; --green:#00d923; --green-dark:#075f17; --blush:#f8e8ee; --paper:#fffafc; --line:#d9cfd3; --white:#fff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
.site-header { height:88px; padding:0 clamp(24px,5vw,76px); display:flex; align-items:center; justify-content:space-between; gap:30px; background:rgba(255,250,252,.96); position:relative; z-index:20; }
.brand-logo { width:100px; height:82px; object-fit:contain; }
nav { display:flex; gap:clamp(20px,3vw,46px); margin-left:auto; }
nav a { font-size:14px; font-weight:700; letter-spacing:.02em; }
nav a:hover { color:var(--pink); }
.nav-logo-link { height:38px; min-width:92px; padding:4px 9px; border:1px solid var(--ink); background:#fff; display:flex; align-items:center; justify-content:center; }
.nav-logo-link img { display:block; width:76px; height:27px; object-fit:contain; }
.nav-logo-link:hover { border-color:var(--green-dark); background:#f3fff5; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:0 22px; border:1px solid var(--ink); background:var(--ink); color:#fff; font-size:14px; font-weight:700; transition:.2s ease; }
.button:hover { background:var(--pink); border-color:var(--pink); transform:translateY(-2px); }
.button-light { background:var(--white); color:var(--ink); border-color:var(--white); }
.hero { min-height:calc(100vh - 88px); position:relative; display:flex; align-items:center; overflow:hidden; color:white; }
.hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(15,11,14,.89) 0%,rgba(18,12,17,.65) 38%,rgba(18,12,17,.08) 72%); }
.hero-copy { position:relative; z-index:2; width:min(720px,70vw); margin-left:clamp(24px,8vw,128px); padding:70px 0 100px; }
.eyebrow { font-size:12px; text-transform:uppercase; letter-spacing:.25em; font-weight:800; margin:0 0 24px; color:#f2a6c4; }
.eyebrow.dark { color:var(--pink); }
h1,h2 { font-family:Georgia, 'Times New Roman', serif; font-weight:400; letter-spacing:-.045em; margin:0; line-height:.94; }
h1 { font-size:clamp(62px,8.7vw,138px); }
h1 em,h2 em { color:var(--hot); font-weight:400; }
.hero-lead { max-width:550px; margin:30px 0; font-size:clamp(17px,1.5vw,21px); line-height:1.65; color:#f1e9ed; }
.hero-note { position:absolute; z-index:2; right:0; bottom:0; width:min(420px,36vw); padding:22px 34px; background:var(--pink); font-size:13px; font-weight:700; letter-spacing:.05em; }
.hero-note span { opacity:.65; margin-right:28px; }
.intro { padding:clamp(90px,12vw,180px) clamp(24px,8vw,128px); display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(50px,8vw,140px); background:var(--paper); }
.intro h2,.section-heading h2,.contact h2 { font-size:clamp(54px,7vw,100px); }
.intro-copy { max-width:700px; }
.intro-copy p { font-size:17px; line-height:1.75; color:#665c61; }
.intro-copy .large { font-family:Georgia, serif; font-size:clamp(25px,2.5vw,36px); line-height:1.35; color:var(--ink); margin-top:0; }
.credentials { display:flex; flex-wrap:wrap; gap:10px; margin-top:40px; }
.credentials span { border:1px solid var(--line); padding:11px 15px; font-size:12px; font-weight:700; }
.curl-section { min-height:680px; display:grid; grid-template-columns:1.15fr .85fr; background:var(--ink); color:#fff; }
.curl-card { padding:clamp(70px,9vw,140px) clamp(24px,8vw,128px); }
.curl-top { display:flex; justify-content:space-between; align-items:start; gap:30px; }
.curl-top img { object-fit:contain; background:#fff; padding:8px; }
.curl-card h2 { font-size:clamp(56px,7vw,104px); max-width:760px; }
.curl-card>p { max-width:680px; font-size:17px; line-height:1.75; color:#d5cdd1; }
.curl-card ul { padding:0; margin:34px 0 0; list-style:none; max-width:660px; }
.curl-card li { padding:16px 0 16px 28px; border-top:1px solid #4d4449; position:relative; font-size:14px; }
.curl-card li:before { content:'+'; color:var(--hot); position:absolute; left:0; font-size:20px; top:12px; }
.curl-quote { background:var(--green); color:var(--ink); display:flex; flex-direction:column; justify-content:center; padding:clamp(50px,7vw,100px); }
.curl-quote span { font-family:Georgia,serif; font-size:140px; line-height:.4; color:var(--green-dark); }
.curl-quote p { font-family:Georgia,serif; font-size:clamp(38px,4.3vw,66px); line-height:1.1; margin:30px 0 0; }
.prices { padding:clamp(90px,11vw,160px) clamp(24px,8vw,128px); }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:50px; margin-bottom:65px; }
.section-heading>p { max-width:400px; font-size:17px; line-height:1.6; color:#665c61; }
.service-list { border-top:1px solid var(--line); }
.service-row { display:grid; grid-template-columns:65px 1fr 110px 100px; align-items:center; gap:24px; min-height:104px; border-bottom:1px solid var(--line); transition:.2s ease; }
.service-row:hover { background:var(--blush); padding-left:14px; padding-right:14px; }
.service-number,.time { color:#8c7e85; font-size:13px; }
.service-row h3 { font-family:Georgia,serif; font-size:22px; margin:0 0 5px; font-weight:400; }
.service-row p { color:#786c72; font-size:13px; margin:0; }
.service-row strong { text-align:right; font-size:16px; }
.price-cta { margin-top:55px; padding:36px 0; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.price-cta p { font-family:Georgia,serif; font-size:clamp(26px,3vw,42px); margin:0; }
.beads-teaser { display:grid; grid-template-columns:1fr 1fr; min-height:650px; background:var(--blush); }
.beads-teaser-image { min-height:520px; overflow:hidden; }
.beads-teaser-image img { width:100%; height:100%; display:block; object-fit:cover; }
.beads-teaser-copy { padding:clamp(70px,9vw,140px) clamp(24px,8vw,128px); display:flex; flex-direction:column; justify-content:center; align-items:flex-start; }
.beads-teaser-copy h2 { font-size:clamp(48px,5.5vw,84px); }
.beads-teaser-copy p:not(.eyebrow) { max-width:580px; margin:30px 0; font-size:17px; line-height:1.75; color:#665c61; }
.contact { padding:clamp(85px,10vw,150px) clamp(24px,8vw,128px); background:var(--green); color:var(--ink); display:grid; grid-template-columns:1fr .8fr; gap:80px; position:relative; }
.contact .eyebrow { color:var(--green-dark); }
.contact h2 em { color:var(--green-dark); }
.contact-details { display:flex; flex-direction:column; justify-content:center; }
.contact-details a { font-family:Georgia,serif; font-size:clamp(22px,2vw,32px); padding:20px 0; border-bottom:1px solid rgba(0,0,0,.28); }
.contact-details small { display:block; font-family:Arial,sans-serif; font-size:11px; text-transform:uppercase; letter-spacing:.2em; margin-bottom:7px; opacity:.75; }
.contact aside { grid-column:2; border-left:3px solid var(--green-dark); padding-left:22px; max-width:480px; }
.contact aside p { line-height:1.6; margin-bottom:0; }
footer { min-height:120px; padding:28px clamp(24px,5vw,76px); display:flex; align-items:center; justify-content:space-between; gap:30px; background:var(--ink); color:#bcb1b6; font-size:12px; }
footer img { width:112px; height:auto; }
.mobile-book { display:none; }
@media (max-width:900px) {
  .site-header { height:74px; padding:0 20px; }
  .brand-logo { width:78px; height:66px; }
  .nav-logo-link { min-width:78px; padding:3px 7px; }
  .nav-logo-link img { width:65px; }
  .site-header nav,.site-header>.button { display:none; }
  .hero { min-height:760px; align-items:flex-end; }
  .hero-image { object-position:58% center; }
  .hero-shade { background:linear-gradient(0deg,rgba(15,11,14,.95) 0%,rgba(15,11,14,.5) 65%,rgba(15,11,14,.08) 100%); }
  .hero-copy { width:auto; margin:0; padding:90px 24px 85px; }
  .hero-note { display:none; }
  .intro,.curl-section,.beads-teaser,.contact { grid-template-columns:1fr; }
  .intro { gap:45px; }
  .curl-quote { min-height:420px; }
  .section-heading { align-items:start; flex-direction:column; }
  .service-row { grid-template-columns:35px 1fr auto; gap:14px; padding:20px 0; }
  .service-row .time { display:none; }
  .service-row strong { align-self:start; padding-top:3px; white-space:nowrap; }
  .price-cta { align-items:flex-start; flex-direction:column; }
  .contact { gap:50px; }
  .contact aside { grid-column:1; }
  footer { flex-direction:column; text-align:center; padding:40px 24px 100px; }
  .mobile-book { display:flex; align-items:center; justify-content:center; position:fixed; left:14px; right:14px; bottom:14px; z-index:50; height:54px; background:var(--ink); color:#fff; font-size:15px; font-weight:800; box-shadow:0 8px 30px rgba(0,0,0,.3); }
}
@media (max-width:520px) {
  h1 { font-size:62px; }
  .hero-lead { font-size:16px; }
  .service-row { grid-template-columns:28px 1fr auto; }
  .service-row h3 { font-size:18px; }
  .service-row p { max-width:190px; }
  .service-number { font-size:11px; }
  .service-row strong { font-size:14px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .button,.service-row { transition:none; } }
