/* SSK White Collar — marketing site styles */
@font-face{font-family:'EB Garamond';font-style:normal;font-weight:400;src:url('fonts/EBGaramond-400.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'EB Garamond';font-style:normal;font-weight:600;src:url('fonts/EBGaramond-600.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'EB Garamond';font-style:normal;font-weight:700;src:url('fonts/EBGaramond-700.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'EB Garamond';font-style:italic;font-weight:700;src:url('fonts/EBGaramond-700-italic.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;src:url('fonts/Lato-400.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'Lato';font-style:italic;font-weight:400;src:url('fonts/Lato-400-italic.woff2') format('woff2');font-display:swap;}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;src:url('fonts/Lato-700.woff2') format('woff2');font-display:swap;}

  :root {
    --ink: #14122E; --navy: #26225F; --indigo: #3A53A4;
    --azure: #39C5F3; --azure-2: #56B4E6;
    --porcelain: #F4F6F9; --porcelain-2: #E9EDF3; --card: #FFFFFF;
    --grey: #6B7183; --grey-2: #9AA0B4;
    --line: rgba(38,34,95,0.14); --line-dk: rgba(255,255,255,0.14);
    --serif: "EB Garamond","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
    --sans: "Lato",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
    --wrap: 1180px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body, .site { font-family: var(--sans); color: var(--ink); background: var(--porcelain); -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  img, svg { display: block; }
  .wrap { max-width: var(--wrap); margin: 0 auto; padding-left: clamp(20px,5vw,40px); padding-right: clamp(20px,5vw,40px); }

  .eyebrow { display: inline-flex; align-items: center; gap: 11px; font-size: 11px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--grey); font-weight: 600; }
  .eyebrow .dash { width: 26px; height: 1px; background: var(--azure); }
  .eyebrow.on-dk { color: var(--azure-2); }

  h2.title { font-family: var(--serif); font-weight: 700; font-size: clamp(2rem,4.4vw,3.2rem); line-height: 1.02; letter-spacing: -0.015em; text-wrap: balance; margin-top: 16px; }
  .lead { font-size: clamp(1rem,1.1vw,1.1rem); line-height: 1.65; color: #3c3a52; max-width: 52ch; margin-top: 16px; }

  .btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-size: 14px; font-weight: 600; background: var(--navy); color: #fff; box-shadow: 0 14px 30px -14px rgba(38,34,95,0.7); transition: transform 0.2s, box-shadow 0.2s; }
  .btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px -14px rgba(38,34,95,0.8); }
  .btn svg { width: 17px; height: 17px; }
  .btn.wa { background: #1FA855; box-shadow: 0 14px 30px -14px rgba(31,168,85,0.75); }
  .btn.ghost { background: transparent; color: var(--navy); box-shadow: none; padding-left: 4px; }
  .btn.ghost .u { border-bottom: 1.5px solid currentColor; padding-bottom: 2px; }
  .btn.ghost:hover { transform: none; }
  .btn.ghost .arw { transition: transform 0.2s; }
  .btn.ghost:hover .arw { transform: translateX(4px); }

  /* reveal */
  .rise { opacity: 0; transform: translateY(22px); transition: opacity 0.8s cubic-bezier(0.2,0.7,0.2,1), transform 0.8s cubic-bezier(0.2,0.7,0.2,1); }
  .rise.in { opacity: 1; transform: none; }
  .rise.d1 { transition-delay: 0.08s; } .rise.d2 { transition-delay: 0.16s; } .rise.d3 { transition-delay: 0.24s; } .rise.d4 { transition-delay: 0.32s; }

  /* ---------- NAV ---------- */
  .nav { position: sticky; top: 0; z-index: 50; background: rgba(244,246,249,0.82); backdrop-filter: blur(12px); border-bottom: 1px solid transparent; transition: border-color 0.3s, background 0.3s; }
  .nav.stuck { border-color: var(--line); background: rgba(244,246,249,0.95); }
  .nav .bar { display: flex; align-items: center; justify-content: space-between; height: 74px; }
  .brand { display: flex; align-items: center; gap: 12px; }
  .brand .mk { width: 54px; height: 54px; }
  .brand .wm b { display: block; font-family: var(--serif); font-size: 16px; letter-spacing: 0.12em; color: var(--navy); line-height: 1; font-weight: 700; }
  .brand .wm span { display: block; font-size: 7.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--grey); margin-top: 4px; }
  .links { display: flex; align-items: center; gap: clamp(16px,2.2vw,32px); }
  .links a.nl { font-size: 13px; letter-spacing: 0.02em; color: var(--navy); opacity: 0.74; transition: opacity 0.2s; }
  .links a.nl:hover { opacity: 1; }
  .nav .wabtn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--navy); font-size: 13px; font-weight: 600; color: var(--navy); }
  .nav .wabtn:hover { background: var(--navy); color: #fff; }
  .nav .wabtn svg { width: 15px; height: 15px; }
  @media (max-width: 820px) { .links a.nl { display: none; } .brand .wm { display: none; } }

  /* ---------- HERO ---------- */
  .hero { position: relative; overflow: hidden; }
  .hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: multiply;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E"); }
  .hero .grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr 0.88fr; align-items: center; gap: clamp(24px,4vw,56px); padding-top: clamp(36px,6vh,84px); padding-bottom: clamp(48px,7vh,90px); }
  @media (max-width: 900px) { .hero .grid { grid-template-columns: 1fr; } .hero .art { display: none; } }
  .hero h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(2.7rem,6.2vw,5rem); line-height: 0.98; letter-spacing: -0.02em; margin-top: 22px; text-wrap: balance; }
  .hero h1 em { font-style: italic; color: var(--navy); position: relative; }
  .hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 2px; background: linear-gradient(90deg,var(--azure),var(--indigo)); transform: scaleX(0); transform-origin: left; animation: line .9s 1s cubic-bezier(.7,0,.3,1) forwards; }
  .hero .sub { font-size: clamp(1rem,1.15vw,1.12rem); line-height: 1.62; color: #38364f; max-width: 46ch; margin-top: 24px; }
  .hero .sub b { color: var(--navy); font-weight: 600; }
  .hero .cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 32px; }
  .hero .trust { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(16px,2vw,28px); margin-top: clamp(30px,4vh,48px); padding-top: 22px; border-top: 1px solid var(--line); max-width: 52ch; }
  .hero .trust .n { font-family: var(--serif); font-size: 22px; color: var(--navy); font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
  .hero .trust .k { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey); margin-top: 4px; }
  .hero .trust .sep { width: 1px; height: 30px; background: var(--line); }
  .art { position: relative; display: grid; place-items: center; }
  .art .halo { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle,#fff 0%, rgba(255,255,255,0) 68%); filter: blur(6px); }
  .art svg.shirt { position: relative; width: min(78%,400px); height: auto; overflow: visible; }
  .shirt path, .shirt line, .shirt circle { vector-effect: non-scaling-stroke; }
  .draw { stroke-dasharray: 1; stroke-dashoffset: 1; pathLength: 1; animation: draw 1.6s .3s cubic-bezier(.6,0,.2,1) forwards; }
  .draw.d2 { animation-delay: .55s; } .draw.d3 { animation-delay: .8s; }
  .thread { stroke-dasharray: 1; stroke-dashoffset: 1; pathLength: 1; animation: draw 1.3s 1.35s cubic-bezier(.6,0,.2,1) forwards; }
  .bd { opacity: 0; animation: fadein .4s forwards; } .bd1{animation-delay:1.4s;}.bd2{animation-delay:1.5s;}.bd3{animation-delay:1.6s;}.bd4{animation-delay:1.7s;}

  /* ---------- AWARDS STRIP ---------- */
  .awards { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--porcelain-2); }
  .awards .row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(18px,4vw,52px); padding-top: 22px; padding-bottom: 22px; }
  .awards .lbl { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--grey-2); }
  .awards .aw { font-family: var(--serif); font-size: clamp(14px,1.5vw,17px); color: var(--navy); font-weight: 700; letter-spacing: 0.01em; opacity: 0.82; }
  .awards .aw small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-2); font-weight: 600; margin-top: 2px; }

  /* ---------- SERVICES ---------- */
  .services { padding: clamp(64px,9vh,110px) 0; }
  .services .head { max-width: 640px; }
  .svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin-top: 46px; }
  @media (max-width: 860px) { .svc-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 540px) { .svc-grid { grid-template-columns: 1fr; } }
  .svc { background: var(--card); padding: 30px 26px; display: flex; flex-direction: column; gap: 12px; transition: background 0.25s; position: relative; }
  .svc:hover { background: #fbfcfe; }
  .svc .ico { width: 34px; height: 34px; color: var(--navy); }
  .svc h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
  .svc p { font-size: 13.5px; line-height: 1.55; color: #55536b; flex: 1; }
  .svc .from { font-size: 12px; letter-spacing: 0.02em; color: var(--navy); font-weight: 700; }
  .svc .from span { color: var(--grey); font-weight: 400; }

  /* ---------- THE CRAFT (dark) ---------- */
  .craft { background: var(--ink); color: #EAECF4; position: relative; overflow: hidden; }
  .craft::before { content: ""; position: absolute; top: -30%; right: -10%; width: 60%; height: 160%; background: radial-gradient(circle, rgba(57,197,243,0.14), transparent 62%); pointer-events: none; }
  .craft .inner { padding-top: clamp(64px,9vh,110px); padding-bottom: clamp(64px,9vh,110px); position: relative; z-index: 2; }
  .craft h2.title { color: #fff; }
  .craft .lead { color: #b9bcd0; }
  .craft .feature { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(30px,5vw,64px); align-items: center; }
  @media (max-width: 880px) { .craft .feature { grid-template-columns: 1fr; } }
  .pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
  @media (max-width: 460px) { .pillars { grid-template-columns: 1fr; } }
  .pillar .ph { display: flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 17px; color: #fff; font-weight: 700; }
  .pillar .ph .ico { width: 22px; height: 22px; color: var(--azure); }
  .pillar p { font-size: 13px; line-height: 1.55; color: #a7abc2; margin-top: 8px; }
  .statband { display: flex; flex-wrap: wrap; gap: clamp(18px,3vw,40px); margin-top: 50px; padding-top: 34px; border-top: 1px solid var(--line-dk); }
  .statband .s .n { font-family: var(--serif); font-size: clamp(30px,4vw,42px); color: #fff; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
  .statband .s .n em { font-style: normal; color: var(--azure); }
  .statband .s .k { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--grey-2); margin-top: 8px; }

  /* ---------- HOW IT WORKS ---------- */
  .how { padding: clamp(64px,9vh,110px) 0; text-align: center; }
  .how .head { max-width: 620px; margin: 0 auto; }
  .how .head .lead { margin-left: auto; margin-right: auto; }
  .steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; margin-top: 54px; text-align: left; }
  @media (max-width: 860px) { .steps { grid-template-columns: repeat(2,1fr); gap: 30px; } }
  @media (max-width: 460px) { .steps { grid-template-columns: 1fr; } }
  .step { position: relative; }
  .step .num { font-family: var(--serif); font-size: 13px; color: var(--navy); font-weight: 700; letter-spacing: 0.1em; }
  .step .ico { width: 30px; height: 30px; color: var(--navy); margin: 14px 0 12px; }
  .step h4 { font-family: var(--serif); font-size: 19px; color: var(--ink); font-weight: 700; }
  .step p { font-size: 13.5px; line-height: 1.55; color: #55536b; margin-top: 7px; }
  .how .cta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 52px; }

  /* ---------- PRICING + OUTLETS split ---------- */
  .duo { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: clamp(64px,9vh,110px); }
  @media (max-width: 820px) { .duo { grid-template-columns: 1fr; } }
  .panel { border: 1px solid var(--line); border-radius: 20px; padding: clamp(30px,4vw,46px); background: var(--card); display: flex; flex-direction: column; }
  .panel.dark { background: var(--navy); color: #fff; border-color: transparent; }
  .panel h3 { font-family: var(--serif); font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 700; letter-spacing: -0.01em; margin-top: 14px; }
  .panel p.d { font-size: 14px; line-height: 1.6; color: #55536b; margin-top: 12px; }
  .panel.dark p.d { color: #c7c9dd; }
  .pricelist { margin-top: 22px; display: flex; flex-direction: column; gap: 0; }
  .pricelist .pr { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px dashed var(--line); font-size: 14px; }
  .pricelist .pr .it { color: #3c3a52; }
  .pricelist .pr .pp { font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; }
  .panel .foot { margin-top: auto; padding-top: 24px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
  .outlets-list { margin-top: 22px; display: flex; flex-direction: column; gap: 2px; }
  .outlet { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .outlet .pin { width: 16px; height: 16px; color: var(--azure); flex: none; }
  .outlet .on { font-weight: 600; font-size: 14.5px; }
  .outlet .oa { font-size: 12px; color: var(--grey); margin-top: 1px; }
  .panel.dark .btn.ghost { color: #fff; }

  /* ---------- TESTIMONIALS ---------- */
  .voices { padding: clamp(56px,8vh,100px) 0; background: var(--porcelain-2); border-top: 1px solid var(--line); }
  .voices .head { max-width: 560px; }
  .qgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 44px; }
  @media (max-width: 860px) { .qgrid { grid-template-columns: 1fr; max-width: 560px; } }
  .quote { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 28px 26px; display: flex; flex-direction: column; gap: 16px; }
  .quote .stars { color: var(--azure); font-size: 14px; letter-spacing: 2px; }
  .quote p { font-family: var(--serif); font-size: 16.5px; line-height: 1.5; color: var(--ink); }
  .quote .who { display: flex; align-items: center; gap: 11px; margin-top: auto; }
  .quote .av { width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; font-family: var(--serif); }
  .quote .wn { font-size: 13px; font-weight: 600; color: var(--navy); }
  .quote .wr { font-size: 11px; color: var(--grey); }

  /* ---------- FINAL CTA ---------- */
  .final { background: linear-gradient(135deg, var(--navy), var(--ink)); color: #fff; text-align: center; position: relative; overflow: hidden; }
  .final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 120% at 50% -20%, rgba(57,197,243,0.18), transparent 60%); }
  .final .inner { position: relative; z-index: 2; padding-top: clamp(64px,10vh,120px); padding-bottom: clamp(64px,10vh,120px); }
  .final h2 { font-family: var(--serif); font-size: clamp(2rem,5vw,3.4rem); font-weight: 700; letter-spacing: -0.02em; line-height: 1.03; text-wrap: balance; }
  .final p { color: #c7c9dd; font-size: 16px; margin: 18px auto 0; max-width: 44ch; line-height: 1.6; }
  .final .cta { display: flex; justify-content: center; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 36px; }
  .final .callno { color: #fff; font-family: var(--serif); font-size: 18px; }

  /* ---------- FOOTER ---------- */
  footer.foot { background: var(--ink); color: #a7abc2; padding: clamp(56px,8vh,84px) 0 34px; border-top: 1px solid var(--line-dk); }
  .fawards { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line-dk); }
  .fawards .fa-lbl { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--grey-2); }
  .fawards .fa { font-family: var(--serif); font-size: 14px; color: #d5d7e6; letter-spacing: 0.01em; }
  .fawards .fa small { color: var(--grey-2); font-family: var(--sans); font-size: 11px; }
  .heritage .hmk { width: 26px; height: 26px; --d: #FFFFFF; --m: #26225F; flex: none; }

  /* --- Interior pages (pricing / outlets) --- */
  .page-hero { padding-top: clamp(38px,6vh,72px); padding-bottom: clamp(24px,4vh,40px); }
  .page-title { font-family: var(--serif); font-weight: 700; font-size: clamp(2.2rem,5vw,3.6rem); line-height: 1.02; letter-spacing: -0.02em; margin-top: 16px; text-wrap: balance; color: var(--ink); }
  .price-tools { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
  #priceSearch { flex: 1; min-width: 240px; padding: 14px 20px; border: 1px solid var(--line); border-radius: 999px; font: inherit; font-size: 15px; color: var(--ink); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; }
  #priceSearch:focus { border-color: var(--azure); box-shadow: 0 0 0 3px rgba(57,197,243,.16); }
  .legend { margin-top: 18px; font-size: 13px; color: var(--grey); }
  .legend b { color: var(--navy); }
  .legend-sub { margin-top: 6px; font-size: 12px; font-style: italic; opacity: .85; }
  .pricing { padding-bottom: clamp(56px,8vh,100px); }
  .pcat { margin-top: clamp(28px,4vh,46px); }
  .pcat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; border-bottom: 2px solid var(--navy); padding-bottom: 10px; }
  .pcat-head h2 { font-family: var(--serif); font-size: clamp(1.3rem,2.4vw,1.7rem); font-weight: 700; color: var(--ink); }
  .ptat { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--grey); white-space: nowrap; }
  .pitems { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(24px,5vw,64px); margin-top: 4px; }
  @media (max-width: 640px) { .pitems { grid-template-columns: 1fr; } }
  .pitem { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
  .pitem .pn { color: #3c3a52; }
  .pitem .pp { font-weight: 700; color: var(--navy); font-variant-numeric: tabular-nums; white-space: nowrap; }
  .no-results { margin-top: 30px; font-size: 15px; color: var(--grey); }
  .no-results a { color: var(--navy); border-bottom: 1px solid var(--navy); }

  .omap { height: clamp(280px,44vh,440px); border-radius: 18px; border: 1px solid var(--line); overflow: hidden; margin-top: 26px; background: var(--porcelain-2); z-index: 0; }
  .ogrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: clamp(28px,4vh,44px) 0 clamp(56px,8vh,100px); }
  @media (max-width: 760px) { .ogrid { grid-template-columns: 1fr; } }
  .ocard { border: 1px solid var(--line); border-radius: 16px; padding: 24px; background: var(--card); display: flex; flex-direction: column; gap: 8px; }
  .ocard h3 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--ink); }
  .ocard .oaddr { font-size: 13.5px; line-height: 1.55; color: #55536b; }
  .ocard .orow { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--grey); }
  .ocard .orow svg { width: 15px; height: 15px; color: var(--azure); flex: none; }
  .ocard .ophone { color: inherit; }
  .ocard .ophone:hover { color: var(--navy); text-decoration: underline; }
  .ocard .orating { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink); }
  .ocard .orating .ostar { color: #f5a623; }
  .ocard .orating b { font-weight: 700; }
  .ocard .orating .orevs { color: var(--grey); font-size: 12px; }
  .ocard .oact { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
  .ohelp { margin-top: 26px; text-align: center; font-size: 13.5px; color: #c7c9dd; line-height: 1.6; }
  .ohelp a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.35); }
  .opop strong { font-family: var(--serif); font-size: 15px; color: var(--ink); }
  .opop div { font-size: 12.5px; color: #55536b; margin-top: 3px; }
  .opop a { color: var(--navy); }
  .opop-links { display: flex; gap: 12px; margin-top: 7px; }
  .opop-links a { font-weight: 600; }
  .obtn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--line); color: var(--navy); font-size: 13px; font-weight: 600; }
  .obtn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
  .obtn.wa { background: #1FA855; color: #fff; border-color: #1FA855; }
  .obtn.wa:hover { filter: brightness(1.05); }
  .obtn svg { width: 14px; height: 14px; }

  /* --- Services detail / FAQ / legal --- */
  .crumb { display: flex; gap: 8px; align-items: center; font-size: 12px; color: var(--grey); letter-spacing: .02em; margin-bottom: 6px; }
  .crumb a { color: var(--navy); }
  .crumb a:hover { text-decoration: underline; }
  .crumb span { color: var(--grey-2); }
  .svc-detail { padding: clamp(40px,6vh,72px) 0 clamp(16px,3vh,28px); }
  .includes { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(20px,4vw,56px) clamp(24px,5vw,64px); align-items: start; }
  @media (max-width: 800px) { .includes { grid-template-columns: 1fr; } }
  .inc-list { list-style: none; display: grid; gap: 14px; }
  .svc-detail .inc-list { margin-top: clamp(22px,3.4vh,34px); }
  .inc-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: #3c3a52; }
  .inc-list li svg { width: 20px; height: 20px; color: var(--azure); flex: none; margin-top: 1px; }
  .inc-tat { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 22px 40px; margin-top: 12px; padding-top: 24px; border-top: 1px solid var(--line); }
  .inc-tat .k { display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--grey); }
  .inc-tat .v { display: block; font-family: var(--serif); font-size: 17px; color: var(--navy); font-weight: 700; margin-top: 4px; }
  .inc-note { grid-column: 1 / -1; margin-top: 2px; font-size: 13px; color: var(--grey); font-style: italic; }

  .faq { max-width: 760px; padding-bottom: clamp(40px,6vh,80px); }
  .qa { border-bottom: 1px solid var(--line); }
  .qa summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--serif); font-size: clamp(1.05rem,2vw,1.3rem); font-weight: 700; color: var(--ink); }
  .qa summary::-webkit-details-marker { display: none; }
  .qa .chev { width: 11px; height: 11px; border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); transform: rotate(45deg); transition: transform .25s; flex: none; margin-right: 5px; }
  .qa[open] .chev { transform: rotate(-135deg); }
  .qa-a { padding: 0 0 22px; font-size: 15px; line-height: 1.65; color: #3c3a52; max-width: 68ch; }

  .prose { max-width: 720px; padding-bottom: clamp(48px,7vh,90px); }
  .prose p { font-size: 15px; line-height: 1.7; color: #3c3a52; margin-top: 14px; }
  .prose h2 { font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--ink); margin-top: 32px; }

  /* --- Offers --- */
  .offers { padding-bottom: clamp(56px,8vh,100px); }
  .offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 40px; }
  @media (max-width: 900px) { .offer-grid { grid-template-columns: repeat(2,1fr); } }
  @media (max-width: 600px) { .offer-grid { grid-template-columns: 1fr; } }
  .offer { border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px 24px; background: var(--card); display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
  .offer.feature { background: var(--ink); border-color: transparent; }
  .offer-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .offer-tag { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--navy); background: rgba(57,197,243,.16); padding: 5px 10px; border-radius: 999px; }
  .offer.feature .offer-tag { color: #fff; background: rgba(255,255,255,.16); }
  .offer-badge { font-size: 11px; font-weight: 700; color: var(--navy); background: #fff; border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; }
  .offer.feature .offer-badge { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.3); }
  .offer-ctanote { margin: 8px 0 0; font-size: 11.5px; color: var(--grey); line-height: 1.45; }
  .offer.feature .offer-ctanote { color: rgba(255,255,255,.8); }
  .offer-amt { font-family: var(--serif); font-size: clamp(2rem,4vw,2.6rem); font-weight: 700; color: var(--navy); line-height: 1; margin-top: 4px; letter-spacing: -.01em; }
  .offer.feature .offer-amt { color: var(--azure); }
  .offer h3 { font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--ink); }
  .offer.feature h3 { color: #fff; }
  .offer-body { font-size: 13.5px; line-height: 1.55; color: #55536b; flex: 1; }
  .offer.feature .offer-body { color: #c7c9dd; }
  .offer-code { font-size: 12px; letter-spacing: .04em; color: var(--navy); border: 1px dashed var(--line); border-radius: 8px; padding: 6px 12px; }
  .offer-code b { letter-spacing: .08em; }
  .offer.feature .offer-code { color: #fff; border-color: rgba(255,255,255,.3); }
  .offer-cta { margin-top: 4px; }
  .offer-terms { font-size: 11px; line-height: 1.5; color: var(--grey); margin-top: 2px; }
  .offer.feature .offer-terms { color: var(--grey-2); }
  .offer-valid { font-weight: 600; color: var(--navy); }
  .offer.feature .offer-valid { color: #fff; }
  .offer-note { margin-top: 30px; font-size: 12.5px; color: var(--grey); max-width: 72ch; line-height: 1.6; }
  .offer-note a { color: var(--navy); border-bottom: 1px solid var(--line); }
  .offer-membership { margin-top: 34px; font-size: 15px; color: var(--ink); font-weight: 600; }
  .offer-membership a { color: var(--indigo, #26225F); border-bottom: 2px solid rgba(57,197,243,.5); font-weight: 700; }
  .foot .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
  @media (max-width: 820px) { .foot .top { grid-template-columns: 1fr 1fr; gap: 32px; } }
  @media (max-width: 480px) { .foot .top { grid-template-columns: 1fr; } }
  .foot .brand .mk { width: 46px; height: 46px; --d: #FFFFFF; --m: #26225F; }
  .foot .brand .wm b { color: #fff; }
  .foot .brand .wm span { color: var(--grey-2); }
  .foot .about { font-size: 13px; line-height: 1.6; margin-top: 18px; max-width: 32ch; }
  .foot h5 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
  .foot ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  .foot ul a { font-size: 13px; color: #a7abc2; transition: color 0.2s; }
  .foot ul a:hover { color: #fff; }
  .foot .contact .l { font-size: 13px; line-height: 1.6; }
  .foot .contact .l b { color: #fff; font-weight: 600; }
  .foot .bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line-dk); font-size: 11.5px; color: var(--grey-2); }
  .foot .heritage { display: flex; align-items: center; gap: 10px; }
  .foot .heritage img { height: 34px; width: auto; opacity: 0.9; }

  @keyframes line { to { transform: scaleX(1); } }
  @keyframes draw { to { stroke-dashoffset: 0; } }
  @keyframes fadein { to { opacity: 1; } }
  @media (prefers-reduced-motion: reduce) {
    * { animation: none !important; }
    .rise { opacity: 1 !important; transform: none !important; }
    .hero h1 em::after { transform: scaleX(1); }
    .draw, .thread { stroke-dashoffset: 0; } .bd { opacity: 1; }
    html { scroll-behavior: auto; }
  }

  /* --- Mobile nav (hamburger + dropdown) --- */
  .navtoggle { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; margin: -8px -8px -8px 0; border: none; background: transparent; color: var(--navy); cursor: pointer; }
  .navtoggle svg { width: 26px; height: 26px; }
  .navtoggle .ic-close { display: none; }
  .navtoggle[aria-expanded="true"] .ic-open { display: none; }
  .navtoggle[aria-expanded="true"] .ic-close { display: block; }
  .mobmenu { display: none; flex-direction: column; padding: 4px clamp(20px,5vw,40px) 20px; border-top: 1px solid var(--line); background: rgba(244,246,249,0.98); backdrop-filter: blur(12px); }
  .mobmenu a { padding: 14px 4px; font-size: 15px; color: var(--navy); border-bottom: 1px solid var(--line); }
  .mobmenu a:last-child { border-bottom: none; }
  .mobmenu .mob-wa { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding: 14px; border-radius: 999px; background: #1FA855; color: #fff; font-weight: 600; }
  .mobmenu .mob-wa svg { width: 18px; height: 18px; }
  @media (max-width: 820px) {
    .nav .wabtn { display: none; }
    .navtoggle { display: inline-flex; }
    .mobmenu.open { display: flex; }
  }

  /* --- Sticky "Book Now" floating CTA (all viewports) --- */
  .sticky-book { position: fixed; right: 16px; bottom: 16px; z-index: 60; display: inline-flex; align-items: center; gap: 9px; padding: 13px 20px; border-radius: 999px; background: #1FA855; color: #fff; font-weight: 700; font-size: 14px; box-shadow: 0 10px 30px rgba(31,168,85,0.42); transition: transform .2s ease, box-shadow .2s ease; }
  .sticky-book:hover { transform: translateY(-2px); box-shadow: 0 14px 38px rgba(31,168,85,0.52); }
  .sticky-book svg { width: 20px; height: 20px; }
  @media (max-width: 380px) { .sticky-book .lbl { display: none; } .sticky-book { padding: 14px; } }
  @media (prefers-reduced-motion: reduce) { .sticky-book { transition: none; } }

  /* --- GST note banner (services + pricing) --- */
  .gstnote { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; padding: 8px 15px; border-radius: 999px; background: rgba(38,34,95,0.06); color: var(--navy); font-size: 12.5px; font-weight: 600; letter-spacing: .01em; }

  /* --- Home outlets: live Google rating --- */
  .outlets-list .on .orate { display: inline-flex; align-items: center; gap: 5px; margin-left: 8px; font-size: 12px; font-weight: 700; color: var(--navy); vertical-align: middle; }
  .outlets-list .on .orate .star { color: #f5a623; }
  .outlets-list .on .orate .orev { color: var(--grey-2,#a7abc2); font-weight: 500; }
  @media (max-width: 480px) { .outlets-list .on .orate { display: flex; margin-left: 0; margin-top: 3px; } }

  /* --- Service page: add-on price list --- */
  .svc-addons { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
  .svc-addons .ah { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--indigo); }
  .svc-addons .al { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 32px; margin-top: 14px; }
  .svc-addons .ai { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
  .svc-addons .ai .an { color: var(--ink); }
  .svc-addons .ai .ap { font-weight: 700; color: var(--navy); white-space: nowrap; }
  @media (max-width: 640px) { .svc-addons .al { grid-template-columns: 1fr; } }

  /* --- Home mid-page "Book Now" band --- */
  .booknow { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px,4vw,56px); flex-wrap: wrap; background: linear-gradient(120deg, var(--navy), var(--indigo)); border-radius: 28px; padding: clamp(30px,4vw,52px) clamp(26px,4vw,56px); box-shadow: 0 24px 60px rgba(38,34,95,.24); position: relative; overflow: hidden; }
  .booknow::after { content: ""; position: absolute; right: -80px; top: -80px; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(57,197,243,.28), transparent 70%); }
  .booknow .bn-copy { max-width: 54ch; position: relative; z-index: 1; }
  .booknow h2 { font-family: var(--serif); font-size: clamp(1.6rem,3vw,2.4rem); color: #fff; line-height: 1.08; letter-spacing: -.01em; margin-top: 10px; }
  .booknow .bn-copy p { color: rgba(255,255,255,.82); margin-top: 12px; font-size: 15px; line-height: 1.6; }
  .booknow .bn-act { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; position: relative; z-index: 1; }
  .booknow .bn-note { color: rgba(255,255,255,.72); font-size: 12.5px; }
