:root {
      --green-deep:   #1B3226;
      --green-mid:    #2A4D3A;
      --green-light:  #3D6B52;
      --amber:        #C4813A;
      --amber-light:  #D9A055;
      --sand:         #F4EDDF;
      --sand-light:   #FAF7F2;
      --charcoal:     #1A1A18;
      --warm-white:   #FDFAF5;
      --text-dark:    #1E2420;
      --text-mid:     #4A5248;
      --text-light:   #7A8478;
      --border:       rgba(27,50,38,0.12);
      --border-focus: rgba(196,129,58,0.5);
      --error:        #C0392B;
      --success:      #2A7A4A;
      --font-display: 'Cormorant Garamond', Georgia, serif;
      --font-body:    'DM Sans', system-ui, sans-serif;
      --ease-out:     cubic-bezier(0.16, 1, 0.3, 1);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: clamp(15px, 1.1vw, 17px); }
    body {
      font-family: var(--font-body);
      background: var(--warm-white);
      color: var(--text-dark);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    img { display: block; width: 100%; height: 100%; object-fit: cover; }
    a { color: inherit; text-decoration: none; }

    body::before {
      content: '';
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      opacity: 0.5; pointer-events: none; z-index: 9999;
    }

    /* ═══════════════ NAV ═══════════════ */
    .nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 100;
      padding: 0 clamp(1.5rem, 5vw, 4rem); height: 103px;
      display: flex; align-items: center; justify-content: space-between;
      background: rgba(253,250,245,0.96); backdrop-filter: blur(12px);
      box-shadow: 0 1px 0 var(--border);
    }
    .nav-logo { display: flex; align-items: center; }
    .nav-logo-img { height: 66px; width: auto; max-width: 220px; object-fit: contain; transition: opacity 0.2s; }
    .nav-logo:hover .nav-logo-img { opacity: 0.85; }
    .nav-logo-old { display: flex; align-items: center; gap: 12px; }
    .nav-logo-mark { width: 38px; height: 38px; background: var(--green-deep); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
    .nav-logo-mark svg { width: 22px; height: 22px; fill: none; stroke: var(--amber); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .nav-logo-text { display: flex; flex-direction: column; line-height: 1; }
    .nav-logo-name { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--green-deep); letter-spacing: -0.01em; }
    .nav-logo-sub { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); margin-top: 2px; }
    .nav-links { display: flex; align-items: center; gap: 1.2rem; list-style: none; }
    .nav-links a { font-size: 1.00rem; font-weight: 500; color: var(--text-mid); letter-spacing: 0.02em; transition: color 0.2s; position: relative; }
    .nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; right: 100%; height: 1.5px; background: var(--amber); transition: right 0.3s var(--ease-out); }
    .nav-links a:hover, .nav-links a.active { color: var(--green-deep); }
    .nav-links a:hover::after, .nav-links a.active::after { right: 0; }
    .nav-cta { background: var(--green-deep) !important; color: var(--warm-white) !important; padding: 0.55rem 1.3rem; border-radius: 4px; font-size: 0.8rem !important; font-weight: 600 !important; letter-spacing: 0.04em; }
    .nav-cta::after { display: none !important; }
    .nav-cta:hover { background: var(--green-mid) !important; }
    .nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
    .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--green-deep); border-radius: 2px; }
    .nav-mobile { display: none; position: fixed; inset: 0; background: var(--warm-white); z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
    .nav-mobile.open { opacity: 1; pointer-events: all; }
    .nav-mobile a { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 3rem); font-weight: 400; color: var(--green-deep); }
    .nav-mobile a:hover { color: var(--amber); }
    .nav-mobile .mob-cta { margin-top: 1rem; background: var(--green-deep); color: var(--warm-white); padding: 0.8rem 2.4rem; border-radius: 4px; font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; }

    /* ═══════════════ PAGE HERO ═══════════════ */
    .page-hero {
      padding-top: 103px;
      background: var(--green-deep);
      position: relative; overflow: hidden;
    }
    .page-hero-grain {
      position: absolute; inset: 0;
      background:
        repeating-linear-gradient(92deg, transparent, transparent 60px, rgba(255,255,255,0.012) 60px, rgba(255,255,255,0.012) 61px),
        repeating-linear-gradient(88deg, transparent, transparent 140px, rgba(255,255,255,0.008) 140px, rgba(255,255,255,0.008) 141px);
    }
    .page-hero-content {
      position: relative; z-index: 2;
      max-width: 1400px; margin: 0 auto;
      padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem) clamp(3rem, 5vw, 4.5rem);
      display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: flex-end;
    }
    .page-hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 1.5rem; }
    .page-hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
    .page-hero-eyebrow-text { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
    .page-hero-title { font-family: var(--font-display); font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 300; line-height: 1.02; letter-spacing: -0.03em; color: var(--warm-white); }
    .page-hero-title em { font-style: italic; color: var(--amber-light); }
    .page-hero-right { display: flex; flex-direction: column; justify-content: flex-end; gap: 1.5rem; padding-bottom: 0.3rem; }
    .page-hero-desc { font-size: 0.9rem; line-height: 1.85; color: rgba(255,255,255,0.55); max-width: 380px; }
    .page-hero-desc strong { color: rgba(255,255,255,0.85); font-weight: 500; }
    .hero-contact-pills { display: flex; gap: 0.8rem; flex-wrap: wrap; }
    .hero-pill {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
      color: rgba(255,255,255,0.7);
      font-size: 0.78rem; font-weight: 500;
      padding: 0.45rem 0.9rem; border-radius: 100px;
      transition: all 0.2s;
    }
    .hero-pill:hover { background: rgba(196,129,58,0.15); border-color: rgba(196,129,58,0.3); color: var(--amber-light); }
    .hero-pill svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

    /* ═══════════════ BREADCRUMB ═══════════════ */
    .breadcrumb { background: var(--sand); border-bottom: 1px solid var(--border); padding: 0.9rem clamp(1.5rem, 5vw, 4rem); }
    .breadcrumb-inner { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; gap: 0.6rem; }
    .breadcrumb a, .breadcrumb span { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.04em; color: var(--text-light); }
    .breadcrumb a:hover { color: var(--amber); }
    .breadcrumb-sep { color: var(--text-light); font-size: 0.65rem; }
    .breadcrumb .current { color: var(--green-deep); font-weight: 600; }

    /* ═══════════════ MAIN LAYOUT ═══════════════ */
    .main-section {
      max-width: 1400px; margin: 0 auto;
      padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 5vw, 4rem);
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: clamp(3rem, 6vw, 6rem);
      align-items: start;
    }

    /* ═══════════════ FORM SIDE ═══════════════ */
    .form-side {}
    .section-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 1.2rem; }
    .section-eyebrow-line { width: 32px; height: 2px; background: var(--amber); border-radius: 2px; }
    .t-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
    .form-heading {
      font-family: var(--font-display);
      font-size: clamp(2rem, 3.5vw, 3.2rem);
      font-weight: 400; line-height: 1.1; letter-spacing: -0.02em;
      color: var(--green-deep); margin-bottom: 0.7rem;
    }
    .form-heading em { font-style: italic; color: var(--amber); }
    .form-subtext { font-size: 0.88rem; line-height: 1.75; color: var(--text-mid); margin-bottom: 2.5rem; }

    /* Form */
    .contact-form { display: flex; flex-direction: column; gap: 1.2rem; }

    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }

    .field { display: flex; flex-direction: column; gap: 0.4rem; }
    .field label {
      font-size: 0.72rem; font-weight: 600;
      letter-spacing: 0.06em; text-transform: uppercase;
      color: var(--text-dark);
    }
    .field label .required { color: var(--amber); margin-left: 2px; }

    .field input,
    .field select,
    .field textarea {
      font-family: var(--font-body);
      font-size: 0.9rem;
      color: var(--text-dark);
      background: var(--warm-white);
      border: 1.5px solid var(--border);
      border-radius: 6px;
      padding: 0.75rem 1rem;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      width: 100%;
      appearance: none;
      -webkit-appearance: none;
    }
    .field input::placeholder,
    .field textarea::placeholder { color: var(--text-light); font-size: 0.85rem; }
    .field input:focus,
    .field select:focus,
    .field textarea:focus {
      border-color: var(--amber);
      box-shadow: 0 0 0 3px rgba(196,129,58,0.12);
    }
    .field input:hover,
    .field select:hover,
    .field textarea:hover {
      border-color: rgba(27,50,38,0.25);
    }
    .field textarea { resize: vertical; min-height: 130px; line-height: 1.65; }

    /* Select arrow */
    .field-select { position: relative; }
    .field-select::after {
      content: '';
      position: absolute;
      right: 1rem; top: 50%; transform: translateY(-50%);
      width: 0; height: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 5px solid var(--text-mid);
      pointer-events: none;
    }

    /* Dimensions group */
    .dimensions-group {
      background: var(--sand-light);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 1.4rem;
    }
    .dimensions-label {
      font-size: 0.72rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
      color: var(--text-dark); margin-bottom: 1rem;
      display: flex; align-items: center; gap: 8px;
    }
    .dimensions-label svg { width: 14px; height: 14px; stroke: var(--amber); fill: none; stroke-width: 2; }
    .dimensions-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 0.8rem; }
    .dim-field { display: flex; flex-direction: column; gap: 0.35rem; }
    .dim-field span { font-size: 0.65rem; color: var(--text-light); font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
    .dim-field input {
      font-size: 0.85rem; padding: 0.6rem 0.8rem;
      border: 1.5px solid var(--border); border-radius: 5px;
      background: var(--warm-white); outline: none;
      transition: border-color 0.2s;
      font-family: var(--font-body);
    }
    .dim-field input:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(196,129,58,0.1); }
    .dim-field input::placeholder { color: var(--text-light); }

    /* File upload */
    .file-upload {
      border: 1.5px dashed rgba(27,50,38,0.2);
      border-radius: 6px;
      padding: 1.2rem;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s;
      position: relative;
    }
    .file-upload:hover { border-color: var(--amber); background: rgba(196,129,58,0.04); }
    .file-upload input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
    .file-upload-icon { width: 36px; height: 36px; background: var(--sand); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.6rem; }
    .file-upload-icon svg { width: 16px; height: 16px; stroke: var(--amber); fill: none; stroke-width: 2; }
    .file-upload-text { font-size: 0.8rem; color: var(--text-mid); line-height: 1.5; }
    .file-upload-text strong { color: var(--green-deep); }
    .file-upload-sub { font-size: 0.68rem; color: var(--text-light); margin-top: 4px; }

    

    /* Submit button */
    .btn-submit {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      background: var(--green-deep); color: var(--warm-white);
      font-family: var(--font-body);
      font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
      padding: 1rem 2.4rem; border-radius: 6px; border: none; cursor: pointer;
      transition: all 0.2s; width: 100%;
    }
    .btn-submit:hover { background: var(--green-mid); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,50,38,0.2); }
    .btn-submit:active { transform: translateY(0); }
    .btn-submit svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.5; }

    /* Success message */
    .form-success {
      display: none;
      background: rgba(42,122,74,0.06);
      border: 1.5px solid rgba(42,122,74,0.25);
      border-radius: 8px; padding: 1.5rem;
      text-align: center;
    }
    .form-success svg { width: 40px; height: 40px; stroke: var(--success); fill: none; stroke-width: 1.5; margin: 0 auto 0.8rem; }
    .form-success h4 { font-family: var(--font-display); font-size: 1.3rem; color: var(--green-deep); margin-bottom: 0.5rem; }
    .form-success p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.7; }

    /* ═══════════════ INFO SIDE ═══════════════ */
    .info-side { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: 96px; }

    .info-card {
      background: var(--sand);
      border: 1px solid var(--border);
      border-radius: 10px; overflow: hidden;
    }
    .info-card-header {
      background: var(--green-deep);
      padding: 1.4rem 1.6rem;
      display: flex; align-items: center; gap: 0.9rem;
    }
    .info-card-header-icon {
      width: 36px; height: 36px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(196,129,58,0.3);
      border-radius: 7px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .info-card-header-icon svg { width: 17px; height: 17px; stroke: var(--amber-light); fill: none; stroke-width: 1.8; }
    .info-card-title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 500; color: var(--warm-white); line-height: 1.2; }
    .info-card-subtitle { font-size: 0.7rem; color: rgba(255,255,255,0.45); margin-top: 2px; letter-spacing: 0.04em; }

    .info-card-body { padding: 1.6rem; }

    /* Contact items */
    .contact-item {
      display: flex; align-items: flex-start; gap: 0.9rem;
      padding: 0.9rem 0;
      border-bottom: 1px solid var(--border);
    }
    .contact-item:last-child { border-bottom: none; padding-bottom: 0; }
    .contact-item:first-child { padding-top: 0; }
    .ci-icon {
      width: 34px; height: 34px; background: var(--green-deep);
      border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
    }
    .ci-icon svg { width: 15px; height: 15px; stroke: var(--amber-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .ci-label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 3px; }
    .ci-value { font-size: 0.88rem; font-weight: 500; color: var(--text-dark); line-height: 1.45; }
    .ci-value a { transition: color 0.2s; }
    .ci-value a:hover { color: var(--amber); }

    /* Hours table */
    .hours-table { width: 100%; border-collapse: collapse; }
    .hours-table tr { border-bottom: 1px solid var(--border); }
    .hours-table tr:last-child { border-bottom: none; }
    .hours-table td { padding: 0.55rem 0; font-size: 1.00rem; vertical-align: middle; }
    .hours-table td:first-child { color: var(--text-dark); font-weight: 600; width: 40%; }
    .hours-table td:last-child { color: var(--text-mid); text-align: right; }
    .hours-closed { color: var(--text-light) !important; font-style: italic; }
    .hours-badge {
      display: inline-block;
      background: rgba(42,122,74,0.1);
      color: var(--success);
      font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      padding: 0.15rem 0.4rem; border-radius: 3px;
      margin-left: 0.4rem;
    }
    .hours-badge.closed { background: rgba(160,160,160,0.1); color: var(--text-light); }

    /* Map embed placeholder */
    .map-wrap {
      border-radius: 10px; overflow: hidden;
      border: 1px solid var(--border);
      height: 220px; position: relative;
    }
    .map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }
    .map-overlay-link {
      position: absolute; bottom: 0.8rem; right: 0.8rem;
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--warm-white);
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 0.45rem 0.9rem;
      font-size: 0.72rem; font-weight: 600; color: var(--green-deep);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: all 0.2s;
    }
    .map-overlay-link:hover { background: var(--green-deep); color: var(--warm-white); border-color: var(--green-deep); }
    .map-overlay-link svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; }

    /* Reassurance strip */
    .reassurance {
      background: var(--green-deep);
      border-radius: 10px;
      padding: 1.6rem;
      display: flex; flex-direction: column; gap: 0.9rem;
    }
    .reassurance-title {
      font-family: var(--font-display);
      font-size: 1rem; font-weight: 500;
      color: var(--warm-white); margin-bottom: 0.2rem;
    }
    .reassurance-item {
      display: flex; align-items: center; gap: 0.7rem;
    }
    .r-check {
      width: 22px; height: 22px; flex-shrink: 0;
      background: rgba(196,129,58,0.15);
      border: 1px solid rgba(196,129,58,0.25);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
    }
    .r-check svg { width: 10px; height: 10px; stroke: var(--amber-light); fill: none; stroke-width: 3; }
    .reassurance-item span { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.4; }
    .reassurance-item strong { color: rgba(255,255,255,0.85); font-weight: 500; }

    /* ═══════════════ FOOTER ═══════════════ */
    .footer { background: var(--charcoal); color: rgba(255,255,255,0.55); padding: clamp(3rem,6vw,5rem) clamp(1.5rem,5vw,4rem) 2rem; }
    .footer-inner { max-width: 1400px; margin: 0 auto; }
    .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 2rem; }
    .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; }
    .footer-logo-mark { width: 36px; height: 36px; background: var(--green-deep); border-radius: 6px; display: flex; align-items: center; justify-content: center; }
    .footer-logo-mark svg { width: 20px; height: 20px; fill: none; stroke: var(--amber); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
    .footer-logo-name { font-family: var(--font-display); font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.85); }
    .footer-brand-desc { font-size: 0.8rem; line-height: 1.7; color: rgba(255,255,255,0.4); margin-bottom: 1.2rem; }
    .footer-nimp { display: inline-flex; align-items: center; gap: 6px; background: rgba(196,129,58,0.12); border: 1px solid rgba(196,129,58,0.2); color: var(--amber-light); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 3px; }
    .footer-col-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 1.2rem; }
    .footer-links { list-style: none; }
    .footer-links li { margin-bottom: 0.6rem; }
    .footer-links a { font-size: 1.00rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
    .footer-links a:hover { color: var(--amber-light); }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
    .footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.25); }
    .footer-legal { display: flex; gap: 1.5rem; }
    .footer-legal a { font-size: 0.72rem; color: rgba(255,255,255,0.25); transition: color 0.2s; }
    .footer-legal a:hover { color: rgba(255,255,255,0.5); }

    /* ═══════════════ SCROLL REVEAL ═══════════════ */
        .reveal { opacity: 1; transform: none; }
    .js-ready .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                  transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .js-ready .reveal.visible { opacity: 1; transform: translateY(0); }
    .js-ready .reveal-delay-1 { transition-delay: 0.1s; }
    .js-ready .reveal-delay-2 { transition-delay: 0.2s; }
    .js-ready .reveal-delay-3 { transition-delay: 0.3s; }
    .js-ready .reveal-delay-4 { transition-delay: 0.4s; }
    /* ═══════════════ RESPONSIVE ═══════════════ */
    @media (max-width: 1100px) {
      .main-section { grid-template-columns: 1fr; }
      .info-side { position: static; }
      .info-side { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
      .map-wrap { grid-column: 1 / -1; }
      .reassurance { grid-column: 1 / -1; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }
      .nav-mobile { display: flex; }
      .page-hero-content { grid-template-columns: 1fr; gap: 2rem; }
      .form-row { grid-template-columns: 1fr; }
      .dimensions-row { grid-template-columns: 1fr 1fr; }
      .info-side { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 480px) {
      .footer-top { grid-template-columns: 1fr; gap: 2rem; }
      .footer-bottom { flex-direction: column; text-align: center; }
      .hero-contact-pills { flex-direction: column; }
      .dimensions-row { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
    }

/* Statut ouverture temps réel */
.hours-badge.open { background: rgba(93,187,130,0.15); color: #5DBB82; }
.hours-badge.closed { background: rgba(160,160,160,0.1); color: var(--text-light); }


/* ── Checkbox RGPD ────────────────────────────────────────── */

/* ── reCAPTCHA v2 ─────────────────────────────────────────── */
.recaptcha-wrapper {
  margin: 1.2rem 0 1.4rem;
  position: relative;
  z-index: 1;
}
.recaptcha-error {
  margin-top: 0.5rem;
  color: #C0392B;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.recaptcha-error::before {
  content: '⚠';
}
/* Sur mobile, le widget reCAPTCHA peut déborder légèrement — on le contient */
@media (max-width: 480px) {
  .g-recaptcha { transform: scale(0.88); transform-origin: left top; }
}

/* ── Checkbox RGPD ─────────────────────────────────────────── */
.rgpd-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
.rgpd-row input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--green-deep);
  position: static;
  opacity: 1;
  pointer-events: auto;
  z-index: 20;
}
.rgpd-row label {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.6;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.rgpd-row label a {
  color: var(--amber);
  font-weight: 500;
  text-decoration: none;
}
.rgpd-row label a:hover { text-decoration: underline; }
.rgpd-row .required { color: var(--amber); }
