    :root {
      --paper: #f7f1e8;
      --paper-soft: #fbf7f0;
      --paper-deep: #e9dfce;
      --forest: #20382d;
      --moss: #4f6d58;
      --pine: #2f5242;
      --wood: #9d6842;
      --wood-light: #c99e74;
      --accent: #d67e32;
      --ink: #1f2622;
      --muted: #56645d;
      --line: rgba(32, 56, 45, 0.14);
      --line-soft: rgba(32, 56, 45, 0.1);
      --line-strong: rgba(32, 56, 45, 0.18);
      --card: rgba(255, 251, 244, 0.86);
      --card-soft: rgba(255, 251, 244, 0.78);
      --glass: rgba(255, 255, 255, 0.14);
      --hero-gradient: linear-gradient(132deg, rgba(27, 46, 37, 0.98) 0%, rgba(42, 69, 55, 0.96) 24%, rgba(92, 80, 57, 0.95) 52%, rgba(163, 99, 53, 0.93) 80%, rgba(224, 150, 79, 0.88) 100%);
      --shadow: 0 28px 90px rgba(31, 38, 34, 0.16);
      --shadow-card: 0 18px 40px rgba(31, 38, 34, 0.1);
      --shadow-button: 0 16px 34px rgba(32, 56, 45, 0.24);
      --shadow-soft: 0 12px 28px rgba(31, 38, 34, 0.08);
      --focus-ring: 3px solid rgba(214, 126, 50, 0.92);
      --focus-via: rgba(214, 126, 50, 0.18);
      --radius-xl: 36px;
      --radius-lg: 26px;
      --radius-md: 18px;
      --font-min: 1.125rem;
      --wrap: 1280px;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 108px;
    }

    body {
      margin: 0;
      font-family: 'Hanken Grotesk', sans-serif;
      font-size: var(--font-min);
      color: var(--ink);
      background:
        radial-gradient(circle at 10% 0%, rgba(214, 126, 50, 0.34), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(79, 109, 88, 0.18), transparent 30%),
        radial-gradient(circle at 58% 100%, rgba(201, 158, 116, 0.2), transparent 34%),
        linear-gradient(180deg, #fff9f1 0%, #f4e7d6 48%, #ebdcc8 100%);
      line-height: 1.6;
      min-height: 100vh;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
        radial-gradient(rgba(32, 56, 45, 0.05) 0.7px, transparent 0.7px);
      background-size: 100% 100%, 10px 10px;
      pointer-events: none;
      opacity: 0.42;
      z-index: -1;
    }

    img {
      display: block;
      width: 100%;
    }

    a {
      color: inherit;
    }

    a:focus-visible,
    button:focus-visible,
    summary:focus-visible,
    input:focus-visible,
    select:focus-visible,
    textarea:focus-visible {
      outline: var(--focus-ring);
      outline-offset: 3px;
    }

    .wrap {
      width: min(var(--wrap), calc(100% - 40px));
      margin: 0 auto;
    }

    main.wrap {
      width: min(1360px, calc(100% - 40px));
    }

    .topbar {
      position: sticky;
      top: 0;
      z-index: 40;
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
      background:
        radial-gradient(circle at left center, rgba(214, 126, 50, 0.16), transparent 24%),
        linear-gradient(90deg, rgba(214, 126, 50, 0.12), rgba(255, 231, 204, 0.08) 30%, transparent 58%),
        linear-gradient(180deg, rgba(252, 244, 232, 0.97), rgba(244, 233, 218, 0.92));
      border-bottom: 1px solid rgba(214, 126, 50, 0.24);
      box-shadow: 0 12px 28px rgba(104, 70, 41, 0.08);
      transition: background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    }

    .topbar::before {
      content: '';
      position: absolute;
      inset: 0 0 auto;
      height: 1px;
      background: linear-gradient(90deg, rgba(255, 219, 180, 0.46), rgba(255, 255, 255, 0.18));
      pointer-events: none;
    }

    .topbar::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(214, 126, 50, 0.34), rgba(32, 56, 45, 0.22) 48%, rgba(214, 126, 50, 0.16));
      pointer-events: none;
    }

    .topbar-inner {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 22px;
      padding: 12px 0;
    }

    .topbar.scrolled {
      background:
        radial-gradient(circle at left center, rgba(214, 126, 50, 0.18), transparent 26%),
        linear-gradient(90deg, rgba(214, 126, 50, 0.14), rgba(255, 231, 204, 0.08) 32%, transparent 62%),
        linear-gradient(180deg, rgba(252, 244, 232, 0.99), rgba(243, 231, 214, 0.96));
      border-bottom-color: rgba(214, 126, 50, 0.3);
      box-shadow: 0 16px 34px rgba(104, 70, 41, 0.1);
    }

    .brand {
      display: block;
      min-width: 0;
      color: inherit;
      text-decoration: none;
    }

    .brand-lockup {
      display: flex;
      align-items: center;
      gap: 0;
      min-width: 0;
    }

    .brand-copy {
      display: grid;
      gap: 2px;
      min-width: 0;
    }

    .brand strong {
      letter-spacing: 0.06em;
      font-weight: 700;
      color: rgba(157, 104, 66, 0.96);
      text-transform: uppercase;
      padding-left: 0;
    }

    .brand-title {
      font-family: 'Fraunces', serif;
      font-size: clamp(1.5rem, 2vw, 2.02rem);
      font-weight: 800;
      line-height: 0.94;
      letter-spacing: -0.035em;
      color: var(--forest);
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45), 0 10px 24px rgba(214, 126, 50, 0.08);
    }

    .topnav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-width: 0;
      flex-wrap: wrap;
    }

    .topnav-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 11px 14px;
      border-radius: 999px;
      border: 1px solid transparent;
      color: rgba(32, 56, 45, 0.82);
      font-size: var(--font-min);
      font-weight: 700;
      line-height: 1;
      text-decoration: none;
      white-space: nowrap;
      transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
    }

    .topnav-link:hover {
      transform: translateY(-1px);
      color: var(--forest);
      background: rgba(255, 250, 243, 0.82);
      border-color: rgba(214, 126, 50, 0.16);
      box-shadow: 0 10px 22px rgba(145, 96, 53, 0.08);
    }

    .top-actions,
    .button-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }

    .btn {
      appearance: none;
      border: 0;
      text-decoration: none;
      cursor: pointer;
      padding: 14px 22px;
      border-radius: 999px;
      font-weight: 700;
      transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .btn:hover {
      transform: translateY(-2px);
    }

    .btn-primary {
      background: linear-gradient(135deg, #274336 0%, #4d5d45 36%, #c27434 100%);
      color: #fff;
      border: 1px solid rgba(255, 220, 188, 0.18);
      box-shadow: var(--shadow-button);
    }

    .btn-primary:hover {
      box-shadow: 0 22px 44px rgba(133, 84, 43, 0.34);
      filter: brightness(1.04);
    }

    .btn-whatsapp {
      background: linear-gradient(180deg, #30b95e, #179848);
      color: #f7fff8;
      border: 1px solid rgba(8, 92, 37, 0.16);
      box-shadow: 0 14px 28px rgba(23, 152, 72, 0.22);
    }

    .btn-whatsapp:hover {
      box-shadow: 0 20px 38px rgba(23, 152, 72, 0.3);
      filter: brightness(1.03);
    }

    .btn-whatsapp svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }

    .btn-secondary {
      background: linear-gradient(180deg, rgba(255, 246, 235, 0.96), rgba(251, 236, 217, 0.92));
      color: #7c4f2e;
      border: 1.5px solid rgba(214, 126, 50, 0.34);
      box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.82), 0 12px 26px rgba(145, 96, 53, 0.14);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }

    .btn-secondary:hover {
      background: rgba(255, 245, 232, 0.98);
      border-color: rgba(214, 126, 50, 0.36);
      box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.88), 0 14px 28px rgba(145, 96, 53, 0.14);
    }

    .btn-primary:disabled {
      opacity: 0.6;
      cursor: not-allowed;
      transform: none;
    }

    .btn:active {
      transform: translateY(1px) scale(0.99);
      filter: none;
    }

    @media (max-width: 1180px) {
      .topbar-inner {
        grid-template-columns: minmax(0, 1fr) auto;
      }

      .topnav {
        grid-column: 1 / -1;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
      }

      .topnav::-webkit-scrollbar {
        display: none;
      }
    }

    .hero {
      padding: 44px 0 28px;
    }

    .hero > .wrap {
      width: min(1360px, calc(100% - 40px));
    }

    .hero-panel {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      border-radius: 42px;
      background:
        radial-gradient(circle at 78% 14%, rgba(255, 192, 122, 0.18), transparent 18%),
        radial-gradient(circle at 22% 100%, rgba(255, 216, 170, 0.12), transparent 24%),
        var(--hero-gradient);
      color: #fdf9f1;
      box-shadow: 0 30px 88px rgba(74, 47, 24, 0.2);
      border: 1px solid rgba(255, 220, 186, 0.2);
    }

    .hero-panel::before,
    .hero-panel::after {
      content: '';
      position: absolute;
      border-radius: 999px;
      filter: blur(26px);
      opacity: 0.72;
      mix-blend-mode: screen;
      pointer-events: none;
    }

    .hero-panel::before {
      width: 360px;
      height: 360px;
      background: rgba(224, 143, 67, 0.42);
      top: -138px;
      right: -42px;
    }

    .hero-panel::after {
      width: 290px;
      height: 290px;
      background: rgba(255, 208, 160, 0.2);
      bottom: -112px;
      left: -54px;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
      gap: 34px;
      align-items: center;
      padding: 34px;
    }

    .hero-grid--single {
      align-items: stretch;
    }

    .hero-grid > *,
    .story-grid > *,
    .process-layout > *,
    .operational-layout > *,
    .faq-grid > *,
    .contact-grid > *,
    .top-actions > *,
    .button-row > * {
      min-width: 0;
    }

    .eyebrow,
    .section-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 14px;
      border-radius: 999px;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .eyebrow {
      background: linear-gradient(135deg, rgba(224, 143, 67, 0.34), rgba(255, 232, 208, 0.08));
      color: rgba(255, 244, 230, 0.96);
      border: 1px solid rgba(255, 214, 176, 0.32);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 24px rgba(124, 79, 46, 0.16);
    }

    .eyebrow::before,
    .section-eyebrow::before {
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: currentColor;
      opacity: 0.7;
    }

    h1,
    h2,
    h3 {
      font-family: 'Fraunces', serif;
      line-height: 1.04;
      margin: 0;
    }

    h1 {
      margin-top: 18px;
      font-size: clamp(2.28rem, 4.7vw, 3.82rem);
      max-width: 12.4ch;
      letter-spacing: -0.03em;
      text-shadow: 0 14px 28px rgba(76, 41, 14, 0.16);
    }

    .hero-lead {
      max-width: 56ch;
      margin: 18px 0 0;
      font-size: clamp(1.14rem, 1.8vw, 1.28rem);
      font-weight: 500;
      color: rgba(255, 247, 236, 0.95);
    }

    .hero-note {
      margin-top: 18px;
      padding: 18px 20px;
      border-radius: 20px;
      background: linear-gradient(135deg, rgba(255, 232, 206, 0.18), rgba(255, 251, 244, 0.09));
      border: 1px solid rgba(255, 215, 178, 0.22);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 14px 28px rgba(68, 43, 23, 0.12);
      max-width: 54ch;
      color: rgba(255, 251, 244, 0.92);
    }

    .hero-note strong {
      color: #fff5df;
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 24px;
    }

    .metric {
      padding: 16px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(255, 228, 198, 0.16) 0%, rgba(255, 255, 255, 0.09) 100%);
      border: 1px solid rgba(255, 219, 185, 0.18);
      box-shadow: 0 12px 24px rgba(48, 31, 17, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.16);
    }

    .metric-num {
      display: block;
      font-family: 'Fraunces', serif;
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
      color: #fff;
      letter-spacing: -0.04em;
      margin-bottom: 6px;
    }

    .metric strong {
      display: block;
      font-size: 0.88rem;
      margin-bottom: 3px;
      color: rgba(255, 240, 220, 0.96);
      font-weight: 700;
      letter-spacing: 0.01em;
    }

    .metric span {
      color: rgba(255, 244, 229, 0.72);
      font-size: 0.82rem;
      line-height: 1.4;
    }

    .hero-frame {
      position: relative;
      min-height: 620px;
      overflow: hidden;
      border-radius: 32px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 24px 48px rgba(22, 31, 27, 0.24);
      background: #1b231f;
    }

    .hero-shot,
    .hero-frame img,
    .pillar-media img,
    .sequence-media img,
    .context-card img,
    .gallery-item img,
    .gallery-tile img,
    .story-visual img,
    .process-visual-card img,
    .outcome-media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: inherit;
    }

    .hero-frame img,
    .pillar-media img,
    .sequence-media img,
    .process-visual-card img,
    .gallery-tile img,
    .outcome-media img {
      transition: transform 0.55s ease;
      background: #1b231f;
    }

    .hero-frame figcaption,
    .gallery-item figcaption,
    .context-card figcaption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 16px 18px;
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(33, 24, 16, 0.04) 0%, rgba(43, 29, 18, 0.86) 100%);
      color: #fff;
      font-size: 0.95rem;
      border: 1px solid rgba(255, 216, 178, 0.1);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      margin-bottom: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(255, 239, 219, 0.16);
      border: 1px solid rgba(255, 228, 198, 0.18);
      color: rgba(255, 246, 233, 0.92);
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .hero-frame figcaption strong,
    .gallery-item figcaption strong,
    .context-card figcaption strong {
      display: block;
      margin-bottom: 6px;
      font-size: 1.04rem;
    }

    main {
      padding-bottom: 44px;
    }

    .section {
      padding: clamp(28px, 4.6vw, 44px) 0;
    }

    .section-shell {
      background: rgba(255, 251, 244, 0.8);
      border: 1px solid rgba(32, 56, 45, 0.1);
      border-radius: var(--radius-xl);
      padding: 32px;
      box-shadow: 0 24px 50px rgba(31, 38, 34, 0.08);
    }

    .section-shell--dark {
      background: linear-gradient(145deg, rgba(32, 56, 45, 0.97), rgba(47, 82, 66, 0.95));
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: 0 30px 70px rgba(22, 38, 29, 0.22);
    }

    .section-shell--dark .section-eyebrow {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 245, 225, 0.9);
      border-color: rgba(255, 255, 255, 0.14);
    }

    .section-shell--dark .section-title {
      color: #fffaf0;
    }

    .section-shell--dark .lead,
    .section-shell--dark p {
      color: rgba(255, 245, 225, 0.78);
    }

    .section-shell--dark .outcome-card {
      background: rgba(255, 251, 244, 0.1);
      border-color: rgba(255, 255, 255, 0.1);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    }

    .section-shell--dark .outcome-card span {
      color: var(--wood-light);
    }

    .section-shell--dark .outcome-card h3 {
      color: #fff9ef;
    }

    .section-shell--dark .outcome-card p {
      color: rgba(255, 245, 225, 0.72);
    }

    .section-shell--dark .card-icon {
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 255, 255, 0.12);
    }

    .section-head {
      display: grid;
      gap: 12px;
      margin-bottom: 24px;
      max-width: none;
    }

    .section-eyebrow {
      width: fit-content;
      background: linear-gradient(135deg, rgba(214, 126, 50, 0.14), rgba(201, 158, 116, 0.08));
      color: #7b5030;
      border: 1px solid rgba(214, 126, 50, 0.18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32);
    }

    .section-title {
      font-size: clamp(1.62rem, 3vw, 2.42rem);
      color: var(--forest);
      letter-spacing: -0.03em;
    }

    .section-title--sm {
      font-size: clamp(1.52rem, 2.45vw, 2.08rem);
    }

    .lead {
      margin: 0;
      max-width: 65ch;
      font-size: 1.15rem;
      color: var(--muted);
    }

    .segment-grid,
    .context-grid,
    .outcome-grid,
    .faq-grid,
    .contact-grid {
      display: grid;
      gap: 18px;
    }

    .segment-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .segment-card,
    .outcome-card,
    .operational-card,
    .contact-card,
    .faq-card,
    .story-panel,
    .process-card {
      background: var(--card);
      border: 1px solid var(--line-soft);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: var(--shadow-soft);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .card-icon {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(214, 126, 50, 0.12), rgba(201, 158, 116, 0.08));
      border: 1px solid rgba(214, 126, 50, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
      flex-shrink: 0;
    }

    .card-icon svg {
      width: 22px;
      height: 22px;
      color: var(--accent);
    }

    .segment-card span,
    .mini-label {
      font-size: 0.8rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--moss);
      font-weight: 800;
    }

    .segment-card h3,
    .outcome-card h3,
    .context-card h3,
    .story-text h3,
    .process-card h3,
    .contact-card h3,
    .operational-card h3 {
      margin-top: 10px;
      font-size: 1.5rem;
      color: var(--forest);
    }

    .segment-card p,
    .outcome-card p,
    .context-card p,
    .story-text p,
    .process-card p,
    .contact-card p,
    .operational-card p,
    .faq-card p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .story-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
      gap: 18px;
      align-items: stretch;
    }

    .pillar-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .pillar-card,
    .gallery-cluster {
      background: var(--card);
      border: 1px solid var(--line-soft);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: var(--shadow-soft);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .pillar-media {
      margin: 0 0 18px;
      border-radius: 24px;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      box-shadow: 0 18px 34px rgba(31, 38, 34, 0.12);
    }

    .pillar-copy {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
    }

    .pillar-copy .mini-label {
      display: inline-flex;
      margin-bottom: 8px;
    }

    .sequence-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
    }

    .sequence-card {
      background: var(--card);
      border: 1px solid var(--line-soft);
      border-radius: var(--radius-lg);
      padding: 24px;
      box-shadow: var(--shadow-soft);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .sequence-media {
      margin: 0 0 18px;
      border-radius: 24px;
      aspect-ratio: 16 / 10;
      overflow: hidden;
      box-shadow: 0 18px 34px rgba(31, 38, 34, 0.12);
    }

    .sequence-copy {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
    }

    .sequence-copy .mini-label {
      display: inline-flex;
      margin-bottom: 8px;
    }

    .sequence-copy h3 {
      color: var(--forest);
      font-size: 1.36rem;
      letter-spacing: -0.02em;
    }

    .sequence-copy p {
      margin: 10px 0 0;
      color: var(--muted);
    }

    .story-visual {
      overflow: hidden;
      border-radius: calc(var(--radius-lg) + 6px);
      min-height: 100%;
      box-shadow: 0 20px 38px rgba(31, 38, 34, 0.14);
    }

    .story-list {
      display: grid;
      gap: 16px;
      margin-top: 18px;
    }

    .story-row {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
      padding: 16px;
      border-radius: 20px;
      background: rgba(255, 251, 244, 0.82);
      border: 1px solid var(--line-soft);
      box-shadow: var(--shadow-soft);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .story-index {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      background: linear-gradient(135deg, var(--accent), #c3642a);
      color: #fff;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: var(--font-min);
      box-shadow: 0 14px 28px rgba(214, 126, 50, 0.2);
    }

    .process-layout,
    .operational-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      gap: 18px;
    }

    .process-steps {
      display: grid;
      gap: 14px;
      margin-top: 20px;
    }

    .process-visual-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 18px;
    }

    .process-visual-card {
      display: grid;
      grid-template-rows: minmax(210px, auto) auto;
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid rgba(32, 56, 45, 0.1);
      background: rgba(255, 252, 247, 0.95);
      box-shadow: 0 16px 34px rgba(31, 38, 34, 0.1);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .process-visual-card figcaption {
      display: grid;
      gap: 6px;
      padding: 14px 16px 16px;
      background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(247, 241, 231, 0.94) 100%);
      border-top: 1px solid rgba(32, 56, 45, 0.08);
    }

    .process-visual-card figcaption strong {
      color: var(--forest);
      font-family: 'Fraunces', serif;
      font-size: 1.08rem;
      line-height: 1.08;
      letter-spacing: -0.02em;
    }

    .process-visual-card figcaption span {
      color: var(--muted);
      font-size: 0.92rem;
      line-height: 1.5;
    }

    .process-step {
      display: grid;
      grid-template-columns: 48px minmax(0, 1fr);
      gap: 14px;
      padding: 16px;
      border-radius: 20px;
      background: rgba(255, 251, 244, 0.82);
      border: 1px solid var(--line-soft);
      box-shadow: var(--shadow-soft);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    }

    .process-step strong {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 16px;
      background: linear-gradient(135deg, rgba(32, 56, 45, 0.14), rgba(32, 56, 45, 0.06));
      color: var(--forest);
      font-size: 1rem;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 8px 18px rgba(31, 38, 34, 0.08);
    }

    .context-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .context-card,
    .gallery-item {
      position: relative;
      overflow: hidden;
      min-height: 320px;
      border-radius: 28px;
      border: 1px solid rgba(32, 56, 45, 0.1);
      box-shadow: 0 20px 40px rgba(31, 38, 34, 0.16);
      transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
    }

    .context-card::after,
    .gallery-item::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(21, 27, 24, 0.02), rgba(21, 27, 24, 0.66));
      pointer-events: none;
    }

    .context-card figcaption,
    .gallery-item figcaption {
      z-index: 1;
    }

    .outcome-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .outcome-grid--visual {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .outcome-card--visual {
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .outcome-media {
      margin: -24px -24px 18px;
      overflow: hidden;
      aspect-ratio: 4 / 3;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(18px, 2.2vw, 24px);
      align-items: stretch;
    }

    .gallery-item {
      grid-column: span 1;
      min-height: 0;
      display: grid;
      grid-template-rows: minmax(240px, auto) auto;
      overflow: hidden;
      background: rgba(255, 252, 247, 0.95);
      border: 1px solid rgba(32, 56, 45, 0.12);
      box-shadow: 0 20px 40px rgba(31, 38, 34, 0.1);
    }

    .gallery-item::after {
      display: none;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      min-height: 260px;
      object-fit: cover;
      transition: transform 0.55s ease;
      background: #1b231f;
    }

    .gallery-item figcaption {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      padding: 18px 20px 20px;
      background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(247, 241, 231, 0.94) 100%);
      border-top: 1px solid rgba(32, 56, 45, 0.08);
      color: var(--ink);
      font-size: 0.96rem;
      line-height: 1.55;
    }

    .gallery-item figcaption strong {
      display: block;
      margin: 10px 0 6px;
      font-size: 1.22rem;
      color: var(--forest);
      font-family: 'Fraunces', serif;
      letter-spacing: -0.02em;
      line-height: 1.08;
    }

    .gallery-item--hero {
      grid-column: span 2;
    }

    .gallery-item--wide {
      grid-column: span 1;
    }

    .gallery-item--hero img {
      min-height: 420px;
    }

    .gallery-item--wide img {
      min-height: 300px;
    }

    .gallery-item--tall {
      grid-row: auto;
    }

    .gallery-item--tall img {
      min-height: 300px;
    }

    .gallery-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(214, 126, 50, 0.22);
      background: rgba(214, 126, 50, 0.12);
      color: rgba(123, 80, 43, 0.92);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .gallery-clusters {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .gallery-cluster {
      display: grid;
      grid-template-columns: 1fr;
      gap: 18px;
      padding: 0;
      background: transparent;
      border: 0;
      box-shadow: none;
      border-radius: 0;
      align-items: start;
    }

    .gallery-cluster + .gallery-cluster {
      padding-top: 30px;
      border-top: 1px solid rgba(32, 56, 45, 0.12);
    }

    .gallery-cluster-head {
      display: grid;
      gap: 10px;
      margin-bottom: 0;
      max-width: 72ch;
      position: static;
    }

    .gallery-cluster-head h3 {
      font-size: 1.55rem;
      color: var(--forest);
      letter-spacing: -0.03em;
    }

    .gallery-cluster-head p {
      margin: 0;
      color: var(--muted);
    }

    .gallery-cluster-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 12px;
      align-items: stretch;
    }

    .gallery-tile {
      margin: 0;
      position: relative;
      isolation: isolate;
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid rgba(32, 56, 45, 0.1);
      background: rgba(255, 252, 247, 0.95);
      box-shadow: 0 16px 34px rgba(31, 38, 34, 0.08);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
      min-width: 0;
      display: grid;
      grid-template-rows: minmax(230px, auto) auto;
    }

    .gallery-tile img {
      width: 100%;
      height: 100%;
      min-height: 230px;
      border-radius: 22px 22px 0 0;
      clip-path: inset(0 round 22px 22px 0 0);
      transform: translateZ(0);
    }

    .gallery-tile figcaption {
      padding: 14px 15px 16px;
      background: linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(247, 241, 231, 0.94) 100%);
      border-top: 1px solid rgba(32, 56, 45, 0.08);
    }

    .gallery-tile figcaption strong {
      display: block;
      margin-bottom: 4px;
      color: var(--forest);
      font-size: 1rem;
      font-family: 'Fraunces', serif;
      line-height: 1.08;
    }

    .gallery-tile figcaption span {
      display: block;
      color: var(--muted);
      font-size: 0.88rem;
      line-height: 1.45;
    }

    .operational-card ul,
    .contact-list {
      list-style: none;
      margin: 18px 0 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }

    .operational-card li,
    .contact-item {
      position: relative;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255, 251, 244, 0.82);
      border: 1px solid var(--line-soft);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
      transition: border-color 0.28s ease, background 0.28s ease;
    }

    .operational-card li strong,
    .contact-item strong {
      color: var(--forest);
    }

    .contact-item span {
      display: block;
      margin-top: 4px;
      line-height: 1.5;
    }

    .contact-item--action {
      display: block;
      text-decoration: none;
      box-shadow: 0 14px 30px rgba(8, 12, 11, 0.08);
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .faq-grid {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .faq {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .faq details {
      border-radius: 18px;
      border: 1px solid var(--line-soft);
      background: rgba(255, 251, 244, 0.76);
      padding: 16px 18px;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .faq summary {
      cursor: pointer;
      font-weight: 700;
      color: var(--forest);
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      transition: color 0.2s ease;
    }

    .faq summary::-webkit-details-marker {
      display: none;
    }

    .faq summary::after {
      content: '';
      flex: 0 0 auto;
      width: 14px;
      height: 14px;
      border-right: 2px solid var(--accent);
      border-bottom: 2px solid var(--accent);
      transform: rotate(-45deg) translate(-2px, 2px);
      transition: transform 0.28s ease, border-color 0.28s ease;
    }

    .faq details[open] {
      background: rgba(255, 251, 244, 0.9);
      border-color: rgba(32, 56, 45, 0.16);
      box-shadow: var(--shadow-soft);
    }

    .faq details[open] summary {
      color: var(--accent);
    }

    .faq details[open] summary::after {
      transform: rotate(45deg) translate(-2px, -2px);
    }

    .faq details p {
      margin: 12px 0 0;
      color: var(--muted);
    }

    .contact-grid {
      grid-template-columns: 1fr;
      align-items: start;
    }

    .contact-card--dark {
      background: linear-gradient(160deg, rgba(32, 56, 45, 0.98), rgba(39, 68, 54, 0.96));
      color: #f9f3e8;
      overflow: hidden;
      position: relative;
    }

    .contact-card--dark::before {
      content: '';
      position: absolute;
      inset: auto -80px -120px auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: rgba(214, 126, 50, 0.16);
      filter: blur(8px);
    }

    .contact-card--dark .section-title,
    .contact-card--dark h3,
    .contact-card--dark strong,
    .contact-card--dark label,
    .contact-card--dark .contact-item strong {
      color: #fff9ef;
    }

    .contact-card--dark .lead,
    .contact-card--dark p,
    .contact-card--dark .contact-item,
    .contact-card--dark .faq details p {
      color: rgba(249, 243, 232, 0.82);
    }

    .contact-card--dark .contact-item,
    .contact-card--dark details {
      background: rgba(255, 251, 244, 0.08);
      border-color: rgba(255, 255, 255, 0.1);
    }

    .contact-card--dark .contact-item--action {
      background: linear-gradient(180deg, rgba(255, 251, 244, 0.14), rgba(255, 251, 244, 0.08));
      border-color: rgba(255, 255, 255, 0.16);
    }

    .contact-shortcuts {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin: 22px 0 8px;
    }

    .contact-shortcuts--stack {
      grid-template-columns: 1fr;
      gap: 14px;
      margin-bottom: 20px;
    }

    .contact-shortcut {
      display: grid;
      gap: 6px;
      padding: 16px 18px;
      border-radius: 20px;
      border: 1px solid rgba(32, 56, 45, 0.12);
      background: linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(246, 238, 227, 0.96));
      box-shadow: var(--shadow-soft);
      text-decoration: none;
      transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

    .contact-shortcut--hero {
      padding: 20px 22px;
      box-shadow: 0 24px 44px rgba(32, 56, 45, 0.18);
    }

    .contact-shortcut-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .contact-shortcut-icon {
      width: 34px;
      height: 34px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      background: rgba(32, 56, 45, 0.08);
    }

    .contact-shortcut-icon svg {
      width: 18px;
      height: 18px;
    }

    .contact-shortcut--primary .contact-shortcut-icon {
      background: rgba(255, 255, 255, 0.16);
    }

    .contact-shortcut strong {
      color: var(--forest);
      font-size: 1rem;
    }

    .contact-shortcut-number {
      display: block;
      font-family: 'Fraunces', serif;
      font-size: clamp(1.5rem, 2.4vw, 2rem);
      line-height: 1;
      letter-spacing: -0.04em;
      color: var(--forest);
    }

    .contact-shortcut span {
      color: var(--muted);
      font-size: 0.94rem;
      line-height: 1.5;
    }

    .contact-shortcut--primary {
      background: linear-gradient(135deg, var(--forest) 0%, #29483a 58%, #3a5b4b 100%);
      border-color: rgba(32, 56, 45, 0.18);
      box-shadow: 0 20px 38px rgba(32, 56, 45, 0.2);
    }

    .contact-shortcut--primary strong {
      color: #fff9ef;
    }

    .contact-shortcut--primary .contact-shortcut-number {
      color: #fff9ef;
    }

    .contact-shortcut--primary span {
      color: rgba(255, 249, 239, 0.82);
    }

    .contact-shortcut--phone .contact-shortcut-number {
      color: var(--forest);
    }

    .contact-note {
      margin-top: 18px;
      padding: 16px 18px;
      border-radius: 18px;
      border: 1px solid rgba(32, 56, 45, 0.1);
      background: rgba(255, 251, 244, 0.68);
      color: var(--forest);
      font-weight: 600;
    }

    .full {
      grid-column: 1 / -1;
    }

    label {
      display: grid;
      gap: 8px;
      font-size: 0.95rem;
      font-weight: 700;
      color: var(--forest);
    }

    input,
    textarea,
    select {
      width: 100%;
      padding: 14px 15px;
      border-radius: 16px;
      border: 1px solid rgba(32, 56, 45, 0.18);
      font: inherit;
      background: rgba(255, 251, 244, 0.94);
      color: var(--ink);
      transition: border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
    }

    input:focus,
    textarea:focus,
    select:focus {
      outline: none;
      background: #fffdf9;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px var(--focus-via);
    }

    textarea {
      min-height: 144px;
      resize: vertical;
    }

    .alert {
      padding: 14px 16px;
      border-radius: 16px;
      margin-bottom: 16px;
      font-weight: 700;
      box-shadow: var(--shadow-soft);
      animation: alertIn 0.42s ease both;
    }

    .alert-success {
      background: #d8ead7;
      color: #1c4e25;
      border: 1px solid #b8d9b5;
    }

    .alert-error {
      background: #f6d9d7;
      color: #7b2624;
      border: 1px solid #efb9b5;
    }

    .fade-up {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1), transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .fade-up.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .fade-up:nth-child(2).in-view { transition-delay: 0.08s; }
    .fade-up:nth-child(3).in-view { transition-delay: 0.16s; }
    .fade-up:nth-child(4).in-view { transition-delay: 0.24s; }

    @media (hover: hover) {
      .segment-card:hover,
      .outcome-card:hover,
      .pillar-card:hover,
      .sequence-card:hover,
      .story-row:hover,
      .process-step:hover,
      .process-visual-card:hover,
      .operational-card:hover,
      .context-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 26px 56px rgba(31, 38, 34, 0.22);
        border-color: rgba(32, 56, 45, 0.16);
      }

      .gallery-item:hover,
      .gallery-tile:hover {
        transform: translateY(-4px);
        box-shadow: 0 28px 54px rgba(31, 38, 34, 0.16);
        border-color: rgba(32, 56, 45, 0.16);
      }

      .hero-frame:hover img,
      .gallery-item:hover img,
      .pillar-card:hover img,
      .sequence-card:hover img,
      .process-visual-card:hover img,
      .gallery-tile:hover img,
      .outcome-card:hover img {
        transform: scale(1.03);
      }

      .faq details:hover,
      .operational-card li:hover,
      .contact-item:hover {
        border-color: rgba(32, 56, 45, 0.16);
      }

      .contact-shortcut:hover,
      .contact-item--action:hover {
        transform: translateY(-3px);
        box-shadow: 0 20px 36px rgba(12, 17, 15, 0.16);
      }

      .faq summary:hover {
        color: var(--accent);
      }
    }

    footer {
      padding: 48px 0 36px;
      text-align: center;
    }

    .mobile-cta-dock {
      display: none;
    }

    .mobile-cta-dock__inner {
      pointer-events: auto;
    }

    .mobile-cta-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 52px;
      padding: 12px 14px;
      border-radius: 18px;
      border: 1px solid transparent;
      text-decoration: none;
      font-size: 0.94rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0.01em;
      transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
    }

    .mobile-cta-link:hover {
      transform: translateY(-1px);
    }

    .mobile-cta-link__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }

    .mobile-cta-link__icon svg {
      width: 18px;
      height: 18px;
    }

    .mobile-cta-link--phone {
      background: rgba(32, 56, 45, 0.08);
      color: var(--forest);
      border-color: rgba(32, 56, 45, 0.14);
    }

    .mobile-cta-link--phone:hover {
      background: rgba(32, 56, 45, 0.12);
    }

    .mobile-cta-link--whatsapp {
      background: linear-gradient(180deg, #2db55a, #179848);
      color: #f7fff8;
      border-color: rgba(8, 92, 37, 0.16);
      box-shadow: 0 12px 24px rgba(23, 152, 72, 0.24);
    }

    .mobile-cta-link--whatsapp:hover {
      box-shadow: 0 16px 30px rgba(23, 152, 72, 0.28);
      filter: brightness(1.03);
    }

    .footer-inner {
      display: grid;
      gap: 20px;
    }

    .footer-claim {
      font-family: 'Fraunces', serif;
      font-size: clamp(1.4rem, 2.8vw, 2rem);
      font-weight: 700;
      color: var(--forest);
      letter-spacing: -0.03em;
      line-height: 1.12;
    }

    .footer-links {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 16px;
      border-radius: 999px;
      font-weight: 700;
      font-size: 0.9rem;
      text-decoration: none;
      transition: background 0.24s ease, transform 0.24s ease;
    }

    .footer-links a:hover {
      transform: translateY(-2px);
    }

    .footer-link--wa {
      background: linear-gradient(135deg, #1a7a4a, #25a663);
      color: #fff;
      box-shadow: 0 10px 22px rgba(26, 122, 74, 0.28);
    }

    .footer-link--phone {
      background: rgba(32, 56, 45, 0.08);
      color: var(--forest);
      border: 1px solid rgba(32, 56, 45, 0.14);
    }

    .footer-link--phone:hover {
      background: rgba(32, 56, 45, 0.13);
    }

    .footer-links svg {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }

    .footer-meta {
      color: rgba(32, 56, 45, 0.5);
      font-size: 0.84rem;
    }

    @keyframes alertIn {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }

      .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
      }
    }

    @media (max-width: 980px) {
      .hero-grid,
      .story-grid,
      .process-layout,
      .operational-layout,
      .faq-grid,
      .contact-grid,
      .segment-grid,
      .outcome-grid,
      .context-grid,
      .pillar-grid,
      .gallery-clusters {
        grid-template-columns: 1fr;
      }

      .outcome-grid--visual,
      .process-visual-grid,
      .gallery-cluster-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery-cluster {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .gallery-cluster-head {
        max-width: 68ch;
        position: static;
      }

      .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .gallery-item,
      .gallery-item--hero,
      .gallery-item--wide,
      .gallery-item--tall {
        grid-column: span 1;
        grid-row: auto;
      }

      .hero-frame {
        min-height: 560px;
      }

      .contact-card--dark {
        order: -1;
      }
    }

    @media (max-width: 820px) {
      .topbar-inner {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 14px;
      }

      .hero-grid,
      .section-shell {
        padding: 22px;
      }

      h1 {
        font-size: clamp(2rem, 7vw, 3.02rem);
        max-width: none;
      }

      .brand-title {
        font-size: clamp(1.42rem, 4.4vw, 1.82rem);
      }

      .topnav {
        justify-content: flex-start;
      }

      .top-actions {
        width: 100%;
        justify-content: stretch;
      }

      .top-actions .btn {
        flex: 1 1 auto;
        width: 100%;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .hero-frame {
        min-height: 460px;
      }

      .sequence-grid,
      .gallery-cluster-grid,
      .outcome-grid--visual {
        grid-template-columns: 1fr;
      }

      .process-visual-grid,
      .outcome-grid--visual {
        grid-template-columns: 1fr;
      }

      .gallery-item img,
      .gallery-item--hero img,
      .gallery-item--wide img,
      .gallery-item--tall img {
        min-height: 300px;
      }
    }

    @media (max-width: 680px) {
      .gallery-grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .gallery-clusters,
      .gallery-cluster-grid,
      .pillar-grid,
      .process-visual-grid,
      .outcome-grid--visual,
      .sequence-grid {
        grid-template-columns: 1fr;
      }

      .gallery-item--hero {
        grid-column: span 1;
      }

      .gallery-item--hero img {
        min-height: 280px;
      }

      .contact-shortcuts {
        grid-template-columns: 1fr;
      }

      .gallery-item img,
      .gallery-item--wide img,
      .gallery-item--tall img {
        min-height: 260px;
      }

      .gallery-item figcaption {
        padding: 16px 16px 18px;
      }

      .gallery-label {
        padding: 4px 8px;
        font-size: 0.66rem;
      }
    }

    @media (max-width: 768px) {
      html {
        scroll-padding-top: 88px;
      }

      body {
        padding-bottom: calc(94px + env(safe-area-inset-bottom));
      }

      .top-actions {
        display: none;
      }

      .mobile-cta-dock {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 35;
        padding: 10px 9px calc(10px + env(safe-area-inset-bottom));
        pointer-events: none;
      }

      .mobile-cta-dock__inner {
        width: min(100%, 640px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        border: 1px solid rgba(32, 56, 45, 0.12);
        background:
          linear-gradient(180deg, rgba(251, 247, 240, 0.95), rgba(244, 233, 218, 0.92));
        box-shadow: 0 -14px 36px rgba(31, 38, 34, 0.14);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
      }

      .mobile-cta-link {
        min-width: 0;
      }
    }

    @media (max-width: 560px) {
      .wrap {
        width: min(var(--wrap), calc(100% - 18px));
      }

      .hero > .wrap,
      main.wrap {
        width: min(1360px, calc(100% - 18px));
      }

      .topbar-inner {
        gap: 8px;
        padding: 10px 0 8px;
        justify-items: center;
      }

      .brand {
        text-align: center;
      }

      .brand-lockup {
        gap: 0;
        justify-content: center;
      }

      .brand-copy {
        justify-items: center;
      }

      .hero {
        padding: 22px 0 16px;
      }

      .hero-grid,
      .section-shell {
        padding: 16px;
      }

      .hero-grid {
        gap: 18px;
      }

      .hero-frame {
        display: grid;
        order: -1;
        min-height: 0;
        overflow: hidden;
      }

      .hero-shot {
        aspect-ratio: 4 / 5;
        height: auto;
      }

      .brand-title {
        font-size: clamp(1.28rem, 6vw, 1.56rem);
        line-height: 0.94;
      }

      .brand strong {
        letter-spacing: 0.03em;
        text-align: center;
      }

      .topnav {
        gap: 6px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
        padding-bottom: 0;
        padding-inline: 0;
      }

      .topnav-link {
        min-height: 44px;
        padding: 8px 10px;
        font-size: 0.98rem;
      }

      h1 {
        max-width: none;
        font-size: clamp(1.7rem, 8vw, 2.2rem);
        line-height: 0.98;
        padding-inline-start: 0.04em;
        overflow-wrap: break-word;
        word-break: normal;
        hyphens: auto;
      }

      .section-title {
        padding-inline-start: 0.04em;
      }

      .eyebrow {
        gap: 8px;
        padding: 8px 12px;
        font-size: 0.75rem;
        letter-spacing: 0.06em;
      }

      .hero-lead {
        max-width: none;
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.58;
      }

      .hero-note {
        max-width: none;
        margin-top: 14px;
        padding: 16px;
        font-size: 0.96rem;
      }

      .hero .button-row {
        margin-top: 18px !important;
      }

      .section-title {
        font-size: clamp(1.52rem, 7vw, 1.9rem);
      }

      .top-actions {
        width: 100%;
        display: none;
        gap: 8px;
      }

      .top-actions .btn {
        min-width: 0;
        width: 100%;
        min-height: 48px;
        padding: 10px 6px;
        font-size: 0.84rem;
        line-height: 1.15;
        white-space: normal;
        display: grid;
        place-items: center;
        text-align: center;
      }

      .button-row {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
      }

      .button-row .btn {
        width: 100%;
        font-size: 0.92rem;
        display: grid;
        place-items: center;
        text-align: center;
      }

      .hero-metrics {
        gap: 10px;
        margin-top: 18px;
      }

      .metric {
        padding: 14px;
      }

      .metric strong {
        font-size: 0.96rem;
      }

      .metric span {
        font-size: 0.86rem;
      }

      .hero-frame {
        min-height: 320px;
      }

      .hero-frame figcaption {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0;
        padding: 14px 14px 16px;
        border-radius: 0 0 24px 24px;
        background: linear-gradient(180deg, rgba(52, 38, 25, 0.84) 0%, rgba(40, 28, 18, 0.92) 100%);
        font-size: 0.84rem;
        backdrop-filter: blur(10px);
      }

      .hero-frame figcaption strong {
        font-size: 0.9rem;
      }
    }

    .brand strong,
    .eyebrow,
    .section-eyebrow,
    .metric strong,
    .metric span,
    .hero-tag,
    .segment-card span,
    .mini-label,
    .process-visual-card figcaption strong,
    .process-visual-card figcaption span,
    .gallery-item figcaption,
    .gallery-item figcaption strong,
    .gallery-label,
    .gallery-cluster-head h3,
    .gallery-tile figcaption strong,
    .gallery-tile figcaption span,
    .contact-shortcut strong,
    .contact-shortcut span,
    label,
    .footer-links a,
    .footer-meta,
    .hero-note,
    .hero-frame figcaption,
    .hero-frame figcaption strong,
    .top-actions .btn,
    .button-row .btn,
    .brand strong,
    .faq summary,
    .faq details p {
      font-size: var(--font-min);
    }
