/*
Theme Name:        Movin' Florida
Theme URI:         https://www.movinflorida.com
Author:            Gena Gilleland
Author URI:        https://www.movinflorida.com
Description:       Editorial single-page real estate theme for Gena Gilleland — Movin' Florida. Central Florida REALTOR® (Charles Rutenberg Realty) serving buyers, sellers, relocators, investors, and 55+ clients across the Orlando area. Self-contained: renders fully on activation, with Customizer controls for brand color, headshot, hero style, and contact details.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       movin-florida
Tags:              real-estate, one-page, custom-colors, custom-logo, full-width-template, responsive-layout, translation-ready
*/

  /* Baked production defaults (from TWEAK_DEFAULTS in the design source):
     palette accent #e11d63 / ink #0d0d0d / paper #f7f5f5, highlight #e85d3a,
     editorial type set (Playfair Display + Manrope). --accent and --accent-2
     are overridden at runtime by the Customizer via an inline style block. */
  :root {
    --ink: #0d0d0d;
    --ink-soft: #1f1f1f;
    --muted: #6b6864;
    --paper: #f7f5f5;
    --paper-deep: #eaeae7;
    --line: rgba(13,13,13,0.10);
    --accent: #e11d63;
    --accent-2: #e85d3a;
    --accent-3: #1a8a8a;
    --display: 'Playfair Display', Georgia, serif;
    --body: 'Manrope', ui-sans-serif, system-ui, -apple-system, sans-serif;
    --display-weight: 500;
    --display-tracking: -0.025em;
  }

  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
  }

  ::selection { background: var(--accent); color: var(--paper); }

  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }

  .wrap { max-width: 1320px; margin: 0 auto; padding: 0 48px; }
  @media (max-width: 720px) { .wrap { padding: 0 22px; } }

  /* Grain overlay */
  body::after {
    content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.06'/></svg>");
    mix-blend-mode: multiply;
  }

  /* ── Top bar ───────────────────────────────────────────────────── */
  .topbar {
    position: fixed; top: 16px; left: 16px; right: 16px;
    z-index: 50;
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 22px;
    background: rgba(246, 246, 244, 0.72);
    border: 1px solid var(--line);
    border-radius: 100px;
    backdrop-filter: saturate(140%) blur(14px);
    -webkit-backdrop-filter: saturate(140%) blur(14px);
    transition: transform 400ms cubic-bezier(.2,.7,.2,1);
  }
  .mark {
    font-family: var(--display);
    font-weight: 500;
    font-size: 19px;
    letter-spacing: -0.015em;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .mark::before {
    content: ""; width: 10px; height: 10px; border-radius: 50%;
    background: var(--accent);
    animation: pulse 2.4s ease-in-out infinite;
  }
  @keyframes pulse {
    0%,100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.7; }
  }
  .nav { display: flex; gap: 28px; }
  .nav a {
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-soft);
    position: relative;
  }
  .nav a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -3px;
    height: 1.5px; background: var(--accent);
    transform: scaleX(0); transform-origin: left;
    transition: transform 280ms cubic-bezier(.2,.7,.2,1);
  }
  .nav a:hover::after { transform: scaleX(1); }
  .nav-cta {
    font-size: 13px; font-weight: 500;
    background: var(--ink); color: var(--paper);
    padding: 9px 18px; border-radius: 100px;
    display: inline-flex; align-items: center; gap: 6px;
    transition: background 220ms, transform 220ms;
  }
  .nav-cta:hover { background: var(--accent); transform: translateY(-1px); }
  .nav-cta::after { content: "→"; transition: transform 220ms; }
  .nav-cta:hover::after { transform: translateX(3px); }
  @media (max-width: 860px) { .nav { display: none; } }

  /* ── Hero ──────────────────────────────────────────────────────── */
  .hero {
    position: relative;
    min-height: 100vh;
    padding: 140px 0 80px;
    display: flex; align-items: center;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute; inset: -10%;
    z-index: 0; pointer-events: none;
    filter: blur(80px); opacity: 0.55;
    transition: opacity 400ms;
  }
  body[data-hero="calm"] .hero-bg { opacity: 0.18; }
  body[data-hero="split"] .hero-bg { opacity: 0.12; }
  body[data-hero="split"] .hero { min-height: auto; padding: 130px 0 60px; }
  .blob {
    position: absolute; border-radius: 50%;
    animation: drift 18s ease-in-out infinite alternate;
  }
  .blob-1 { width: 540px; height: 540px; top: 0; right: -10%; background: var(--accent); }
  .blob-2 { width: 420px; height: 420px; bottom: -8%; left: -8%; background: var(--accent-2); animation-duration: 24s; animation-delay: -3s; }
  .blob-3 { width: 360px; height: 360px; top: 30%; left: 40%; background: var(--accent-3); opacity: 0.5; animation-duration: 30s; animation-delay: -7s; }
  @keyframes drift {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, -30px) scale(1.1); }
    100% { transform: translate(-30px, 40px) scale(0.95); }
  }

  .hero-grid {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 64px;
    align-items: end;
    width: 100%;
  }
  @media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 48px; } }

  .broker-logo {
    display: inline-flex; flex-direction: column; align-items: flex-start;
    color: var(--accent);
    margin-bottom: 28px;
    line-height: 1.1;
    transition: color 320ms;
  }
  .broker-logo .bl-eyebrow {
    font-family: var(--sans); font-size: 10px; font-weight: 500;
    letter-spacing: 0.32em; text-transform: uppercase;
    opacity: 0.75; margin-bottom: 6px;
  }
  .broker-logo .bl-mark {
    font-family: var(--display); font-weight: 500;
    font-size: 24px; letter-spacing: 0.005em;
    font-style: italic;
  }
  .broker-logo .bl-rule {
    display: block; height: 1px; width: 220px;
    background: currentColor; opacity: 0.35;
    margin: 8px 0;
  }
  .broker-logo .bl-foot {
    font-family: var(--sans); font-size: 9px; font-weight: 500;
    letter-spacing: 0.32em; text-transform: uppercase;
    opacity: 0.7;
  }
  body[data-hero^="photo"] .broker-logo .bl-eyebrow,
  body[data-hero^="photo"] .broker-logo .bl-foot { opacity: 0.85; }

  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: 12px; font-weight: 500;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--ink-soft);
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 100px;
    background: rgba(255,255,255,0.4);
    margin-bottom: 36px;
    backdrop-filter: blur(8px);
  }
  .hero-eyebrow .dot {
    width: 6px; height: 6px; border-radius: 50%; background: var(--accent-3);
  }

  .display {
    font-family: var(--display);
    font-weight: var(--display-weight);
    font-size: clamp(64px, 10.5vw, 168px);
    line-height: 0.88;
    letter-spacing: var(--display-tracking);
    margin: 0;
    color: var(--ink);
  }
  .display .line { display: block; overflow: hidden; }
  .display .line > span {
    display: inline-block;
    transform: translateY(110%);
    animation: rise 1.1s cubic-bezier(.2,.8,.2,1) forwards;
  }
  .display .line:nth-child(1) > span { animation-delay: 0.05s; }
  .display .line:nth-child(2) > span { animation-delay: 0.18s; }
  .display .line:nth-child(3) > span { animation-delay: 0.31s; }
  @keyframes rise { to { transform: translateY(0); } }

  .display em {
    font-style: italic;
    font-weight: 300;
    color: var(--accent);
    font-variation-settings: "opsz" 144, "SOFT" 100;
  }

  /* Word rotator */
  .rotator {
    display: inline-block; position: relative;
    color: var(--accent);
    font-family: var(--body);
    font-style: normal; font-weight: 600;
    font-size: 0.82em;
    letter-spacing: -0.02em;
    vertical-align: baseline;
    min-width: 7ch;
  }
  .rotator span {
    position: absolute; left: 0; top: 0;
    opacity: 0; transform: translateY(20px);
    transition: opacity 600ms, transform 600ms;
    white-space: nowrap;
  }
  .rotator span.is-active {
    opacity: 1; transform: translateY(0); position: relative;
  }
  .rotator span.is-out {
    opacity: 0; transform: translateY(-20px);
  }

  .hero-side {
    display: flex; flex-direction: column; gap: 32px;
    align-items: flex-end;
  }
  @media (max-width: 980px) { .hero-side { align-items: flex-start; } }

  .lede {
    font-size: 18px; line-height: 1.5;
    color: var(--ink-soft);
    max-width: 36ch;
    text-wrap: pretty;
  }
  .lede strong {
    font-family: var(--display);
    font-weight: 400; font-style: italic;
    color: var(--accent);
  }

  .hero-cta {
    display: inline-flex; align-items: center; gap: 14px;
    background: var(--ink); color: var(--paper);
    padding: 18px 28px;
    border-radius: 100px;
    font-size: 15px; font-weight: 500;
    transition: background 280ms, transform 280ms;
  }
  .hero-cta:hover { background: var(--accent); transform: translateY(-2px); }
  .hero-cta .arrow {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--accent); color: var(--ink);
    display: inline-flex; align-items: center; justify-content: center;
    transition: background 280ms, transform 280ms;
  }
  .hero-cta:hover .arrow { background: var(--paper); transform: rotate(-45deg); }

  /* Spinning badge */
  .badge {
    position: absolute;
    width: 168px; height: 168px;
    right: 8%; top: 22%;
    z-index: 2;
    animation: spin 22s linear infinite;
  }
  @media (max-width: 980px) { .badge { right: 4%; top: 9%; width: 124px; height: 124px; } }
  @keyframes spin { to { transform: rotate(360deg); } }
  .badge-inner {
    position: absolute; inset: 14%;
    background: var(--ink); color: var(--paper);
    border-radius: 50%;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-family: var(--display); font-style: italic; font-weight: 400;
    font-size: 18px; line-height: 1;
    animation: spin 22s linear infinite reverse;
  }
  .badge-inner small {
    font-family: var(--body); font-style: normal;
    font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--accent-2); margin-top: 4px;
  }
  .badge svg { width: 100%; height: 100%; }
  .badge text {
    font-family: var(--body); font-size: 12px; font-weight: 600;
    letter-spacing: 0.22em; fill: var(--ink); text-transform: uppercase;
  }

  /* Hero stats */
  .hero-stats {
    display: flex; gap: 24px;
    margin-top: 56px;
    flex-wrap: wrap;
  }
  .stat {
    flex: 1; min-width: 140px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
    opacity: 0; transform: translateY(20px);
    animation: fade-up 800ms cubic-bezier(.2,.8,.2,1) forwards;
  }
  .stat:nth-child(1) { animation-delay: 0.7s; }
  .stat:nth-child(2) { animation-delay: 0.8s; }
  .stat:nth-child(3) { animation-delay: 0.9s; }
  .stat:nth-child(4) { animation-delay: 1.0s; }
  @keyframes fade-up { to { opacity: 1; transform: translateY(0); } }

  .stat-num {
    font-family: var(--display);
    font-size: 38px; font-weight: 400;
    line-height: 1; letter-spacing: -0.02em;
  }
  .stat-num em {
    font-style: italic; color: var(--accent); font-weight: 300;
  }
  .stat-lbl {
    font-size: 12px; color: var(--muted);
    margin-top: 6px;
    letter-spacing: 0.04em;
  }

  /* ── Hero variant: photo backgrounds (3 options) ───────────────── */
  body[data-hero^="photo"] .hero { min-height: 92vh; padding: 130px 0 100px; }
  body[data-hero^="photo"] .hero-bg { display: none; }
  body[data-hero^="photo"] .hero::before {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background-size: cover; background-position: center;
  }
  body[data-hero^="photo"] .hero::after {
    content: ""; position: absolute; inset: 0; z-index: 0;
    background: linear-gradient(180deg, rgba(246,246,244,0.55) 0%, rgba(246,246,244,0.85) 60%, var(--paper) 100%);
  }
  body[data-hero^="photo"] .hero-grid { z-index: 1; }
  body[data-hero^="photo"] .hero-stats { display: none; }
  body[data-hero^="photo"] .badge { display: none; }
  body[data-hero^="photo"] .display { font-size: clamp(56px, 9vw, 132px); }
  body[data-hero^="photo"] .hero-eyebrow { background: rgba(255,255,255,0.7); }

  /* Script overlay word, like the inspiration */
  .hero-script {
    position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%);
    font-family: 'Pinyon Script', 'Allura', cursive;
    font-size: clamp(220px, 38vw, 620px);
    line-height: 1; color: rgba(13,13,13,0.10);
    pointer-events: none; user-select: none;
    z-index: 0; white-space: nowrap;
  }
  body:not([data-hero^="photo"]) .hero-script { display: none; }
  /* frame border like inspiration */
  body[data-hero^="photo"] .hero-frame {
    position: absolute; inset: 40px; z-index: 0;
    border: 1px solid rgba(13,13,13,0.18);
    pointer-events: none;
  }
  body:not([data-hero^="photo"]) .hero-frame { display: none; }

  /* Photo hero: background image is supplied by the Customizer ("Hero background
     image") and injected as --hero-photo on the .hero element. Self-hosted, no
     external hotlinking. */
  body[data-hero^="photo"] .hero::before { background-image: var(--hero-photo, none); }

  body[data-hero="split"] .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    align-items: center;
    gap: 56px;
  }
  body[data-hero="split"] .display { font-size: clamp(48px, 7vw, 104px); }
  body[data-hero="split"] .hero-stats { display: none; }
  body[data-hero="split"] .hero-portrait-inline {
    display: block; position: relative;
    aspect-ratio: 4/5;
    border-radius: 16px;
    overflow: hidden;
    background: var(--paper-deep);
    box-shadow: 0 30px 80px -30px rgba(0,0,0,0.35);
  }
  body:not([data-hero="split"]) .hero-portrait-inline { display: none; }
  body[data-hero="split"] .badge { right: -2%; top: 8%; width: 130px; height: 130px; }
  body[data-hero="split"] .hero-side { align-items: flex-start; }
  @media (max-width: 980px) {
    body[data-hero="split"] .hero-grid { grid-template-columns: 1fr; }
  }

  /* ── Hero variant: calm (no blob bg, soft) ────────────────── */
  body[data-hero="calm"] .hero { min-height: auto; padding: 140px 0 70px; }
  body[data-hero="calm"] .blob-1, body[data-hero="calm"] .blob-2, body[data-hero="calm"] .blob-3 { display: none; }
  body[data-hero="calm"] .hero::before {
    content: ""; position: absolute; left: 5%; right: 5%; top: 22%;
    height: 1px; background: var(--line); z-index: 0;
  }
  .marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--ink);
    color: var(--paper);
    padding: 22px 0;
    overflow: hidden;
    display: flex;
  }
  .marquee-track {
    display: flex; gap: 48px;
    white-space: nowrap;
    animation: scroll 36s linear infinite;
    padding-right: 48px;
  }
  .marquee:hover .marquee-track { animation-play-state: paused; }
  @keyframes scroll { to { transform: translateX(-50%); } }
  .marquee-item {
    display: inline-flex; align-items: center; gap: 48px;
    font-family: var(--display); font-weight: 400;
    font-size: clamp(28px, 4vw, 56px);
    letter-spacing: -0.02em;
  }
  .marquee-item em { font-style: italic; color: var(--accent-2); }
  .marquee-item::after {
    content: ""; width: 14px; height: 14px; border-radius: 50%;
    background: var(--accent); flex-shrink: 0;
  }

  /* ── Reveal ───────────────────────────────────────────────────── */
  .reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 900ms cubic-bezier(.2,.8,.2,1), transform 900ms cubic-bezier(.2,.8,.2,1);
  }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* ── Sections ─────────────────────────────────────────────────── */
  section { padding: 140px 0; position: relative; }
  @media (max-width: 720px) { section { padding: 88px 0; } }

  /* Property X-Ray section */
  .xray-promo { padding: 100px 0; }
  .xray-card { position: relative; overflow: hidden; background: linear-gradient(135deg, #0f2d44 0%, #1e4866 100%); color: #fafaf9; border-radius: 28px; padding: 72px; }
  @media (max-width: 720px) { .xray-card { padding: 44px 28px; border-radius: 20px; } }
  .xray-glow { position: absolute; inset: -20%; pointer-events: none; background: radial-gradient(circle at 80% 20%, rgba(234,88,12,0.45), transparent 45%), radial-gradient(circle at 10% 90%, rgba(251,146,60,0.25), transparent 45%); filter: blur(20px); animation: drift 22s ease-in-out infinite alternate; }
  .xray-inner { position: relative; z-index: 1; max-width: 780px; }
  .xray-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #fb923c; font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; padding: 8px 14px; border-radius: 100px; background: rgba(234,88,12,0.12); border: 1px solid rgba(234,88,12,0.3); margin-bottom: 28px; }
  .xray-pulse { width: 8px; height: 8px; border-radius: 50%; background: #16a34a; box-shadow: 0 0 0 0 rgba(22,163,74,0.7); animation: xray-pulse 2s ease-out infinite; }
  @keyframes xray-pulse { 0% { box-shadow: 0 0 0 0 rgba(22,163,74,0.7); } 100% { box-shadow: 0 0 0 10px rgba(22,163,74,0); } }
  .xray-title { font-family: var(--display); font-weight: var(--display-weight); font-size: clamp(48px, 6.5vw, 84px); line-height: 1; letter-spacing: -0.02em; margin: 0 0 24px; color: #fafaf9; }
  .xray-title em { font-style: italic; color: #ea580c; }
  .xray-lede { font-size: 18px; line-height: 1.6; color: rgba(250,250,249,0.78); max-width: 56ch; margin: 0 0 32px; }
  .xray-verdicts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
  .xv { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 100px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); font-size: 13px; font-weight: 500; }
  .xv .orb { width: 12px; height: 12px; border-radius: 50%; }
  .xv-g .orb { background: #16a34a; box-shadow: 0 0 12px rgba(22,163,74,0.6); }
  .xv-y .orb { background: #d97706; box-shadow: 0 0 12px rgba(217,119,6,0.6); }
  .xv-r .orb { background: #dc2626; box-shadow: 0 0 12px rgba(220,38,38,0.6); }
  .xray-bullets { list-style: none; padding: 0; margin: 0 0 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 32px; }
  @media (max-width: 720px) { .xray-bullets { grid-template-columns: 1fr; } }
  .xray-bullets li { position: relative; padding-left: 28px; color: rgba(250,250,249,0.85); font-size: 15px; line-height: 1.5; }
  .xray-bullets li::before { content: "→"; position: absolute; left: 0; top: 0; color: #ea580c; font-weight: 700; }
  .xray-ctas { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; }
  .xray-cta { display: inline-flex; align-items: center; gap: 10px; background: #ea580c; color: #fff; font-weight: 700; font-size: 16px; padding: 18px 28px; border-radius: 12px; box-shadow: 0 4px 14px rgba(234,88,12,0.4); transition: transform 220ms, background 220ms, box-shadow 220ms; }
  .xray-cta:hover { transform: translateY(-2px); background: #c2410c; box-shadow: 0 8px 22px rgba(234,88,12,0.5); }
  .xray-cta-sec { color: rgba(250,250,249,0.85); font-weight: 500; font-size: 15px; border-bottom: 1px solid rgba(250,250,249,0.3); padding-bottom: 2px; }
  .xray-cta-sec:hover { color: #fb923c; border-color: #fb923c; }
  .xray-foot { margin-top: 36px; font-style: italic; font-family: var(--display); font-size: 18px; color: rgba(250,250,249,0.55); }

  .section-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 12px; font-weight: 500; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink);
    margin-bottom: 28px;
  }
  .section-tag::before {
    content: ""; width: 28px; height: 1.5px; background: var(--accent);
  }
  .section-title {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(44px, 6.5vw, 96px);
    line-height: 0.96;
    letter-spacing: -0.03em;
    margin: 0 0 28px;
    text-wrap: balance;
    max-width: 18ch;
  }
  .section-title em {
    font-style: italic; font-weight: 300; color: var(--accent);
  }

  /* ── About ────────────────────────────────────────────────────── */
  .about-grid {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 96px;
    align-items: start;
  }
  @media (max-width: 860px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } }
  .about-col p {
    font-size: 19px; line-height: 1.55;
    color: var(--ink-soft);
    margin: 0 0 1.1em;
    max-width: 44ch;
    text-wrap: pretty;
  }
  .about-col p:first-child {
    font-family: var(--display);
    font-size: 28px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--ink);
    margin-bottom: 1.2em;
  }
  .about-col p:first-child em { font-style: italic; color: var(--accent); }

  .about-portrait {
    position: relative;
    aspect-ratio: 4 / 5;
  }
  .about-portrait .portrait-frame {
    position: absolute; inset: 0;
    background: var(--paper-deep);
    border-radius: 8px;
    overflow: hidden;
  }
  .about-portrait img { width: 100%; height: 100%; object-fit: cover; }
  .portrait-floater {
    position: absolute; left: -20px; bottom: 32px;
    z-index: 2;
    white-space: nowrap;
    background: var(--accent); color: var(--paper);
    padding: 16px 22px;
    border-radius: 100px;
    font-size: 14px; font-weight: 500;
    box-shadow: 0 12px 30px -10px rgba(0,0,0,0.25);
  }
  .portrait-floater em {
    font-family: var(--display); font-style: italic; font-weight: 300;
    margin-right: 6px;
  }

  /* ── Specialties (bento) ─────────────────────────────────────── */
  .specs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(200px, auto);
    gap: 16px;
  }
  @media (max-width: 860px) { .specs { grid-template-columns: 1fr; } }

  .spec {
    grid-column: span 2;
    background: var(--paper-deep);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: transform 360ms cubic-bezier(.2,.8,.2,1), background 360ms;
  }
  .spec:hover { transform: translateY(-4px); }
  .spec::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(232,93,58,0.18), transparent 50%);
    opacity: 0; transition: opacity 360ms;
    pointer-events: none;
  }
  .spec:hover::before { opacity: 1; }
  .spec.spec-wide { grid-column: span 4; }
  .spec.spec-tall { grid-row: span 2; }
  .spec.feat {
    background: var(--ink); color: var(--paper);
    grid-column: span 4;
  }
  .spec.feat .spec-no { color: var(--accent-2); }
  .spec.feat::before { background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(245,184,0,0.2), transparent 55%); }
  @media (max-width: 860px) {
    .spec, .spec.spec-wide, .spec.spec-tall, .spec.feat { grid-column: span 1; grid-row: auto; }
  }
  .spec-no {
    font-family: var(--display); font-style: italic; font-weight: 300;
    font-size: 16px; color: var(--accent);
    margin-bottom: 18px;
    display: flex; align-items: center; gap: 10px;
  }
  .spec-no::after {
    content: ""; flex: 1; height: 1px;
    background: currentColor; opacity: 0.25;
  }
  .spec-title {
    font-family: var(--display); font-weight: 400;
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.05; letter-spacing: -0.02em;
    margin: 0 0 12px;
  }
  .spec-title em { font-style: italic; color: var(--accent); }
  .spec.feat .spec-title em { color: var(--accent-2); }
  .spec-desc {
    font-size: 14.5px; line-height: 1.55;
    color: var(--muted); margin: 0;
    max-width: 38ch; text-wrap: pretty;
    position: relative; z-index: 1;
  }
  .spec.feat .spec-desc { color: rgba(244,239,231,0.7); }

  /* ── Process ─────────────────────────────────────────────────── */
  .process {
    background: var(--ink);
    color: var(--paper);
  }
  .process .section-tag { color: var(--paper); }
  .process .section-tag::before { background: var(--accent-2); }
  .process .section-title em { color: var(--accent-2); }

  .process-grid {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
  }
  @media (max-width: 980px) { .process-grid { grid-template-columns: 1fr; gap: 32px; } }

  .process-list { position: relative; }
  .step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 32px;
    padding: 36px 0;
    border-top: 1px solid rgba(244,239,231,0.12);
    align-items: start;
    transition: padding 400ms, background 400ms;
  }
  .step:last-child { border-bottom: 1px solid rgba(244,239,231,0.12); }
  .step:hover { padding-left: 16px; }
  .step-no {
    font-family: var(--display);
    font-size: 64px; font-weight: 300; font-style: italic;
    color: var(--accent-2); line-height: 1;
    transition: transform 400ms;
  }
  .step:hover .step-no { transform: translateX(-6px) scale(1.05); }
  .step-title {
    font-family: var(--display); font-weight: 400;
    font-size: 30px; line-height: 1.05;
    margin: 0 0 8px;
    letter-spacing: -0.02em;
  }
  .step-desc {
    color: rgba(244,239,231,0.7);
    font-size: 15px; line-height: 1.55;
    margin: 0; max-width: 48ch; text-wrap: pretty;
  }

  /* ── Gallery ─────────────────────────────────────────────────── */
  .gallery { background: var(--paper); }
  .gal-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 88px;
    gap: 14px;
  }
  @media (max-width: 860px) {
    .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }
  }
  .gal {
    position: relative; overflow: hidden;
    border-radius: 12px;
    background: var(--paper-deep);
    transition: transform 600ms cubic-bezier(.2,.8,.2,1);
  }
  .gal:hover { transform: scale(1.02); }
  .gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 1000ms; }
  .gal:hover img { transform: scale(1.06); }
  .gal-1 { grid-column: span 5; grid-row: span 6; }
  .gal-2 { grid-column: span 4; grid-row: span 4; }
  .gal-3 { grid-column: span 3; grid-row: span 4; }
  .gal-4 { grid-column: span 4; grid-row: span 4; }
  .gal-5 { grid-column: span 3; grid-row: span 6; }
  @media (max-width: 860px) {
    .gal-1, .gal-2, .gal-3, .gal-4, .gal-5 { grid-column: span 1; grid-row: span 2; }
  }
  .gal-cap {
    position: absolute; left: 16px; bottom: 14px; right: 16px;
    color: var(--paper);
    font-family: var(--display); font-style: italic; font-weight: 300;
    font-size: 18px;
    text-shadow: 0 1px 16px rgba(0,0,0,0.5);
    pointer-events: none;
    opacity: 0; transform: translateY(8px);
    transition: opacity 400ms, transform 400ms;
  }
  .gal:hover .gal-cap { opacity: 1; transform: translateY(0); }

  /* ── Testimonials marquee ───────────────────────────────────── */
  .testimonials {
    background: var(--paper-deep);
    overflow: hidden;
  }
  .quotes-track {
    display: flex; gap: 24px;
    animation: scroll 60s linear infinite;
    width: max-content;
  }
  .testimonials:hover .quotes-track { animation-play-state: paused; }
  .quote-card {
    flex: 0 0 480px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 36px;
    display: flex; flex-direction: column; gap: 20px;
  }
  @media (max-width: 720px) { .quote-card { flex: 0 0 86vw; } }
  .quote-stars {
    color: var(--accent-2);
    letter-spacing: 2px;
    font-size: 16px;
  }
  .quote-card p {
    font-family: var(--display); font-weight: 400;
    font-size: 22px; line-height: 1.35;
    margin: 0; letter-spacing: -0.01em;
    text-wrap: pretty; flex: 1;
  }
  .quote-card .who {
    font-size: 13px; font-weight: 500; color: var(--ink);
    margin-top: auto;
  }
  .quote-card .where {
    font-size: 12px; color: var(--muted);
    margin-top: 2px;
  }

  /* ── Contact ─────────────────────────────────────────────────── */
  .contact {
    position: relative;
    background: var(--paper);
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }
  @media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } }

  .contact-card {
    background: var(--ink); color: var(--paper);
    border-radius: 24px;
    padding: 48px;
    position: relative;
    overflow: hidden;
  }
  .contact-card::before {
    content: ""; position: absolute;
    top: -120px; right: -120px;
    width: 360px; height: 360px;
    background: var(--accent);
    border-radius: 50%;
    filter: blur(40px); opacity: 0.4;
    animation: drift 14s ease-in-out infinite alternate;
  }
  .contact-h {
    font-family: var(--display); font-weight: 400;
    font-size: 44px; line-height: 1; letter-spacing: -0.02em;
    margin: 0 0 24px;
    position: relative;
  }
  .contact-h em { font-style: italic; color: var(--accent-2); font-weight: 300; }
  .contact-list { padding: 0; margin: 32px 0 0; list-style: none; position: relative; display: flex; flex-direction: column; gap: 14px; }
  .contact-list li {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 14px 0;
    border-top: 1px solid rgba(244,239,231,0.14);
    gap: 16px;
  }
  .contact-list li:last-child { border-bottom: 1px solid rgba(244,239,231,0.14); }
  .contact-list .lbl {
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(244,239,231,0.5);
  }
  .contact-list .val {
    font-family: var(--display); font-size: 19px; font-weight: 400;
    text-align: right;
  }
  .contact-list .val em { font-style: italic; color: var(--accent-2); font-weight: 300; }

  form.contact-form { display: flex; flex-direction: column; gap: 20px; }
  .field { display: flex; flex-direction: column; gap: 8px; position: relative; }
  .field label {
    font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--muted); font-weight: 500;
  }
  .field input, .field textarea, .field select {
    background: transparent;
    border: 0;
    border-bottom: 1.5px solid var(--line);
    padding: 12px 0;
    font-family: var(--display);
    font-size: 24px; font-weight: 400;
    color: var(--ink);
    outline: none;
    transition: border-color 280ms;
    border-radius: 0;
    letter-spacing: -0.01em;
  }
  .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); }
  .field input::placeholder, .field textarea::placeholder {
    color: rgba(107,104,98,0.45);
    font-style: italic;
  }
  .field textarea { resize: vertical; min-height: 100px; font-size: 17px; line-height: 1.5; font-family: var(--body); }

  .submit {
    margin-top: 8px; align-self: flex-start;
    background: var(--ink); color: var(--paper);
    border: 0; cursor: pointer;
    padding: 18px 28px;
    border-radius: 100px;
    font-family: var(--body); font-size: 14px; font-weight: 500;
    display: inline-flex; align-items: center; gap: 12px;
    transition: background 280ms, transform 280ms;
  }
  .submit:hover { background: var(--accent); transform: translateY(-2px); }
  .submit .arrow {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--accent); color: var(--ink);
    display: inline-flex; align-items: center; justify-content: center;
    transition: background 280ms, transform 280ms;
  }
  .submit:hover .arrow { background: var(--paper); transform: rotate(-45deg); }

  /* ── Footer ──────────────────────────────────────────────────── */
  footer.foot {
    background: var(--ink); color: var(--paper);
    padding: 80px 0 32px;
    position: relative; overflow: hidden;
  }
  .foot-mark {
    font-family: var(--display);
    font-weight: 400;
    font-size: clamp(72px, 16vw, 240px);
    line-height: 0.85;
    letter-spacing: -0.04em;
    margin: 0;
  }
  .foot-mark em { font-style: italic; color: var(--accent); font-weight: 300; }
  .foot-meta {
    margin-top: 56px;
    display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid rgba(244,239,231,0.14);
    color: rgba(244,239,231,0.55);
    font-size: 13px;
  }
  .foot-meta a:hover { color: var(--accent-2); }
