:root {
  --forest: #0b3025;
  --forest-deep: #061d17;
  --forest-soft: #174b39;
  --avo: #b7d534;
  --avo-bright: #d0ed4e;
  --cream: #f3f0e7;
  --paper: #fffdf6;
  --earth: #a9693e;
  --ink: #10251d;
  --muted: #6d786f;
  --line: rgba(12, 48, 37, .18);
  --line-light: rgba(255, 255, 255, .2);
  --shadow: 0 24px 70px rgba(4, 24, 17, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--forest-deep); background: var(--avo); }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .8rem 1rem; color: var(--forest); background: var(--paper); transform: translateY(-160%); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; min-height: 5.25rem; padding: .85rem clamp(1.1rem, 4vw, 4.5rem); color: var(--paper); border-bottom: 1px solid var(--line-light); transition: min-height .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { min-height: 4.5rem; background: rgba(6, 29, 23, .95); box-shadow: 0 10px 40px rgba(0,0,0,.12); backdrop-filter: blur(14px); }
.brand, .footer-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: var(--forest-deep); background: var(--avo); border-radius: 50% 50% 46% 54% / 44% 48% 52% 56%; font-size: .7rem; font-weight: 900; letter-spacing: -.08em; transform: rotate(-5deg); }
.brand-mark + .brand-name { transform: translateY(1px); }
.brand-name { color: var(--paper); font-size: 1.06rem; font-weight: 900; letter-spacing: .075em; }
.brand-name span { color: var(--avo); }
.desktop-nav { display: none; align-items: center; gap: clamp(1.5rem, 3vw, 3rem); font-size: .84rem; font-weight: 700; letter-spacing: .025em; }
.desktop-nav a { position: relative; padding: .65rem 0; text-decoration: none; }
.desktop-nav a::after { position: absolute; right: 0; bottom: .42rem; left: 0; height: 1px; content: ''; background: var(--avo); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: .55rem; }
.language-switch { display: inline-flex; min-height: 2.65rem; align-items: center; justify-content: center; padding: 0 .85rem; color: var(--paper); border: 1px solid var(--line-light); border-radius: 999px; font-size: .76rem; font-weight: 500; letter-spacing: .08em; text-decoration: none; }
.language-switch span { margin: 0 .25rem; opacity: .4; }
.menu-button { display: grid; width: 2.65rem; height: 2.65rem; place-content: center; gap: .35rem; padding: 0; color: var(--paper); background: transparent; border: 1px solid var(--line-light); border-radius: 50%; }
.menu-button span { display: block; width: 1rem; height: 1px; background: currentColor; transition: transform .25s ease; }
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 45; inset: 0; display: grid; align-content: center; gap: .35rem; padding: 7rem 1.25rem 3rem; color: var(--paper); background: var(--forest-deep); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: .75rem 0; border-bottom: 1px solid var(--line-light); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 12vw, 4rem); line-height: 1; text-decoration: none; }
.mobile-menu a:last-child { margin-top: 1rem; color: var(--avo); border: 0; font-family: Arial, Helvetica, sans-serif; font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section { position: relative; padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 5vw, 6.5rem); }
.eyebrow { margin: 0 0 1.15rem; color: var(--avo); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: var(--earth); }
h1, h2 { text-wrap: balance; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--avo); font-weight: 400; }
h2 { font-size: clamp(2.75rem, 7.4vw, 6.4rem); line-height: .92; }
h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
.section-label { display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-label span { display: grid; width: 2rem; height: 2rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.section-label p { margin: 0; }
.section-label.light { color: rgba(255,255,255,.58); }
.section-label.light span { border-color: var(--line-light); }

.hero { position: relative; display: grid; min-height: 100svh; align-content: end; overflow: hidden; color: var(--paper); background: var(--forest-deep); isolation: isolate; }
.hero-image, .hero-shade, .hero-grid { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% center; animation: hero-in 1.2s cubic-bezier(.2,.75,.2,1) both; }
.hero-shade { z-index: -2; background: linear-gradient(180deg, rgba(2,18,13,.28) 0%, rgba(3,22,16,.36) 36%, rgba(3,22,16,.92) 100%), linear-gradient(90deg, rgba(4,29,21,.72), transparent 75%); }
.hero-grid { z-index: -1; opacity: .17; background-image: linear-gradient(90deg, transparent calc(100% - 1px), #fff 1px); background-size: 25% 100%; }
.hero-content { position: relative; z-index: 1; width: min(72rem, 100%); padding: 8.5rem 1.25rem 8.7rem; }
.hero h1 { max-width: 13ch; font-size: clamp(3.5rem, 12.4vw, 8.8rem); line-height: .84; text-wrap: balance; }
.hero h1 em { display: inline-block; }
.hero-copy { max-width: 35rem; margin: 1.55rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2vw, 1.16rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: .75rem; padding: .7rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .82rem; font-weight: 900; letter-spacing: .025em; text-decoration: none; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest-deep); background: var(--avo); }
.button-primary:hover { background: var(--avo-bright); }
.button-ghost { color: var(--paper); border-color: var(--line-light); background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-index { position: absolute; z-index: 1; top: 7rem; right: 1.25rem; color: rgba(255,255,255,.38); font-family: Georgia, 'Times New Roman', serif; font-size: .85rem; }
.hero-meta { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; gap: .5rem 1rem; padding: 1rem 1.25rem; border-top: 1px solid var(--line-light); overflow: auto; color: rgba(255,255,255,.67); font-size: .66rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; scrollbar-width: none; }
.hero-meta::-webkit-scrollbar { display: none; }
.hero-meta span + span::before { margin-right: 1rem; color: var(--avo); content: '•'; }

.statement { display: grid; gap: 3rem; background: var(--cream); }
.statement-copy { max-width: 63rem; }
.statement-copy h2 { max-width: 15ch; }
.statement-copy > p:not(.eyebrow) { max-width: 44rem; margin: 2rem 0; color: #53635a; font-size: 1.05rem; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.statement-photo { position: relative; margin: 0; }
.statement-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); }
.statement-photo figcaption { display: flex; justify-content: space-between; margin-top: .7rem; color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.statement-photo figcaption span { color: var(--earth); font-weight: 800; letter-spacing: .1em; }
.origin-card { position: relative; display: grid; min-height: 14rem; align-content: end; padding: 1.4rem; color: var(--paper); background: var(--earth); overflow: hidden; }
.origin-card::before { position: absolute; top: -4rem; right: -3rem; width: 10rem; height: 10rem; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; content: ''; }
.origin-card::after { position: absolute; top: -.7rem; right: .8rem; width: 5.5rem; height: 5.5rem; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; content: ''; }
.origin-kicker { margin: 0 0 .4rem; font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.origin-card strong { font-family: Georgia, 'Times New Roman', serif; font-size: 2.35rem; font-weight: 400; line-height: 1; }
.origin-card span { margin-top: .65rem; color: rgba(255,255,255,.68); font-size: .72rem; text-transform: uppercase; }
.proof-strip { display: grid; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-strip div { display: grid; gap: .45rem; padding: 1.55rem 1.25rem; border-bottom: 1px solid var(--line); }
.proof-strip div:last-child { border-bottom: 0; }
.proof-strip span { color: var(--earth); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.proof-strip strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.35rem; font-weight: 400; }

.process { color: var(--paper); background: var(--forest); }
.process::before, .film::before { position: absolute; inset: 0; pointer-events: none; content: ''; opacity: .13; background-image: radial-gradient(circle at 15% 30%, rgba(183,213,52,.45), transparent 25%), linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,.3) 1px); background-size: auto, 25% 100%; }
.process-heading { position: relative; max-width: 56rem; margin: 3rem 0 3.5rem; }
.process-heading > p:last-child { max-width: 35rem; margin: 1.6rem 0 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.process-gallery { position: relative; display: grid; gap: 1.2rem; }
.process-card { position: relative; background: var(--paper); color: var(--ink); }
.process-card figure { margin: 0; overflow: hidden; }
.process-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.process-card-wide img { aspect-ratio: 4 / 3; }
.process-card:hover img { transform: scale(1.025); }
.process-card > div { display: grid; grid-template-columns: auto 1fr; gap: .25rem 1rem; padding: 1.15rem; }
.process-card > div > span { grid-row: 1 / 3; color: var(--earth); font-size: .65rem; font-weight: 900; }
.process-card h3 { font-size: 1.55rem; }
.process-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }

.services { display: grid; gap: 3rem; background: var(--paper); }
.services-intro h2 { max-width: 15ch; }
.services-intro > p:last-child { max-width: 38rem; margin: 1.6rem 0 0; color: var(--muted); line-height: 1.7; }
.services-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 2.5rem 1fr auto; gap: 1rem; align-items: start; padding: 1.55rem 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--earth); font-size: .65rem; font-weight: 900; }
.service-item h3 { font-size: clamp(1.6rem, 4vw, 2.5rem); }
.service-item p { max-width: 36rem; margin: .45rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.service-arrow { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.services-photo { margin: 0; overflow: hidden; background: var(--forest); }
.services-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .8s ease; }
.services-photo:hover img { transform: scale(1.025); }

.film { color: var(--paper); background: var(--forest-deep); }
.film-copy { position: relative; margin: 3rem 0; }
.film-copy h2 { font-size: clamp(2.75rem, 4.8vw, 4.5rem); line-height: 1; }

/* Justify prose in both languages; keep the last line naturally aligned. */
.hero-copy,
.statement-copy > p:not(.eyebrow),
.process-heading > p:not(.eyebrow),
.process-card p,
.services-intro > p:not(.eyebrow),
.service-item p,
.faq-list details p,
.contact-lead {
  text-align: justify;
  text-align-last: start;
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 7 3 3;
  overflow-wrap: break-word;
  line-height: 1.75;
}
.process-card p, .service-item p { font-size: 1rem; }
.statement-copy > p:not(.eyebrow) { max-width: 62ch; }
.process-card > div > p { grid-column: 1 / -1; }
.process-card > div > span { grid-row: 1; }
.services-intro > p:not(.eyebrow), .contact-lead { max-width: 54ch; }
.form-footer { grid-template-columns: 1fr; }
.form-status { text-wrap: pretty; }
.service-item > div, .process-card > div { min-width: 0; }
.film-frame { position: relative; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.film-frame video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #000; }
.film-stamp { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .7rem; color: var(--forest-deep); background: var(--avo); font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }

.faq { display: grid; gap: 3rem; background: var(--cream); }
.faq-heading h2 { max-width: 10ch; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; padding: 1.45rem 0; cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.2rem, 3vw, 1.65rem); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 2.2rem; height: 2.2rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 45rem; margin: -.2rem 0 1.5rem; color: var(--muted); line-height: 1.7; }

.contact { display: grid; gap: 0; padding: 0; color: var(--paper); background: var(--forest); }
.contact-map { position: relative; min-height: 28rem; background: #d7d4c9; }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.92) sepia(.14); }
.map-caption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; display: grid; padding: 1.2rem; color: var(--ink); background: rgba(255,253,246,.95); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.map-caption span { color: var(--earth); font-size: .62rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.map-caption strong { margin-top: .5rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.6rem; font-weight: 400; line-height: 1.1; }
.map-caption small { margin-top: .6rem; color: var(--muted); }
.contact-content { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6.5rem); }
.contact-content h2 { max-width: 12ch; }
.contact-lead { max-width: 37rem; margin: 1.5rem 0 2.5rem; color: rgba(255,255,255,.66); line-height: 1.7; }
.contact-form { display: grid; gap: 1.3rem; }
.form-row { display: grid; gap: 1.3rem; }
.contact-form label { display: grid; gap: .45rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 3.2rem; padding: .85rem 0; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); border-radius: 0; outline: 0; font-size: 1rem; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--avo); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.38); }
.contact-form textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-footer { display: grid; gap: 1rem; align-items: center; margin-top: .7rem; }
.form-footer .button { width: fit-content; cursor: pointer; }
.form-footer p { max-width: 25rem; margin: 0; color: rgba(255,255,255,.7); font-size: .875rem; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--avo); font-size: .82rem; }

.whatsapp { position: fixed; z-index: 40; right: 1rem; bottom: 1rem; display: flex; min-height: 3.25rem; align-items: center; gap: .55rem; padding: .65rem 1rem; color: var(--forest-deep); background: var(--avo); border-radius: 999px; box-shadow: 0 12px 35px rgba(6,29,23,.28); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.whatsapp svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.site-footer { display: grid; gap: 2rem; padding: 3rem 1.25rem 6rem; color: var(--paper); background: #041710; border-top: 1px solid rgba(255,255,255,.12); }
.footer-brand { width: fit-content; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.48); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.58); font-size: .75rem; }
.footer-links a { color: var(--avo); text-decoration: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes hero-in { from { opacity: 0; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }

@media (min-width: 700px) {
  .proof-strip { grid-template-columns: repeat(3, 1fr); }
  .proof-strip div { padding: 2rem; border-right: 1px solid var(--line); border-bottom: 0; }
  .proof-strip div:last-child { border-right: 0; }
  .process-gallery { grid-template-columns: repeat(2, 1fr); }
  .process-card-wide { grid-column: 1 / -1; }
  .process-card-wide img { aspect-ratio: 16 / 8; }
  .form-row { grid-template-columns: repeat(2, 1fr); }
  .form-footer { grid-template-columns: 1fr; }
}

@media (min-width: 980px) {
  .site-header { padding-right: 3.5rem; padding-left: 3.5rem; }
  .desktop-nav { display: flex; }
  .menu-button { display: none; }
  .hero-content { padding: 10rem clamp(3.5rem, 8vw, 8.5rem) 9.5rem; }
  .hero-index { top: 8.5rem; right: 4rem; }
  .hero-meta { justify-content: flex-end; padding: 1.15rem 4rem; }
  .statement { grid-template-columns: minmax(2rem, .35fr) minmax(20rem, 1.4fr) minmax(18rem, .8fr); gap: 2rem 4rem; }
  .statement .section-label { grid-column: 1; grid-row: 1 / 3; align-self: start; writing-mode: vertical-rl; }
  .statement-copy { grid-column: 2 / 4; }
  .statement-photo { grid-column: 2; }
  .origin-card { grid-column: 3; align-self: end; min-height: 20rem; }
  .proof-strip { padding-right: 6.5rem; padding-left: 6.5rem; }
  .process { display: grid; grid-template-columns: minmax(2rem, .25fr) 1fr; gap: 0 4rem; }
  .process .section-label { grid-column: 1; grid-row: 1 / 3; align-self: start; writing-mode: vertical-rl; }
  .process-heading, .process-gallery { grid-column: 2; }
  .process-gallery { grid-template-columns: 1.5fr 1fr 1fr; align-items: start; }
  .process-card-wide { grid-column: auto; }
  .process-card-wide img, .process-card img { aspect-ratio: 4 / 5; }
  .process-card:nth-child(2) { margin-top: 5rem; }
  .process-card:nth-child(3) { margin-top: 10rem; }
  .services { grid-template-columns: minmax(2rem, .25fr) 1.15fr .65fr; gap: 3rem 4rem; }
  .services .section-label { grid-row: 1 / 4; align-self: start; writing-mode: vertical-rl; }
  .services-intro, .services-list { grid-column: 2; }
  .services-photo { grid-column: 3; grid-row: 1 / 4; align-self: stretch; }
  .services-photo img { height: 100%; min-height: 52rem; }
  .film { display: grid; grid-template-columns: minmax(2rem, .25fr) .65fr 1.35fr; gap: 0 4rem; align-items: center; }
  .film .section-label { grid-row: 1; align-self: start; writing-mode: vertical-rl; }
  .film-copy { grid-column: 2; }
  .film-frame { grid-column: 3; }
  .faq { grid-template-columns: minmax(2rem, .25fr) .65fr 1.35fr; gap: 0 4rem; }
  .faq .section-label { grid-row: 1; align-self: start; writing-mode: vertical-rl; }
  .faq-heading { grid-column: 2; }
  .faq-list { grid-column: 3; }
  .contact { grid-template-columns: minmax(24rem, .85fr) minmax(34rem, 1.15fr); min-height: 52rem; }
  .contact-map { min-height: 100%; }
  .map-caption { right: 2rem; bottom: 2rem; left: 2rem; }
  .site-footer { grid-template-columns: 1fr 1fr; align-items: end; padding: 3.5rem 4rem; }
  .site-footer > p { justify-self: end; }
  .footer-links { grid-column: 1 / -1; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.12); }
}

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

@media print {
  .site-header, .mobile-menu, .whatsapp, .hero-actions, .contact-form, iframe, video { display: none !important; }
  .hero { min-height: auto; padding: 3rem; }
  .hero-image, .hero-shade, .hero-grid { display: none; }
  .hero-content { padding: 0; }
  .reveal { opacity: 1; transform: none; }
}
