:root {
  --ink: #17130f;
  --ink-soft: #28211a;
  --cream: #f4efe6;
  --paper: #fffdf9;
  --gold: #d49b4a;
  --gold-light: #edc98e;
  --line: rgba(23, 19, 15, .16);
  --muted: #746b62;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(76px, 10vw, 136px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--paper); padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: white; }
.site-header.scrolled { position: fixed; background: rgba(23,19,15,.95); backdrop-filter: blur(12px); box-shadow: 0 12px 35px rgba(0,0,0,.16); animation: slideDown .25s ease; }
.nav-shell { width: var(--shell); min-height: 116px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-logo { width: 82px; height: 82px; object-fit: cover; border: 2px solid rgba(255,255,255,.82); border-radius: 10px; box-shadow: 0 8px 22px rgba(0,0,0,.24); }
.brand-copy { display: grid; gap: 5px; }
.brand strong { letter-spacing: .19em; font-size: 25px; }
.brand small { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; opacity: .82; }
.brand-registration { font-size: 10px; font-weight: 650; line-height: 1.25; letter-spacing: .035em; white-space: nowrap; opacity: .9; }
nav { display: flex; align-items: center; gap: 22px; }
nav a { font-size: 14px; font-weight: 600; letter-spacing: .03em; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold-light); transition: right .25s ease; }
nav a:not(.nav-cta):hover::after, nav a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; }
.language-switch { flex: 0 0 auto; margin-left: auto; padding: 10px 14px; border: 1px solid var(--gold-light); color: var(--gold-light); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.language-switch:hover, .language-switch:focus-visible { background: var(--gold-light); color: var(--ink); }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 0; background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin-block: 5px; transition: transform .2s ease; }

.hero { min-height: 760px; height: 100svh; max-height: 980px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; background: var(--ink); }
.hero-media { position: absolute; inset: 0; background: url("assets/gallery-final/escalera-retouched.jpg") center/cover no-repeat; transform: scale(1.04); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,11,8,.92) 0%, rgba(15,11,8,.66) 45%, rgba(15,11,8,.22) 77%), linear-gradient(0deg, rgba(15,11,8,.46), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding-top: 76px; }
.eyebrow { margin: 0 0 20px; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.dark { color: #8c5b1e; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 500; line-height: 1.07; }
h1 { max-width: 830px; margin-bottom: 24px; font-size: clamp(3.15rem, 7.4vw, 6.8rem); letter-spacing: -.045em; }
.hero-copy { max-width: 620px; margin: 0 0 38px; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border-color: rgba(255,255,255,.52); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.button-catalog { border-color: var(--gold-light); color: var(--gold-light); }
.button-catalog:hover { background: var(--gold-light); color: var(--ink); }
.hero-note { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(380px, 34vw); display: flex; align-items: center; gap: 22px; padding: 24px 34px; background: var(--paper); color: var(--ink); }
.hero-note > span { color: #a06a27; font: 500 36px/1 var(--serif); }
.hero-note p { margin: 0; font-size: 13px; color: var(--muted); }
.hero-note strong { display: block; color: var(--ink); font-size: 14px; }

.section-heading { max-width: 720px; }
.section-heading.horizontal { max-width: none; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); align-items: end; gap: 80px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.45rem, 5vw, 4.5rem); letter-spacing: -.035em; }
.section-heading.horizontal > p { margin: 0; color: rgba(255,255,255,.65); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.intro-copy { padding-top: 12px; color: var(--muted); }
.founder-intro { display: grid; grid-template-columns: minmax(150px, .68fr) minmax(0, 1.32fr); gap: clamp(20px, 3vw, 36px); align-items: end; }
.founder-cutout { position: relative; z-index: 0; align-self: stretch; min-height: 410px; margin: 0; display: flex; align-items: flex-end; justify-content: center; }
.founder-cutout::before { content: ""; position: absolute; z-index: 0; left: 5%; right: 5%; bottom: 5%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(212,155,74,.2), rgba(212,155,74,0) 68%); }
.founder-cutout img { position: relative; z-index: 1; width: 100%; max-height: 440px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 22px rgba(43,33,24,.18)); }
.founder-copy { padding-bottom: 18px; }
.founder-copy p:last-child { margin-bottom: 0; }
.history-title-lockup { width: min(100%, 560px); margin-bottom: 30px; }
.history-portrait-word { margin: 0; color: #8c5b1e; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4.4rem, 8.4vw, 7.7rem); font-weight: 900; line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .history-portrait-word { background: url("assets/mario-de-marco.jpg") center 44% / cover no-repeat; color: transparent; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; filter: saturate(.9) contrast(1.12); }
}
.founder-credit { margin: 14px 0 0; color: #8c5b1e; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.lead { color: var(--ink); font-size: 1.25rem; line-height: 1.6; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line); }
.facts div { display: grid; gap: 7px; }
.facts strong { color: #8c5b1e; font: 500 2rem/1 var(--serif); }
.facts span { font-size: 12px; line-height: 1.4; }

.company-section { background: var(--cream); }
.company-grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(44px, 8vw, 104px); align-items: start; }
.company-copy { position: sticky; top: 140px; }
.company-copy h2 { margin-bottom: 26px; font-size: clamp(2.5rem, 4.6vw, 4.35rem); letter-spacing: -.035em; }
.company-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.company-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 210px; gap: 16px; }
.company-photo { position: relative; margin: 0; overflow: hidden; background: #d9d1c7; }
.company-photo.company-main { grid-column: 1 / -1; grid-row: span 2; }
.company-photo.company-tall { grid-row: span 2; }
.company-photo.company-wide { grid-column: 1 / -1; }
.company-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.company-photo figcaption { position: absolute; inset: auto 0 0; padding: 34px 18px 16px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.76)); font: 500 1.05rem/1.3 var(--serif); }
.company-photo:hover img { transform: scale(1.04); }

.video-section { position: relative; overflow: hidden; background: #2b2118; color: white; }
.video-section::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -170px; border: 1px solid rgba(237,201,142,.14); border-radius: 50%; }
.video-grid { position: relative; display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 8vw, 110px); align-items: center; }
.video-copy h2 { margin-bottom: 24px; font-size: clamp(2.55rem, 5vw, 4.7rem); letter-spacing: -.035em; }
.video-copy > p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 20px; color: var(--gold-light); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #100d0a; box-shadow: 0 35px 80px rgba(0,0,0,.34); }
.video-frame::after { content: "Video Tornería Dema"; position: absolute; left: 18px; bottom: 13px; pointer-events: none; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }

.services { background: var(--ink); color: white; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); }
.service-grid article { min-height: 330px; padding: 36px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.service-grid article:last-child { border-right: 0; }
.service-number { color: var(--gold-light); font-size: 12px; letter-spacing: .1em; }
.service-grid h3 { margin: auto 0 18px; font-size: 2rem; }
.service-grid p { margin: 0; color: rgba(255,255,255,.63); }

.machimbrados { overflow: hidden; background: var(--cream); }
.machimbrados-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: clamp(48px, 8vw, 108px); align-items: center; }
.machimbrados-photo { position: relative; margin: 0; box-shadow: 0 30px 70px rgba(50,34,20,.16); }
.machimbrados-photo::before { content: ""; position: absolute; z-index: 0; inset: -22px auto 22px -22px; width: 48%; border: 1px solid rgba(140,91,30,.32); }
.machimbrados-photo img { position: relative; z-index: 1; display: block; width: 100%; height: 320px; object-fit: cover; object-position: center 68%; }
.machimbrados-photo figcaption { position: absolute; z-index: 2; inset: auto 0 0; padding: 44px 24px 20px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.74)); font: 500 1.05rem/1.35 var(--serif); }
.machimbrados-copy h2 { margin-bottom: 28px; font-size: clamp(2.55rem, 4.8vw, 4.55rem); letter-spacing: -.035em; }
.machimbrados-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.machimbrados-features { display: flex; flex-wrap: wrap; gap: 9px; margin: 32px 0; }
.machimbrados-features span { padding: 8px 12px; border: 1px solid rgba(140,91,30,.28); color: #704719; background: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.machimbrados-cta { width: auto; padding-inline: 26px; }

.dark-heading > p { color: var(--muted) !important; }
.gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 190px; grid-auto-flow: dense; gap: 18px; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 2; margin: 0; overflow: hidden; background: #d9d1c7; cursor: zoom-in; }
.gallery-item.featured { grid-column: span 7; grid-row: span 3; }
.gallery-item.wide { grid-column: span 5; }
.gallery-item.panorama { grid-column: span 8; grid-row: span 2; }
.gallery-item.portrait { grid-column: span 4; grid-row: span 3; }
.gallery-item.poster { grid-column: span 4; grid-row: span 3; background: #19120d; }
.gallery-item.poster img { object-fit: contain; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 44px 24px 22px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.78)); transform: translateY(8px); transition: transform .3s ease; }
.gallery-item figcaption span { display: block; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.gallery-item figcaption strong { font: 500 1.2rem/1.3 var(--serif); }
.gallery-item:hover img, .gallery-item:focus img { transform: scale(1.055); filter: brightness(.8); }
.gallery-item:hover figcaption, .gallery-item:focus figcaption { transform: translateY(0); }
.lightbox { width: min(1100px, calc(100% - 28px)); max-width: none; padding: 0; border: 0; overflow: visible; background: transparent; color: white; }
.lightbox::backdrop { background: rgba(10,8,6,.94); backdrop-filter: blur(7px); }
.lightbox figure { margin: 0; display: grid; place-items: center; }
.lightbox img { max-width: min(100%, 1000px); max-height: 80vh; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.lightbox figcaption { margin-top: 15px; font: 500 1.05rem/1.4 var(--serif); text-align: center; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(20,16,12,.74); color: white; cursor: pointer; }
.lightbox-close { width: 46px; height: 46px; top: 22px; right: 22px; font-size: 30px; line-height: 1; }
.lightbox-nav { width: 54px; height: 54px; top: 50%; transform: translateY(-50%); font-size: 38px; line-height: 1; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--gold); color: var(--ink); }

.material { background: #2b2118; color: white; }
.material-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); }
.material-card { min-height: 540px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)), url("assets/gallery-final/puerta-retouched.jpg") center/cover no-repeat; }
.material-card h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 4rem); }
.wood-list { display: flex; flex-direction: column; justify-content: center; }
.wood-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding-block: 34px; border-bottom: 1px solid rgba(255,255,255,.15); }
.wood-list article > span { color: var(--gold-light); font-size: 12px; }
.wood-list h3 { margin-bottom: 9px; font-size: 1.8rem; }
.wood-list p { margin: 0; color: rgba(255,255,255,.65); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 140px); }
.contact h2 { font-size: clamp(2.5rem, 5vw, 4.4rem); letter-spacing: -.035em; }
.contact-intro { max-width: 560px; color: var(--muted); }
.contact-links { display: grid; margin-top: 42px; }
.contact-links a { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding-block: 14px; border-bottom: 1px solid var(--line); }
.contact-links span { color: var(--muted); font-size: 13px; }
.contact-links strong { font-size: 14px; overflow-wrap: anywhere; }
.contact-form { align-self: start; padding: clamp(28px, 4vw, 48px); background: var(--paper); box-shadow: 0 24px 60px rgba(43,33,24,.09); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 13px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid #bdb3a7; border-radius: 0; padding: 10px 1px; color: var(--ink); background: transparent; outline: none; }
input:focus, textarea:focus { border-color: #8c5b1e; box-shadow: 0 1px 0 #8c5b1e; }
textarea { resize: vertical; }
.button-dark { width: 100%; margin-top: 8px; background: var(--ink); color: white; }
.button-dark:hover { background: #493525; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.location { padding-top: clamp(70px, 9vw, 120px); background: var(--paper); }
.location-heading { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding-bottom: 42px; }
.location-heading h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -.035em; }
.location-address { min-width: min(100%, 330px); }
.location-address p { margin: 0 0 15px; color: var(--muted); }
.dark-link { color: #8c5b1e; }
.map-frame { height: min(58vw, 540px); min-height: 360px; background: #d9d1c7; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.85) contrast(1.04); }

footer { padding-block: 40px; background: #100d0a; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: 12px; }
.creator-credit { display: block; margin-top: 7px; color: rgba(255,255,255,.72); }
.creator-credit strong { color: var(--gold-light); font-weight: 700; }
.footer-brand .brand-logo { width: 44px; height: 44px; }

@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 700px); }
  .nav-shell { min-height: 90px; }
  .language-switch { margin-left: auto; }
  .brand-logo { width: 62px; height: 62px; }
  .brand strong { font-size: 20px; }
  .brand small { font-size: 10px; }
  .brand-registration { font-size: 9px; letter-spacing: .015em; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 90px; left: 14px; right: 14px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px; background: rgba(23,19,15,.98); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
  nav.open { display: flex; }
  nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: 720px; max-height: none; }
  .hero-overlay { background: linear-gradient(90deg, rgba(15,11,8,.9), rgba(15,11,8,.48)), linear-gradient(0deg, rgba(15,11,8,.56), transparent); }
  .hero-note { width: auto; left: 14px; right: 14px; padding: 17px 20px; }
  .intro, .company-grid, .contact-grid, .material-grid, .machimbrados-grid { grid-template-columns: 1fr; }
  .founder-intro { grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); }
  .founder-cutout { min-height: 360px; }
  .company-copy { position: static; }
  .video-grid { grid-template-columns: 1fr; }
  .section-heading.horizontal { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 245px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .service-grid article:last-child { border-bottom: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .gallery-item, .gallery-item.featured, .gallery-item.wide, .gallery-item.panorama, .gallery-item.portrait, .gallery-item.poster { grid-column: span 1; grid-row: span 1; }
  .gallery-item.featured { grid-column: span 2; grid-row: span 2; }
  .lightbox-nav { width: 44px; height: 44px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
  .material-card { min-height: 500px; }
  .machimbrados-photo { width: min(100%, 700px); }
  .machimbrados-photo img { height: 280px; }
  .footer-grid { grid-template-columns: 1fr; }
  .location-heading { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 560px) {
  .nav-shell { gap: 8px; }
  .language-switch { margin-left: auto; padding: 8px 10px; font-size: 11px; transform: translateX(4px); }
  .menu-toggle { margin-left: 2px; }
  .section { padding-block: 74px; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-content { padding-top: 158px; }
  .brand-logo { width: 56px; height: 56px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 9px; }
  .brand { gap: 9px; }
  .brand-registration { font-size: 8px; letter-spacing: 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  .hero-copy { font-size: 1rem; }
  .button { width: 100%; }
  .hero-note { display: none; }
  .facts { grid-template-columns: 1fr 1fr; }
  .founder-intro { grid-template-columns: 1fr; }
  .founder-cutout { min-height: 0; height: 390px; }
  .founder-cutout img { width: min(82%, 310px); max-height: 390px; }
  .founder-copy { padding-bottom: 0; }
  .gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 310px; }
  .gallery-item, .gallery-item.featured, .gallery-item.wide, .gallery-item.panorama, .gallery-item.portrait, .gallery-item.poster { grid-column: span 1; grid-row: span 1; }
  .history-title-lockup { margin-bottom: 24px; }
  .history-portrait-word { font-size: clamp(4rem, 20vw, 6.3rem); }
  .company-gallery { grid-auto-rows: 180px; }
  .company-photo.company-main { grid-row: span 2; }
  .material-card { min-height: 420px; padding: 28px; }
  .machimbrados-photo::before { inset: -12px auto 12px -12px; }
  .machimbrados-photo img { height: 220px; }
  .machimbrados-copy h2 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .machimbrados-cta { width: 100%; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-links a { grid-template-columns: 1fr; gap: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
