/*
Theme Name: Interiors by T'mara
Theme URI: https://interiors-by-tmara.co.uk/
Author: Aurino
Description: Bespoke marketing theme for Interiors by T'mara — affordable online interior design (West Midlands & UK). Ports the high-fidelity handoff design.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: interiors-by-tmara
*/


  :root {
    --bg: #f5f0e6;
    --bg-2: #ede5d3;
    --bg-card: #ffffff;
    --ink: #2a241c;
    --ink-2: #4a4338;
    --ink-3: #7a6f5e;
    --line: #d9cfb9;
    --accent: #5a6b4a;
    --accent-ink: #3d4a32;
    --gold: #a8895a;
    --serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
    --sans: 'Jost', 'Helvetica Neue', system-ui, sans-serif;
    --radius: 4px;
    --pad: clamp(20px, 4vw, 80px);
    --maxw: 1280px;
  }

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--sans);
    background: var(--bg);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.6;
  }

  h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; color: var(--ink); margin: 0; line-height: 1.05; }
  h1 { font-size: clamp(40px, 6vw, 80px); }
  h2 { font-size: clamp(30px, 4vw, 52px); }
  h3 { font-size: clamp(22px, 2vw, 28px); }
  p { margin: 0; }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }

  .eyebrow { font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent-ink); font-weight: 500; }
  .lede { font-size: clamp(16px, 1.2vw, 19px); color: var(--ink-2); line-height: 1.6; max-width: 56ch; }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }

  /* Placeholder visuals */
  .ph {
    background:
      repeating-linear-gradient(45deg, transparent 0 14px, color-mix(in oklab, var(--ink-3) 9%, transparent) 14px 15px),
      linear-gradient(135deg, var(--bg-2), color-mix(in oklab, var(--bg-2) 70%, var(--gold)));
    display: flex; align-items: center; justify-content: center; text-align: center;
    color: var(--ink-3); font-family: var(--sans);
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    padding: 14px; width: 100%; height: 100%; position: relative;
  }
  .ph::before { content: ""; position: absolute; inset: 16px; border: 1px solid color-mix(in oklab, var(--ink-3) 30%, transparent); pointer-events: none; }
  .ph span { background: color-mix(in oklab, var(--bg) 85%, transparent); padding: 6px 10px; border-radius: 999px; position: relative; max-width: 80%; }
  .hero-visual .main img, .ba-shot img, .meet-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* NAV */
  nav.top { position: sticky; top: 0; z-index: 50; background: color-mix(in oklab, var(--bg) 90%, transparent); backdrop-filter: blur(8px); border-bottom: 1px solid color-mix(in oklab, var(--line) 60%, transparent); }
  nav.top .inner { max-width: var(--maxw); margin: 0 auto; padding: 14px var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .logo { font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: -0.01em; line-height: 1; }
  .logo small { display: block; font-family: var(--sans); font-size: 9px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--ink-3); margin-top: 4px; }
  .navlinks { display: flex; gap: 28px; font-size: 14px; color: var(--ink-2); }
  .navlinks a { padding: 6px 0; }
  .navlinks a:hover { color: var(--ink); }
  @media (max-width: 760px) { .navlinks { display: none; } }
  .nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--bg); padding: 10px 18px; border-radius: 999px; font-size: 13px; font-weight: 500; }
  .nav-cta:hover { background: var(--accent-ink); }

  /* HERO */
  .hero { padding: clamp(36px, 5vw, 72px) 0 clamp(48px, 6vw, 96px); position: relative; }
  .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
  @media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }
  .hero h1 .ital { font-style: italic; color: var(--accent-ink); font-weight: 300; }
  .hero p.lede { margin-top: 26px; }
  .hero-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
  .btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 24px; border-radius: 999px; font-size: 14px; font-weight: 500; cursor: pointer; border: none; font-family: var(--sans); text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
  .btn:active { transform: translateY(1px); }
  .btn-primary { background: var(--ink); color: var(--bg); }
  .btn-primary:hover { background: var(--accent-ink); }
  .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
  .btn-ghost:hover { border-color: var(--ink); }
  .btn-wa { background: var(--accent); color: #fff; }
  .btn-wa:hover { background: var(--accent-ink); }

  .hero-trust { margin-top: 40px; display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
  .hero-trust .item { display: flex; flex-direction: column; }
  .hero-trust .num { font-family: var(--serif); font-size: 24px; line-height: 1; }
  .hero-trust .lbl { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-top: 6px; }
  .hero-trust .divider { width: 1px; height: 32px; background: var(--line); }

  .hero-visual { position: relative; aspect-ratio: 4 / 5; }
  .hero-visual .main { width: 100%; height: 100%; border-radius: var(--radius); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,0.25); }
  .hero-visual .badge { position: absolute; left: -28px; bottom: 36px; background: var(--bg-card); border: 1px solid var(--line); padding: 16px 20px; border-radius: var(--radius); box-shadow: 0 20px 40px -20px rgba(0,0,0,0.18); max-width: 240px; }
  @media (max-width: 880px) { .hero-visual .badge { left: 10px; } }
  .badge-stars { color: var(--gold); font-size: 13px; letter-spacing: 2px; }
  .badge-quote { font-family: var(--serif); font-size: 15px; font-style: italic; color: var(--ink); margin-top: 6px; line-height: 1.35; }
  .badge-meta { font-size: 11px; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 8px; }
  .availability { position: absolute; top: -14px; right: -14px; background: var(--accent); color: #fff; padding: 8px 14px; border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; box-shadow: 0 8px 20px -8px rgba(0,0,0,0.25); }

  /* BENEFIT STRIP */
  .benefits { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; background: color-mix(in oklab, var(--bg-2) 50%, transparent); }
  .benefits-inner { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .benefit { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-2); }
  .benefit svg { color: var(--accent); flex-shrink: 0; }
  .benefit b { color: var(--ink); font-weight: 500; }

  section { padding: clamp(56px, 8vw, 120px) 0; }
  .section-head { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); }
  @media (max-width: 760px) { .section-head { grid-template-columns: 1fr; align-items: start; } }
  .section-head .title h2 { margin-top: 12px; max-width: 18ch; }
  .section-head .meta { color: var(--ink-3); font-size: 13px; align-self: end; }

  /* SERVICES */
  .pack-feature { background: var(--ink); color: var(--bg); border-radius: var(--radius); display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 4vw, 56px); padding: clamp(28px, 4vw, 48px); position: relative; overflow: hidden; margin-bottom: 24px; }
  @media (max-width: 880px) { .pack-feature { grid-template-columns: 1fr; gap: 28px; } }
  .pack-feature::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 120% at 100% 0%, color-mix(in oklab, var(--accent) 26%, transparent), transparent 55%); }
  .pack-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: #fff; padding: 5px 14px; border-radius: 999px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
  .pack-left { position: relative; z-index: 1; }
  .pack-left h3 { color: var(--bg); font-size: clamp(28px, 3vw, 40px); margin: 18px 0 14px; }
  .pack-price { display: flex; align-items: baseline; gap: 8px; }
  .pack-price .num { font-family: var(--serif); font-size: clamp(48px, 6vw, 64px); line-height: 1; }
  .pack-price .unit { font-size: 13px; color: color-mix(in oklab, var(--bg) 65%, transparent); }
  .pack-desc { margin-top: 14px; font-size: 15px; color: color-mix(in oklab, var(--bg) 82%, transparent); line-height: 1.6; max-width: 42ch; }
  .pack-who { margin-top: 18px; font-size: 13px; color: color-mix(in oklab, var(--bg) 70%, transparent); font-style: italic; font-family: var(--serif); }
  .pack-right { position: relative; z-index: 1; display: flex; flex-direction: column; }
  .pack-right .feat-list { margin-bottom: 22px; }
  .pack-note { font-size: 12px; color: color-mix(in oklab, var(--bg) 60%, transparent); margin-top: 12px; line-height: 1.5; }

  .feat-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
  .feat-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; line-height: 1.45; }
  .feat-list svg { flex-shrink: 0; margin-top: 4px; }
  .pack-right .feat-list li { color: color-mix(in oklab, var(--bg) 88%, transparent); }
  .pack-right .feat-list svg { color: var(--bg); }

  .svc-subhead { font-family: var(--serif); font-size: 20px; color: var(--ink-2); margin: 40px 0 20px; }
  .svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  @media (max-width: 880px) { .svc-grid { grid-template-columns: 1fr; } }
  .svc-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; display: flex; flex-direction: column; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
  .svc-card:hover { border-color: color-mix(in oklab, var(--accent) 50%, var(--line)); box-shadow: 0 18px 36px -26px rgba(0,0,0,0.25); transform: translateY(-2px); }
  .svc-card .who { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 14px; }
  .svc-card h4 { font-family: var(--serif); font-size: 23px; margin-bottom: 12px; }
  .svc-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 16px; }
  .svc-price .num { font-family: var(--serif); font-size: 36px; line-height: 1; }
  .svc-price .unit { font-size: 12px; color: var(--ink-3); }
  .svc-card .feat-list li { color: var(--ink-2); }
  .svc-card .feat-list svg { color: var(--accent); }
  .svc-card .btn { width: 100%; justify-content: center; }

  /* PROCESS */
  .process { background: var(--bg); }
  .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 12px; counter-reset: step; }
  @media (max-width: 880px) { .process-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .process-grid { grid-template-columns: 1fr; } }
  .step { position: relative; padding-top: 28px; border-top: 1px solid var(--line); }
  .step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: -14px; left: 0; background: var(--bg); padding-right: 12px; font-family: var(--serif); font-size: 28px; color: var(--accent-ink); }
  .step h4 { font-family: var(--serif); font-size: 22px; margin-bottom: 12px; }
  .step p { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
  .step .when { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); margin-top: 14px; }

  /* REVIEWS */
  .reviews { background: var(--bg-2); }
  .review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  @media (max-width: 880px) { .review-grid { grid-template-columns: 1fr; } }
  .review-card { background: var(--bg-card); border: 1px solid var(--line); padding: 28px; border-radius: var(--radius); display: flex; flex-direction: column; gap: 16px; }
  .review-stars { color: var(--gold); letter-spacing: 3px; font-size: 14px; }
  .review-text { font-family: var(--serif); font-size: 17px; line-height: 1.45; color: var(--ink); }
  .review-meta { display: flex; align-items: center; gap: 12px; margin-top: auto; }
  .review-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-2); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 18px; color: var(--accent-ink); }
  .review-name { font-size: 14px; font-weight: 500; color: var(--ink); }
  .review-source { font-size: 11px; color: var(--ink-3); letter-spacing: 0.08em; }
  .review-proj { font-size: 12px; color: var(--ink-3); padding-top: 12px; border-top: 1px solid var(--line); }
  .google-summary { display: flex; align-items: center; gap: 14px; background: var(--bg-card); border: 1px solid var(--line); padding: 14px 20px; border-radius: var(--radius); width: max-content; }
  .google-g { width: 32px; height: 32px; border-radius: 50%; background: conic-gradient(from -45deg, #ea4335 0 25%, #fbbc05 0 50%, #34a853 0 75%, #4285f4 0); display: flex; align-items: center; justify-content: center; color: #fff; font-family: var(--serif); font-weight: 600; font-size: 14px; }
  .google-g::after { content: "G"; }
  .google-rating .num { font-family: var(--serif); font-size: 20px; line-height: 1; }
  .google-rating .lbl { font-size: 11px; color: var(--ink-3); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

  /* PORTFOLIO */
  .portfolio { background: var(--bg-2); }
  .project { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, 3vw, 48px); align-items: center; padding: clamp(32px, 5vw, 56px) 0; border-top: 1px solid var(--line); }
  .project:first-of-type { border-top: none; padding-top: 0; }
  @media (max-width: 880px) { .project { grid-template-columns: 1fr; } }
  .ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .ba-shot { aspect-ratio: 4 / 5; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 40px -24px rgba(0,0,0,0.2); }
  .ba-tag { position: absolute; top: 12px; left: 12px; padding: 5px 10px; border-radius: 999px; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; background: rgba(0,0,0,0.7); color: #fff; }
  .ba-shot.after .ba-tag { background: rgba(255,255,255,0.92); color: var(--ink); }
  .project.reverse .ba-pair { order: 2; }
  @media (max-width: 880px) { .project.reverse .ba-pair { order: 0; } }
  .proj-meta .eyebrow { display: block; margin-bottom: 16px; }
  .proj-meta h3 { font-size: clamp(24px, 2.4vw, 32px); }
  .proj-meta .specs { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; border-top: 1px solid var(--line); padding-top: 20px; }
  .proj-meta .specs dt { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 4px; }
  .proj-meta .specs dd { margin: 0; font-family: var(--serif); font-size: 17px; color: var(--ink); }
  .proj-quote { margin-top: 22px; padding: 16px 20px; border-left: 2px solid var(--accent); font-family: var(--serif); font-style: italic; font-size: 16px; color: var(--ink-2); line-height: 1.5; }
  .proj-quote cite { display: block; font-style: normal; font-family: var(--sans); font-size: 12px; color: var(--ink-3); margin-top: 8px; letter-spacing: 0.06em; }

  /* MEET */
  .meet-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
  @media (max-width: 880px) { .meet-grid { grid-template-columns: 1fr; } }
  .meet-portrait { aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; position: relative; background: var(--bg-2); }
  .meet-portrait .sig { position: absolute; bottom: 18px; left: 18px; background: var(--bg-card); padding: 10px 14px; border-radius: var(--radius); font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--ink); box-shadow: 0 8px 20px -10px rgba(0,0,0,0.2); }
  .founder-card { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px; overflow: hidden; background: radial-gradient(115% 85% at 50% 12%, color-mix(in oklab, var(--gold) 14%, var(--bg-2)), var(--bg-2) 70%); }
  .founder-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid color-mix(in oklab, var(--accent) 32%, var(--line)); pointer-events: none; }
  .founder-mono { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -56%); font-family: var(--serif); font-weight: 400; font-size: clamp(150px, 30vw, 260px); line-height: 0.75; color: color-mix(in oklab, var(--accent) 16%, transparent); pointer-events: none; user-select: none; }
  .founder-eyebrow { position: relative; font-family: var(--sans); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--accent-ink); }
  .founder-name { position: relative; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(46px, 8vw, 76px); color: var(--ink); margin-top: 6px; }
  .founder-rule { position: relative; width: 46px; height: 1px; background: var(--accent); margin: 22px 0; }
  .founder-cap { position: relative; font-size: 13px; color: var(--ink-3); max-width: 22ch; line-height: 1.55; }
  .meet h2 { max-width: 18ch; }
  .meet-bio { margin-top: 24px; font-size: 16px; color: var(--ink-2); line-height: 1.65; max-width: 56ch; }
  .meet-bio p + p { margin-top: 14px; }
  .meet-creds { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; }
  .cred { padding: 14px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--bg-card); }
  .cred .v { font-family: var(--serif); font-size: 20px; line-height: 1; }
  .cred .k { font-size: 11px; color: var(--ink-3); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }

  /* FAQ */
  #faq { background: var(--bg-2); }
  .faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(28px, 4vw, 64px); }
  @media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; } }
  details.faq-item { border-top: 1px solid var(--line); padding: 0; }
  details.faq-item:last-of-type { border-bottom: 1px solid var(--line); }
  details.faq-item summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-family: var(--serif); font-size: 20px; color: var(--ink); font-weight: 400; }
  details.faq-item summary::-webkit-details-marker { display: none; }
  details.faq-item .icon { font-family: var(--sans); font-size: 22px; color: var(--accent-ink); transition: transform .2s ease; flex-shrink: 0; }
  details.faq-item[open] .icon { transform: rotate(45deg); }
  details.faq-item .faq-a { color: var(--ink-2); font-size: 15px; line-height: 1.6; max-width: 60ch; padding: 0 0 22px; }

  /* ORDER / ENQUIRY */
  .enquiry { background: var(--ink); color: var(--bg); }
  .enquiry h2, .enquiry .eyebrow { color: var(--bg); }
  .enquiry .eyebrow { color: color-mix(in oklab, var(--bg) 60%, var(--accent)); }
  .enquiry-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
  @media (max-width: 880px) { .enquiry-grid { grid-template-columns: 1fr; } }
  .enq-side .lede { color: color-mix(in oklab, var(--bg) 80%, transparent); }
  .enq-channels { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
  .channel { display: flex; gap: 14px; align-items: center; padding: 16px 18px; border: 1px solid color-mix(in oklab, var(--bg) 20%, transparent); border-radius: var(--radius); background: color-mix(in oklab, var(--bg) 4%, transparent); transition: background .18s ease, border-color .18s ease; }
  .channel:hover { background: color-mix(in oklab, var(--bg) 9%, transparent); border-color: color-mix(in oklab, var(--bg) 35%, transparent); }
  .channel .ico { width: 36px; height: 36px; border-radius: 50%; background: color-mix(in oklab, var(--bg) 12%, transparent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .channel .k { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: color-mix(in oklab, var(--bg) 60%, transparent); }
  .channel .v { font-family: var(--serif); font-size: 18px; margin-top: 4px; }
  .enq-form { background: color-mix(in oklab, var(--bg) 6%, transparent); border: 1px solid color-mix(in oklab, var(--bg) 14%, transparent); border-radius: var(--radius); padding: clamp(24px, 3vw, 36px); scroll-margin-top: 90px; }
  .enq-form h3 { color: var(--bg); margin-bottom: 8px; font-size: 26px; }
  .enq-form .form-desc { font-size: 14px; color: color-mix(in oklab, var(--bg) 70%, transparent); margin-bottom: 24px; }
  .field { margin-bottom: 16px; }
  .field label { display: block; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: color-mix(in oklab, var(--bg) 70%, transparent); margin-bottom: 8px; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  @media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
  .input, select.input, textarea.input { width: 100%; padding: 14px 16px; background: transparent; border: 1px solid color-mix(in oklab, var(--bg) 20%, transparent); color: var(--bg); border-radius: var(--radius); font-family: var(--sans); font-size: 14px; }
  .input:focus { outline: none; border-color: var(--bg); }
  .input::placeholder { color: color-mix(in oklab, var(--bg) 40%, transparent); }
  select.input { appearance: none; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; padding-right: 36px; }
  select.input option { color: var(--ink); background: var(--bg); }
  textarea.input { min-height: 96px; resize: vertical; }
  .btn-light { background: var(--bg); color: var(--ink); width: 100%; justify-content: center; padding: 16px 24px; margin-top: 8px; font-size: 15px; }
  .btn-light:hover { background: color-mix(in oklab, var(--bg) 85%, var(--ink)); }
  .form-fine { font-size: 12px; color: color-mix(in oklab, var(--bg) 50%, transparent); text-align: center; margin-top: 14px; line-height: 1.5; }

  /* FOOTER */
  footer { background: var(--bg); color: var(--ink-2); padding: 56px 0 32px; border-top: 1px solid var(--line); }
  .foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
  @media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  .foot h5 { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; font-weight: 500; }
  .foot ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
  .foot ul a:hover { color: var(--ink); }
  .foot-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; color: var(--ink-3); flex-wrap: wrap; gap: 12px; }

  .concept-banner { background: linear-gradient(135deg, color-mix(in oklab, var(--accent) 16%, var(--bg-2)) 0%, var(--bg-2) 100%); border-bottom: 1px solid var(--line); padding: 12px var(--pad); font-size: 12px; color: var(--ink-2); display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; text-align: center; }
  .concept-banner b { color: var(--accent-ink); font-weight: 500; }
  .concept-banner .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; flex-shrink: 0; }


/* ============ INNER PAGES ============ */
.breadcrumb { padding: 20px 0 0; font-size: 13px; color: var(--ink-3); }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }
.page-hero { padding: clamp(24px, 3vw, 44px) 0 clamp(40px, 5vw, 68px); }
.page-hero .eyebrow { display: block; margin-bottom: 16px; }
.page-hero h1 { max-width: 20ch; }
.page-hero .lede { margin-top: 22px; }
.price-line { margin-top: 26px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.price-line .num { font-family: var(--serif); font-size: clamp(40px, 5vw, 56px); line-height: 1; }
.price-line .unit { color: var(--ink-3); font-size: 14px; }
.split { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }
.prose h2 { font-size: clamp(24px, 3vw, 34px); margin: 0 0 16px; }
.prose h3 { font-size: 20px; margin: 30px 0 10px; }
.prose p { color: var(--ink-2); margin: 0 0 16px; line-height: 1.7; max-width: 62ch; }
.prose ul.ticks { margin: 0 0 18px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.prose ul.ticks li { display: flex; gap: 10px; color: var(--ink-2); line-height: 1.5; }
.prose ul.ticks li svg { color: var(--accent); flex-shrink: 0; margin-top: 5px; }
.panel-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 32px); position: sticky; top: 92px; }
.panel-card .num { font-family: var(--serif); font-size: 44px; line-height: 1; }
.panel-card .unit { color: var(--ink-3); font-size: 13px; }
.panel-card .btn { width: 100%; justify-content: center; margin-top: 18px; }
.panel-note { font-size: 12px; color: var(--ink-3); margin-top: 14px; line-height: 1.5; text-align: center; }
.cta-band { background: var(--accent-ink); color: #fff; border-radius: var(--radius); padding: clamp(30px, 4vw, 52px); text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band .lede { color: rgba(255,255,255,0.85); margin: 14px auto 26px; }
.cta-band .hero-ctas { justify-content: center; }
.cta-band .btn-primary { background: #fff; color: var(--accent-ink); }
.cta-band .btn-primary:hover { background: var(--bg); }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,0.45); }
.cta-band .btn-ghost:hover { border-color: #fff; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }
.related-card { display: block; background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: border-color .18s ease, transform .18s ease; }
.related-card:hover { border-color: color-mix(in oklab, var(--accent) 50%, var(--line)); transform: translateY(-2px); }
.related-card .k { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink); }
.related-card h4 { font-family: var(--serif); font-size: 20px; margin: 8px 0 6px; }
.related-card .p { font-size: 14px; color: var(--ink-3); }
.svc-card .detail { margin-top: 12px; text-align: center; font-size: 13px; color: var(--accent-ink); }
.svc-card .detail:hover { text-decoration: underline; }
.legal-prose { max-width: 72ch; }
.legal-prose h2 { font-family: var(--serif); font-weight: 400; font-size: 26px; margin: 36px 0 12px; }
.legal-prose p { color: var(--ink-2); line-height: 1.7; margin: 0 0 14px; }
.legal-prose ul { padding-left: 20px; margin: 0 0 16px; color: var(--ink-2); line-height: 1.7; }
.legal-prose li { margin-bottom: 6px; }
.updated { font-size: 13px; color: var(--ink-3); }


/* ============ MOBILE NAV (added for the WordPress build) ============ */
.nav-toggle { display: none; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 8px 10px; cursor: pointer; color: var(--ink); align-items: center; justify-content: center; line-height: 0; }
.nav-toggle:hover { border-color: var(--ink); }
@media (max-width: 760px) {
  nav.top .inner { flex-wrap: wrap; }
  .nav-toggle { display: inline-flex; order: 3; }
  .nav-cta { order: 2; }
  .navlinks { display: none; order: 4; flex-basis: 100%; flex-direction: column; gap: 0; margin-top: 8px; padding-top: 4px; border-top: 1px solid var(--line); }
  .navlinks.open { display: flex; }
  .navlinks a { padding: 13px 2px; border-bottom: 1px solid color-mix(in oklab, var(--line) 55%, transparent); font-size: 15px; }
  .navlinks a:last-child { border-bottom: none; }
}
