:root {
  color-scheme: light;
  --ink: #171717;
  --charcoal: #222222;
  --warm-white: #f5f1ea;
  --limestone: #eae3d8;
  --stone: #b7aa99;
  --line: #c7bfb3;
  --max: 1440px;
  --gutter: clamp(1.25rem, 4.1vw, 4rem);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--warm-white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; min-width: 320px; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { color: white; background: var(--ink); }

.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 20; padding: .75rem 1rem; color: white; background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; display: grid; grid-template-columns: 148px minmax(0, 1fr) 390px; align-items: center; min-height: 96px; padding: 0 var(--gutter); background: var(--warm-white); transition: background-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(245,241,234,.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.brand { display: flex; width: 82px; align-items: center; justify-content: center; }
.brand-logo { display: block; width: 78px; height: 76px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.15rem, 3.1vw, 3rem); }
.primary-nav a, .footer-nav a { position: relative; font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav a::after, .footer-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ''; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .footer-nav a:hover::after { transform: scaleX(1); }
.header-contact { display: grid; grid-template-columns: 1fr 1.12fr 1fr; align-items: center; min-height: 48px; }
.header-contact > a { display: flex; min-height: 44px; flex-direction: column; justify-content: center; gap: 3px; padding: 0 12px; border-left: 1px solid var(--line); font-size: 9px; letter-spacing: .045em; white-space: nowrap; }
.header-contact .email-link { align-items: center; font-size: 9px; }
.header-contact small { color: #6d6962; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.contact-name { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { position: relative; display: block; height: 50.8vw; min-height: 520px; max-height: 860px; overflow: hidden; background: var(--limestone); }
.hero::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(245,241,234,.72) 0%, rgba(245,241,234,.64) 31%, rgba(245,241,234,.36) 43%, rgba(245,241,234,0) 57%); content: ''; pointer-events: none; }
.hero-copy { position: absolute; z-index: 2; inset: 0 auto 0 0; display: flex; width: 46%; flex-direction: column; justify-content: center; padding: 4rem 2rem 5.4rem max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.eyebrow { margin: 0 0 1.35rem; font-size: 10px; font-weight: 600; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-size: clamp(3.6rem, 5vw, 5.1rem); font-weight: 300; letter-spacing: -.065em; line-height: .89; text-transform: uppercase; }
h1 strong { font-weight: 700; }
.short-rule { display: block; width: 43px; height: 1px; margin: .1rem 0 1.15rem; background: currentColor; }
.hero-intro { max-width: 310px; margin-bottom: 1.35rem; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.5; }
.hero-cta { align-self: flex-start; margin-bottom: 1.75rem; }
.benefits { display: grid; max-width: 410px; grid-template-columns: repeat(3, 1fr); }
.benefit { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: .45rem; padding: 0 .55rem; border-left: 1px solid var(--line); text-align: center; }
.benefit:first-child { padding-left: 0; border-left: 0; }
.benefit svg { width: 26px; height: 30px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.benefit span { font-size: 9px; font-weight: 600; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.benefit small { display: block; margin-top: 5px; color: #6d6962; font-size: 8px; font-weight: 400; letter-spacing: .08em; }
.hero-image-wrap { position: absolute; inset: 0; overflow: hidden; background: var(--limestone); }
.hero-parallax { position: absolute; inset: 0; overflow: hidden; background: var(--limestone); }
.hero-layer { position: absolute; inset: 0; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
/* Preserve the original window, reveal, sill, and roof lines as one stationary transparent foreground. */
.hero-layer-view { z-index: 0; }
.hero-layer-view-image { background-image: url('assets/asturias-coastal-view.webp'); }
.hero-parallax.is-parallax-active .hero-layer-view-image { transform: translate3d(calc(var(--parallax-x, 0px) + var(--view-drift-x, 0px)), calc(var(--parallax-y, 0px) + var(--view-drift-y, 0px)), 0) scale(1.18); transform-origin: center; will-change: transform; animation: lumera-view-drift 14s ease-in-out infinite alternate; }
@property --view-drift-x { syntax: '<length>'; inherits: false; initial-value: 0px; }
@property --view-drift-y { syntax: '<length>'; inherits: false; initial-value: 0px; }
@keyframes lumera-view-drift { from { --view-drift-x: -12px; --view-drift-y: 6px; } to { --view-drift-x: 12px; --view-drift-y: -6px; } }
.hero-view-grade { position: absolute; z-index: 1; inset: 0; pointer-events: none; backdrop-filter: brightness(1.18) saturate(1.34) contrast(1.04); -webkit-backdrop-filter: brightness(1.18) saturate(1.34) contrast(1.04); -webkit-mask: url('assets/window-view-mask.png') center / 100% 100% no-repeat; mask: url('assets/window-view-mask.png') center / 100% 100% no-repeat; }
.hero-layer-foreground { z-index: 2; background-image: url('assets/lumera-original-foreground.webp'); }
.section-grid { display: grid; grid-template-columns: 1fr 1fr; }
.about { min-height: 510px; margin-top: 10px; background: #f8f5ef; }
.about-image { position: relative; min-height: 510px; overflow: hidden; clip-path: polygon(0 0,100% 0,82% 100%,0 100%); }
.about-image img { height: 100%; min-height: 510px; object-fit: cover; object-position: 44% center; }
.image-frame::after { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.36); content: ''; pointer-events: none; }
.image-note { position: absolute; bottom: 1.25rem; left: var(--gutter); color: white; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.about-copy { position: relative; align-self: center; max-width: 670px; padding: 5rem clamp(2.5rem, 8vw, 8rem); }
.section-copy h2, .contact-banner h2 { margin-bottom: 1.35rem; font-size: clamp(2.15rem, 3.5vw, 3.55rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; text-transform: uppercase; }
.section-copy h3 { margin: 0 0 .8rem; font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.section-copy > p:not(.eyebrow) { max-width: 430px; color: #4f4b45; font-size: 14px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 1.1rem; margin-top: 1.2rem; padding-bottom: .55rem; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.text-link span { font-size: 15px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.products { display: grid; grid-template-columns: minmax(260px, .8fr) 1.55fr; gap: clamp(2rem, 5vw, 5.5rem); margin-top: 10px; padding: clamp(4.5rem, 8vw, 7rem) var(--gutter); background: var(--warm-white); }
.products-heading { display: flex; align-items: center; justify-content: flex-end; }
.products-heading .section-copy { width: 100%; max-width: 440px; }
.products-heading .section-copy h2 { font-size: clamp(2.1rem, 3.25vw, 3.35rem); }
.products-heading .section-copy > p:not(.eyebrow) { margin-bottom: 1.5rem; font-size: 13px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 1.4rem; padding: 0 1.3rem; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.button-dark { color: white; background: var(--charcoal); }
.button-dark:hover, .button-dark:focus-visible { background: #514e49; }
.button span { font-size: 16px; transition: transform .25s ease; }
.button:hover span, .button:focus-visible span { transform: translateX(4px); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(.8rem, 2vw, 1.6rem); }
.product-card { display: block; min-width: 0; }
.product-image { position: relative; display: block; height: clamp(190px, 25vw, 330px); overflow: hidden; background: var(--limestone); clip-path: polygon(11% 0,100% 0,89% 100%,0 100%); }
.product-image img { height: 100%; object-fit: cover; transition: transform .4s ease-in-out; }
.product-card:first-child .product-image img { object-position: 48% center; }
.product-card:hover .product-image img, .product-card:focus-visible .product-image img { transform: scale(1.05); }
.product-meta { display: grid; grid-template-columns: 26px 1fr 16px; align-items: start; gap: .45rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.product-number { padding-top: .2rem; color: #867d72; font-size: 8px; letter-spacing: .12em; }
.product-meta strong { display: block; margin-bottom: .35rem; font-size: 12px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.product-meta small { display: block; color: #6e685f; font-size: 8px; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.card-arrow { justify-self: end; font-size: 15px; transition: transform .2s ease; }
.product-card:hover .card-arrow, .product-card:focus-visible .card-arrow { transform: translateX(4px); }

.project-area { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; margin: 10px 0; background: var(--limestone); }
.project-area-copy { width: 100%; max-width: 740px; align-self: center; justify-self: end; padding: 4.5rem clamp(2rem, 5.7vw, 6rem) 4.5rem var(--gutter); }
.project-area-copy > p:not(.eyebrow) { max-width: 470px; }
.project-briefs { display: grid; max-width: 600px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 1.8rem 0 0; border-top: 1px solid var(--line); }
.project-brief { min-width: 0; padding: 1rem .8rem 0; border-left: 1px solid var(--line); }
.project-brief:first-child { padding-left: 0; border-left: 0; }
.project-brief span { display: block; margin-bottom: .5rem; color: #6e685f; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.project-brief strong { display: block; font-size: 10px; font-weight: 500; letter-spacing: .045em; line-height: 1.45; text-transform: uppercase; }
.project-note { max-width: 520px; margin: .8rem 0 0; color: #5f5a53; font-size: 11px; line-height: 1.5; }
.project-area-copy .text-link { margin-top: 1.1rem; }
.project-area-image { position: relative; min-height: 430px; overflow: hidden; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.project-area-image img { height: 100%; min-height: 430px; object-fit: cover; object-position: 54% center; }

.faq { grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5.5rem); margin: 10px 0; padding: clamp(4.5rem, 8vw, 7rem) var(--gutter); background: #f8f5ef; }
.faq-heading { width: 100%; max-width: 480px; align-self: start; justify-self: end; }
.faq-list { min-width: 0; align-self: center; }
.faq-list details { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .12em; line-height: 1.5; list-style: none; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { flex: 0 0 auto; content: '+'; font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: .8rem 2rem 0 0; color: #4f4b45; font-size: 13px; line-height: 1.7; }

.contact-banner { position: relative; display: grid; min-height: 375px; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; color: white; background: var(--charcoal); }
.contact-banner > img { position: absolute; inset: 0 auto 0 0; width: 70%; height: 100%; object-fit: cover; object-position: center 57%; clip-path: polygon(0 0,100% 0,85% 100%,0 100%); }
.contact-banner::after { position: absolute; inset: 0 auto 0 0; width: 70%; background: rgba(20, 20, 20, .42); clip-path: polygon(0 0,100% 0,85% 100%,0 100%); content: ''; }
.contact-banner-copy, .contact-details { position: relative; z-index: 1; }
.contact-banner-copy { max-width: 650px; padding: 4rem 3rem 4rem max(var(--gutter), calc((100vw - var(--max)) / 2)); }
.contact-banner .eyebrow { margin-bottom: 1.1rem; }
.contact-banner h2 { margin-bottom: 1rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.contact-banner-copy > p:not(.eyebrow) { max-width: 450px; margin-bottom: 1.5rem; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }
.button-light { color: var(--ink); background: var(--warm-white); }
.button-light:hover, .button-light:focus-visible { color: white; background: #504c46; }
.contact-details { display: grid; gap: 1.35rem; margin: 2rem var(--gutter) 2rem 0; padding: 1rem 0 1rem 2.5rem; border-left: 1px solid rgba(255,255,255,.45); }
.contact-details a { display: flex; flex-direction: column; gap: .35rem; }
.contact-details .contact-name { color: rgba(255,255,255,.7); font-size: 8px; }
.contact-details strong { font-size: 12px; font-weight: 400; letter-spacing: .06em; line-height: 1.45; }
.contact-details small { color: rgba(255,255,255,.65); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { display: grid; grid-template-columns: 180px 1fr 1.3fr; grid-template-rows: auto auto; align-items: center; gap: 1.2rem 2rem; padding: 2.25rem var(--gutter); color: white; background: var(--charcoal); border-top: 1px solid rgba(255,255,255,.14); }
.brand-footer { grid-column: 1; grid-row: 1; align-items: flex-start; }
.brand-footer .brand-logo { width: 62px; height: 60px; filter: brightness(0) invert(1); }
.copyright { grid-column: 1; grid-row: 2; align-self: end; margin: 0; color: rgba(255,255,255,.7); font-size: 9px; }
.footer-nav { display: flex; grid-column: 2; grid-row: 1 / 3; align-items: center; justify-content: center; gap: clamp(.75rem, 2.5vw, 2.5rem); }
.footer-nav a { font-size: 9px; }
.footer-aside { display: flex; grid-column: 3; grid-row: 1 / 3; flex-direction: column; align-items: flex-end; justify-content: space-between; align-self: stretch; padding: .35rem 0; }
.footer-socials { display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.88); }
.footer-socials span { display: grid; width: 20px; height: 20px; place-items: center; font-size: 17px; font-weight: 600; }
.footer-socials svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.facebook-mark { font-family: Arial, Helvetica, sans-serif; }
.footer-signoff { color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-signoff i { margin: 0 .4rem; font-style: normal; color: var(--stone); }

:focus-visible { outline: 2px solid #9a8062; outline-offset: 4px; }

@media (min-width: 1441px) {
  .site-header, .hero-copy, .about-copy, .products, .contact-banner-copy, .site-footer { padding-right: max(var(--gutter), calc((100vw - var(--max)) / 2)); padding-left: max(var(--gutter), calc((100vw - var(--max)) / 2)); }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 100px minmax(235px, 1fr) minmax(370px, 410px); min-height: 96px; }
  .primary-nav { justify-content: center; gap: clamp(.55rem, 1.25vw, .85rem); }
  .primary-nav a { font-size: 9px; letter-spacing: .1em; }
  .header-contact > a { padding: 0 8px; font-size: 8px; }
  .header-contact .email-link { font-size: 8px; }
  .hero { height: 50.8vw; min-height: 520px; max-height: 650px; }
  .hero-copy { width: 50%; padding-right: 1.8rem; padding-left: clamp(42px, 6.7vw, 72px); transform: translateY(10px); }
  h1 { font-size: clamp(3.2rem, 5vw, 4.5rem); }
  .hero-intro { margin-bottom: 1.35rem; }
  .benefits { margin-left: -1.125rem; }
  .benefit { gap: .35rem; padding-right: .25rem; padding-left: .25rem; }
  .benefit svg { width: 22px; }
  .benefit span { font-size: 8px; letter-spacing: .08em; }
  .product-image { height: clamp(180px, 18vw, 250px); }
  .product-meta strong { font-size: 10px; letter-spacing: .1em; }
  .about { min-height: 30vw; grid-template-columns: 46% 54%; }
  .about-image, .about-image img { height: 30vw; min-height: 300px; }
  .about-copy { padding: 1.5vw 6vw; }
  .about-copy > p:not(.eyebrow) { line-height: 1.55; }
  .section-copy h2 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); }
  .products { grid-template-columns: minmax(260px, .8fr) 1.55fr; gap: 2vw; padding: 3.3vw var(--gutter) 0; }
  .products-heading .section-copy h2 { font-size: clamp(1.5rem, 2.5vw, 2.05rem); }
  .contact-banner-copy { padding-right: 2rem; padding-left: var(--gutter); }
  .site-footer { padding-top: 1rem; padding-bottom: 1rem; }
  .contact-banner { min-height: 0; }
  .contact-banner-copy { padding-top: 1.5rem; padding-bottom: 1.5rem; }
  .contact-details { gap: 1.15rem; margin-top: 1.25rem; margin-bottom: 1.25rem; padding-left: 1.4rem; }
  .project-area { grid-template-columns: 1.08fr .92fr; }
  .project-area-copy { padding-right: 3vw; }
  .project-area-image, .project-area-image img { min-height: 390px; }
  .project-brief { padding-right: .45rem; padding-left: .55rem; }
  .project-brief:first-child { padding-left: 0; }
  .project-brief strong { font-size: 9px; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 100px 1fr; }
  .header-contact { display: none; }
  .primary-nav { justify-content: flex-end; gap: clamp(1rem, 3vw, 2rem); }
  .hero-copy { width: 50%; }
  .hero h1 { font-size: clamp(2.4rem, 5.8vw, 3.25rem); }
  .products { grid-template-columns: minmax(0, 1fr); }
  .products-heading .section-copy { max-width: 650px; }
  .product-image { height: clamp(230px, 36vw, 390px); }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; }
  html { scroll-padding-top: 4rem; }
  .site-header { position: sticky; top: 0; min-height: 72px; grid-template-columns: 1fr auto; padding: 0 var(--gutter); box-shadow: 0 1px 0 rgba(23,23,23,.08); }
  .brand { width: 62px; }
  .brand-logo { width: 56px; height: 55px; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid var(--line); color: var(--ink); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem var(--gutter) 1.1rem; background: var(--warm-white); border-top: 1px solid var(--line); box-shadow: 0 12px 20px rgba(23,23,23,.08); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
  .primary-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .primary-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .hero { display: grid; height: auto; min-height: 0; max-height: none; grid-template-columns: 1fr; margin-bottom: 24px; }
  .hero::before { display: none; }
  .hero-copy { position: relative; inset: auto; grid-row: 1; width: auto; min-height: 370px; padding: 2.5rem var(--gutter) 2.4rem; background: var(--limestone); }
  .eyebrow { margin-bottom: 1.1rem; font-size: 9px; }
  h1 { margin-bottom: 1.25rem; font-size: clamp(3rem, 13vw, 3.4rem); }
  .hero-intro { max-width: 285px; margin-bottom: 1rem; font-size: 15px; }
  .hero-cta { min-height: 44px; margin-bottom: 1.25rem; }
  .benefits { max-width: 420px; }
  .benefit { flex-direction: column; align-items: center; gap: .35rem; padding: 0 .25rem; text-align: center; }
  .benefit:first-child { padding-left: 0; }
  .benefit svg { width: 20px; height: 25px; }
  .benefit span { font-size: 8px; }
  .benefit small { font-size: 7px; }
  .benefit span { letter-spacing: .035em; }
  .hero h1 { font-size: clamp(2.6rem, 12.6vw, 3.4rem); }
  .hero-image-wrap { position: relative; inset: auto; grid-row: 2; width: 100%; min-height: 0; aspect-ratio: 619 / 520; }
  .hero-parallax { display: block; }
  .hero-layer { background-size: auto 100%; background-position: 85% center; }
  .hero-layer-view-image { background-image: url('assets/asturias-coastal-view-mobile.webp'); }
  .hero-layer-foreground { background-image: url('assets/lumera-original-foreground-mobile.webp'); }
  .hero-view-grade { -webkit-mask-size: auto 100%; -webkit-mask-position: 85% center; mask-size: auto 100%; mask-position: 85% center; }
  .hero-parallax.is-parallax-active .hero-layer-view-image { transform: translate3d(calc(var(--parallax-x, 0px) + var(--view-drift-x, 0px)), calc(var(--parallax-y, 0px) + var(--view-drift-y, 0px)), 0) scale(1.22); }
  .section-grid { grid-template-columns: 1fr; }
  .about { margin-top: 0; margin-bottom: 24px; }
  .about-image { min-height: 270px; height: 270px; clip-path: polygon(0 0,100% 0,92% 100%,0 100%); }
  .about-image img { min-height: 270px; height: 270px; }
  .about-copy { padding: 3rem var(--gutter) 3.5rem; }
  .about-copy.section-copy h2 { font-size: clamp(1.7rem, 7.2vw, 2rem); }
  .section-copy h2 { font-size: clamp(2rem, 8.2vw, 2.3rem); }
  .section-copy > p:not(.eyebrow) { font-size: 13px; }
  .products { grid-template-columns: minmax(0, 1fr); gap: 1.75rem; margin-bottom: 24px; padding: 3.25rem var(--gutter) 3.5rem; }
  .products-heading .section-copy h2 { font-size: clamp(2rem, 8vw, 2.25rem); }
  .products-heading .section-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.6; }
  .product-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(80%, 320px); gap: 1rem; margin-right: calc(var(--gutter) * -1); padding: 0 var(--gutter) .75rem 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--stone) transparent; }
  .product-card { scroll-snap-align: start; }
  .product-image { height: 220px; clip-path: polygon(7% 0,100% 0,93% 100%,0 100%); }
  .product-meta { padding: .75rem 0; }
  .product-meta strong { font-size: 11px; }
  .products { margin-top: 0; }
  .project-area { grid-template-columns: minmax(0, 1fr); margin: 0 0 24px; }
  .project-area-copy { max-width: none; padding: 3.25rem var(--gutter) 2.75rem; }
  .project-area-copy > p:not(.eyebrow) { font-size: 13px; }
  .project-note { font-size: 10px; }
  .project-briefs { grid-template-columns: 1fr; margin-top: 1.5rem; }
  .project-brief, .project-brief:first-child { display: grid; grid-template-columns: 105px 1fr; align-items: start; gap: .5rem; padding: .8rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .project-brief span { margin-bottom: 0; }
  .project-brief strong { font-size: 9px; }
  .project-area-image { height: 260px; min-height: 0; clip-path: polygon(0 0,100% 0,100% 100%,0 100%); }
  .project-area-image img { height: 260px; min-height: 0; object-position: center 56%; }
  .contact-banner { min-height: 0; grid-template-columns: 1fr; }
  .contact-banner > img { width: 100%; clip-path: polygon(0 0,100% 0,100% 100%,0 100%); object-position: 57% center; }
  .contact-banner::after { width: 100%; clip-path: polygon(0 0,100% 0,100% 100%,0 100%); background: rgba(20,20,20,.69); }
  .contact-banner-copy { padding: 3.75rem var(--gutter) 2rem; }
  .contact-banner h2 { font-size: clamp(2.8rem, 12vw, 4rem); }
  .contact-banner-copy > p:not(.eyebrow) { font-size: 13px; }
  .contact-details { grid-template-columns: 1fr 1fr; gap: 1.2rem .75rem; margin: 0 var(--gutter) 2.5rem; padding: 1.4rem 0 0; border-top: 1px solid rgba(255,255,255,.45); border-left: 0; }
  .contact-details a:last-child { grid-column: 1 / -1; }
  .contact-details strong { font-size: 10px; overflow-wrap: anywhere; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 1.5rem 1rem; padding: 2rem var(--gutter); }
  .brand-footer { grid-column: 1; grid-row: 1; }
  .copyright { grid-column: 1; grid-row: 2; align-self: center; font-size: 8px; }
  .footer-nav { grid-column: 1 / -1; grid-row: 3; flex-wrap: wrap; justify-content: flex-start; gap: 1.15rem 1.4rem; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
  .footer-nav a { font-size: 8px; }
  .footer-aside { grid-column: 2; grid-row: 1 / 3; align-self: center; justify-content: center; gap: 1.5rem; padding: 0; }
  .footer-signoff { font-size: 8px; text-align: right; white-space: nowrap; }
  .footer-socials { gap: .7rem; }
}

/* Motion is activated by main.js; content remains visible if scripting is unavailable. */
.motion-ready .hero-layer-view { transform: scale(1.05); transition: transform 1.8s ease-out; }
.motion-ready .hero.is-entered .hero-layer-view { transform: scale(1); }
.motion-ready .hero-copy { opacity: 0; transform: translateY(30px); transition: opacity .8s ease-out, transform .8s ease-out; }
.motion-ready .hero.is-entered .hero-copy { opacity: 1; transform: translateY(0); }
.motion-ready .hero-copy > * { opacity: 0; transform: translateY(14px); transition: opacity .65s ease-out, transform .65s ease-out; }
.motion-ready .hero.is-entered .hero-copy > * { opacity: 1; transform: translateY(0); }
.hero-copy > :nth-child(1) { transition-delay: 0ms; }
.hero-copy > :nth-child(2) { transition-delay: 150ms; }
.hero-copy > :nth-child(3) { transition-delay: 300ms; }
.hero-copy > :nth-child(4) { transition-delay: 450ms; }
.hero-copy > :nth-child(5) { transition-delay: 600ms; }
.motion-ready .reveal-on-scroll, .motion-ready .reveal-card { opacity: 0; transform: translateY(40px); transition: opacity .8s ease-out, transform .8s ease-out; }
.motion-ready .reveal-on-scroll.is-visible, .motion-ready .reveal-card.is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .product-card:nth-child(1) { transition-delay: 0ms; }
.motion-ready .product-card:nth-child(2) { transition-delay: 150ms; }
.motion-ready .product-card:nth-child(3) { transition-delay: 300ms; }
.about-image img, .project-area-image img { transform: translate3d(0,var(--image-parallax-y,0px),0) scale(1.06); will-change: transform; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .motion-ready .hero-copy, .motion-ready .hero-copy > *, .motion-ready .reveal-on-scroll, .motion-ready .reveal-card { opacity: 1; transform: none; transition: none; }
  .about-image img, .project-area-image img { transform: none; will-change: auto; }
}

.language-switcher { display: flex; flex: 0 0 auto; align-items: center; gap: .55rem; margin-left: .25rem; padding-left: .9rem; border-left: 1px solid var(--line); }
.language-switcher a { color: #716b63; font-size: 9px !important; letter-spacing: .08em !important; }
.language-switcher a[aria-current="page"] { color: var(--ink); font-weight: 700; }
html[lang="es"] .hero h1 { font-size: clamp(2.5rem, 4.1vw, 4rem); }
@media (max-width: 700px) {
  .faq { grid-template-columns: 1fr; gap: 1.5rem; margin: 0 0 24px; padding: 3.25rem var(--gutter); }
  .faq-heading { max-width: none; justify-self: stretch; }
  .faq-list { width: 100%; }
  .faq-list details { padding: 1rem 0; }
  .faq-list summary { font-size: 10px; }
  .faq-list details p { margin-right: .5rem; font-size: 12px; }
  .language-switcher { align-self: flex-start; gap: 1rem; margin: .55rem 0 0; padding: .9rem 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .language-switcher a { padding: .5rem 0 !important; border: 0 !important; }
  html[lang="es"] .hero h1 { font-size: clamp(1.8rem, 10vw, 2.5rem); }
}
