/* ============ TOO House — folha de estilos ============ */
:root {
  --bg: #faf8f4;
  --bg-alt: #f1ece3;
  --ink: #211d18;
  --ink-soft: #5b544a;
  --wood: #a07b52;
  --wood-dark: #6f4e2e;
  --green: #4f6f52;
  --line: #e3dccf;
  --white: #ffffff;
  --radius: 12px;
  --shadow: 0 10px 30px rgba(33, 29, 24, .10);
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.7; font-size: 16.5px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- header ---------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; background: rgba(250, 248, 244, .88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); transition: box-shadow .3s; }
.site-header.scrolled { box-shadow: 0 4px 20px rgba(33,29,24,.2); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 42px; width: auto; }
.site-nav ul { list-style: none; display: flex; gap: 4px; flex-wrap: wrap; }
.site-nav a { display: block; padding: 8px 13px; font-size: .84rem; font-weight: 500; letter-spacing: .02em; border-radius: 99px; color: var(--ink-soft); transition: all .2s; }
.site-nav a:hover { color: var(--ink); background: var(--bg-alt); }
.site-nav a.active { color: var(--white); background: var(--ink); }
.lang-switch { display: flex; align-items: center; gap: 11px; }
.lang-switch a { font-size: .74rem; font-weight: 700; letter-spacing: .03em; color: var(--ink-soft); opacity: .6; transition: all .2s; cursor: pointer; }
.lang-switch a:hover { opacity: 1; color: var(--wood-dark); }
.lang-switch a.active { color: var(--wood-dark); opacity: 1; }

/* ---------- Google Website Translator: esconder interface própria ---------- */
#google_translate_element, .goog-te-gadget, .goog-te-banner-frame, .goog-logo-link { display: none !important; }
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; position: static !important; }
.skiptranslate iframe { display: none !important; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .3s; }

/* ---------- hero ---------- */
.hero, .page-hero { position: relative; display: flex; align-items: flex-end; background-size: cover; background-position: center; color: var(--white); }
.hero { min-height: 92vh; }
.page-hero { min-height: 52vh; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,17,13,.25) 0%, rgba(20,17,13,.05) 40%, rgba(20,17,13,.72) 100%); }
.hero-content { position: relative; max-width: 1280px; margin: 0 auto; width: 100%; padding: 0 24px 9vh; }
.page-hero .hero-content { padding-bottom: 6vh; }
.hero h1, .page-hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.05; margin: .2em 0 .3em; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 600; opacity: .92; }
main .section .kicker, .tip-info .kicker, .about-text .kicker { color: var(--wood); opacity: 1; }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 560px; font-weight: 300; text-shadow: 0 1px 12px rgba(0,0,0,.3); margin-bottom: 1.4em; }

/* ---------- botões ---------- */
.btn { display: inline-block; background: var(--wood); color: var(--white); padding: 13px 30px; border-radius: 99px; font-weight: 600; font-size: .92rem; letter-spacing: .03em; border: 0; cursor: pointer; transition: all .25s; }
.btn:hover { background: var(--wood-dark); transform: translateY(-2px); box-shadow: var(--shadow); }
.btn.ghost { background: transparent; border: 1.5px solid var(--ink); color: var(--ink); }
.btn.ghost:hover { background: var(--ink); color: var(--white); }

/* ---------- secções ---------- */
.section { padding: 90px 0; }
.section.alt { background: var(--bg-alt); }
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 780px; }
.container.center { text-align: center; }
.modulos-video-box { width: 100%; height: 70vh; background: #efe9df; border-radius: 12px; overflow: hidden; }
.modulos-video { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 12px; background: #efe9df; }

.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head-img { max-width: none; display: flex; align-items: center; justify-content: flex-start; gap: 30px; }
.section-head-thumb { flex-shrink: 0; height: 90px; }
.section-head-thumb img { height: 100%; width: auto; display: block; object-fit: contain; cursor: zoom-in; }
@media (max-width: 720px) { .section-head-img { flex-wrap: wrap; } .section-head-thumb { height: 64px; } }
.section h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.15; margin: .3em 0 .5em; }
.section p + p { margin-top: 1em; }
.lead-text { font-size: clamp(1.1rem, 2vw, 1.45rem); font-family: var(--font-display); font-weight: 300; line-height: 1.5; color: var(--ink); }
.lead-text-oneline { white-space: nowrap; }
@media (max-width: 860px) { .lead-text-oneline { white-space: normal; } }
.hint { color: var(--ink-soft); font-size: .9rem; }

/* ---------- cards ---------- */
.cards2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin-top: 24px; }
.cards3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
.card-ver { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .3s; display: flex; flex-direction: column; }
.card-ver:hover { transform: translateY(-6px); }
.card-ver img { height: 320px; object-fit: cover; width: 100%; }
.card-ver-body { padding: 28px 30px 32px; }
.card-ver h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin-bottom: .4em; }
.card-ver h3 em { font-style: italic; color: var(--wood); }
.link-more { display: inline-block; margin-top: 14px; font-weight: 600; font-size: .9rem; color: var(--green); }
.card-mini { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .3s; }
.card-mini:hover { transform: translateY(-5px); }
.card-mini img { height: 190px; width: 100%; object-fit: cover; }
.card-mini h3 { font-family: var(--font-display); font-weight: 500; padding: 18px 22px 0; }
.card-mini p { padding: 4px 22px 22px; color: var(--ink-soft); font-size: .93rem; }

/* ---------- features ---------- */
.feature-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.feature { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius); padding: 28px 26px 32px; box-shadow: var(--shadow); border-top: 3px solid var(--wood); }
.feature h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.15rem; margin-bottom: .6em; }
.feature p { color: var(--ink-soft); font-size: .95rem; }
.feature .zoom-frame { margin-top: 20px; border-radius: 10px; flex: 1 1 auto; min-height: 140px; overflow: hidden; }
.feature .zoom-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; background: #fff; border-radius: 10px; }

/* ---------- galerias ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 20px; margin-top: 40px; }
.gallery figure { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16 / 9; }
.gallery .zoom-frame { width: 100%; height: 100%; }
.gallery .zoom-frame img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: transform .5s; }
.gallery .zoom-frame:hover img { transform: scale(1.04); }
.gallery-tall figure { aspect-ratio: 1 / 1; }

/* ---------- lupa de ampliar (hover) ---------- */
.zoom-frame { position: relative; display: block; }
.zoom-frame img { cursor: zoom-in; }

/* ---------- banner / cta ---------- */
.banner { position: relative; min-height: 46vh; display: flex; align-items: center; background-size: cover; background-position: center; background-attachment: fixed; color: var(--white); }
.banner-content { position: relative; max-width: 1280px; margin: 0 auto; width: 100%; padding: 60px 24px; text-align: center; }
.banner h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.7rem, 3.4vw, 2.6rem); margin-bottom: 1em; text-shadow: 0 2px 18px rgba(0,0,0,.4); }
.cta-strip { padding: 56px 0; border-top: 1px solid var(--line); }
.cta-strip p { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 18px; }

/* ---------- tipologias ---------- */
.tip-nav { position: sticky; top: 84px; z-index: 50; background: rgba(250,248,244,.92); backdrop-filter: blur(10px); padding: 14px 0; border-bottom: 1px solid var(--line); }
.pill { display: inline-block; padding: 8px 22px; margin: 0 4px; border: 1.5px solid var(--ink); border-radius: 99px; font-weight: 600; font-size: .88rem; transition: all .2s; }
.pill:hover { background: var(--ink); color: var(--white); }
.tipologia { scroll-margin-top: 140px; }
.tip-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.tip-grid h2 { font-size: clamp(2.4rem, 5vw, 3.6rem); color: var(--wood-dark); }
.tip-specs { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 18px 0 22px; }
.spec { display: inline-flex; align-items: center; gap: 8px; font-size: .92rem; color: var(--ink-soft); }
.spec img { width: 26px; height: 26px; }
.spec b { color: var(--ink); }
.tip-render .zoom-frame img { border-radius: var(--radius); box-shadow: var(--shadow); cursor: zoom-in; }
.tip-planta { margin-top: 44px; background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); text-align: center; }
.tip-planta .zoom-frame { display: inline-block; }
.tip-planta .zoom-frame img { margin: 0 auto; cursor: zoom-in; }
.tip-planta figcaption { text-align: center; margin-top: 14px; color: var(--ink-soft); font-size: .88rem; }

/* ---------- materiais ---------- */
.card-mat { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.card-mat .zoom-frame { width: 100%; height: 260px; }
.card-mat .zoom-frame img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.card-mat-body { padding: 26px 28px 30px; }
.card-mat h3 { font-family: var(--font-display); font-weight: 500; margin-bottom: .5em; }
.card-mat p { color: var(--ink-soft); font-size: .95rem; }
.wide-fig { margin-top: 40px; }
.wide-fig .zoom-frame img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; cursor: zoom-in; }
.wide-fig figcaption { text-align: center; margin-top: 12px; color: var(--ink-soft); font-size: .88rem; }

/* ---------- comparação de módulos (hover reveal) ---------- */
.module-compare { position: relative; margin-top: 40px; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; cursor: col-resize; background: #f4f1ec; }
.module-compare img { display: block; width: 100%; height: auto; -webkit-user-drag: none; user-select: none; pointer-events: none; }
.module-compare-under { position: relative; z-index: 1; }
.module-compare-over { position: absolute; inset: 0; z-index: 2; clip-path: inset(0 0 0 0); }
.module-compare-divider { position: absolute; top: 0; bottom: 0; left: 100%; width: 2px; background: rgba(255,255,255,.85); box-shadow: 0 0 8px rgba(0,0,0,.35); z-index: 3; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.module-compare:hover .module-compare-divider { opacity: 1; }

/* ---------- módulos ---------- */
.registo { display: flex; align-items: center; gap: 14px; margin-top: 28px; padding: 16px 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); font-size: .84rem; color: var(--ink-soft); white-space: nowrap; }
.euipo { width: 46px; height: 46px; border-radius: 8px; flex-shrink: 0; }
@media (max-width: 640px) { .registo { white-space: normal; font-size: .82rem; } }

/* ---------- sobre ---------- */
.about-grid { display: grid; grid-template-columns: 170px 1fr; gap: 48px; align-items: start; }
.about-grid.reverse { grid-template-columns: 1fr 170px; }
.about-grid.reverse .about-photo { order: 2; }
.about-photo img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-text .sub { font-family: var(--font-display); font-weight: 400; color: var(--wood-dark); margin-bottom: .8em; font-size: 1.15rem; }

/* ---------- contatos ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; }
.c-block { margin-top: 26px; }
.c-block h4 { text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; color: var(--wood); margin-bottom: .4em; }
.c-block a:hover { color: var(--wood-dark); }
.contact-form { background: var(--white); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.contact-form label { display: block; font-weight: 600; font-size: .86rem; margin-bottom: 20px; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 8px; font: inherit; background: var(--bg); transition: border .2s; }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--wood); }
.form-note { margin-top: 16px; font-size: .8rem; color: var(--ink-soft); }

/* ---------- footer ---------- */
.site-footer { background: #191612; color: #cfc8bd; padding: 64px 0 32px; margin-top: 0; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.footer-logo { height: 34px; width: auto; margin-bottom: 36px; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
.footer-cols h4 { color: var(--white); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; margin-bottom: .7em; }
.footer-cols p { font-size: .92rem; }
.footer-cols a:hover { color: var(--white); }
.copyright { margin-top: 44px; padding-top: 22px; border-top: 1px solid #35302a; font-size: .8rem; color: #8d8578; }

/* ---------- lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(15,13,10,.93); display: none; align-items: center; justify-content: center; padding: 4vh 4vw; overflow: auto; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 92vh; border-radius: 8px; box-shadow: 0 20px 80px rgba(0,0,0,.5); cursor: zoom-in; transition: width .25s ease; }
.lightbox.zoomed { align-items: flex-start; justify-content: flex-start; }
.lightbox.zoomed img { max-width: none; max-height: none; width: 300%; cursor: zoom-out; }
.lb-close { position: absolute; top: 20px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.4rem; cursor: pointer; line-height: 1; z-index: 1; }
.lb-zoom { position: absolute; top: 26px; right: 88px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.45); color: #fff; font-size: .82rem; letter-spacing: .02em; padding: 9px 16px; border-radius: 30px; cursor: pointer; z-index: 1; transition: background .2s ease; }
.lb-zoom:hover { background: rgba(255,255,255,.22); }
.lightbox.zoomed .lb-zoom { background: rgba(255,255,255,.28); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- responsivo ---------- */
@media (max-width: 1180px) {
  .feature-list { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 1080px) {
  .site-nav a { font-size: .78rem; padding: 7px 9px; }
  .tip-grid, .about-grid, .about-grid.reverse, .contact-grid { grid-template-columns: 1fr; }
  .about-grid.reverse .about-photo { order: 0; }
  .about-photo { max-width: 210px; }
}
@media (max-width: 620px) {
  .feature-list { grid-template-columns: 1fr; }
}
@media (max-width: 880px) {
  .lang-switch { gap: 8px; }
  .lang-switch a { font-size: .68rem; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 84px; right: 0; height: calc(100vh - 84px); width: min(320px, 84vw); background: var(--bg); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .35s ease; overflow-y: auto; }
  .site-nav.open { transform: none; box-shadow: -20px 0 60px rgba(0,0,0,.15); }
  .site-nav ul { flex-direction: column; padding: 24px; gap: 6px; }
  .site-nav a { font-size: 1rem; padding: 12px 16px; }
  .banner { background-attachment: scroll; }
  .section { padding: 64px 0; }
}

/* ============ HERO VÍDEO COM SCROLL ============ */
.hero-scroll { position: relative; height: 320vh; }
.hero-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: flex-end; }
.hero-media { position: absolute; inset: 0; transform-origin: 52% 58%; transition: transform 1.1s cubic-bezier(.7,0,.3,1), opacity .9s ease; will-change: transform, opacity; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; display: block; background: #cfd6dc; }
.hero-scroll .hero-overlay { background: linear-gradient(180deg, rgba(20,17,13,.30) 0%, rgba(20,17,13,.04) 38%, rgba(20,17,13,.70) 100%); transition: opacity .6s ease; }
.hero-scroll .hero-content { position: relative; z-index: 3; color: var(--white); max-width: 1280px; margin: 0 auto; width: 100%; padding: 0 24px 12vh; transition: opacity .5s ease, transform .5s ease; }
.hero-scroll .hero-content h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.05; margin: .2em 0 .3em; text-shadow: 0 2px 24px rgba(0,0,0,.28); }

/* estados */
body.hero-armed .hero-scroll .hero-content { opacity: 0; transform: translateY(-24px); pointer-events: none; }
body.hero-armed #scrollCue { opacity: 0; pointer-events: none; }
body.hero-armed #doorCue { opacity: 1; }
body.hero-playing #doorCue, body.hero-playing #scrollCue { opacity: 0; pointer-events: none; }
body.hero-playing .hero-scroll .hero-content { opacity: 0; pointer-events: none; }
body.hero-open .hero-media { transform: scale(1.45); opacity: 0; }
body.hero-open .hero-scroll .hero-overlay { opacity: 0; }
body.hero-open .hero-content, body.hero-open .scroll-cue, body.hero-open .door-cue { opacity: 0; pointer-events: none; }
body.hero-locked { overflow: hidden; }

/* indicadores */
.scroll-cue, .door-cue { position: absolute; z-index: 4; left: 50%; bottom: 4vh; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--white); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; text-shadow: 0 1px 10px rgba(0,0,0,.5); transition: opacity .5s ease; }
.door-cue { opacity: 0; }
.cue-arrow { width: 1px; height: 34px; background: linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.95)); position: relative; animation: cueDrop 1.9s ease-in-out infinite; }
.cue-arrow::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 7px; height: 7px; border-right: 1px solid rgba(255,255,255,.95); border-bottom: 1px solid rgba(255,255,255,.95); transform: translate(-50%, 3px) rotate(45deg); }
@keyframes cueDrop { 0%, 100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(7px); opacity: 1; } }

/* ============ GRELHA DE DIVISÕES ============ */
.divisoes { padding-top: 96px; }
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.rooms-grid.compact { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }
.room-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .35s ease, box-shadow .35s ease; opacity: 0; transform: translateY(30px); }
.room-card.in { opacity: 1; transform: none; transition: transform .7s cubic-bezier(.2,.7,.3,1) calc(var(--i, 0) * .07s), opacity .7s ease calc(var(--i, 0) * .07s), box-shadow .35s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: 0 18px 44px rgba(33,29,24,.17); }
.room-img { overflow: hidden; aspect-ratio: 4 / 3; }
.rooms-grid.compact .room-img { aspect-ratio: 3 / 2; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.room-card:hover .room-img img { transform: scale(1.06); }
.room-body { padding: 22px 24px 26px; }
.rooms-grid.compact .room-body { padding: 16px 18px 20px; }
.room-body h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.3rem; margin-bottom: .35em; }
.rooms-grid.compact .room-body h3 { font-size: 1.05rem; margin: 0; }
.room-body p { color: var(--ink-soft); font-size: .93rem; }
.room-go { display: inline-block; margin-top: 14px; font-weight: 600; font-size: .88rem; color: var(--green); }

/* ============ PÁGINA DE DIVISÃO ============ */
.room-detail { display: grid; grid-template-columns: 1.4fr .8fr; gap: 56px; align-items: start; }
.room-specs { background: var(--white); border-radius: var(--radius); padding: 30px 32px 34px; box-shadow: var(--shadow); border-top: 3px solid var(--wood); }
.room-specs h3 { font-family: var(--font-display); font-weight: 500; margin-bottom: .8em; }
.room-specs ul { list-style: none; }
.room-specs li { position: relative; padding-left: 22px; margin-bottom: 12px; font-size: .94rem; color: var(--ink-soft); }
.room-specs li::before { content: ""; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--wood); }
.room-text .btn { margin-top: 24px; }

@media (max-width: 880px) {
  .hero-scroll { height: 300vh; }
  .room-detail { grid-template-columns: 1fr; gap: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll { height: 100vh; }
  .hero-media, .room-card { transition: none !important; }
  .room-card { opacity: 1; transform: none; }
}

/* ---------- estatísticas dos estudos ---------- */
.stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; margin-top: 56px; }
.stat { background: var(--white); border-radius: var(--radius); padding: 26px 26px 28px; box-shadow: var(--shadow); border-top: 3px solid var(--wood); }
.stat b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 2.2rem; line-height: 1; color: var(--wood-dark); }
.stat .unit { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin: 8px 0 14px; font-weight: 600; }
.stat p { font-size: .9rem; color: var(--ink-soft); line-height: 1.6; }
.fonte { margin-top: 28px; font-size: .8rem; color: var(--ink-soft); font-style: italic; }

/* fotos de produto sobre fundo branco — mostrar inteiras, sem corte */
.card-mat.produto .zoom-frame img { object-fit: contain; background: #fff; padding: 26px 20px 14px; }
