/* אור דור · דלתות קו 0 · site styles (built on web/brand.css tokens) */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;800&display=swap');

:root {
  --od-ink: #161310;
  --od-ink-2: #221d18;
  --od-stone: #F3EEE7;
  --od-copper: #B4501E;
  --od-copper-deep: #9A4318;
  --od-copper-light: #C86631;
  --od-concrete: #5E574F;
  --od-plaster: #DDD5CA;
  --od-surface: #FBF8F4;
  --od-white: #FFFFFF;
  --od-muted-dark: #B9B0A5;
  --od-font: 'Heebo', 'Arial Hebrew', 'Noto Sans Hebrew', sans-serif;
  --od-radius: 4px;
  --od-radius-card: 6px;
  --od-border: 1.5px;
  --od-btn-h: 52px;
  --od-container: 1200px;
  --gutter: 20px;
  --header-h: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--od-stone); color: var(--od-ink);
  font: 400 18px/30px var(--od-font); direction: rtl; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; text-wrap: balance; letter-spacing: -0.01em; }
h1 { font-size: clamp(38px, 6vw, 68px); line-height: 1.08; }
h2 { font-size: clamp(30px, 4.2vw, 46px); line-height: 1.12; }
h3 { font-size: clamp(21px, 2.4vw, 26px); line-height: 1.3; font-weight: 700; }
p { margin: 0 0 18px; text-wrap: pretty; }
p:last-child { margin-bottom: 0; }
.muted { color: var(--od-concrete); }
.small { font-size: 15px; line-height: 24px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font: 700 14px/1 var(--od-font); letter-spacing: 0.14em; color: var(--od-copper-deep);
  margin-bottom: 18px; text-transform: none;
}
.eyebrow::before { content: ""; width: 32px; height: 2px; background: var(--od-copper); }
.dark .eyebrow { color: var(--od-copper-light); }
.dark .eyebrow::before { background: var(--od-copper-light); }
.line { width: 40px; height: 2px; background: var(--od-copper); margin: 22px 0; }

.container { width: min(var(--od-container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }
.dark { background: var(--od-ink); color: var(--od-stone); }
.dark .muted { color: var(--od-muted-dark); }
.surface { background: var(--od-surface); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--od-btn-h); padding: 0 26px; border-radius: var(--od-radius);
  border: var(--od-border) solid transparent; font: 700 17px/1 var(--od-font);
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--od-copper); border-color: var(--od-copper); color: #fff; }
.btn--primary:hover { background: var(--od-copper-deep); border-color: var(--od-copper-deep); }
.btn--secondary { background: transparent; border-color: var(--od-ink); color: var(--od-ink); }
.btn--secondary:hover { background: var(--od-ink); color: var(--od-stone); }
.dark .btn--secondary { border-color: var(--od-stone); color: var(--od-stone); }
.dark .btn--secondary:hover { background: var(--od-stone); color: var(--od-ink); }
.btn--ghost { background: transparent; border-color: var(--od-plaster); color: var(--od-ink); }
.btn--ghost:hover { border-color: var(--od-ink); }
.btn--wa { background: #1f8f4e; border-color: #1f8f4e; color: #fff; }
.btn--wa:hover { background: #17753f; border-color: #17753f; }
.btn:focus-visible { outline: 3px solid var(--od-copper-light); outline-offset: 2px; }
.btn svg { width: 20px; height: 20px; flex: none; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.link { color: var(--od-copper-deep); font-weight: 700; text-decoration: none; }
.link:hover { color: var(--od-ink); text-decoration: underline; }
.dark .link { color: var(--od-copper-light); }
.dark .link:hover { color: var(--od-stone); }

/* header */
.header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(22,19,16,.92); backdrop-filter: blur(10px); color: var(--od-stone);
  border-bottom: 1px solid rgba(243,238,231,.08);
}
.header .container { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; height: 100%; }
.brand img { height: 42px; width: auto; }
.nav { display: flex; gap: 28px; align-items: center; }
.nav a { text-decoration: none; font-weight: 500; font-size: 16px; color: var(--od-stone); opacity: .85; white-space: nowrap; }
.nav a:hover, .nav a[aria-current="page"] { opacity: 1; color: var(--od-copper-light); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.header-cta .btn { height: 44px; padding: 0 18px; font-size: 15px; }
.burger { display: none; background: none; border: 0; color: var(--od-stone); width: 44px; height: 44px; cursor: pointer; }
.burger span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px auto; transition: transform .2s, opacity .2s; }
.mobile-nav { display: none; }
@media (max-width: 1024px) {
  .nav, .header-cta .btn--phone-text { display: none; }
  .burger { display: block; }
  .mobile-nav {
    position: absolute; top: 100%; left: 0; right: 0; height: calc(100dvh - var(--header-h)); background: var(--od-ink); color: var(--od-stone);
    padding: 24px var(--gutter) 40px; display: none; flex-direction: column; gap: 6px; z-index: 49; overflow: auto;
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid rgba(243,238,231,.1); text-decoration: none; font-size: 20px; font-weight: 500; }
  .mobile-nav .btn-row { margin-top: 24px; }
  body.nav-open { overflow: hidden; }
  .burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.open span:nth-child(2) { opacity: 0; }
  .burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* hero */
.hero {
  position: relative; min-height: calc(100svh - var(--header-h)); display: flex; align-items: center;
  background: var(--od-ink); color: var(--od-stone); overflow: hidden; isolation: isolate;
}
.hero__bg { position: absolute; inset: 0; z-index: -1; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to left, rgba(22,19,16,.55) 0%, rgba(22,19,16,.78) 45%, rgba(22,19,16,.35) 100%);
}
.hero .container { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; padding-block: 64px; align-items: center; }
.hero__text .eyebrow { margin-bottom: 20px; }
.hero__text h1 { margin-bottom: 20px; }
.hero__text .lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; color: var(--od-stone); opacity: .92; max-width: 560px; }
.price {
  display: flex; align-items: baseline; gap: 12px; margin: 26px 0 28px; flex-wrap: wrap;
}
.price__from { font: 500 15px/1 var(--od-font); letter-spacing: .1em; color: var(--od-muted-dark); }
.price__num { font: 800 clamp(36px, 4vw, 48px)/1 var(--od-font); color: var(--od-stone); }
.price__num b { color: var(--od-copper-light); font-weight: 800; }
.price__inc { font: 500 15px/1.4 var(--od-font); color: var(--od-muted-dark); flex-basis: 100%; }
.price__inc span::after { content: " · "; color: var(--od-copper-light); }
.price__inc span:last-child::after { content: ""; }

.lead-card {
  background: var(--od-stone); color: var(--od-ink); border-radius: var(--od-radius-card);
  padding: 28px; box-shadow: 0 24px 60px rgba(0,0,0,.35); max-width: 440px; justify-self: end; width: 100%;
}
.lead-card h3 { margin-bottom: 6px; }
.lead-card .muted { margin-bottom: 18px; }
.field { margin-bottom: 14px; }
.field label { display: block; font: 700 14px/1.4 var(--od-font); margin-bottom: 6px; }
.input {
  width: 100%; height: 52px; padding: 0 16px; border: var(--od-border) solid var(--od-plaster);
  border-radius: var(--od-radius); background: var(--od-white); font: 400 17px var(--od-font); color: var(--od-ink);
}
.input:focus { outline: none; border-color: var(--od-copper); }
textarea.input { height: auto; min-height: 110px; padding: 14px 16px; resize: vertical; }
.lead-card .btn { width: 100%; }
.lead-card .or { text-align: center; font-size: 14px; color: var(--od-concrete); margin: 12px 0; }
.form-note { font-size: 13px; line-height: 20px; color: var(--od-concrete); margin-top: 12px; }
.form-ok { display: none; padding: 18px; background: var(--od-surface); border: 1.5px solid var(--od-plaster); border-radius: var(--od-radius); }

/* trust strip */
.strip { background: var(--od-ink-2); color: var(--od-stone); border-top: 1px solid rgba(243,238,231,.08); }
.strip .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip__item { display: flex; align-items: center; gap: 14px; padding: 22px 18px; border-inline-start: 1px solid rgba(243,238,231,.1); }
.strip__item:first-child { border-inline-start: 0; padding-inline-start: 0; }
.strip__item img { width: 32px; height: 32px; }
.strip__item b { display: block; font-size: 17px; line-height: 1.2; }
.strip__item span { font-size: 14px; color: var(--od-muted-dark); }

/* split sections (aperto rhythm) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: center; }
.split--rev > :first-child { order: 2; }
.split__media { position: relative; border-radius: var(--od-radius-card); overflow: hidden; background: var(--od-plaster); }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5/4; }
.split__media--tall img { aspect-ratio: 4/5; }
.split__text h2 { margin-bottom: 18px; }
.split__text .lead { font-size: 19px; line-height: 1.6; color: var(--od-concrete); }
.dark .split__text .lead { color: var(--od-muted-dark); }
.checks { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 12px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.checks li::before { content: ""; flex: none; width: 22px; height: 2px; background: var(--od-copper); margin-top: 14px; }
.dark .checks li::before { background: var(--od-copper-light); }

/* full-bleed band (aperto style) */
.band { position: relative; min-height: 78vh; display: flex; align-items: center; color: var(--od-stone); isolation: isolate; background: var(--od-ink); }
.band__bg { position: absolute; inset: 0; z-index: -1; }
.band__bg img { width: 100%; height: 100%; object-fit: cover; }
.band__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to left, rgba(22,19,16,.15), rgba(22,19,16,.85)); }
.band .container { padding-block: 96px; }
.band__text { max-width: 560px; }
.band__text h2 { margin-bottom: 18px; }
.band__text .lead { font-size: 19px; line-height: 1.6; color: var(--od-stone); opacity: .9; }

/* includes block */
.includes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.inc {
  background: var(--od-white); border: 1.5px solid var(--od-plaster); border-radius: var(--od-radius-card); padding: 26px 22px;
}
.inc img { width: 36px; height: 36px; margin-bottom: 16px; }
.inc h3 { font-size: 20px; margin-bottom: 8px; }
.inc p { font-size: 16px; line-height: 26px; color: var(--od-concrete); }
.big-price { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin: 10px 0 30px; }
.big-price .n { font: 800 clamp(48px, 7vw, 84px)/1 var(--od-font); color: var(--od-ink); }
.big-price .n b { color: var(--od-copper); }
.big-price .t { font: 500 17px/1.4 var(--od-font); color: var(--od-concrete); max-width: 300px; }

/* collection grid */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--od-white); border: 1.5px solid var(--od-plaster); border-radius: var(--od-radius-card); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(22,19,16,.12); }
.card__media { aspect-ratio: 3/4; background: var(--od-plaster); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; transition: transform .4s; }
.card:hover .card__media img { transform: scale(1.03); }
.card__body { padding: 18px 20px 22px; }
.card__body h3 { font-size: 20px; margin-bottom: 4px; }
.card__body p { font-size: 15px; line-height: 24px; color: var(--od-concrete); }
.card__body .link { display: inline-block; margin-top: 10px; font-size: 15px; }
.card--photo .card__media { aspect-ratio: 4/5; }
.card--photo .card__body { padding: 14px 18px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 32px 28px 32px 0; border-inline-start: 1px solid rgba(243,238,231,.14); padding-inline-start: 24px; }
.step:first-child { border-inline-start: 0; padding-inline-start: 0; }
.step__n { font: 800 15px/1 var(--od-font); color: var(--od-copper-light); letter-spacing: .12em; margin-bottom: 18px; }
.step img { width: 36px; height: 36px; margin-bottom: 16px; }
.step h3 { font-size: 21px; margin-bottom: 8px; }
.step p { color: var(--od-muted-dark); font-size: 16px; line-height: 26px; }

/* faq */
.faq { max-width: 860px; margin-inline: auto; }
.faq details { border-top: 1.5px solid var(--od-plaster); }
.faq details:last-child { border-bottom: 1.5px solid var(--od-plaster); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 0; font: 700 19px/1.4 var(--od-font); display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font: 400 28px/1 var(--od-font); color: var(--od-copper); flex: none; }
.faq details[open] summary::after { content: "−"; }
.faq .a { padding: 0 0 22px; color: var(--od-concrete); max-width: 760px; }

/* cta band */
.cta { text-align: center; }
.cta h2 { margin-bottom: 14px; }
.cta .lead { max-width: 640px; margin: 0 auto 28px; color: var(--od-muted-dark); font-size: 19px; }
.cta .btn-row { justify-content: center; }

/* prose pages */
.page-head { padding: clamp(48px, 7vw, 88px) 0 clamp(28px, 4vw, 48px); }
.page-head h1 { margin-bottom: 14px; }
.page-head .lead { font-size: 20px; line-height: 1.6; color: var(--od-concrete); max-width: 720px; }
.crumbs { font-size: 14px; color: var(--od-concrete); margin-bottom: 22px; }
.crumbs a { color: inherit; text-decoration: none; }
.crumbs a:hover { color: var(--od-copper-deep); }
.crumbs span::before { content: "‹"; margin: 0 8px; color: var(--od-plaster); }
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(26px, 3vw, 34px); margin: 40px 0 14px; }
.prose h3 { margin: 28px 0 10px; }
.prose ul { padding-inline-start: 22px; color: var(--od-concrete); }
.prose li { margin-bottom: 8px; }
.prose img { border-radius: var(--od-radius-card); margin: 28px 0; }
.spec { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 16px; }
.spec th, .spec td { text-align: right; padding: 12px 0; border-bottom: 1.5px solid var(--od-plaster); vertical-align: top; }
.spec th { width: 36%; font-weight: 700; }
.spec td { color: var(--od-concrete); }
.two { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.sticky { position: sticky; top: calc(var(--header-h) + 24px); }
.model-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.model-hero__media { border-radius: var(--od-radius-card); overflow: hidden; background: var(--od-plaster); }
.model-hero__media img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 40%; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 24px; }
.tag { font: 500 14px/1 var(--od-font); padding: 10px 14px; border: 1.5px solid var(--od-plaster); border-radius: 999px; background: var(--od-white); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); }
.contact-list { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list img { width: 28px; height: 28px; flex: none; margin-top: 2px; }
.contact-list b { display: block; }
.contact-list a { text-decoration: none; color: var(--od-copper-deep); font-weight: 700; }

/* footer */
.footer { background: var(--od-ink); color: var(--od-stone); padding: 64px 0 28px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(243,238,231,.1); }
.footer__brand img { height: 56px; width: auto; margin-bottom: 18px; }
.footer__brand p { color: var(--od-muted-dark); font-size: 15px; line-height: 24px; max-width: 320px; }
.footer h4 { font-size: 15px; letter-spacing: .1em; color: var(--od-copper-light); margin-bottom: 16px; font-weight: 700; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer a { text-decoration: none; color: var(--od-stone); opacity: .85; font-size: 15px; }
.footer a:hover { opacity: 1; color: var(--od-copper-light); }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 13px; color: var(--od-muted-dark); }
.footer__bottom a { font-size: 13px; color: var(--od-muted-dark); }

/* floating whatsapp */
.wa-float {
  position: fixed; bottom: 22px; left: 22px; z-index: 60; width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.25); text-decoration: none;
}
.wa-float svg { width: 30px; height: 30px; }
.call-bar { display: none; }

/* reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* responsive */
@media (max-width: 1024px) {
  .includes, .grid-4, .steps { grid-template-columns: repeat(2, 1fr); }
  .step { border-inline-start: 0; padding-inline-start: 0; padding-block: 20px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .strip .container { grid-template-columns: repeat(2, 1fr); }
  .strip__item:nth-child(odd) { border-inline-start: 0; padding-inline-start: 0; }
}
@media (max-width: 768px) {
  body { font-size: 16px; line-height: 27px; }
  .hero .container { grid-template-columns: 1fr; gap: 32px; padding-block: 44px 100px; }
  .hero { min-height: auto; }
  .hero__bg::after { background: linear-gradient(to top, rgba(22,19,16,.92) 0%, rgba(22,19,16,.75) 55%, rgba(22,19,16,.45) 100%); }
  .lead-card { max-width: none; justify-self: stretch; padding: 22px; }
  .split, .split--rev { grid-template-columns: 1fr; }
  .split--rev > :first-child { order: 0; }
  .grid-3, .includes, .grid-4 { grid-template-columns: 1fr 1fr; gap: 12px; }
  .card__body { padding: 12px 14px 16px; }
  .card__body h3 { font-size: 17px; }
  .steps { grid-template-columns: 1fr; }
  .two, .model-hero, .contact-grid { grid-template-columns: 1fr; }
  .sticky { position: static; }
  .footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .strip .container { grid-template-columns: 1fr 1fr; }
  .strip__item { padding: 16px 12px; gap: 10px; }
  .strip__item b { font-size: 15px; }
  .band { min-height: auto; }
  .band .container { padding-block: 72px; }
  .wa-float { bottom: 78px; left: 16px; width: 52px; height: 52px; }
  .call-bar {
    display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; inset-inline: 0; z-index: 60;
    background: var(--od-ink); border-top: 1px solid rgba(243,238,231,.12); padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); gap: 10px;
  }
  .call-bar .btn { height: 48px; font-size: 16px; }
  body { padding-bottom: 72px; }
}
@media (max-width: 420px) {
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .includes { grid-template-columns: 1fr; }
}

/* ---- v2: quieter components (no eyebrows, icons or boxes) ---- */
.tagrow { background: var(--od-ink-2); color: var(--od-stone); border-top: 1px solid rgba(243,238,231,.08); }
.tagrow p { margin: 0; padding: 18px 0; text-align: center; font: 500 16px/1.6 var(--od-font); letter-spacing: .02em; }
.tagrow i { font-style: normal; color: var(--od-copper-light); margin: 0 14px; }

.rows { display: grid; }
.row { display: grid; grid-template-columns: 1fr; gap: 6px 32px; padding: 18px 0; border-top: 1.5px solid var(--od-plaster); }
.rows > .row:last-child { border-bottom: 1.5px solid var(--od-plaster); }
.row b { font-weight: 700; font-size: 19px; line-height: 1.4; }
.row span { color: var(--od-concrete); }
.rows--wide .row { grid-template-columns: minmax(180px, .38fr) 1fr; align-items: baseline; padding: 24px 0; }
.dark .row { border-color: rgba(243,238,231,.14); }
.dark .row span { color: var(--od-muted-dark); }
.dark .row b { color: var(--od-stone); }
.split__text .rows { margin: 24px 0 28px; }

.models { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 28px; align-items: end; }
.models--3 { grid-template-columns: repeat(3, 1fr); }
.model { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; text-align: center; }
.model img { width: 100%; max-width: 260px; height: auto; filter: drop-shadow(0 30px 40px rgba(22,19,16,.18)); transition: transform .35s; }
.model:hover img { transform: translateY(-6px); }
.model__name { display: block; margin-top: 26px; font: 700 20px/1.3 var(--od-font); }
.model__desc { display: block; margin-top: 6px; font: 400 15px/24px var(--od-font); color: var(--od-concrete); max-width: 240px; }
.model-hero__media { background: none; border-radius: 0; text-align: center; }
.model-hero__media img { width: auto; max-width: min(100%, 420px); aspect-ratio: auto; margin-inline: auto; filter: drop-shadow(0 40px 50px rgba(22,19,16,.2)); }

.fig { margin: 0; }
.fig img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--od-radius-card); }
.fig figcaption { margin-top: 14px; font-size: 16px; line-height: 26px; color: var(--od-concrete); }
.fig figcaption b { color: var(--od-ink); margin-inline-end: 6px; }

@media (max-width: 1024px) { .models { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .rows--wide .row { grid-template-columns: 1fr; padding: 18px 0; }
  .models, .models--3 { grid-template-columns: 1fr 1fr; gap: 32px 16px; }
  .model img { max-width: 170px; }
  .tagrow p { font-size: 14px; }
  .tagrow i { margin: 0 8px; }
}

/* ---- v3: full-screen dark rhythm (aperto-like) ---- */
body.home { background: var(--od-ink); color: var(--od-stone); }
.btn--outline { background: transparent; border-color: rgba(243,238,231,.7); color: var(--od-stone); }
.btn--outline:hover { background: var(--od-stone); border-color: var(--od-stone); color: var(--od-ink); }
.hero--full { min-height: 100svh; }
.band--full { min-height: 100svh; }
.band__bg::after { background: linear-gradient(to left, rgba(22,19,16,.25) 0%, rgba(22,19,16,.55) 50%, rgba(22,19,16,.88) 100%); }
.band--end .band__bg::after { background: linear-gradient(to right, rgba(22,19,16,.25) 0%, rgba(22,19,16,.55) 50%, rgba(22,19,16,.88) 100%); }
.band--end .container { display: flex; justify-content: flex-end; }
.band__text h2 { font-size: clamp(32px, 4.6vw, 54px); }
.band__text .lead { font-size: clamp(17px, 1.5vw, 20px); opacity: .88; }
.band .btn-row { margin-top: 8px; }
.big-price--dark { margin: 8px 0 26px; }
.big-price--dark .n { color: var(--od-stone); font-size: clamp(40px, 5vw, 64px); }
.big-price--dark .n b { color: var(--od-copper-light); }
.big-price--dark .t { color: var(--od-muted-dark); }
.dark .faq details { border-color: rgba(243,238,231,.14); }
.dark .faq summary::after { color: var(--od-copper-light); }
.dark .faq .a { color: var(--od-muted-dark); }
.dark .fig figcaption { color: var(--od-muted-dark); }
.dark .fig figcaption b { color: var(--od-stone); }
.dark .model__desc { color: var(--od-muted-dark); }
.dark .model img { filter: drop-shadow(0 30px 40px rgba(0,0,0,.5)); }
.models { align-items: start; }
.model img { width: 100%; max-width: 240px; aspect-ratio: 600 / 1524; height: auto; object-fit: cover; }
.model-hero__media img { aspect-ratio: 600 / 1524; object-fit: cover; }
@media (max-width: 768px) {
  .hero--full { min-height: auto; }
  .band--full { min-height: 88svh; }
  .band--end .container { justify-content: flex-start; }
  .band__bg::after, .band--end .band__bg::after { background: linear-gradient(to top, rgba(22,19,16,.92) 0%, rgba(22,19,16,.7) 55%, rgba(22,19,16,.35) 100%); }
  .band .container { padding-block: 64px; display: flex; align-items: flex-end; min-height: inherit; }
  .model img { max-width: 150px; }
}

/* ---- v4: inner pages dark too ---- */
body.dark { background: var(--od-ink); color: var(--od-stone); }
.section--alt { background: var(--od-ink-2); }
.band--head { min-height: 62svh; }
.band--head .band__text { max-width: 720px; }
.band--head .crumbs { color: var(--od-muted-dark); margin-bottom: 18px; }
.band--head .crumbs a:hover { color: var(--od-copper-light); }
.band--head h1 { margin-bottom: 16px; }
.band--head .lead { font-size: clamp(17px, 1.5vw, 20px); opacity: .9; }
.dark .page-head .lead, .dark .crumbs { color: var(--od-muted-dark); }
.dark .crumbs span::before { color: rgba(243,238,231,.3); }
.dark .prose { color: var(--od-stone); }
.dark .prose p { color: var(--od-muted-dark); }
.dark .prose ul, .dark .prose li { color: var(--od-muted-dark); }
.dark .prose h2, .dark .prose h3 { color: var(--od-stone); }
.dark .spec th, .dark .spec td { border-color: rgba(243,238,231,.14); }
.dark .spec td { color: var(--od-muted-dark); }
.dark .tag { background: rgba(243,238,231,.06); border-color: rgba(243,238,231,.18); color: var(--od-stone); }
.dark .big-price .n { color: var(--od-stone); }
.dark .big-price .n b { color: var(--od-copper-light); }
.dark .big-price .t { color: var(--od-muted-dark); }
.dark .contact-list a { color: var(--od-copper-light); }
.dark .contact-list b { color: var(--od-stone); }
.dark .model-hero .lead { color: var(--od-muted-dark); }
.dark .split__text .lead { color: var(--od-muted-dark); }
.dark .lead.muted { color: var(--od-muted-dark); }
.dark .form-ok { background: rgba(243,238,231,.06); border-color: rgba(243,238,231,.18); }
.dark .lead-card { box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.dark .split__media { background: var(--od-ink-2); }
.dark .models .model__name { color: var(--od-stone); }
@media (max-width: 768px) { .band--head { min-height: 52svh; } }

/* header phone: plain text, no frame */
.header .btn--phone-text { border-color: transparent; background: transparent; padding: 0 8px; }
.header .btn--phone-text:hover { background: transparent; color: var(--od-copper-light); }

/* models: more air between the doors */
.models { gap: 48px 56px; }
.model img { max-width: 210px; }
@media (max-width: 1024px) { .models { gap: 40px 40px; } }
@media (max-width: 768px) { .models, .models--3 { gap: 36px 28px; } .model img { max-width: 140px; } }

/* price section */
.price-sec .split { align-items: center; }
.price-sec .split__media img { aspect-ratio: 4/5; }
.price-sec .big-price--dark { margin: 18px 0 22px; }
.price-sec .rows { margin: 24px 0 28px; }
.price-sec .row { grid-template-columns: minmax(150px, .35fr) 1fr; align-items: baseline; }
@media (max-width: 768px) { .price-sec .row { grid-template-columns: 1fr; } }

/* ---- v6: flyer-style top of home ---- */
:root { --od-gold: #B08A4A; --od-gold-2: #D6B878; }
.btn--lg { height: 58px; padding: 0 30px; font-size: 18px; border-radius: 999px; }
.flyer .fhero, .flyer .ffeat, .flyer .fgal, .flyer .fserv { background: var(--od-stone); color: var(--od-ink); }
.fhero { padding: clamp(28px, 5vw, 64px) 0 0; overflow: hidden; }
.fhero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: end; }
.fhero__text { padding-bottom: clamp(32px, 5vw, 72px); }
.fhero h1 { display: flex; flex-direction: column; line-height: .95; letter-spacing: -.02em; margin-bottom: 18px; }
.fhero__l1 { font-size: clamp(64px, 9vw, 128px); font-weight: 800; color: var(--od-ink); }
.fhero__l2 { font-size: clamp(64px, 9vw, 128px); font-weight: 800; background: linear-gradient(180deg, var(--od-gold-2), var(--od-gold) 60%, #8a6a35); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fhero__sub { font: 700 clamp(20px, 2.2vw, 28px)/1.3 var(--od-font); color: var(--od-ink); margin: 0 0 26px; }
.fprice { display: inline-flex; flex-direction: column; align-items: center; background: var(--od-ink); color: var(--od-stone); border: 2px solid var(--od-gold); border-radius: 36px; padding: 18px 48px 16px; box-shadow: 0 18px 40px rgba(22,19,16,.25); }
.fprice__num { font: 800 clamp(56px, 7vw, 92px)/1 var(--od-font); letter-spacing: -.02em; }
.fprice__num span { font-size: .5em; margin-inline-start: 6px; }
.fprice__all { font: 800 clamp(22px, 2.4vw, 30px)/1.2 var(--od-font); margin-top: 4px; }
.fincl { display: flex; flex-wrap: wrap; gap: 0; margin: 18px 0 26px; font: 700 17px/1.4 var(--od-font); color: var(--od-ink); }
.fincl span { padding: 0 14px; border-inline-start: 1.5px solid rgba(22,19,16,.35); }
.fincl span:first-child { padding-inline-start: 0; border: 0; }
.fhero .btn--secondary { border-color: var(--od-ink); color: var(--od-ink); }
.fhero .btn--secondary:hover { background: var(--od-ink); color: var(--od-stone); }
.fhero__media { position: relative; align-self: stretch; display: flex; justify-content: center; }
.fhero__media img { width: auto; max-width: 100%; max-height: min(78vh, 760px); object-fit: cover; object-position: center top; border-radius: 6px 6px 0 0; }
.fhero__tag { position: absolute; top: 12%; inset-inline-end: -4px; font: 500 20px/1.35 var(--od-font); color: var(--od-ink); background: rgba(243,238,231,.85); padding: 10px 14px; border-radius: 4px; border-bottom: 2px solid var(--od-gold); }
.ffeat { border-top: 1px solid var(--od-plaster); border-bottom: 1px solid var(--od-plaster); }
.ffeat__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ffeat__grid > div { padding: 26px 18px; text-align: center; border-inline-start: 1px solid var(--od-plaster); }
.ffeat__grid > div:first-child { border: 0; }
.ffeat b { display: block; font-size: 19px; }
.ffeat span { color: var(--od-concrete); font-size: 16px; }
.fgal__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.fgal figure { margin: 0; position: relative; }
.fgal img { width: 100%; aspect-ratio: 640/925; object-fit: cover; display: block; }
.fgal figcaption { position: absolute; bottom: 14px; inset-inline-start: 14px; background: rgba(22,19,16,.72); color: var(--od-stone); font: 700 14px/1 var(--od-font); padding: 8px 12px; border-radius: 999px; }
.fserv { padding: 40px 0 32px; text-align: center; }
.fserv__row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; margin: 0 auto 26px; }
.fserv__row > div { padding: 6px 12px; border-inline-start: 1px solid var(--od-plaster); font-size: 18px; }
.fserv__row > div:first-child { border: 0; }
.fserv__cta { margin: 0 0 16px; }
.fserv__note { font-size: 14px; color: var(--od-concrete); margin: 0; }
.lead-sec .split { align-items: center; }
.lead-sec .lead-card { justify-self: end; }
@media (max-width: 900px) {
  .fhero__grid { grid-template-columns: 1fr; }
  .fhero__text { text-align: center; padding-bottom: 12px; }
  .fhero h1 { align-items: center; }
  .fincl, .fhero .btn-row { justify-content: center; }
  .fhero__media img { max-height: 70vh; }
  .ffeat__grid { grid-template-columns: 1fr 1fr; }
  .ffeat__grid > div:nth-child(3) { border: 0; }
  .ffeat__grid > div:nth-child(n+3) { border-top: 1px solid var(--od-plaster); }
  .fgal__grid { grid-template-columns: 1fr 1fr; }
  .fserv__row { grid-template-columns: 1fr; }
  .fserv__row > div { border: 0; }
  .lead-sec .lead-card { justify-self: stretch; }
}
@media (max-width: 480px) { .fincl { font-size: 14px; flex-wrap: nowrap; } .fincl span { padding: 0 8px; white-space: nowrap; } }

/* ---- mobile pass (flyer home + bands) ---- */
@media (max-width: 768px) {
  /* call bar already has WhatsApp + phone */
  .wa-float { display: none; }

  /* hero: compact, image inside first screen */
  .fhero { padding-top: 22px; }
  .fhero__grid { gap: 0; }
  .fhero h1 { margin-bottom: 10px; }
  .fhero__l1, .fhero__l2 { font-size: 56px; }
  .fhero__sub { font-size: 18px; margin-bottom: 16px; }
  .fprice { padding: 12px 34px 10px; border-radius: 28px; }
  .fprice__num { font-size: 58px; }
  .fprice__all { font-size: 21px; }
  .fincl { margin: 14px 0 16px; }
  .fhero .btn-row .btn--secondary { display: none; }
  .fhero .btn-row .btn { width: 100%; max-width: 340px; }
  .fhero__media { margin-top: 22px; }
  .fhero__media img { max-height: none; width: 100%; aspect-ratio: 4/5; object-position: center 30%; border-radius: 0; }
  .fhero__tag { top: auto; bottom: 16px; inset-inline-end: 16px; font-size: 17px; }

  .ffeat__grid > div { padding: 18px 10px; }
  .ffeat b { font-size: 17px; }
  .ffeat span { font-size: 14px; }
  .fgal__grid { gap: 4px; }
  .fgal figcaption { bottom: 10px; inset-inline-start: 10px; font-size: 13px; padding: 6px 10px; }
  .fserv { padding: 28px 0 24px; }
  .fserv__row > div { font-size: 17px; padding: 4px 0; }
  .fserv__cta .btn { width: 100%; max-width: 340px; }

  /* image bands: photo on top, text below, no empty dark screen */
  .band, .band--full, .band--head { min-height: 0; display: block; }
  .band__bg { position: relative; inset: auto; z-index: 0; }
  .band__bg img { height: auto; aspect-ratio: 4/3; }
  .band__bg::after, .band--end .band__bg::after { background: linear-gradient(to top, rgba(22,19,16,.55), rgba(22,19,16,0) 45%); }
  .band .container, .band--end .container { display: block; min-height: 0; padding-block: 28px 44px; }
  .band__text h2 { font-size: 30px; }
  .band--head .band__bg img { aspect-ratio: 16/10; }
  .band--head .container { padding-block: 22px 30px; }
}
@media (max-width: 768px) { .fhero__media img { aspect-ratio: 2/3; object-position: center 45%; } }

/* ---- no more cropping: every photo at its own proportions ---- */
.band--ratio { min-height: 0; aspect-ratio: var(--r); max-height: none; }
.band--ratio .band__bg img { object-fit: cover; }            /* box already has the photo's ratio, so nothing is cut */
.band--ratio .container { padding-block: 64px; }
.msplit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.msplit.band--end .msplit__media { order: 2; }
.msplit__media img { width: 100%; height: auto; max-height: 84vh; object-fit: contain; border-radius: var(--od-radius-card); }
.msplit__text h2 { margin-bottom: 18px; }
.msplit__text .lead { font-size: 19px; line-height: 1.6; color: var(--od-muted-dark); }
.msplit__text .btn-row { margin-top: 8px; }
.msplit.band--head { padding-block: 40px 56px; }
.msplit.band--head .crumbs { color: var(--od-muted-dark); margin-bottom: 18px; }
.split__media img, .price-sec .split__media img, .fig img { aspect-ratio: auto; height: auto; }
.fhero__media img { object-fit: contain; }
@media (max-width: 768px) {
  .band--ratio { aspect-ratio: auto; }
  .band__bg img, .band--head .band__bg img { aspect-ratio: auto; height: auto; object-fit: contain; }
  .msplit__grid { grid-template-columns: 1fr; gap: 24px; }
  .msplit.band--end .msplit__media { order: 0; }
  .msplit__media img { max-height: none; }
  .fhero__media img { aspect-ratio: auto; width: auto; max-width: 70%; max-height: 78vh; margin-inline: auto; }
  .fhero__tag { bottom: 10%; inset-inline-end: 6%; }
}

/* phones: drop the tall hero door photo, the colour strip carries the visuals */
@media (max-width: 768px) {
  .fhero__media { display: none; }
  .fhero { padding-bottom: 26px; }
  .fhero__text { padding-bottom: 0; }
}

/* phones: the four doors as a tidy 2x2 */
@media (max-width: 768px) {
  .models, .models--3 { grid-template-columns: 1fr 1fr; gap: 14px; }
  .model {
    background: rgba(243,238,231,.05); border: 1px solid rgba(243,238,231,.14);
    border-radius: var(--od-radius-card); padding: 14px 10px 16px; height: 100%;
  }
  .model img { max-width: 100%; width: 100%; aspect-ratio: 3/4; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(0,0,0,.45)); }
  .model__name { margin-top: 14px; font-size: 17px; }
  .model__desc { display: none; }
  .models--3 .model:nth-child(3) { grid-column: 1 / -1; }
  .models--3 .model:nth-child(3) img { max-width: 48%; margin-inline: auto; }
}
