:root {
  --ink: #151714;
  --ink-soft: #252822;
  --paper: #f2f0e8;
  --paper-bright: #fbfaf6;
  --muted: #acaea6;
  --gold: #c5a55a;
  --line: rgba(21, 23, 20, 0.16);
  --radius: 1.4rem;
  --max: 92rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; background: var(--gold); color: var(--ink); }
.skip-link:focus { top: 1rem; }

.texture { position: relative; isolation: isolate; }
.texture::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: grid; grid-template-columns: 15rem 1fr auto auto; align-items: center; gap: 1.5rem; min-height: 5.8rem; padding: .75rem clamp(1.2rem, 4vw, 4.5rem); background: #fff; border-bottom: 1px solid rgba(21,23,20,.08); transition: transform .35s ease; }
.site-header.is-hidden { transform: translateY(-110%); }
.brand { width: 11.6rem; }
.brand img, .footer-brand img { width: 100%; height: auto; }
.desktop-nav { justify-self: center; display: flex; gap: 2.25rem; font-size: .9rem; font-weight: 500; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-phone { font-size: .84rem; font-weight: 600; white-space: nowrap; transition: color .2s ease; }
.header-phone:hover { color: #8a7137; }
.header-cta { display: inline-flex; align-items: center; gap: .75rem; padding: .85rem 1.1rem; background: var(--ink); color: white; border-radius: .2rem; font-size: .86rem; transition: transform .2s ease, background .2s ease; }
.header-cta:hover { background: var(--ink-soft); transform: translateY(-2px); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 100dvh; position: relative; display: grid; grid-template-columns: 56% 44%; padding-top: 5.8rem; background: var(--ink); color: white; }
.hero-media { grid-column: 2; position: relative; min-height: calc(100dvh - 5.8rem); overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,23,20,.22), transparent 35%), linear-gradient(0deg, rgba(21,23,20,.3), transparent 40%); }
.hero-grid { grid-column: 1; grid-row: 1; min-height: calc(100dvh - 5.8rem); display: grid; grid-template-rows: 1fr auto; align-items: center; padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 6vw, 7rem) 5.5rem; background: radial-gradient(circle at 12% 12%, #2e3028, var(--ink) 52%); }
.hero-copy { max-width: 50rem; }
.eyebrow { margin: 0 0 2rem; display: flex; align-items: center; gap: .8rem; color: var(--gold); font-size: .72rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: block; width: 2.6rem; height: 1px; background: currentColor; }
.eyebrow--dark { color: #796531; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .91; text-wrap: balance; }
h1 { max-width: 14ch; font-size: clamp(4rem, 7.2vw, 8.4rem); }
h1 em, h2 em { color: var(--gold); font-weight: inherit; }
.hero-intro { max-width: 40rem; margin: 2.3rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.6rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; min-height: 3.8rem; padding: 0 1.4rem; border: 0; border-radius: .18rem; font-size: .9rem; font-weight: 600; cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-3px); filter: brightness(1.06); }
.button:active { transform: translateY(0) scale(.98); }
.button--gold { background: var(--gold); color: var(--ink); }
.text-link { padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.38); font-size: .9rem; }
.text-link span { margin-left: .5rem; color: var(--gold); }
.hero-proof { align-self: end; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof p { margin: 0 0 .3rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.hero-proof strong { font-weight: 500; }
.hero-rail { position: absolute; right: 0; bottom: 0; left: 56%; z-index: 2; display: flex; align-items: center; gap: 1.3rem; padding: 1.35rem 1.5rem; color: white; background: rgba(21,23,20,.86); backdrop-filter: blur(14px); white-space: nowrap; overflow: hidden; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-rail i { flex: 0 0 .22rem; width: .22rem; height: .22rem; background: var(--gold); transform: rotate(45deg); }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(7rem, 11vw, 12rem) clamp(1.25rem, 5vw, 5rem); }
.section-head { display: grid; grid-template-columns: 1fr minmax(26rem, 1.2fr); gap: 2rem 5rem; align-items: end; margin-bottom: clamp(4rem, 7vw, 7rem); }
.section-head .eyebrow { grid-column: 1 / -1; margin-bottom: .2rem; }
.section-head h2, .projects h2, .craft h2, .contact h2 { font-size: clamp(3.6rem, 6.5vw, 7.4rem); }
.section-head > p:last-child { max-width: 35rem; margin: 0 0 .5rem; color: #5c5f57; line-height: 1.75; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 4.5rem minmax(15rem, .85fr) minmax(18rem, 1.35fr) 3rem; gap: 2rem; align-items: center; padding: 2rem .4rem; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-left: 1.1rem; padding-right: 1.1rem; background: rgba(197,165,90,.09); }
.service-no { color: #8a7b57; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.service-row h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.3vw, 2.6rem); font-weight: 400; }
.service-row p { margin: 0; max-width: 43rem; color: #686b63; line-height: 1.65; }
.service-row > a { display: grid; place-items: center; width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); border-radius: 50%; transition: background .2s ease, color .2s ease, transform .2s ease; }
.service-row:hover > a { background: var(--ink); color: white; transform: rotate(45deg); }

.craft { display: grid; grid-template-columns: 1fr 1fr; min-height: 54rem; background: var(--ink); color: white; }
.craft-image { position: relative; min-height: 38rem; overflow: hidden; }
.craft-image img { width: 100%; height: 100%; object-fit: cover; }
.craft-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,23,20,.42), transparent 45%); }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 10rem) clamp(2rem, 7vw, 8rem); background: radial-gradient(circle at 100% 0%, #34372e, transparent 48%); }
.craft-copy .lead { max-width: 45rem; margin: 2.5rem 0 0; color: rgba(255,255,255,.69); font-size: 1.05rem; line-height: 1.8; }
.craft-facts { margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.15); }
.craft-facts div { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.craft-facts strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.craft-facts span { font-size: .92rem; }

.section-head--compact { grid-template-columns: 1fr; }
.section-head--compact h2 { max-width: 12ch; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 18rem; padding: 2rem; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-card > span { display: block; color: #8a7b57; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.process-card h3 { margin: 4rem 0 .9rem; font-family: Georgia, "Times New Roman", serif; font-size: 2.15rem; font-weight: 400; }
.process-card p { margin: 0; color: #686b63; line-height: 1.65; }

.projects { display: grid; grid-template-columns: 1.25fr .75fr; gap: 1rem; padding: clamp(6rem, 9vw, 10rem) clamp(1.25rem, 4vw, 4.5rem); background: var(--ink); color: white; }
.projects-intro { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 3rem; padding-bottom: 4rem; }
.projects-intro .eyebrow { grid-column: 1 / -1; }
.projects-intro > p:last-child { max-width: 30rem; margin: 0 0 .5rem; color: rgba(255,255,255,.62); line-height: 1.7; }
.project { position: relative; min-height: 34rem; overflow: hidden; }
.project--wide { grid-row: span 2; min-height: 69rem; }
.project--full { grid-column: 1 / -1; min-height: 38rem; }
.project img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.project:hover img { transform: scale(1.035); }
.project::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,13,11,.78), transparent 52%); }
.project > div { position: absolute; z-index: 2; left: clamp(1.4rem, 3vw, 3rem); right: 1.5rem; bottom: clamp(1.4rem, 3vw, 3rem); }
.project span { display: block; margin-bottom: .8rem; color: var(--gold); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.project strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.4vw, 4rem); font-weight: 400; line-height: 1; }

.trust-quote { max-width: 72rem; margin: 0 auto 7rem; text-align: center; }
.trust-quote p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7vw, 8rem); line-height: .95; letter-spacing: -.04em; }
.trust-quote em { color: #8a7137; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.trust-grid article { padding: 2.1rem 1.5rem 0; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid span { color: #8a7b57; font-family: Georgia, "Times New Roman", serif; }
.trust-grid h3 { margin: 2.5rem 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.trust-grid p { margin: 0; color: #6a6d65; font-size: .9rem; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); padding: clamp(7rem, 10vw, 11rem) clamp(1.25rem, 7vw, 8rem); color: white; background: radial-gradient(circle at 0% 100%, #32362d, var(--ink) 52%); }
.contact-info > p:not(.eyebrow) { max-width: 34rem; margin: 2rem 0 0; color: rgba(255,255,255,.65); line-height: 1.8; }
.contact-lines { display: flex; flex-direction: column; gap: 1.15rem; margin-top: 3rem; }
.contact-entry { display: flex; flex-direction: column; gap: .25rem; }
.contact-entry small { color: rgba(255,255,255,.46); font-size: .62rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-lines a { width: fit-content; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 2vw, 1.65rem); overflow-wrap: anywhere; }
.contact-lines span { color: rgba(255,255,255,.76); }
.contact-actions { align-self: center; padding: clamp(2rem, 4vw, 3.4rem); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); }
.contact-actions .eyebrow { margin-bottom: 1.5rem; }
.contact-actions h3 { max-width: 11ch; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4.1rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.contact-actions > p:not(.eyebrow) { max-width: 34rem; margin: 1.6rem 0 2rem; color: rgba(255,255,255,.68); line-height: 1.75; }
.contact-actions .button { width: 100%; margin-top: .8rem; }
.button--whatsapp { color: #fff; background: #1f9d55; }
.button--whatsapp:hover { background: #178348; }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 4rem; padding: 5rem clamp(1.25rem, 7vw, 8rem) 2rem; background: #fff; }
.footer-brand { max-width: 21rem; }
.footer-brand img { width: 13rem; }
.footer-brand p { color: #6a6d65; line-height: 1.6; }
.footer-contact, .footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; font-size: .9rem; }
.footer-contact > p, .footer-nav > p { margin: 0 0 .8rem; color: #8a7b57; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact a { font-weight: 600; }
.footer-contact span { color: #6a6d65; }
.footer-nav a:hover { color: #8a7137; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: #767970; font-size: .7rem; }

.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 40; display: inline-flex; align-items: center; gap: .7rem; min-height: 3.5rem; padding: 0 1.1rem; color: #fff; background: #1f9d55; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 1rem 2.4rem rgba(11,60,34,.3); font-size: .86rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { background: #178348; transform: translateY(-3px); }
.whatsapp-float:active { transform: scale(.98); }
.whatsapp-float svg { width: 1.45rem; height: 1.45rem; fill: currentColor; }

.cookie-banner { position: fixed; left: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); bottom: clamp(1rem, 2.4vw, 1.8rem); z-index: 35; display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; width: min(100% - 2rem, 58rem); margin: 0 auto; padding: 1.05rem 1.2rem 1.05rem 1.35rem; color: #fff; background: rgba(21,23,20,.97); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 1rem 3rem rgba(0,0,0,.24); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; }
.cookie-banner p:first-child { margin-bottom: .3rem; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.cookie-banner p:last-child { max-width: 43rem; color: rgba(255,255,255,.77); font-size: .78rem; line-height: 1.5; }
.cookie-banner a { color: #fff; text-decoration: underline; text-underline-offset: .15rem; }
.cookie-dismiss { flex: 0 0 auto; min-height: 2.65rem; padding: 0 1rem; color: var(--ink); background: var(--gold); border: 0; border-radius: .15rem; font: inherit; font-size: .78rem; font-weight: 700; cursor: pointer; }
.cookie-dismiss:hover { filter: brightness(1.07); }

.legal-main { min-height: 70vh; padding: 10rem clamp(1.25rem, 7vw, 8rem) 7rem; background: var(--paper); }
.legal-shell { width: min(100%, 64rem); margin: 0 auto; }
.legal-back { display: inline-flex; margin-bottom: 2.5rem; color: #796531; font-size: .82rem; font-weight: 700; }
.legal-kicker { margin: 0 0 1rem; color: #796531; font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.legal-main h1 { max-width: none; margin-bottom: 3rem; font-size: clamp(3.8rem, 8vw, 7rem); }
.legal-card { padding: clamp(1.4rem, 4vw, 3rem); background: #fff; border-top: .22rem solid var(--gold); }
.legal-card section + section { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.legal-card h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.025em; }
.legal-card h3 { margin: 1.5rem 0 .6rem; font-size: 1.05rem; }
.legal-card p, .legal-card li { color: #51554d; line-height: 1.75; }
.legal-card p { margin: .55rem 0; }
.legal-card ul { padding-left: 1.2rem; }
.legal-card a { color: #796531; text-decoration: underline; text-underline-offset: .18rem; overflow-wrap: anywhere; }
.legal-meta { margin-top: 2rem; color: #767970; font-size: .76rem; }

.reveal { opacity: 0; transform: translateY(1.8rem); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .18s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 12rem 1fr auto auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { grid-column: 1; grid-row: 1; min-height: 100dvh; }
  .hero-media-overlay { background: linear-gradient(90deg, rgba(21,23,20,.92), rgba(21,23,20,.58) 62%, rgba(21,23,20,.25)); }
  .hero-grid { grid-column: 1; grid-row: 1; z-index: 2; max-width: 74%; background: transparent; }
  .hero-rail { left: 0; }
  .section-head { grid-template-columns: 1fr; }
  .section-head .eyebrow { grid-column: auto; }
  .craft { grid-template-columns: 1fr; }
  .craft-image { min-height: 45rem; }
  .process-grid, .trust-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2), .trust-grid article:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: .7rem; min-height: 4.8rem; padding: .65rem 1.15rem; }
  .brand { width: 9rem; }
  .header-cta { display: none; }
  .header-phone { font-size: .75rem; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: .4rem; width: 2.8rem; height: 2.8rem; padding: .6rem; background: transparent; border: 0; }
  .menu-toggle span { display: block; width: 100%; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(.2rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.2rem) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; display: flex; flex-direction: column; gap: 1.2rem; padding: 2rem 1.2rem; background: var(--paper-bright); border-bottom: 1px solid var(--line); transform: translateY(-1rem); opacity: 0; visibility: hidden; transition: .25s ease; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav a { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
  .hero { padding-top: 4.8rem; }
  .hero-media { min-height: calc(100dvh - 4.8rem); }
  .hero-media-overlay { background: linear-gradient(0deg, rgba(21,23,20,.98) 2%, rgba(21,23,20,.68) 65%, rgba(21,23,20,.24)); }
  .hero-grid { min-height: calc(100dvh - 4.8rem); max-width: none; align-items: end; padding: 8rem 1.25rem 7.6rem; }
  h1 { font-size: clamp(3.6rem, 18vw, 5.4rem); }
  .hero-intro { font-size: .95rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-proof { display: none; }
  .hero-rail { gap: 1rem; font-size: .62rem; }
  .section { padding: 6.5rem 1.25rem; }
  .section-head { grid-template-columns: minmax(0, 1fr); margin-bottom: 3.5rem; }
  .section-head h2, .projects h2, .craft h2, .contact h2 { font-size: clamp(3.25rem, 15vw, 5rem); overflow-wrap: anywhere; hyphens: auto; }
  .service-row { grid-template-columns: 2.4rem 1fr 2.8rem; gap: 1rem; padding: 1.4rem 0; }
  .service-row p { grid-column: 2 / -1; padding-right: 1rem; font-size: .9rem; }
  .service-row > a { grid-column: 3; grid-row: 1; }
  .craft-image { min-height: 32rem; }
  .craft-copy { padding: 5rem 1.25rem; }
  .process-grid, .trust-grid { grid-template-columns: 1fr; }
  .process-card, .process-card:nth-child(2), .trust-grid article, .trust-grid article:nth-child(2) { min-height: auto; padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card h3 { margin-top: 2.2rem; }
  .projects { grid-template-columns: 1fr; padding: 5.5rem 1.25rem; }
  .projects-intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .project, .project--wide, .project--full { min-height: 31rem; grid-row: auto; grid-column: auto; }
  .trust-quote { margin-bottom: 4rem; }
  .contact { padding: 6rem 1.25rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.25rem 2rem; }
  .footer-bottom { flex-direction: column; margin-top: 1rem; }
  .whatsapp-float { right: .85rem; bottom: .85rem; width: 3.4rem; padding: 0; justify-content: center; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .cookie-banner { bottom: 4.9rem; align-items: flex-start; flex-direction: column; gap: .8rem; padding: 1rem; }
  .cookie-dismiss { width: 100%; }
  .legal-main { padding-top: 8rem; }
}

@media (max-width: 430px) {
  .brand { width: 7.7rem; }
  .header-phone { max-width: 5.8rem; white-space: normal; text-align: right; line-height: 1.15; }
}

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