:root {
    --black: #000; --ink: #1f1c19; --soft: #5a534b; --faint: #8b8278;
    --taupe: #ad9784; --taupe-deep: #8a7361; --cream: #f7f4f0; --wash: #f1ebe4; --rule: #e4ddd4;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Source Sans 3", -apple-system, "Segoe UI", Arial, sans-serif;
    --mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
  a { color: inherit; }
  .wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }

  /* ── nav ── */
  .nav { position: sticky; top: 0; z-index: 10; background: rgba(0,0,0,.94); backdrop-filter: blur(8px); color: #f4efe9; }
  .nav .wrap { display: flex; align-items: center; height: 66px; gap: 28px; }
  .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--serif); font-weight: 700; font-size: 24px; letter-spacing: .01em; }
  .brand img { width: 34px; height: 34px; }
  .nav-links { display: flex; gap: 26px; margin-left: 12px; }
  .nav-links a { color: #b9aea2; text-decoration: none; font-size: 15px; font-weight: 600; }
  .nav-links a:hover { color: #fff; }
  .nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 15px; text-decoration: none; border-radius: 7px; padding: 11px 20px; transition: background .15s, color .15s, border-color .15s; white-space: nowrap; }
  .btn-light { background: #f4efe9; color: #000; }
  .btn-light:hover { background: #fff; }
  .btn-ghost { color: #d9d1c7; border: 1px solid #3a342f; }
  .btn-ghost:hover { border-color: var(--taupe); color: #fff; }
  .btn-dark { background: #000; color: #fff; }
  .btn-dark:hover { background: #26221f; }
  .btn-line { border: 1px solid var(--ink); color: var(--ink); }
  .btn-line:hover { background: var(--ink); color: #fff; }
  .btn-lg { padding: 14px 26px; font-size: 16px; }

  /* ── hero ── */
  .hero { background: #000; color: #f4efe9; padding: 84px 0 96px; overflow: hidden; }
  .hero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
  .eyebrow { font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--taupe); font-weight: 700; }
  .hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(46px, 6vw, 76px); line-height: .98; margin: 16px 0 22px; letter-spacing: -.01em; }
  .hero h1 em { font-style: italic; color: var(--taupe); }
  .hero p.lede { font-size: 19px; color: #cfc6bb; max-width: 34em; margin: 0 0 32px; }
  .hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
  .hero-note { margin-top: 18px; font-size: 14px; color: #8b8278; }

  /* the decision card — what a client actually sees */
  .card-stack { position: relative; margin-bottom: 40px; }
  .dcard { background: #faf7f3; color: var(--ink); border-radius: 12px; padding: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.55); position: relative; z-index: 2; }
  .dcard-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 14px; }
  .dcard-title { font-weight: 700; font-size: 15px; }
  .dcard-days { font-size: 12px; color: var(--taupe-deep); font-weight: 700; background: var(--wash); padding: 3px 9px; border-radius: 99px; }
  .dcard-body { display: grid; grid-template-columns: 112px 1fr; gap: 16px; }
  .photo { aspect-ratio: 1; border-radius: 8px; background: linear-gradient(160deg, #efe9e2, #d9cfc4); position: relative; overflow: hidden; }
  .photo svg { position: absolute; inset: 0; width: 100%; height: 100%; }
  .photo::after { content: "3 photos"; position: absolute; left: 6px; bottom: 6px; font-size: 10.5px; color: #fff; background: rgba(0,0,0,.55); padding: 1px 6px; border-radius: 4px; }
  .dmeta { font-size: 13.5px; color: var(--soft); }
  .dmeta b { color: var(--ink); display: block; font-size: 15px; margin-bottom: 2px; }
  .grade { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700; color: #2f5a3b; background: #e5efe7; padding: 2px 8px; border-radius: 4px; }
  .sku { display: block; margin-top: 8px; font-family: var(--mono); font-size: 11.5px; color: var(--faint); }
  .choices-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
  .choices-mini span { border: 1px solid var(--rule); border-radius: 7px; padding: 9px 10px; font-size: 13.5px; font-weight: 600; text-align: center; background: #fff; }
  .choices-mini span.on { background: #000; color: #fff; border-color: #000; }
  .dcard-foot { margin-top: 14px; font-size: 12.5px; color: var(--faint); display: flex; justify-content: space-between; }
  .label-card { position: absolute; left: -54px; bottom: -70px; width: 236px; background: #fff; color: var(--ink); border-radius: 8px; padding: 14px 16px; transform: rotate(-4deg); box-shadow: 0 20px 50px rgba(0,0,0,.5); font-family: var(--mono); font-size: 12px; line-height: 1.5; z-index: 3; }
  .label-card .lh { font-family: var(--sans); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--faint); font-weight: 700; margin-bottom: 6px; }
  .label-card mark { background: #f1e6d8; color: #000; font-weight: 600; padding: 0 3px; }
  .label-card .ph { color: #a89d91; font-style: italic; }

  /* ── sections ── */
  section { padding: 96px 0; }
  .sec-head { max-width: 700px; margin-bottom: 48px; }
  .sec-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 4.4vw, 52px); line-height: 1.02; margin: 12px 0 14px; }
  .sec-head p { color: var(--soft); font-size: 18px; margin: 0; }
  .eyebrow-dark { color: var(--taupe-deep); }

  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
  .step { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 28px; }
  .step .n { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--taupe-deep); }
  .step h3 { font-family: var(--serif); font-size: 28px; font-weight: 700; margin: 10px 0 8px; line-height: 1.1; }
  .step p { color: var(--soft); margin: 0; font-size: 16px; }

  .outcomes { background: #fff; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .ogrid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rule); border-radius: 12px; overflow: hidden; }
  .o { padding: 28px 24px; border-left: 1px solid var(--rule); position: relative; background: var(--cream); }
  .o:first-child { border-left: none; }
  .o + .o::before { content: "or"; position: absolute; left: -14px; top: 28px; width: 27px; height: 27px; border-radius: 50%; background: #fff; border: 1px solid var(--rule); font-size: 12px; color: var(--faint); display: flex; align-items: center; justify-content: center; }
  .o h3 { font-family: var(--serif); font-size: 26px; font-weight: 700; margin: 0 0 8px; line-height: 1.1; }
  .o p { color: var(--soft); margin: 0; font-size: 15.5px; }

  /* pricing */
  .price-wrap { display: grid; grid-template-columns: 1.35fr 1fr; gap: 40px; align-items: start; }
  .every { display: flex; justify-content: space-between; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--rule); border-left: 3px solid var(--taupe); border-radius: 10px; padding: 18px 22px; }
  .plabel { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--taupe-deep); font-weight: 700; margin: 26px 0 10px; display: flex; justify-content: space-between; }
  .plabel:first-child { margin-top: 0; }
  .plabel span { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--faint); font-size: 13px; }
  .svc { font-weight: 700; }
  .what { color: var(--soft); font-size: 14.5px; }
  .amt { font-family: var(--mono); font-weight: 600; font-size: 20px; white-space: nowrap; }
  .unit { color: var(--faint); font-size: 13px; margin-left: 3px; }
  .plus { display: block; font-size: 13px; color: var(--soft); margin-top: 2px; }
  .pgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .pc { background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: 16px 18px; display: flex; flex-direction: column; }
  .pc .price { margin-top: auto; padding-top: 12px; }
  .terms { background: #000; color: #d9d1c7; border-radius: 12px; padding: 28px; }
  .terms h3 { font-family: var(--serif); color: #f4efe9; font-size: 28px; margin: 0 0 14px; font-weight: 600; }
  .terms dl { margin: 0; }
  .terms dt { color: #f4efe9; font-weight: 700; margin-top: 16px; font-size: 15px; }
  .terms dt:first-child { margin-top: 0; }
  .terms dd { margin: 3px 0 0; font-size: 15px; color: #b9aea2; }
  .terms a { color: var(--taupe); font-size: 14px; display: inline-block; margin-top: 20px; }

  /* why */
  .why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 40px; }
  .why div { border-top: 2px solid var(--ink); padding-top: 14px; }
  .why h3 { margin: 0 0 6px; font-size: 18px; }
  .why p { margin: 0; color: var(--soft); font-size: 15.5px; }

  /* faq */
  .faq { max-width: 820px; }
  details { border-bottom: 1px solid var(--rule); padding: 18px 0; }
  details:first-of-type { border-top: 1px solid var(--rule); }
  summary { cursor: pointer; font-weight: 700; font-size: 18px; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
  summary::-webkit-details-marker { display: none; }
  summary::after { content: "+"; font-family: var(--mono); color: var(--taupe-deep); font-size: 20px; line-height: 1; }
  details[open] summary::after { content: "–"; }
  details p { color: var(--soft); margin: 10px 0 0; max-width: 62ch; }

  /* closing */
  .closing { background: #000; color: #f4efe9; text-align: center; padding: 100px 0; }
  .closing img { width: 200px; }
  .closing h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 5vw, 58px); margin: 20px 0 12px; line-height: 1.02; }
  .closing p { color: #b9aea2; margin: 0 0 30px; }
  footer { background: #000; color: #8b8278; font-size: 14px; border-top: 1px solid #1f1c19; }
  footer .wrap { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; padding-bottom: 26px; flex-wrap: wrap; }
  footer a { color: #b9aea2; text-decoration: none; margin-left: 20px; }
  footer a:hover { color: #fff; }

  @media (max-width: 960px) {
    .hero .wrap, .price-wrap { grid-template-columns: 1fr; }
    .card-stack { max-width: 460px; margin-top: 40px; }
    .label-card { left: -8px; }
    .ogrid { grid-template-columns: 1fr 1fr; }
    .o:nth-child(3) { border-left: none; }
    .o:nth-child(n+3) { border-top: 1px solid var(--rule); }
    .o:nth-child(3)::before { display: none; }
    .why { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 720px) {
    body { font-size: 16px; }
    .nav-links { display: none; }
    .nav .btn-ghost { display: none; }
    .hero { padding: 56px 0 70px; }
    section { padding: 68px 0; }
    .steps, .why, .pgrid { grid-template-columns: 1fr; }
    .ogrid { grid-template-columns: 1fr; }
    .o { border-left: none; border-top: 1px solid var(--rule); }
    .o:first-child { border-top: none; }
    .o + .o::before { display: none; }
    .label-card { display: none; }
    .every { flex-direction: column; align-items: flex-start; }
    footer a { margin: 0 16px 0 0; }
  }

/* ── about page ── */
.hero-sm { padding: 76px 0 80px; }
.hero-sm .wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.pw-logo { display: block; justify-self: end; padding: 28px 0 28px 48px; border-left: 1px solid #26221f; }
.pw-logo img { width: 100%; max-width: 170px; display: block; }
@media (max-width: 860px) {
  .hero-sm .wrap { grid-template-columns: 1fr; gap: 32px; }
  .pw-logo { justify-self: start; padding: 0; border-left: none; }
  .pw-logo img { max-width: 110px; }
}
.hero-sm h1 { font-size: clamp(42px, 5.4vw, 66px); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.prose p { color: var(--soft); font-size: 17.5px; margin: 0 0 16px; }
.prose p strong { color: var(--ink); }
.facts { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.facts li { display: grid; grid-template-columns: 170px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 16px; color: var(--soft); }
.facts b { color: var(--ink); }
.pw-card { background: #000; color: #d9d1c7; border-radius: 14px; padding: 40px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.pw-card h2 { font-family: var(--serif); font-weight: 600; color: #f4efe9; font-size: clamp(34px, 4vw, 46px); line-height: 1.04; margin: 10px 0 14px; }
.pw-card p { margin: 0 0 24px; color: #b9aea2; }
.pw-list { list-style: none; margin: 0; padding: 0; }
.pw-list li { padding: 12px 0 12px 16px; border-left: 2px solid var(--taupe); margin-bottom: 10px; }
.pw-list b { display: block; color: #f4efe9; }
.pw-list span { font-size: 15px; color: #b9aea2; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 860px) {
  .two, .pw-card { grid-template-columns: 1fr; }
  .pw-card { padding: 28px; }
  .facts li { grid-template-columns: 1fr; gap: 2px; }
}
