:root {
  --navy: #0b1f36;
  --navy-2: #102b49;
  --ink: #15202b;
  --muted: #667382;
  --paper: #f5f6f2;
  --white: #fff;
  --line: #dfe3e5;
  --orange: #e85d2a;
  --orange-dark: #c9481b;
  --green: #395e3d;
  --max: 1180px;
  --radius: 24px;
  --shadow: 0 28px 70px rgba(9, 26, 45, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only, .svg-defs { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--white); font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ff8b61; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 100; height: 84px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(11,31,54,.08); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 188px; height: 66px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; color: #3f4b58; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 12px; background: var(--navy); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 12px; color: var(--white); background: var(--orange); box-shadow: 0 12px 25px rgba(232,93,42,.22); text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 16px 32px rgba(232,93,42,.3); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #dce5ee; text-decoration: none; font-weight: 700; }
.text-link:hover { color: #fff; }
.text-link.dark { color: var(--navy); }
.outline-button { display: inline-flex; gap: 10px; align-items: center; min-height: 50px; padding: 0 20px; border: 1px solid #bcc5cb; border-radius: 12px; text-decoration: none; font-weight: 700; transition: border .2s, background .2s; }
.outline-button:hover { border-color: var(--navy); background: var(--white); }

.hero { position: relative; overflow: hidden; padding: 80px 0 0; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero-glow { position: absolute; width: 650px; height: 650px; left: -250px; top: -300px; border-radius: 50%; background: rgba(69,108,72,.45); filter: blur(80px); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; padding-bottom: 80px; }
.hero-copy { padding-top: 5px; }
.eyebrow, .kicker { margin-bottom: 18px; color: var(--orange); font-size: 12px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; color: #e7b39f; }
.eyebrow span { width: 26px; height: 2px; margin-right: 10px; background: var(--orange); }
.hero h1 { max-width: 610px; margin-bottom: 24px; font-size: clamp(46px, 5.2vw, 74px); }
.hero h1 em { color: #e8774e; font-style: normal; }
.hero-lead { max-width: 590px; margin-bottom: 32px; color: #c5d0dc; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 36px 0 0; list-style: none; color: #cbd5df; font-size: 13px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points svg { width: 17px; height: 17px; color: #86af84; fill: none; stroke: currentColor; stroke-width: 2.4; }
.hero-visual { position: relative; padding: 0 0 34px 24px; }
.hero-image { position: relative; overflow: hidden; height: 530px; border-radius: 4px 4px 90px 4px; box-shadow: 0 35px 75px rgba(0,0,0,.28); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5,18,32,.45)); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.image-label { position: absolute; z-index: 2; right: 28px; bottom: 28px; display: grid; padding: 16px 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(11,31,54,.82); backdrop-filter: blur(10px); }
.image-label span { color: #d7e0e9; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.image-label strong { font-family: "Manrope"; font-size: 26px; line-height: 1.15; }
.price-card { position: absolute; z-index: 3; left: 0; bottom: 0; min-width: 158px; padding: 19px 24px; color: var(--navy); background: var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.price-card div { display: grid; }
.price-card span { color: var(--muted); font-size: 11px; line-height: 1.25; }
.price-card strong { font-family: "Manrope"; font-size: 28px; line-height: 1.1; }
.fact-bar { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 106px; padding: 0 22px; color: var(--ink); background: var(--white); border-radius: 18px 18px 0 0; box-shadow: 0 -14px 40px rgba(0,0,0,.09); }
.fact-bar > div { display: flex; align-items: center; gap: 18px; padding: 20px 30px; border-right: 1px solid var(--line); }
.fact-bar > div:last-child { border: 0; }
.fact-bar > div > span { color: var(--orange); font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.fact-bar p { display: grid; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.fact-bar strong { color: var(--ink); font-size: 14px; }

.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; margin-bottom: 50px; }
.section-heading > div { max-width: 640px; }
.section-heading h2, .features-copy h2, .pricing h2, .location h2, .contact h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { position: relative; min-height: 330px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s; }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.case-card.featured { color: var(--white); border-color: var(--navy); background: var(--navy); }
.case-card.featured p { color: #bdc9d4; }
.case-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 170px; height: 170px; border: 30px solid rgba(232,93,42,.08); border-radius: 50%; }
.case-number { position: absolute; right: 30px; top: 28px; color: #9ca6af; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.case-card > svg { width: 52px; height: 52px; padding: 12px; margin: 36px 0 42px; color: var(--orange); border-radius: 13px; background: #fff1eb; fill: none; stroke: currentColor; stroke-width: 1.5; }
.case-card.featured > svg { background: rgba(232,93,42,.14); }
.case-card h3 { margin-bottom: 12px; font-size: 21px; }
.case-card p { margin: 0; color: var(--muted); font-size: 14px; }

.features { background: var(--white); }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.features-photo { position: relative; padding-right: 30px; }
.features-photo::before { content: ""; position: absolute; right: 0; bottom: -30px; width: 70%; height: 70%; background: #dde7da; border-radius: 2px 2px 50px 2px; }
.features-photo img { position: relative; z-index: 1; width: 100%; height: 650px; object-fit: cover; border-radius: 2px 2px 60px 2px; box-shadow: var(--shadow); }
.dimension-badge { position: absolute; z-index: 2; right: -5px; bottom: 40px; display: grid; width: 128px; height: 128px; place-content: center; text-align: center; color: white; background: var(--orange); border-radius: 50%; box-shadow: 0 15px 30px rgba(232,93,42,.28); }
.dimension-badge strong { font-family: "Manrope"; font-size: 23px; }
.dimension-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.features-copy h2 { max-width: 530px; margin-bottom: 36px; }
.feature-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.feature-item h3 { margin: 2px 0 7px; font-size: 17px; }
.feature-item p { margin: 0; color: var(--muted); font-size: 14px; }
.icon-wrap { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; color: var(--green); background: #e9efe7; }
.icon-wrap svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.gallery { color: white; background: var(--navy); }
.section-heading.light > p { color: #aebdca; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 16px; background: #142d48; cursor: zoom-in; }
.gallery-wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item::after { content: "+"; position: absolute; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(11,31,54,.5); font-size: 22px; opacity: 0; transform: scale(.8); transition: opacity .25s, transform .25s; backdrop-filter: blur(8px); }
.gallery-item::before { content: ""; position: absolute; z-index: 1; inset: 40% 0 0; background: linear-gradient(transparent, rgba(5,17,30,.75)); }
.gallery-item span { position: absolute; z-index: 2; bottom: 17px; left: 19px; font-size: 13px; font-weight: 700; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item:hover::after { opacity: 1; transform: scale(1); }

.pricing { background: #edf0eb; }
.pricing-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.pricing-copy > p:not(.kicker) { max-width: 490px; margin: 25px 0; color: var(--muted); }
.price-panel { padding: 46px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.price-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.price-top > div { display: grid; }
.price-top > div > span { margin-bottom: 12px; color: var(--muted); font-size: 13px; }
.price-top strong { color: var(--navy); font-family: "Manrope"; font-size: 54px; line-height: 1; }
.price-top small { font-size: 15px; font-weight: 700; }
.pill { padding: 6px 12px; border-radius: 50px; color: #315f35; background: #e8f1e6; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.price-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; padding: 30px 0; margin: 0; list-style: none; }
.price-panel li { display: flex; gap: 10px; color: var(--muted); font-size: 13px; }
.price-panel li svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--green); fill: none; stroke: currentColor; stroke-width: 2.4; }
.price-panel li strong { color: var(--ink); }

.location { background: var(--white); }
.location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.map-wrap { height: 580px; overflow: hidden; padding: 10px; border-radius: 2px 2px 60px 2px; background: var(--paper); box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; border-radius: 2px 2px 52px 2px; filter: saturate(.65) contrast(1.05); }
.location-copy > p:not(.kicker) { margin: 24px 0 30px; color: var(--muted); }
.location-copy address { display: flex; align-items: center; gap: 18px; padding: 21px; margin-bottom: 25px; background: var(--paper); border-radius: 15px; font-style: normal; }
.location-copy address div { display: grid; }
.location-copy address div span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.location-copy address strong { font-size: 14px; }
.location-points { padding: 0; margin: 0 0 30px; list-style: none; }
.location-points li { display: flex; align-items: center; gap: 10px; margin: 11px 0; color: #44515e; font-size: 14px; }
.location-points svg { width: 18px; height: 18px; color: var(--green); fill: none; stroke: currentColor; stroke-width: 2.4; }

.contact { color: white; background: var(--navy); }
.contact-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.contact-intro > p:not(.kicker) { max-width: 440px; margin: 25px 0 36px; color: #b8c5d1; }
.privacy-note { display: flex; gap: 10px; max-width: 420px; color: #8fa1b2; font-size: 12px; }
.privacy-note svg { flex: 0 0 auto; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.contact-form { padding: 40px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.contact-form label small { color: var(--muted); font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #d6dce0; border-radius: 10px; background: #fafbf9; outline: 0; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); background: white; box-shadow: 0 0 0 3px rgba(232,93,42,.12); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--orange); }
.consent span { margin: 0 !important; font-weight: 500 !important; }
.honey { position: absolute !important; left: -9999px !important; }
.form-footnote { margin: 12px 0 0; text-align: center; color: #8b959e; font-size: 11px; }

.site-footer { padding: 62px 0 24px; color: #c4ced7; background: #071728; }
.footer-top { display: grid; grid-template-columns: 1.4fr .6fr .9fr 1.1fr; gap: 60px; padding-bottom: 48px; }
.footer-brand { width: 210px; height: 95px; padding: 8px; border-radius: 8px; background: white; }
.footer-top > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; font-size: 12px; }
.footer-top > div > span { margin-bottom: 8px; color: white; font-family: "Manrope"; font-weight: 800; }
.footer-top a { text-decoration: none; }
.footer-top a:hover { color: white; }
.footer-top p { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f91a1; font-size: 11px; }
.footer-bottom p { margin: 0; }

.lightbox { width: min(1100px, calc(100% - 32px)); max-width: none; padding: 0; overflow: visible; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(4,14,25,.92); backdrop-filter: blur(8px); }
.lightbox figure { margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 12px; }
.lightbox figcaption { padding-top: 10px; color: white; text-align: center; font-size: 13px; }
.lightbox-close, .lightbox-nav { position: fixed; z-index: 2; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(7,23,40,.7); cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 44px; height: 44px; font-size: 28px; }
.lightbox-nav { top: 50%; width: 48px; height: 48px; font-size: 22px; }
.lightbox-nav.prev { left: 22px; }
.lightbox-nav.next { right: 22px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .main-nav { gap: 18px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 40px; }
  .hero-image { height: 450px; }
  .features-grid, .location-grid { gap: 50px; }
  .features-photo img { height: 560px; }
  .contact-shell { gap: 50px; }
  .footer-top { gap: 35px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .site-header { height: 72px; }
  .brand { width: 155px; height: 56px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto; display: none; align-items: stretch; gap: 0; padding: 18px 20px 26px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(0,0,0,.1); }
  .main-nav.open { display: flex; flex-direction: column; }
  .main-nav > a:not(.button) { display: block; padding: 13px 2px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav .button { margin-top: 16px; }
  .hero { padding-top: 55px; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 50px; }
  .hero h1 { font-size: clamp(43px, 13vw, 61px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { padding: 0 0 27px 12px; }
  .hero-image { height: 420px; border-radius: 3px 3px 55px 3px; }
  .image-label { right: 18px; bottom: 18px; }
  .price-card { min-width: 150px; padding: 15px 20px; }
  .price-card strong { font-size: 24px; }
  .fact-bar { grid-template-columns: 1fr; padding: 10px 20px; border-radius: 15px 15px 0 0; }
  .fact-bar > div { min-height: 82px; padding: 16px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 20px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 285px; }
  .features-grid, .pricing-grid, .location-grid, .contact-shell { grid-template-columns: 1fr; gap: 55px; }
  .features-photo { padding-right: 14px; }
  .features-photo img { height: 480px; }
  .dimension-badge { right: -1px; width: 110px; height: 110px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .gallery-wide { grid-column: auto; }
  .price-panel { padding: 28px 22px; }
  .price-top strong { font-size: 45px; }
  .price-panel ul { grid-template-columns: 1fr; }
  .map-wrap { height: 430px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .lightbox-nav { top: auto; bottom: 22px; }
}

@media (max-width: 430px) {
  .hero-points { display: grid; gap: 10px; }
  .hero-image { height: 350px; }
  .image-label { display: none; }
  .feature-item { grid-template-columns: 44px 1fr; }
  .icon-wrap { width: 44px; height: 44px; }
  .price-top { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

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