:root {
  color-scheme: light;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: #fff;
  --surface: #f4f5f2;
  --surface-2: #e8ece8;
  --card: #fff;
  --ink: #173023;
  --muted: #5c6961;
  --accent: #275f3d;
  --accent-soft: #dbe6dc;
  --deep: #173d29;
  --deep-ink: #f3f5f1;
  --deep-muted: #b7c9bc;
  --line: rgba(23, 61, 41, .17);
  --header: rgba(255, 255, 255, .92);
  --logo-bg: transparent;
  --shadow: 0 28px 70px rgba(12, 27, 18, .16);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --page: #101914;
  --surface: #17241d;
  --surface-2: #1c2b22;
  --card: #17231c;
  --ink: #edf2ed;
  --muted: #aebbb2;
  --accent: #93bc9d;
  --accent-soft: #223e2c;
  --deep: #09110d;
  --deep-ink: #f0f4ef;
  --deep-muted: #9fafa4;
  --line: rgba(225, 239, 229, .15);
  --header: rgba(13, 24, 17, .92);
  --logo-bg: transparent;
  --shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: var(--sans);
  letter-spacing: 0;
  transition: color .3s ease, background .3s ease;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(1260px, calc(100vw - 44px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-page { min-height: 100vh; overflow: clip; }

/* Header */
.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  color: var(--ink);
  background: var(--header);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: grid; grid-template-columns: 204px 1fr auto; align-items: center; gap: 28px; }
.brand { width: 190px; padding: 8px 10px; background: var(--logo-bg); }
.brand img { width: 100%; height: auto; }
html[data-theme="dark"] .brand img { filter: brightness(0) invert(1); }
.desktop-nav { display: flex; justify-content: center; gap: clamp(13px, 1.7vw, 26px); }
.desktop-nav a { position: relative; padding: 13px 0; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .24s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-tools { display: flex; align-items: center; gap: 8px; }
.theme-switch { width: 78px; height: 40px; display: inline-grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; padding: 3px; border: 1px solid var(--line); background: var(--surface); }
.theme-choice { width: 100%; height: 100%; min-width: 0; min-height: 0; display: grid; place-items: center; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: 0; font-size: 0; line-height: 0; appearance: none; -webkit-appearance: none; }
.theme-choice::before { width: 18px; height: 18px; display: block; background: currentColor; content: ""; transform: translateY(1px); mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; }
.theme-choice[data-theme-choice="light"]::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.42 1.42M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.42-1.42M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E"); }
.theme-choice[data-theme-choice="dark"]::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z'/%3E%3C/svg%3E"); }
.theme-choice::after { content: none; }
.theme-choice[aria-pressed="true"] { color: #fff; background: var(--accent); }
.header-action { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; color: #fff; background: var(--accent); border: 1px solid var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.menu-toggle { width: 42px; height: 40px; display: none; place-items: center; padding: 0; color: var(--ink); background: var(--surface); border: 1px solid var(--line); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 18px; height: 1px; display: block; background: currentColor; content: ""; transition: transform .22s ease, opacity .22s ease; }
.menu-toggle span { margin: 4px 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-5px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Type and shared controls */
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 36px; height: 1px; background: currentColor; content: ""; }
.display { margin-bottom: 22px; color: var(--ink); font-family: var(--serif); font-size: clamp(45px, 5.4vw, 74px); font-weight: 400; line-height: .94; }
.display em { color: var(--accent); font-weight: 400; }
.copy { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 19px; color: #fff; background: var(--accent); border: 1px solid var(--accent); border-radius: 0; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: transform .22s ease, filter .22s ease, background .22s ease; }
.button::after { font-size: 17px; content: "\2192"; }
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button.alt { color: var(--ink); background: transparent; border-color: var(--line); }
.button.whatsapp { color: #fff; background: #176b3a; border-color: #176b3a; }
.button.light { color: var(--deep); background: var(--deep-ink); border-color: var(--deep-ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.text-link::after { font-size: 17px; content: "\2192"; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Homepage hero: direct concept composition */
.home-hero { position: relative; overflow: hidden; }
.home-hero::before, .editorial-hero::before { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, var(--line) 1px, transparent 1px), linear-gradient(var(--line) 1px, transparent 1px); background-size: 68px 68px; opacity: .35; mask-image: linear-gradient(#000, transparent 84%); content: ""; }
.home-hero-grid { position: relative; min-height: 720px; display: grid; grid-template-columns: 1fr .94fr; gap: 72px; align-items: center; padding: 84px 0 66px; }
.home-hero-image { position: relative; height: 580px; margin-left: 46px; box-shadow: var(--shadow); }
.home-hero-image::before { position: absolute; z-index: -1; top: -35px; left: -46px; width: 48%; height: 80%; background: var(--accent); content: ""; }
.home-hero-image::after { position: absolute; right: -31px; bottom: 31px; padding: 12px 16px; color: #fff; background: var(--deep); font-size: 9px; font-weight: 850; letter-spacing: .1em; content: "MİMARİ / PEYZAJ / YAŞAM"; }
.home-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.delivery { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; padding-right: 13px; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.delivery b { padding: 9px 11px; color: #fff; background: var(--accent); font-family: var(--serif); font-size: 18px; font-weight: 400; }
.home-hero-copy h1 { margin-bottom: 24px; color: var(--ink); font-family: var(--serif); font-size: clamp(60px, 6.6vw, 98px); font-weight: 400; line-height: .87; }
.home-hero-copy h1 em { display: block; color: var(--accent); font-weight: 400; }
.home-hero-copy > p { max-width: 510px; color: var(--muted); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }

/* Inner-page editorial hero */
.editorial-hero { position: relative; overflow: hidden; background: var(--page); }
.editorial-hero-grid { position: relative; min-height: 610px; display: grid; grid-template-columns: .87fr 1.13fr; gap: 64px; align-items: center; padding: 74px 0 70px; }
.editorial-hero-copy h1 { margin-bottom: 23px; color: var(--ink); font-family: var(--serif); font-size: clamp(54px, 6.1vw, 88px); font-weight: 400; line-height: .9; }
.editorial-hero-copy h1 em { display: block; color: var(--accent); font-weight: 400; }
.editorial-hero-copy p { max-width: 560px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.editorial-hero-media { position: relative; height: 480px; margin-right: 36px; }
.editorial-hero-media::after { position: absolute; z-index: -1; right: -36px; bottom: -28px; width: 46%; height: 72%; background: var(--accent-soft); content: ""; }
.editorial-hero-media img { width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.media-caption { position: absolute; right: -18px; bottom: 22px; max-width: 230px; padding: 15px 17px; color: var(--deep-ink); background: var(--deep); }
.media-caption b { display: block; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.media-caption span { display: block; margin-top: 4px; color: var(--deep-muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; }

/* Facts */
.facts { color: var(--deep-ink); background: var(--deep); }
.fact-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.fact { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 24px; border-left: 1px solid rgba(255, 255, 255, .13); }
.fact:last-child { border-right: 1px solid rgba(255, 255, 255, .13); }
.fact b { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.fact span { margin-top: 5px; color: var(--deep-muted); font-size: 9px; line-height: 1.5; text-transform: uppercase; }

/* Sections */
.section { padding: 92px 0; background: var(--page); }
.section.surface { background: var(--surface); }
.section.soft { background: var(--surface-2); }
.section.deep { color: var(--deep-ink); background: var(--deep); }
.section-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: end; margin-bottom: 35px; }
.section-head p { margin-bottom: 0; }
.story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 66px; align-items: center; }
.story-list { margin-top: 27px; border-top: 1px solid var(--line); }
.story-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.story-list b { color: var(--accent); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.story-list span { font-size: 12px; line-height: 1.6; }
.story-images { display: grid; grid-template-columns: 1.16fr .84fr; grid-template-rows: 270px 220px; gap: 9px; }
.story-image, .image-frame { position: relative; overflow: hidden; }
.story-image, .image-frame, .editorial-media, .gallery-item, .gallery-tile, .selected-plan, .plan-card-media, .standard-plan-media, .floor-context button {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}
.floor-context button { width: 100%; }
.story-image:first-child { grid-row: 1 / 3; }
.story-image img, .image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.story-image:hover img, .image-frame:hover img { transform: scale(1.035); }
.story-image span, .image-frame-label { position: absolute; bottom: 12px; left: 12px; padding: 8px 10px; color: #fff; background: rgba(10, 28, 18, .82); font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.editorial-split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.editorial-split.reverse .editorial-media { order: -1; }
.editorial-media { min-height: 510px; position: relative; }
.editorial-media img { width: 100%; height: 510px; object-fit: cover; }
.editorial-copy h2 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(40px, 4.7vw, 64px); font-weight: 400; line-height: .98; }
.editorial-copy p { color: var(--muted); line-height: 1.75; }
.spec-rows { margin-top: 28px; border-top: 1px solid var(--line); }
.spec-row { display: flex; justify-content: space-between; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.spec-row span { color: var(--muted); }
.spec-row b { max-width: 65%; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-item { min-height: 210px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item small { color: var(--accent); font-family: var(--serif); font-size: 20px; }
.feature-item h3 { margin: 34px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.feature-item p { margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

/* Plans */
.plan-studio { display: grid; grid-template-columns: .72fr 1.05fr .72fr; min-height: 610px; border: 1px solid var(--line); background: var(--card); }
.plan-selector { padding: 28px; border-right: 1px solid var(--line); }
.plan-selector-label { display: block; margin-bottom: 18px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.plan-option { width: 100%; display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 16px 0; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.plan-option > b { width: 30px; height: 30px; display: grid; place-items: center; color: var(--accent); border: 1px solid var(--line); font-family: var(--serif); font-size: 13px; font-weight: 400; }
.plan-option > span { font-size: 10px; font-weight: 850; text-transform: uppercase; }
.plan-option small { display: block; margin-top: 3px; opacity: .72; font-size: 8px; }
.plan-option.is-active { color: var(--ink); }
.plan-option.is-active > b { color: #fff; background: var(--accent); border-color: var(--accent); }
.selected-plan { position: relative; width: 100%; display: grid; place-items: center; min-width: 0; overflow: hidden; padding: 25px; background: #f7f7f2; border: 0; border-radius: 0; }
html[data-theme="dark"] .selected-plan { background: #e8e9e2; }
.selected-plan::before { position: absolute; top: 18px; left: 20px; color: #667067; font-size: 8px; font-weight: 900; letter-spacing: .12em; content: "SEÇİLİ DAİRE PLANI"; }
.selected-plan img { width: 100%; height: 540px; object-fit: contain; transition: opacity .2s ease, transform .25s ease; }
.selected-plan img.is-changing { opacity: 0; transform: scale(.985); }
.plan-detail { display: flex; flex-direction: column; justify-content: space-between; padding: 30px; border-left: 1px solid var(--line); }
.plan-detail small { color: var(--accent); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.plan-detail h3 { margin: 10px 0 5px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.plan-detail > div > p { color: var(--muted); font-size: 12px; line-height: 1.65; }
.plan-specs { margin-top: 18px; border-top: 1px solid var(--line); }
.plan-spec { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.plan-spec span { color: var(--muted); }
.plan-detail .button { width: 100%; margin-top: 24px; }
.floor-context { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; align-items: center; margin-top: 12px; padding: 38px; background: var(--accent-soft); }
.floor-context h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.floor-context p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.floor-context img { width: 100%; height: 310px; object-fit: contain; mix-blend-mode: multiply; }
html[data-theme="dark"] .floor-context img { padding: 12px; background: #f3f3ee; mix-blend-mode: normal; }
.plan-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.plan-card { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 370px; background: var(--card); border: 1px solid var(--line); }
.plan-card-media { display: grid; place-items: center; min-width: 0; padding: 20px; background: #f6f6f1; }
.plan-card-media img { width: 100%; height: 330px; object-fit: contain; }
.plan-card-copy { padding: 26px; }
.plan-card-copy small { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.plan-card-copy h3 { margin: 10px 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.plan-card-copy p { color: var(--muted); font-size: 11px; line-height: 1.65; }
.standard-plan { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 560px; border: 1px solid var(--line); }
.standard-plan-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; background: var(--deep); color: var(--deep-ink); }
.standard-plan-copy .eyebrow { color: var(--accent); }
.standard-plan-copy h2 { margin-bottom: 18px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.standard-plan-copy p { color: var(--deep-muted); line-height: 1.75; }
.standard-plan-copy .spec-row { border-color: rgba(255,255,255,.14); }
.standard-plan-copy .spec-row span { color: var(--deep-muted); }
.standard-plan-media { display: grid; place-items: center; padding: 26px; background: #f6f6f1; }
.standard-plan-media img { width: 100%; height: 500px; object-fit: contain; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: 245px 225px; gap: 9px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; background: transparent; }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item:nth-child(2) { grid-column: 2 / 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; bottom: 12px; left: 12px; padding: 8px 10px; color: #fff; background: rgba(10, 28, 18, .82); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.filter-button { min-height: 40px; padding: 8px 15px; color: var(--muted); background: transparent; border: 1px solid var(--line); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.filter-button.is-active { color: #fff; background: var(--accent); border-color: var(--accent); }
.gallery-wall { column-count: 3; column-gap: 9px; }
.gallery-tile,
.gallery-tile.wide,
.gallery-tile.tall,
.gallery-tile.small {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 9px;
  background: var(--surface);
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  vertical-align: top;
  line-height: 0;
  text-align: left;
}
.gallery-tile img { width: 100%; height: auto; object-fit: contain; transition: filter .3s ease; }
.gallery-tile:hover img { filter: saturate(1.06) brightness(1.02); }
.gallery-tile span { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; justify-content: space-between; gap: 8px; padding: 10px 12px; color: #fff; background: rgba(9, 23, 15, .76); font-size: 8px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.gallery-tile[hidden] { display: none; }

/* Materials */
.materials { padding: 68px 0; color: var(--deep-ink); background: var(--deep); overflow: hidden; }
.materials-head { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: end; margin-bottom: 28px; }
.materials h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.materials p { margin: 0; color: var(--deep-muted); font-size: 13px; line-height: 1.65; }
.brand-track-wrap { overflow: hidden; }
.brand-track { width: max-content; display: flex; gap: 8px; animation: brandMove 90s linear infinite; }
.brand-set { display: flex; gap: 8px; }
.brand-card { width: 170px; height: 82px; display: grid; place-items: center; padding: 19px; background: #f7f7f3; }
.brand-card img { max-width: 125px; max-height: 38px; object-fit: contain; }
.materials-note { margin: 20px auto 0 !important; color: var(--deep-muted) !important; font-size: 10px !important; }
@keyframes brandMove { to { transform: translateX(calc(-50% - 4px)); } }

/* Location and contact */
.location-layout { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 560px; border: 1px solid var(--line); }
.location-copy { padding: 38px; background: var(--card); }
.location-copy h2 { margin-bottom: 14px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.location-copy > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.contact-links { margin-top: 26px; border-top: 1px solid var(--line); }
.contact-link { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.contact-link span { color: var(--muted); font-weight: 500; text-align: right; text-transform: none; }
.map { min-height: 500px; background: var(--surface); }
.map iframe { width: 100%; height: 100%; min-height: 560px; display: block; border: 0; filter: saturate(.82) contrast(.94); }
.contact-channels { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-channel { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-channel small { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.contact-channel h3 { margin: 35px 0 8px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.contact-channel p { color: var(--muted); font-size: 12px; line-height: 1.6; }
.contact-channel .text-link { margin-top: 18px; }
.cta { padding: 76px 0; background: var(--surface-2); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; }
.cta h2 { margin-bottom: 9px; font-family: var(--serif); font-size: 44px; font-weight: 400; }
.cta p { margin: 0; color: var(--muted); }
.cta-actions { display: flex; gap: 8px; }

/* Footer */
.site-footer { color: var(--deep-muted); background: var(--deep); }
.footer-main { display: grid; grid-template-columns: 1.2fr .65fr .78fr .9fr; gap: 44px; padding: 55px 0 42px; }
.footer-brand img { width: 180px; padding: 0; background: transparent; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 360px; margin: 20px 0 0; font-size: 11px; line-height: 1.7; }
.footer-col h3 { margin-bottom: 16px; color: var(--deep-ink); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col p { display: block; margin: 0 0 9px; font-size: 11px; line-height: 1.6; }
.footer-col a:hover { color: var(--deep-ink); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 35px; padding: 19px 0 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; line-height: 1.6; }
.footer-bottom span:last-child { justify-self: end; max-width: 720px; text-align: right; }
.quickbar { display: none; }

/* Lightbox */
.lightbox { position: fixed; z-index: 200; inset: 0; width: 100vw; height: 100vh; height: 100dvh; display: none; padding: 0; overflow: hidden; background: rgba(5, 9, 7, .94); touch-action: none; }
.lightbox.is-open { display: block; }
.lightbox-stage { position: absolute; inset: 0; overflow: hidden; }
.lightbox-stage img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: calc(100vw - 180px);
  max-height: calc(100vh - 124px);
  max-height: calc(100dvh - 124px);
  object-fit: contain;
  object-position: center;
  transform-origin: center;
  user-select: none;
  -webkit-user-drag: none;
}
.lightbox-close, .lightbox-nav { position: absolute; z-index: 3; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); }
.lightbox-close { top: 16px; right: 18px; width: 44px; height: 44px; font-size: 24px; }
.lightbox-nav { top: 50%; width: 48px; height: 58px; transform: translateY(-50%); font-size: 25px; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-counter { position: absolute; bottom: 16px; left: 50%; padding: 7px 11px; color: #fff; background: rgba(0,0,0,.45); font-size: 10px; transform: translateX(-50%); }

/* Download portal */
.download-body { min-height: 100vh; background: var(--surface); }
.download-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr; }
.download-main { position: relative; display: grid; place-items: center; padding: 64px 0 88px; overflow: hidden; }
.download-main::before { position: absolute; inset: 0; background: linear-gradient(90deg, var(--line) 1px, transparent 1px), linear-gradient(var(--line) 1px, transparent 1px); background-size: 68px 68px; opacity: .32; content: ""; }
.download-shell { position: relative; width: min(1050px, calc(100vw - 36px)); }
.access-panel { max-width: 540px; margin: 0 auto; padding: 42px; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); }
.access-panel h1 { margin-bottom: 14px; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.access-panel p { color: var(--muted); line-height: 1.7; }
.password-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 24px; }
.password-row input { min-width: 0; height: 48px; padding: 0 14px; color: var(--ink); background: var(--surface); border: 1px solid var(--line); border-radius: 0; }
.password-error { min-height: 18px; margin: 9px 0 0; color: #a03a32 !important; font-size: 11px; }
.download-content[hidden], .access-panel[hidden] { display: none; }
.download-head { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 30px; }
.download-head h2 { margin-bottom: 8px; font-family: var(--serif); font-size: 56px; font-weight: 400; }
.download-head p { margin: 0; color: var(--muted); }
.file-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.file-card { min-height: 210px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--card); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.file-card small { color: var(--accent); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.file-card h2 { margin: 28px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.file-card p { color: var(--muted); font-size: 11px; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
  .brand { width: 170px; }
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 9px; }
  .header-action { display: none; }
  .plan-studio { grid-template-columns: .7fr 1fr; }
  .plan-detail { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; border-top: 1px solid var(--line); border-left: 0; }
  .plan-detail .button { align-self: end; }
  .plan-card { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 26px; }
}

@media (max-width: 960px) {
  .header-inner { min-height: 68px; grid-template-columns: 148px 1fr; gap: 12px; }
  .brand { width: 145px; padding: 7px 8px; }
  .desktop-nav, .header-action { display: none; }
  .header-tools { justify-self: end; }
  .theme-switch { height: 40px; }
  .theme-choice { width: 100%; min-width: 0; padding: 0; font-size: 0; }
  .theme-choice::after { font-size: 8px; content: attr(data-short); }
  .menu-toggle { display: grid; }
  .mobile-menu { position: fixed; z-index: 79; top: 68px; right: 0; bottom: 0; left: 0; display: grid; align-content: start; gap: 0; padding: 18px 14px 90px; background: var(--page); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .mobile-menu.is-open { transform: none; visibility: visible; }
  .mobile-menu a { display: flex; justify-content: space-between; align-items: center; min-height: 59px; padding: 0 12px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .mobile-menu a::after { color: var(--accent); font-family: var(--sans); font-size: 18px; content: "\2192"; }
}

@media (max-width: 820px) {
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 28px, 680px); }
  .header-inner { min-height: 68px; grid-template-columns: 148px 1fr; gap: 12px; }
  .brand { width: 145px; padding: 7px 8px; }
  .desktop-nav, .header-action { display: none; }
  .header-tools { justify-self: end; }
  .theme-switch { height: 40px; }
  .theme-choice { width: 100%; min-width: 0; padding: 0; font-size: 0; }
  .theme-choice::after { font-size: 8px; content: attr(data-short); }
  .menu-toggle { display: grid; }
  .mobile-menu { position: fixed; z-index: 79; top: 68px; right: 0; bottom: 0; left: 0; display: grid; align-content: start; gap: 0; padding: 18px 14px 90px; background: var(--page); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .mobile-menu.is-open { transform: none; visibility: visible; }
  .mobile-menu a { display: flex; justify-content: space-between; align-items: center; min-height: 59px; padding: 0 12px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
  .mobile-menu a::after { color: var(--accent); font-family: var(--sans); font-size: 18px; content: "\2192"; }
  .display { font-size: 43px; }
  .copy { font-size: 14px; line-height: 1.68; }
  .home-hero-grid { min-height: auto; display: flex; flex-direction: column; gap: 38px; padding: 64px 0 52px; }
  .home-hero-copy { order: 1; }
  .home-hero-image { order: 2; width: calc(100% - 20px); height: 430px; margin-left: 20px; }
  .home-hero-image::before { top: -20px; left: -20px; }
  .home-hero-image::after { right: 0; bottom: 18px; }
  .home-hero-copy h1 { font-size: 56px; }
  .home-hero-copy > p { font-size: 14px; }
  .editorial-hero-grid { display: flex; min-height: auto; flex-direction: column; gap: 34px; padding: 60px 0 58px; }
  .editorial-hero-copy h1 { font-size: 53px; }
  .editorial-hero-media { width: calc(100% - 18px); height: 400px; margin: 0 18px 22px 0; }
  .editorial-hero-media::after { right: -18px; bottom: -22px; }
  .media-caption { right: -10px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact { min-height: 105px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .fact:last-child { grid-column: 1 / 3; }
  .section { padding: 62px 0 70px; }
  .story-grid, .section-head, .editorial-split { grid-template-columns: 1fr; gap: 28px; }
  .editorial-split.reverse .editorial-media { order: 0; }
  .story-images { grid-template-rows: 260px 175px; }
  .editorial-media, .editorial-media img { min-height: 0; height: 390px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .plan-studio { display: block; }
  .plan-selector { padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .plan-selector-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 0 12px; }
  .plan-option { min-height: 67px; padding: 10px 0; }
  .selected-plan { width: 100%; min-height: 0; padding: 42px 18px 20px; }
  .selected-plan img { width: auto; max-width: 100%; height: min(54dvh, 430px); max-height: 430px; margin-inline: auto; }
  .plan-detail { display: block; border-left: 0; padding: 24px 20px; }
  .floor-context, .standard-plan { grid-template-columns: 1fr; }
  .floor-context { gap: 20px; padding: 25px 20px; }
  .floor-context img { height: 250px; }
  .standard-plan-copy { padding: 30px 24px; }
  .standard-plan-media img { height: 390px; }
  .plan-grid { grid-template-columns: 1fr; }
  .plan-card { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px; }
  .gallery-item:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery-item:nth-child(2) { grid-column: auto; }
  .gallery-wall { column-count: 2; }
  .materials-head, .location-layout, .cta-inner { grid-template-columns: 1fr; }
  .location-layout { min-height: auto; }
  .map iframe { min-height: 430px; }
  .contact-channels { grid-template-columns: 1fr; }
  .cta-actions { flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; }
  .footer-bottom span:last-child { justify-self: start; text-align: left; }
  .quickbar { position: fixed; z-index: 75; right: 0; bottom: 0; left: 0; height: 58px; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; background: #275f3d; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
  .quickbar a { display: grid; grid-template-rows: 17px auto; place-items: center; align-content: center; gap: 3px; border-right: 1px solid rgba(255,255,255,.19); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
  .quickbar a::before { width: 16px; height: 16px; background: currentColor; content: ""; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; }
  .quickbar a:nth-child(1)::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.33 1.78.62 2.63a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.85.29 1.73.5 2.63.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E"); }
  .quickbar a:nth-child(2)::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E"); }
  .quickbar a:nth-child(3)::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E"); }
  .quickbar a:nth-child(2) { background: #176b3a; }
  .quickbar a:nth-child(3) { color: #173023; background: #dbe6dc; }
  .lightbox-stage img { max-width: calc(100vw - 20px); max-height: calc(100vh - 136px); max-height: calc(100dvh - 136px); }
  .lightbox-nav { top: auto; bottom: 8px; width: 48px; height: 42px; transform: none; }
  .lightbox-counter { bottom: 18px; }
  .download-main { padding: 42px 0 64px; }
  .download-head { grid-template-columns: 1fr; }
  .file-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .theme-switch { width: 74px; }
  .header-tools { gap: 5px; }
  .home-hero-copy h1, .editorial-hero-copy h1 { font-size: 48px; }
  .home-hero-image { height: min(104vw, 420px); }
  .editorial-hero-media { height: 340px; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .fact b { font-size: 25px; }
  .feature-grid { grid-template-columns: 1fr; }
  .story-images { grid-template-columns: 1fr 1fr; grid-template-rows: 285px 160px; }
  .story-image:first-child { grid-column: 1 / 3; grid-row: auto; }
  .plan-selector-buttons { grid-template-columns: 1fr; }
  .selected-plan img { height: 390px; }
  .plan-card { grid-template-columns: 1fr; }
  .plan-card-media img { height: 300px; }
  .standard-plan-media { padding: 12px; }
  .standard-plan-media img { height: 320px; }
  .gallery-grid { display: block; }
  .gallery-item { height: 220px; margin-bottom: 8px; }
  .gallery-item:first-child { height: 330px; }
  .gallery-wall { column-count: 1; }
  .location-copy { padding: 28px 20px; }
  .map iframe { min-height: 360px; }
  .footer-main { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .access-panel { padding: 30px 20px; }
  .access-panel h1, .download-head h2 { font-size: 42px; }
  .password-row { grid-template-columns: 1fr; }
}

/* Mobile alignment hardening */
@media (max-width: 960px) {
  .mobile-menu {
    position: fixed;
    z-index: 79;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .theme-choice::after { content: none; }
}

@media (max-width: 820px) {
  html, body { overflow-x: clip; }
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  .site-page { width: 100%; }

  .home-hero-grid,
  .editorial-hero-grid { width: 100%; }
  .home-hero-image {
    width: 100%;
    height: min(112vw, 430px);
    margin: 14px 0 0;
  }
  .home-hero-image::before {
    top: -14px;
    left: 0;
    width: 42%;
    height: 14px;
  }
  .home-hero-image::after { right: 0; bottom: 14px; max-width: calc(100% - 20px); line-height: 1.35; text-align: center; }
  .editorial-hero-media {
    width: 100%;
    height: min(102vw, 400px);
    margin: 0 0 20px;
  }
  .editorial-hero-media::after { right: 0; bottom: -14px; height: 55%; }
  .media-caption { right: 0; bottom: 12px; max-width: calc(100% - 20px); }

  .home-hero-copy h1,
  .editorial-hero-copy h1,
  .display,
  .editorial-copy h2,
  .cta h2,
  .contact-channel h3 { overflow-wrap: anywhere; }
  .section-head { align-items: start; }
  .section-head .display { margin-bottom: 0; }
  .button { max-width: 100%; white-space: normal; line-height: 1.35; text-align: center; }

  .story-images { width: 100%; }
  .selected-plan img { width: auto; max-width: 100%; height: min(54dvh, 430px); max-height: 430px; }
  .floor-context img { width: 100%; height: auto; max-height: 300px; }
  .plan-detail .button { grid-column: auto; }
  .plan-card-media img { width: 100%; height: auto; max-height: 340px; }
  .standard-plan-media img { width: 100%; height: auto; max-height: 430px; }

  .location-copy,
  .contact-channel,
  .file-card { min-width: 0; }
  .contact-link { align-items: flex-start; }
  .contact-link span,
  .footer-col a,
  .footer-col p { overflow-wrap: anywhere; }
  .map,
  .map iframe { width: 100%; }

  .footer-main { align-items: start; }
  .footer-col { min-width: 0; }
  .footer-bottom span { max-width: 100%; }

  .quickbar {
    height: calc(58px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
  }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 28px); }
  .header-inner { grid-template-columns: 134px minmax(0, 1fr); gap: 10px; }
  .brand { width: 132px; padding: 6px 4px; }
  .header-tools { min-width: 0; }
  .mobile-menu { padding-inline: 14px; }
  .mobile-menu a { min-height: 56px; padding-inline: 8px; font-size: 22px; }

  .home-hero-grid { gap: 28px; padding-top: 46px; }
  .editorial-hero-grid { gap: 28px; padding-top: 46px; }
  .home-hero-copy h1,
  .editorial-hero-copy h1 { font-size: 44px; line-height: .94; }
  .display { font-size: 39px; line-height: .98; }
  .editorial-copy h2 { font-size: 38px; }
  .delivery { max-width: 100%; }
  .delivery span { line-height: 1.3; }

  .fact { min-width: 0; padding: 16px 13px; }
  .fact b { font-size: 24px; }
  .fact span { overflow-wrap: anywhere; }

  .section { padding: 54px 0 62px; }
  .section-head { margin-bottom: 28px; }
  .story-images { grid-template-rows: 250px 145px; }
  .story-image:first-child { height: auto; }

  .plan-selector { padding: 18px 16px; }
  .selected-plan { padding: 40px 12px 16px; }
  .selected-plan img { height: min(52dvh, 360px); max-height: 360px; }
  .plan-detail h3 { font-size: 28px; }
  .plan-spec { align-items: flex-start; }
  .plan-spec b { max-width: 58%; text-align: right; }
  .floor-context { padding: 22px 16px; }
  .standard-plan-copy { padding: 26px 18px; }
  .standard-plan-media { padding: 10px; }

  .gallery-item,
  .gallery-item:first-child { height: auto; min-height: 0; aspect-ratio: auto; }
  .gallery-grid .gallery-item { width: 100%; display: block; margin-bottom: 8px; }
  .gallery-item img { width: 100%; height: auto; object-fit: contain; }
  .filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-button { width: 100%; padding-inline: 8px; }

  .materials-head { margin-bottom: 22px; }
  .materials h2 { font-size: 34px; }

  .location-copy { padding: 24px 18px; }
  .contact-link { display: grid; grid-template-columns: 1fr; gap: 5px; }
  .contact-link span { max-width: 100%; text-align: left; }
  .contact-channel { padding: 24px 20px; }
  .contact-channel h3 { margin-top: 24px; font-size: 23px; }
  .map iframe { min-height: 330px; }

  .cta { padding: 54px 0 66px; }
  .cta h2 { font-size: 36px; line-height: 1; }
  .cta-actions { width: 100%; }

  .footer-main { padding: 44px 0 34px; }
  .footer-brand img { width: min(180px, 70%); }
  .footer-bottom { padding-bottom: 20px; }

  .download-shell { width: calc(100% - 28px); }
  .download-head h2 { overflow-wrap: anywhere; }
  .file-card { padding: 22px 18px; }
}

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