:root {
  --ink: #090909;
  --paper: #f4f4f1;
  --white: #fff;
  --line: #c9c9c4;
  --muted: #6d6d69;
  --accent: #ff4a1c;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--ink); }
body { width: 100%; max-width: 100%; min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; }
main { width: 100%; overflow: hidden; background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header { width: 100%; min-height: 84px; margin: 0; padding: 0 max(42px, env(safe-area-inset-right)) 0 max(42px, env(safe-area-inset-left)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--ink); color: white; position: relative; z-index: 10; }
.brand { justify-self: start; display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.brand-crop { display: block; width: 90px; height: 42px; overflow: hidden; position: relative; }
.brand-crop img { width: 320px; height: 320px; max-width: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.brand-payoff { color: var(--accent); font: 600 7px/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; gap: 34px; font-size: 14px; }
.main-nav a { color: #c7c7c7; transition: color .2s; }
.main-nav a:hover { color: white; }
.header-cta { justify-self: end; font-size: 14px; border-bottom: 1px solid #555; padding-bottom: 5px; }
.header-cta span { color: var(--accent); margin-left: 8px; }
.menu-toggle { display: none; background: none; border: 0; color: white; }

.hero { width: 100%; margin: 0; min-height: 690px; background: var(--ink); color: white; display: grid; grid-template-columns: 1.55fr .7fr; gap: 60px; padding: 105px max(42px, env(safe-area-inset-right)) 84px max(42px, env(safe-area-inset-left)); position: relative; overflow: hidden; }
.hero::before { content: ""; width: 420px; height: 420px; border: 1px solid #252525; position: absolute; border-radius: 50%; left: 45%; top: 58%; transform: translate(-50%,-50%); }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 38px; color: #9d9d9d; text-transform: uppercase; letter-spacing: .16em; font: 600 12px/1.3 "Manrope", sans-serif; }
.eyebrow.dark { color: var(--muted); }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.065em; font-weight: 500; }
.hero h1 { font-size: clamp(66px, 8.7vw, 132px); line-height: .84; max-width: 970px; }
.hero h1 span { color: #767676; }
.hero-intro { max-width: 600px; font-size: 19px; line-height: 1.55; color: #bcbcbc; margin: 48px 0 36px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 0 24px; font-weight: 600; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: black; }
.button-dark { background: black; color: white; }
.button-orange { background: var(--accent); color: black; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.text-link { color: #aaa; font-size: 14px; }
.text-link span { color: var(--accent); margin-left: 10px; }
.hero-panel { align-self: end; background: var(--accent); color: black; min-height: 430px; padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; }
.cutout { position: absolute; width: 145px; height: 145px; background: var(--ink); top: 0; right: 0; clip-path: polygon(100% 0, 0 0, 100% 100%); }
.panel-label { position: absolute; top: 22px; left: 28px; margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.metric { display: flex; flex-direction: column; }
.metric strong { font: 500 44px/.95 "Manrope", sans-serif; letter-spacing: -.06em; }
.metric span { font-size: 12px; margin-top: 6px; }
.metric-primary { padding-bottom: 26px; border-bottom: 1px solid rgba(0,0,0,.3); margin-bottom: 24px; }
.metric-primary strong { font-size: 92px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.panel-note { margin: 28px 0 0; font-size: 13px; line-height: 1.45; max-width: 280px; }
.ticker { overflow: hidden; background: var(--accent); border-top: 1px solid black; border-bottom: 1px solid black; padding: 13px 0; font: 600 11px "Manrope", sans-serif; letter-spacing: .12em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 24s linear infinite; }
.ticker span { margin: 0 26px; font-size: 8px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.partnership { width: 100%; padding: 96px max(42px, env(safe-area-inset-right)) 96px max(42px, env(safe-area-inset-left)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; background: #e9e9e4; border-bottom: 1px solid var(--line); }
.partnership h2 { margin: 0; max-width: 880px; font: 500 clamp(52px, 6.6vw, 96px)/.93 "Manrope", sans-serif; letter-spacing: -.065em; }
.partnership h2 span { color: #777; }
.partnership-copy > p:not(.eyebrow) { max-width: 650px; margin: 36px 0 0; font-size: 18px; line-height: 1.55; }
.partnership-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.dark-link { color: #555; }
.income-card { min-height: 410px; padding: 34px; background: white; border-top: 8px solid var(--accent); box-shadow: 0 18px 45px rgba(0,0,0,.08); display: flex; flex-direction: column; justify-content: space-between; }
.income-label { margin: 0; font: 600 11px/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.income-card > a { align-self: flex-start; padding: 10px 0; }
.income-card img { width: 156px; height: auto; }
.income-value { display: flex; flex-direction: column; gap: 8px; padding-top: 28px; border-top: 1px solid rgba(0,0,0,.3); }
.income-value span { font-size: 13px; }
.income-value strong { font: 500 clamp(50px, 5vw, 72px)/.9 "Manrope", sans-serif; letter-spacing: -.065em; }
.income-note { margin: 0; max-width: 330px; font-size: 11px; line-height: 1.45; }

.section { width: 100%; margin: 0; padding: 120px max(42px, env(safe-area-inset-right)) 120px max(42px, env(safe-area-inset-left)); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.section-heading h2, .method h2 { font-size: clamp(52px, 7vw, 96px); line-height: .95; }
.section-intro { font-size: 18px; line-height: 1.55; max-width: 560px; margin: 0 0 8px; }
.filters { display: flex; gap: 6px; flex-wrap: wrap; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.filter { background: transparent; border: 1px solid var(--line); border-radius: 100px; padding: 10px 16px; font-size: 13px; }
.filter span { color: var(--muted); margin-left: 6px; }
.filter.active { background: var(--ink); color: white; border-color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.project-card { background: var(--ink); color: white; min-height: 540px; position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--ink); transition: border .2s; }
.project-card:hover, .project-card:focus-within { border-color: var(--accent); }
.plan-wrap { height: 330px; display: flex; align-items: center; justify-content: center; padding: 26px; background: #fff; overflow: hidden; position: relative; }
.plan-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s ease; }
.plan-wrap img.render { object-fit: cover; }
.project-card:hover .plan-wrap img { transform: scale(1.035); }
.photo-count { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 8px 11px; background: rgba(0,0,0,.84); color: white; font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.photo-count.render-soon { background: var(--accent); color: black; border: 1px solid black; }
.project-info { border-top: 1px solid #303030; padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: end; }
.project-info h3 { margin: 0 0 8px; font: 600 25px/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.project-info p { margin: 0; color: #b8b8b3; font-size: 13px; }
.availability { text-align: right; }
.availability strong { display: block; font: 500 31px/1 "Manrope", sans-serif; }
.availability span { color: #b8b8b3; font-size: 12px; }
.project-meta { padding: 0 24px 22px; display: flex; gap: 20px; font-size: 12px; color: #b8b8b3; }
.project-income { margin-left: auto; color: var(--accent); font-weight: 600; }
.project-card button { position: absolute; inset: 0; opacity: 0; width: 100%; border: 0; }
.project-status { position: absolute; left: 18px; top: 18px; background: black; color: white; padding: 8px 11px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.project-status.ready { background: var(--accent); color: black; }

.completed { width: 100%; padding: 110px max(42px, env(safe-area-inset-right)); background: var(--ink); color: white; }
.completed-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.completed-heading h2 { margin: 0; font: 500 clamp(52px, 7vw, 96px)/.95 "Manrope", sans-serif; letter-spacing: -.065em; }
.completed-heading > p { max-width: 510px; margin: 0 0 8px; color: #aaa; font-size: 18px; line-height: 1.55; }
.completed-card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 470px; background: #151515; border: 1px solid #2b2b2b; }
.completed-visual { padding: 34px; position: relative; overflow: hidden; background: var(--accent); color: black; display: flex; flex-direction: column; justify-content: space-between; }
.completed-visual::after { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(0,0,0,.3); border-radius: 50%; right: -90px; bottom: -180px; }
.completed-visual span { font: 600 11px "Manrope", sans-serif; letter-spacing: .14em; }
.completed-visual strong { font: 500 clamp(80px, 12vw, 180px)/.75 "Manrope", sans-serif; letter-spacing: -.09em; }
.completed-visual p { margin: 0; font-size: 14px; text-transform: uppercase; letter-spacing: .14em; }
.completed-info { padding: 54px; align-self: end; }
.completed-status { display: inline-block; margin: 0 0 24px; padding: 8px 11px; background: white; color: black; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.completed-info h3 { margin: 0 0 22px; font: 500 clamp(34px, 4vw, 58px)/1 "Manrope", sans-serif; letter-spacing: -.055em; }
.completed-info > p:last-child { max-width: 430px; margin: 0; color: #999; line-height: 1.6; }
.completed-plan { position: relative; display: block; width: 100%; min-width: 0; padding: 24px; border: 0; background: #fff; color: #000; cursor: pointer; }
.completed-plan img { display: block; width: 100%; height: 440px; object-fit: contain; }
.completed-plan span { display: inline-block; margin-top: 16px; font-size: 14px; }
.completed-plan:focus-visible { outline: 3px solid var(--accent); outline-offset: -3px; }
.completed-description { max-width: 430px; color: #bbb; line-height: 1.6; }
.completed-facts { color: var(--accent); margin: 24px 0; line-height: 1.5; }
.archive-note { max-width: 680px; color: #666; line-height: 1.6; }
.dialog-action { display: flex; flex-wrap: wrap; gap: 16px; }
.dialog-action .button { max-width: 100%; padding-top: 14px; padding-bottom: 14px; }

.statement { background: var(--ink); color: white; min-height: 640px; display: grid; grid-template-columns: .55fr 1.45fr; grid-template-rows: 1fr auto; gap: 40px; align-items: center; }
.statement-index { color: #777; align-self: start; font-size: 12px; }
.statement-copy p { font: 400 clamp(32px, 4.2vw, 64px)/1.1 "Manrope", sans-serif; margin: 0; color: #777; letter-spacing: -.05em; }
.statement-copy h2 { font-size: clamp(62px, 8vw, 118px); line-height: .9; }
.statement-note { grid-column: 2; max-width: 580px; color: #aaa; line-height: 1.6; font-size: 17px; }

.method { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.method-title { position: sticky; top: 40px; align-self: start; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--accent); font-size: 12px; font-weight: 600; }
.steps h3 { margin: -5px 0 10px; font: 600 31px "Manrope", sans-serif; letter-spacing: -.04em; }
.steps p { margin: 0; color: var(--muted); line-height: 1.55; max-width: 480px; }

.contact { width: 100%; margin: 0; background: var(--accent); padding: 100px max(42px, env(safe-area-inset-right)) 100px max(42px, env(safe-area-inset-left)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact .eyebrow { color: rgba(0,0,0,.55); }
.contact h2 { font-size: clamp(50px, 6vw, 88px); line-height: .92; }
.contact-copy > p:last-child { max-width: 440px; font-size: 17px; line-height: 1.55; margin-top: 34px; }
.contact-channels { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 14px; }
.contact-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid rgba(0,0,0,.45); font-weight: 600; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 18px; }
.lead-form label { display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 600; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(0,0,0,.55); border-radius: 0; padding: 10px 0 13px; outline: none; color: black; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(0,0,0,.45); }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: black; }
.lead-form .full { grid-column: 1 / -1; }
.consent { flex-direction: row !important; align-items: flex-start; font-weight: 400 !important; line-height: 1.4; }
.consent input { width: 16px; margin-top: 2px; }
.form-status { min-height: 20px; margin: -12px 0 0; font-size: 13px; }

footer { width: 100%; margin: 0; padding: 60px max(42px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(42px, env(safe-area-inset-left)); background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1.4fr); gap: 40px; }
footer > div { min-width: 0; }
footer p { line-height: 1.6; overflow-wrap: anywhere; }
.footer-company { font-size: 14px; }
.footer-company a { text-decoration: underline; text-underline-offset: 3px; }
.brand-crop.large { width: 105px; }
.footer-brand p { color: #777; margin: 14px 0 0; }
.footer-brand .footer-payoff { color: var(--accent); margin-top: 18px; font: 600 12px/1.3 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.footer-label { color: #aaa; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.footer-bottom { grid-column: 1/-1; border-top: 1px solid #292929; padding-top: 20px; margin-top: 40px; display: flex; justify-content: space-between; color: #666; font-size: 11px; }

dialog { width: min(1260px, calc(100% - 32px)); max-width: calc(100% - 32px); max-height: calc(100vh - 32px); overflow-x: hidden; border: 0; padding: 0; background: var(--paper); color: var(--ink); }
dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(4px); }
.dialog-controls { position: sticky; top: 0; z-index: 4; height: 0; display: flex; justify-content: flex-end; pointer-events: none; }
.dialog-close { flex: 0 0 42px; margin: 16px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: black; color: white; font-size: 24px; pointer-events: auto; }
.dialog-hero { width: 100%; background: white; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); min-height: 410px; }
.dialog-plan { min-width: 0; padding: 36px; display: flex; align-items: center; justify-content: center; }
.dialog-plan-button { width: 100%; min-height: 360px; padding: 0; border: 0; background: white; display: flex; align-items: center; justify-content: center; }
.dialog-plan-button img { max-width: 100%; max-height: 420px; object-fit: contain; }
.dialog-summary { min-width: 0; background: var(--ink); color: white; padding: 58px 40px 42px; }
.dialog-summary .eyebrow { margin-bottom: 22px; }
.dialog-summary h2 { margin: 0 0 28px; font: 500 42px/1 "Manrope", sans-serif; letter-spacing: -.05em; }
.dialog-summary p { color: #aaa; line-height: 1.5; }
.dialog-summary .book-count { margin-top: 34px; padding-top: 24px; border-top: 1px solid #353535; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.dialog-summary .book-count strong { color: var(--accent); font: 500 30px/1 "Manrope", sans-serif; letter-spacing: -.04em; margin-right: 8px; }
.dialog-summary .render-soon-note strong { display: inline-block; padding: 9px 12px; background: var(--accent); color: black; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .12em; }
.photo-book { padding: 74px 34px 38px; background: #0b0b0b; color: white; }
.photo-book-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 34px; }
.photo-book-heading .eyebrow { margin-bottom: 18px; color: var(--accent); }
.photo-book-heading h3, .price-list-heading h3 { margin: 0; font: 500 clamp(38px, 5vw, 64px)/.95 "Manrope", sans-serif; letter-spacing: -.055em; }
.photo-book-heading > p { margin: 0 0 4px; max-width: 440px; color: #999; line-height: 1.5; justify-self: end; }
.photo-book-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: 8px; }
.book-photo { display: block; width: 100%; height: 330px; padding: 0; border: 0; overflow: hidden; background: #1b1b1b; }
.book-photo:nth-child(5n + 1) { grid-column: 1 / -1; height: 560px; }
.book-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .25s; }
.book-photo:hover img { transform: scale(1.025); opacity: .88; }
.price-list { padding: 62px 34px 34px; background: white; }
.price-list-heading { margin-bottom: 32px; }
.price-list-heading .eyebrow { margin-bottom: 18px; }
.table-scroll { width: 100%; overflow-x: auto; border-top: 1px solid var(--line); }
.image-lightbox { position: fixed; inset: 0; z-index: 1000; width: 100%; max-width: none; height: 100vh; height: 100dvh; max-height: none; margin: 0; border: 0; background: rgba(0,0,0,.96); color: white; display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; padding: max(18px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); }
.image-lightbox:not([open]) { display: none; }
.image-lightbox figure { grid-column: 2; min-width: 0; min-height: 0; margin: 0; display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; }
.image-lightbox img { max-width: 100%; max-height: calc(100vh - 100px); max-height: calc(100dvh - 100px); object-fit: contain; }
.image-lightbox figcaption { min-height: 24px; margin-top: 14px; color: #aaa; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; right: max(18px, env(safe-area-inset-right)); top: max(18px, env(safe-area-inset-top)); z-index: 2; width: 44px; height: 44px; border-radius: 50%; border: 1px solid #555; background: rgba(0,0,0,.55); color: white; font-size: 26px; }
.lightbox-arrow { position: relative; z-index: 3; width: 48px; height: 48px; border: 1px solid #444; border-radius: 50%; background: rgba(0,0,0,.35); color: white; font-size: 22px; justify-self: center; }
.lightbox-open { overflow: hidden; }
.unit-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.unit-table th { text-align: left; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; padding: 18px 20px; border-bottom: 1px solid var(--line); }
.unit-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); }
.unit-table td:last-child, .unit-table th:last-child { text-align: right; }
.status-pill { border: 1px solid var(--line); border-radius: 50px; padding: 5px 8px; font-size: 10px; white-space: nowrap; }
.status-pill.disponibile { border-color: #16843a; background: #eef9f1; color: #117332; }
.status-pill.riservato { border-color: #a36b00; background: #fff7e4; color: #8b5b00; }
.status-pill.venduto { border-color: #c62828; background: #fff0f0; color: #b71c1c; }
.dialog-action { padding: 28px 20px 34px; display: flex; justify-content: flex-end; }

@media (max-width: 900px) {
  .site-header { padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left)); grid-template-columns: 1fr auto; }
  .main-nav { display: none; position: absolute; top: 84px; left: 0; right: 0; z-index: 20; background: var(--accent); color: black; flex-direction: column; gap: 0; padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left)); border-top: 1px solid black; border-bottom: 4px solid black; box-shadow: 0 18px 36px rgba(0,0,0,.32); }
  .main-nav.open { display: flex; }
  .main-nav a { color: black; padding: 20px 0; border-bottom: 1px solid rgba(0,0,0,.32); font: 600 18px/1.15 "Manrope", sans-serif; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a:hover { color: black; }
  .menu-toggle { display: block; justify-self: end; min-width: 72px; min-height: 38px; padding: 0 15px; border: 1px solid #666; color: white; font-weight: 600; }
  .menu-toggle[aria-expanded="true"] { background: var(--accent); border-color: var(--accent); color: black; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding: 76px max(20px, env(safe-area-inset-right)) 28px max(20px, env(safe-area-inset-left)); gap: 54px; }
  .hero-panel { min-height: 340px; }
  .section { padding: 88px max(20px, env(safe-area-inset-right)) 88px max(20px, env(safe-area-inset-left)); }
  .section-heading, .method, .contact, .partnership, .completed-heading, .completed-card { grid-template-columns: 1fr; gap: 44px; }
  .partnership { padding: 80px max(20px, env(safe-area-inset-right)) 80px max(20px, env(safe-area-inset-left)); }
  .income-card { min-height: 360px; }
  .completed { padding: 80px max(20px, env(safe-area-inset-right)); }
  .completed-card { gap: 0; }
  .completed-visual { min-height: 350px; }
  .project-grid { grid-template-columns: 1fr; }
  .statement { grid-template-columns: 1fr; }
  .statement-copy, .statement-note { grid-column: 1; }
  .method-title { position: static; }
  .contact { padding: 80px max(20px, env(safe-area-inset-right)) 80px max(20px, env(safe-area-inset-left)); }
  footer { grid-template-columns: 1fr; padding: 50px max(20px, env(safe-area-inset-right)) max(22px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left)); }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .dialog-hero { grid-template-columns: minmax(0, 1fr); }
  .photo-book-heading { grid-template-columns: 1fr; }
  .photo-book-heading > p { justify-self: start; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; }
  .hero h1 { font-size: 58px; }
  .hero-intro { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .partnership h2 { font-size: 52px; }
  .partnership-actions { flex-direction: column; align-items: flex-start; }
  .completed-visual strong { font-size: 76px; }
  .completed-info { padding: 34px 24px 40px; }
  .project-meta { flex-wrap: wrap; }
  .project-income { width: 100%; margin-left: 0; color: var(--accent); }
  .section-heading { margin-bottom: 44px; }
  .project-info { grid-template-columns: 1fr; }
  .availability { text-align: left; }
  .lead-form { grid-template-columns: 1fr; }
  .lead-form .full { grid-column: 1; }
  .project-card { min-width: 0; min-height: 500px; }
  .plan-wrap { width: 100%; min-width: 0; height: 280px; padding: 18px; }
  dialog { width: calc(100% - 12px); max-width: calc(100% - 12px); max-height: calc(100dvh - 12px); }
  .dialog-plan { padding: 20px; }
  .dialog-plan-button { min-height: 280px; }
  .dialog-summary { padding: 46px 24px 34px; }
  .dialog-summary h2 { font-size: 36px; }
  .photo-book { padding: 58px 12px 24px; }
  .photo-book-heading { padding: 0 10px; }
  .photo-book-grid { grid-template-columns: 1fr; gap: 6px; }
  .book-photo, .book-photo:nth-child(5n + 1) { grid-column: auto; height: 260px; }
  .price-list { padding: 48px 12px 24px; }
  .price-list-heading { padding: 0 10px; }
  dialog.image-lightbox { width: 100%; max-width: none; max-height: none; grid-template-columns: 1fr; padding: 12px; }
  .image-lightbox figure { grid-column: 1; }
  .image-lightbox img { max-height: calc(100vh - 160px); max-height: calc(100dvh - 160px); }
  .lightbox-arrow { position: absolute; bottom: max(22px, env(safe-area-inset-bottom)); z-index: 2; background: rgba(0,0,0,.55); }
  .lightbox-prev { left: 20px; }
  .lightbox-next { right: 20px; }
  .image-lightbox figcaption { margin-bottom: 54px; }
  .contact-channels { flex-direction: column; align-items: flex-start; }
  .contact-link { overflow-wrap: anywhere; }
  .footer-bottom { overflow-wrap: anywhere; }
  .unit-table { width: 100%; table-layout: fixed; font-size: 12px; }
  .unit-table th, .unit-table td { padding: 13px 9px; overflow-wrap: anywhere; }
  .unit-table th:nth-child(2), .unit-table td:nth-child(2), .unit-table th:nth-child(3), .unit-table td:nth-child(3), .unit-table th:nth-child(4), .unit-table td:nth-child(4) { display: none; }
  .status-pill { padding: 4px 6px; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  * { transition: none !important; }
}
