@import "tailwindcss";

:root {
  --cream: #f5eeeb;
  --paper: #fffdf9;
  --ink: #35302f;
  --green: #c97575;
  --deep-green: #6f393d;
  --sage: #aaa5a2;
  --gold: #8b8987;
  --line: rgba(53, 48, 47, 0.15);
  --ice: #dce9e6;
  --ice-dark: #496b67;
  --signal: #eff2a8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body, a, button { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; width: 100%; }
em { font-family: inherit; font-weight: inherit; font-style: normal; }

.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; height: 3px; background: var(--gold); transition: width .08s linear; }
.site-header { position: fixed; z-index: 90; top: 12px; left: 2vw; right: 2vw; height: 70px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px 0 22px; background: rgba(255,253,249,.84); border: 1px solid rgba(53,48,47,.09); border-radius: 18px; box-shadow: 0 12px 35px rgba(60,39,40,.07); backdrop-filter: blur(22px); }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { width: 142px; height: 54px; object-fit: contain; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--cream); font: italic 27px/1 Georgia,serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong, .footer-brand strong { font: 700 20px/1 Georgia,serif; letter-spacing: .02em; text-transform: uppercase; }
.brand-copy small, .footer-brand small { margin-top: 4px; color: #67736b; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 32px); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 25px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--green); transition: right .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 20px; border: 1px solid var(--green); border-radius: 12px; transition: .25s ease; }
.nav-cta:hover { background: var(--green); color: white; }
.menu-button { display: none; background: none; border: 0; }

.hero { position: relative; min-height: 100vh; padding: 132px 4.5vw 54px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 3.5vw; align-items: center; overflow: hidden; background: linear-gradient(rgba(201,117,117,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(201,117,117,.035) 1px,transparent 1px),radial-gradient(circle at 10% 30%,#fff 0,transparent 29%),var(--cream); background-size: 72px 72px,72px 72px,auto,auto; }
.hero > * { min-width: 0; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.hero-orb-one { width: 470px; height: 470px; left: -300px; top: 24%; border: 1px solid rgba(201,117,117,.18); box-shadow: 0 0 0 80px rgba(255,255,255,.25), 0 0 0 160px rgba(201,117,117,.035); }
.hero-orb-two { width: 260px; height: 260px; right: -110px; bottom: -100px; background: rgba(201,117,117,.11); }
.kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #5e6d63; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.kicker > span { width: 26px; height: 1px; background: var(--gold); }
.kicker.green { color: var(--green); }
.hero h1, .section h2 { margin: 0; font-family: ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; font-size: clamp(56px,6.4vw,104px); font-weight: 560; line-height: .91; letter-spacing: -.07em; }
.hero h1 em, .section h2 em { color: var(--green); }
.hero-lead { max-width: 600px; margin: 28px 0 0; color: #675f5d; font: 400 clamp(16px,1.25vw,20px)/1.65 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.hero-signals { max-width: 620px; margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.hero-signals > a { position: relative; min-height: 92px; padding: 17px; display: flex; flex-direction: column; justify-content: center; background: rgba(255,255,255,.55); border: 1px solid rgba(53,48,47,.08); border-radius: 16px; backdrop-filter: blur(10px); }
.hero-signals span { position: absolute; top: 13px; right: 13px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.hero-signals strong { font-size: 18px; font-weight: 650; letter-spacing: -.03em; }
.hero-signals small { margin-top: 4px; color: #756d6b; font-size: 9px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 14px; font-size: 11px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; box-shadow: 0 12px 25px rgba(91,43,46,.12); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--deep-green); }
.button-dark { background: var(--ink); color: white; }
.text-link, .underlined-link { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0 8px; border-bottom: 1px solid var(--ink); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; width: 100%; max-width: 670px; justify-self: end; }
.hero-image-wrap { height: min(69vh,720px); min-height: 520px; overflow: hidden; border-radius: 28px; box-shadow: 0 35px 90px rgba(75,44,45,.2); transform: rotate(1.4deg); }
.hero-image-wrap img { height: 100%; object-fit: cover; object-position: 56% center; transition: transform 1.2s ease; }
.hero-image-wrap:hover img { transform: scale(1.025); }
.hero-note { position: absolute; left: -42px; bottom: 52px; min-width: 205px; padding: 17px 20px; display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.7); border-radius: 16px; box-shadow: 0 16px 45px rgba(70,40,42,.14); backdrop-filter: blur(16px); }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(201,117,117,.12); animation: pulse 2.4s infinite; }
.hero-note div { display: flex; flex-direction: column; gap: 4px; }
.hero-note strong { font: 600 13px Georgia,serif; }
.hero-note small { color: #6d786f; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.hero-seal { position: absolute; top: 10%; right: -24px; width: 112px; height: 112px; border-radius: 24px; display: grid; place-content: center; text-align: center; background: var(--green); color: white; box-shadow: 0 16px 40px rgba(80,40,43,.18); transform: rotate(-6deg); }
.hero-seal strong { font: 500 26px/1 Georgia,serif; }
.hero-seal span { margin-top: 5px; font-size: 8px; line-height: 1.35; letter-spacing: .14em; text-transform: uppercase; }
.hero-bottom { position: absolute; left: 5.5vw; bottom: 30px; display: flex; align-items: center; gap: 18px; }
.hero-bottom p { margin: 0; color: #7b857e; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-line { width: 58px; height: 1px; overflow: hidden; background: rgba(23,34,28,.15); }
.scroll-line span { display: block; width: 25px; height: 1px; background: var(--green); animation: scrollLine 2s infinite ease-in-out; }

.section { padding: 125px 5vw; opacity: 0; transform: translateY(28px); transition: opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1); }
.section.in-view { opacity: 1; transform: none; }
.section-label { display: flex; align-items: center; gap: 12px; color: #667269; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--gold); }
.section-label.light { color: rgba(255,255,255,.62); }
.intro { background: var(--paper); }
.intro-grid { margin-top: 52px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: start; }
.intro h2 { font-size: clamp(48px,5.4vw,82px); }
.intro-copy { padding-top: 5px; }
.intro-copy p { color: #5d695f; font-size: 15px; line-height: 1.8; }
.intro-copy .large-copy { margin-top: 0; color: var(--ink); font-size: clamp(20px,2vw,28px); font-weight: 480; line-height: 1.45; letter-spacing: -.025em; }
.intro-copy .underlined-link { margin-top: 15px; }
.stats-row { margin-top: 82px; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stats-row > div { min-height: 150px; padding: 24px; border: 1px solid rgba(53,48,47,.08); border-radius: 20px; display: flex; flex-direction: column; justify-content: space-between; background: #f8f2ef; transition: transform .25s ease,background .25s ease; }
.stats-row > div:nth-child(2) { background: #f1dcda; }
.stats-row > div:hover { transform: translateY(-5px); background: white; }
.stats-row strong { font-size: 45px; font-weight: 570; line-height: 1; letter-spacing: -.055em; }
.stats-row span { max-width: 150px; color: #748077; font-size: 10px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }

.services { background: var(--deep-green); color: white; }
.section-heading { display: grid; grid-template-columns: .36fr 1fr; gap: 5vw; }
.section-heading > div:last-child { display: flex; align-items: end; justify-content: space-between; gap: 6vw; }
.section-heading h2 { font-size: clamp(50px, 5vw, 76px); }
.section-heading h2 em { color: #f0ceca; }
.section-heading p { width: 340px; margin: 0 0 6px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.services-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); grid-auto-flow: dense; gap: 16px; }
.service-card { position: relative; min-height: 405px; overflow: hidden; background: #39292a; border-radius: 24px; isolation: isolate; }
.service-card.featured { grid-column: span 2; }
.service-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .7s ease; }
.service-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(10,27,21,.12) 15%,rgba(10,27,21,.86) 100%); }
.service-card:hover img { transform: scale(1.045); }
.service-top { position: absolute; top: 22px; left: 25px; right: 25px; display: flex; justify-content: space-between; align-items: center; }
.service-top span, .service-top small { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.service-top small { padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; }
.service-content { position: absolute; left: 25px; right: 25px; bottom: 24px; }
.service-content > p { margin: 0 0 10px; color: #f0ceca; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.service-content h3 { margin: 0; font-size: clamp(28px,2.3vw,40px); font-weight: 560; line-height: 1.08; letter-spacing: -.045em; }
.service-reveal { max-height: 0; opacity: 0; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: end; transition: .35s ease; }
.service-reveal span { padding-top: 14px; max-width: 520px; color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.6; }
.service-reveal b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); }
.service-card:hover .service-reveal { max-height: 100px; opacity: 1; }
.service-contact { margin-top: 28px; padding: 24px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; display: flex; justify-content: space-between; align-items: center; background: rgba(255,255,255,.045); }
.service-contact p { color: rgba(255,255,255,.58); font: italic 17px Georgia,serif; }
.service-contact a { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.service-contact a span { margin-left: 14px; color: #f0ceca; }

.place { margin: 24px; display: grid; grid-template-columns: .96fr 1.04fr; padding: 0; overflow: hidden; background: var(--cream); border-radius: 30px; }
.place-photo { position: relative; min-height: 760px; overflow: hidden; }
.place-photo img { height: 100%; object-fit: cover; object-position: center; }
.place-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(10,27,21,.45)); }
.place-caption { position: absolute; z-index: 2; left: 35px; bottom: 32px; color: white; display: flex; flex-direction: column; gap: 5px; }
.place-caption span { font-size: 8px; letter-spacing: .17em; }
.place-caption strong { font: 400 22px Georgia,serif; }
.place-content { padding: 110px 8vw 100px 7vw; align-self: center; }
.place-content .kicker { margin-top: 68px; }
.place-content h2 { font-size: clamp(50px,5vw,76px); }
.place-content > p:not(.kicker) { max-width: 580px; margin: 28px 0 0; color: #5d695f; font-size: 15px; line-height: 1.8; }
.distance-grid { margin: 48px 0 40px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.distance-grid > div { min-height: 90px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; gap: 7px; background: rgba(255,255,255,.65); border-radius: 14px; }
.distance-grid strong { font-size: 24px; font-weight: 600; letter-spacing: -.04em; }
.distance-grid span { color: #79837c; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.life-strip { padding: 34px 0; overflow: hidden; background: #d99a97; color: #542f32; opacity: 0; transform: translateY(22px); transition: opacity .7s ease,transform .7s ease; }
.life-strip.in-view { opacity: 1; transform: none; }
.life-strip > p { margin: 0 0 21px; text-align: center; font: italic 15px Georgia,serif; }
.marquee { display: flex; width: max-content; font: 500 42px/1 Georgia,serif; letter-spacing: .05em; white-space: nowrap; animation: marquee 25s linear infinite; }

.foundation { display: grid; grid-template-columns: 1fr .9fr; gap: 9vw; background: var(--paper); }
.foundation-copy blockquote { margin: 55px 0 32px; font: italic 400 clamp(34px,3.6vw,56px)/1.2 Georgia,serif; color: var(--green); letter-spacing: -.035em; }
.foundation-copy > p { color: #5e695f; font-size: 15px; line-height: 1.8; }
.foundation-links { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 15px 35px; }
.foundation-links a { padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.foundation-visual { position: relative; min-height: 590px; }
.foundation-visual > img { height: 100%; object-fit: cover; }
.foundation-visual > img { border-radius: 26px; }
.quote-card { position: absolute; left: -55px; bottom: -35px; width: 245px; padding: 28px; background: rgba(201,117,117,.94); color: white; border-radius: 20px; box-shadow: 0 24px 55px rgba(79,41,43,.2); backdrop-filter: blur(12px); }
.quote-card span { color: #fff0ed; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.quote-card p { margin: 15px 0 0; font: italic 25px/1.25 Georgia,serif; }

.gallery { background: var(--paper); }
.gallery-header { display: flex; align-items: end; justify-content: space-between; gap: 8vw; }
.gallery-header h2 { margin-top: 42px; font-size: clamp(52px,5vw,76px); }
.gallery-intro { width: min(390px, 100%); }
.gallery-intro p { margin: 0 0 20px; color: #716967; font-size: 14px; line-height: 1.75; }
.gallery-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 250px; gap: 16px; }
.gallery-tile { position: relative; margin: 0; overflow: hidden; background: #ddd5d0; border-radius: 20px; }
.gallery-tile-wide { grid-column: span 2; }
.gallery-tile-tall { grid-row: span 2; }
.gallery-tile img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-tile::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg,transparent,rgba(53,31,32,.72)); }
.gallery-tile figcaption { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: white; font: 400 18px Georgia,serif; }
.gallery-tile:hover img { transform: scale(1.035); }

.news { background: var(--cream); }
.news-header { display: flex; align-items: end; justify-content: space-between; }
.news-header h2 { margin-top: 42px; font-size: clamp(52px,5vw,76px); }
.news-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.news-card { padding: 10px 10px 24px; display: block; background: rgba(255,255,255,.63); border: 1px solid rgba(53,48,47,.07); border-radius: 22px; transition: transform .3s ease,box-shadow .3s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(65,43,44,.09); }
.news-image { position: relative; height: 265px; overflow: hidden; background: #d9d4c8; border-radius: 15px; }
.news-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.news-image img[src$="/news-2026-07-30-ogrod.jpg"],
.news-archive-image img[src$="/news-2026-07-30-ogrod.jpg"],
.news-featured-image img[src$="/news-2026-07-30-ogrod.jpg"] { object-position: center 32%; }
.news-image span { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.9); color: var(--green); transform: translateY(-60px); transition: transform .3s ease; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-card:hover .news-image span { transform: translateY(0); }
.news-card time { display: block; margin: 20px 10px 0; color: #8a8f89; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.news-card h3 { margin: 10px 10px 8px; font-size: 25px; font-weight: 570; line-height: 1.2; letter-spacing: -.04em; }
.news-card p { margin: 0 10px; color: #69736c; font-size: 13px; line-height: 1.65; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--deep-green); color: white; }
.contact-intro h2 { margin-top: 52px; font-size: clamp(48px,5vw,75px); }
.contact-intro h2 em { color: #f0ceca; }
.contact-intro > p { max-width: 530px; margin: 28px 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.contact-phone { display: inline-flex; flex-direction: column; margin-top: 22px; }
.contact-phone small { color: #f0ceca; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.contact-phone strong { margin-top: 8px; font: 400 clamp(32px,3.2vw,48px) Georgia,serif; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-details > div { min-height: 190px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.045); }
.contact-details span { margin-bottom: 25px; color: #f0ceca; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.contact-details strong { margin-bottom: 13px; font: 400 18px/1.4 Georgia,serif; }
.contact-details a { margin-top: 5px; color: rgba(255,255,255,.67); font-size: 11px; }
footer { min-height: 150px; padding: 40px 6vw; display: flex; align-items: center; justify-content: space-between; background: #47292c; color: white; }
.footer-brand img { width: 180px; height: 68px; object-fit: contain; }
footer > p { color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: flex; align-items: center; gap: 30px; color: rgba(255,255,255,.58); font-size: 10px; }
.mobile-actions { display: none; }

.reveal { animation: reveal .9s both ease-out; }
.delay-one { animation-delay: .16s; }
@keyframes reveal { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(201,117,117,0); } }
@keyframes scrollLine { from { transform: translateX(-26px); } to { transform: translateX(60px); } }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Fresh direction: bold editorial geometry, cool contrast and less institutional rhythm. */
.scroll-progress { height: 4px; background: linear-gradient(90deg,var(--ice-dark),var(--green),#edc5c1); box-shadow: 0 0 18px rgba(201,117,117,.45); }
.site-header { border-radius: 7px 22px 22px 22px; }
.nav-cta { border-radius: 4px 13px 13px 13px; }
.hero { grid-template-columns: 1.14fr .86fr; gap: 1vw; background: radial-gradient(circle at 7% 82%,rgba(220,233,230,.9),transparent 26%),radial-gradient(circle at 46% 8%,rgba(255,255,255,.95),transparent 24%),var(--cream); background-size: auto; }
.hero-orb { filter: blur(42px); }
.hero-orb-one { width: 520px; height: 520px; left: -260px; top: 28%; border: 0; background: rgba(220,233,230,.55); box-shadow: none; animation: floatOrb 11s ease-in-out infinite alternate; }
.hero-orb-two { width: 310px; height: 310px; right: -80px; bottom: -80px; background: rgba(201,117,117,.2); animation: floatOrb 9s ease-in-out infinite alternate-reverse; }
.kicker { font-size: 10px; font-weight: 750; }
.hero h1, .section h2 { font-size: clamp(58px,7.15vw,116px); font-weight: 720; line-height: .84; letter-spacing: -.085em; }
.hero h1 em, .section h2 em { position: relative; z-index: 0; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -.03em; right: -.05em; bottom: .04em; height: .18em; background: var(--signal); border-radius: 100px; transform: rotate(-1.5deg); opacity: .72; }
.hero-lead { max-width: 570px; margin-top: 32px; color: #5c5755; font-weight: 450; line-height: 1.55; letter-spacing: -.015em; }
.button { min-height: 57px; padding-inline: 25px; gap: 35px; border-radius: 6px 18px 18px 18px; font-size: 10px; font-weight: 750; letter-spacing: .11em; }
.hero-image-wrap { height: min(72vh,760px); min-height: 540px; border-radius: 110px 24px 110px 24px; box-shadow: 0 40px 100px rgba(75,44,45,.2); transform: rotate(1.2deg); }
.hero-note strong { font-family: inherit; font-weight: 700; }
.hero-seal { border-radius: 50%; background: var(--signal); color: var(--ink); animation: sealDrift 5s ease-in-out infinite; }
.hero-signals > a { border-radius: 5px 18px 18px 18px; transition: transform .25s ease,background .25s ease; }
.hero-signals > a:nth-child(2) { background: var(--ice); }
.hero-signals > a:hover { transform: translateY(-5px) rotate(-1deg); background: white; }
.section-label { width: max-content; padding: 9px 12px; background: var(--ice); border-radius: 4px 12px 12px 12px; color: #515c56; font-size: 9px; font-weight: 750; letter-spacing: .15em; }
.section-label span { color: var(--ice-dark); }
.section-label.light { background: rgba(255,255,255,.1); }
.intro-grid { grid-template-columns: 1.2fr .8fr; gap: 7vw; }
.stats-row > div { border-radius: 5px 22px 22px 22px; }
.stats-row > div:nth-child(1) { grid-column: span 2; background: var(--ink); color: white; }
.stats-row > div:nth-child(2) { background: var(--signal); }
.stats-row > div:nth-child(3) { background: var(--ice); }
.services { position: relative; overflow: hidden; background: #352b2c; }
.services::before { content: "LEONIANUM"; position: absolute; top: 46px; right: -1vw; color: rgba(255,255,255,.035); font-size: clamp(90px,15vw,250px); font-weight: 800; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.service-card { border-radius: 5px 28px 28px 28px; }
.service-card:nth-child(3n) { min-height: 500px; }
.service-card:nth-child(4) { margin-top: -95px; }
.service-contact { border-radius: 5px 22px 22px 22px; }
.service-contact p { font-family: inherit; font-style: normal; font-weight: 550; }
.place { margin: 28px; grid-template-columns: 1.06fr .94fr; background: var(--ice); border-radius: 6px 44px 44px 44px; }
.place-caption strong { font-family: inherit; font-weight: 650; letter-spacing: -.025em; }
.life-strip { padding: 24px 0; background: var(--signal); color: var(--ink); transform: translateY(22px) rotate(-.4deg); }
.life-strip > p { font-family: inherit; font-style: normal; font-weight: 650; }
.marquee { font: 750 40px/1 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; letter-spacing: -.03em; }
.foundation-visual > img { border-radius: 6px 34px 34px 34px; }
.foundation-copy blockquote { color: var(--ink); font-family: inherit; font-style: normal; font-weight: 700; line-height: 1.05; letter-spacing: -.06em; }
.quote-card { border-radius: 5px 22px 22px 22px; }
.quote-card p { font-family: inherit; font-style: normal; font-weight: 650; letter-spacing: -.035em; }
.gallery-tile { border-radius: 5px 24px 24px 24px; }
.gallery-tile figcaption { font-family: inherit; font-weight: 600; letter-spacing: -.02em; }
.news-card { border-radius: 5px 22px 22px 22px; }
.contact-details > div { border-radius: 5px 20px 20px 20px; }
.contact-phone strong, .contact-details strong { font-family: inherit; font-weight: 650; letter-spacing: -.04em; }
@keyframes floatOrb { to { transform: translate3d(50px,-35px,0) scale(1.08); } }
@keyframes sealDrift { 50% { transform: rotate(2deg) translateY(-9px); } }

@media (max-width: 1100px) {
  .main-nav { gap: 18px; }
  .hero { padding-left: 4vw; padding-right: 4vw; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card.featured { grid-column: span 1; }
  .service-card:nth-child(3n) { min-height: 405px; }
  .service-card:nth-child(4) { margin-top: 0; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > div:last-child { align-items: start; }
  .place-content { padding-left: 5vw; padding-right: 5vw; }
  .foundation { gap: 6vw; }
}

@media (max-width: 820px) {
  body { padding-bottom: 61px; }
  .site-header { height: 68px; padding: 0 14px 0 18px; border-radius: 16px; }
  .brand-logo { width: 126px; height: 48px; }
  .brand-mark { width: 38px; height: 38px; }
  .menu-button { z-index: 2; width: 42px; height: 42px; padding: 12px 7px; display: flex; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-button span { width: 100%; height: 1px; background: var(--ink); }
  .main-nav { position: fixed; top: 78px; left: 2vw; right: 2vw; padding: 25px 22px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,253,249,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 20px 50px rgba(65,43,44,.12); transform: translateY(-140%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > a:not(.nav-cta) { padding: 14px 0; border-bottom: 1px solid var(--line); font: 650 22px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; letter-spacing: -.035em; text-transform: none; }
  .nav-cta { margin-top: 22px; text-align: center; }
  .hero { min-height: auto; padding: 110px 20px 75px; grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(51px,14.5vw,72px); line-height: .86; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-signals { width: 100%; margin-top: 36px; display: flex; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .hero-signals > a { flex: 0 0 158px; }
  .hero-signals::-webkit-scrollbar { display: none; }
  .hero-visual { max-width: 100%; }
  .hero-image-wrap { min-height: 480px; height: 63vh; }
  .hero-note { left: 12px; bottom: 18px; }
  .hero-seal { width: 94px; height: 94px; right: 8px; top: -30px; }
  .hero-bottom { display: none; }
  .section { padding: 85px 20px; }
  .intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .intro h2, .section-heading h2, .place-content h2, .news-header h2, .contact-intro h2 { font-size: clamp(43px,12vw,62px); }
  .stats-row { margin-top: 60px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .stats-row > div { min-height: 132px; padding: 18px; }
  .section-heading > div:last-child { flex-direction: column; }
  .section-heading p { width: auto; }
  .services-grid { margin-top: 42px; grid-template-columns: 1fr; }
  .service-card { min-height: 385px; }
  .service-reveal { max-height: 100px; opacity: 1; }
  .service-contact { align-items: flex-start; flex-direction: column; }
  .place { margin: 10px; grid-template-columns: 1fr; border-radius: 5px 24px 24px 24px; }
  .place-photo { min-height: 540px; }
  .place-content { padding: 80px 20px; }
  .place-content .kicker { margin-top: 45px; }
  .distance-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .foundation { grid-template-columns: 1fr; }
  .foundation-visual { min-height: 490px; margin-top: 25px; }
  .quote-card { left: 12px; bottom: -35px; }
  .gallery-header { align-items: flex-start; flex-direction: column; gap: 28px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .gallery-tile-wide { grid-column: span 2; }
  .gallery-tile-tall { grid-row: span 2; }
  .news-header { align-items: flex-start; flex-direction: column; gap: 25px; }
  .news-grid { grid-template-columns: 1fr; gap: 16px; }
  .news-image { height: 310px; }
  .contact { grid-template-columns: 1fr; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { min-height: 165px; }
  footer { padding: 40px 20px; align-items: flex-start; flex-direction: column; gap: 28px; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 61px; display: grid; grid-template-columns: 1fr 1fr; background: white; border-top: 1px solid var(--line); }
  .mobile-actions a { display: grid; place-items: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-actions a:first-child { background: var(--green); color: white; }
}

@media (max-width: 480px) {
  .brand-copy strong { font-size: 17px; }
  .hero-image-wrap { min-height: 420px; }
  .stats-row strong { font-size: 38px; }
  .service-card { min-height: 370px; }
  .place-photo { min-height: 460px; }
  .foundation-visual { min-height: 420px; }
  .news-image { height: 245px; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-tile-wide { grid-column: span 1; }
  .gallery-tile-tall { grid-row: span 1; }
}

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

/* Architectural reset: sharp editorial layout and restrained brand palette. */
:root {
  --cream: #f2eeeb;
  --paper: #fffdfb;
  --ink: #302d2c;
  --green: #c77678;
  --deep-green: #68393d;
  --ice: #ebe7e4;
  --ice-dark: #6d6764;
  --signal: #e9d8d6;
}
.site-header { top: 0; left: 0; right: 0; height: 88px; padding: 0 4.5vw; border: 0; border-bottom: 1px solid rgba(48,45,44,.12); border-radius: 0; box-shadow: none; background: rgba(255,253,251,.94); }
.brand-logo { width: 166px; height: 64px; }
.main-nav { gap: clamp(20px,2vw,36px); font-size: 14px; font-weight: 650; letter-spacing: .035em; }
.main-nav > a:not(.nav-cta) { padding: 32px 0; }
.main-nav > a:not(.nav-cta)::after { bottom: 26px; height: 2px; }
.nav-cta { padding: 14px 22px; border-radius: 0; }
.hero { min-height: 100vh; padding: 126px 4.5vw 48px; grid-template-columns: minmax(0,.94fr) minmax(540px,1.06fr); gap: 3vw; background: var(--cream); }
.hero::after { content: ""; position: absolute; left: 4.5vw; right: 4.5vw; bottom: 22px; height: 1px; background: rgba(48,45,44,.12); }
.hero-orb { display: none; }
.hero h1 { max-width: 760px; font-size: clamp(58px,6.1vw,98px); font-weight: 690; line-height: .88; letter-spacing: -.075em; }
.hero h1 em { color: var(--green); }
.hero h1 em::after { display: none; }
.hero-lead { max-width: 600px; font-size: clamp(17px,1.15vw,19px); line-height: 1.55; }
.hero-mobile-photo { display: none; }
.button { border-radius: 0; box-shadow: none; }
.button:hover { transform: translateY(-3px); box-shadow: 6px 6px 0 rgba(48,45,44,.13); }
.hero-signals { max-width: 680px; margin-top: 44px; gap: 0; border-top: 1px solid rgba(48,45,44,.25); border-bottom: 1px solid rgba(48,45,44,.25); }
.hero-signals > a { min-height: 94px; padding: 18px 18px 15px; border: 0; border-left: 1px solid rgba(48,45,44,.18); border-radius: 0; background: transparent !important; backdrop-filter: none; }
.hero-signals > a:first-child { border-left: 0; }
.hero-signals > a:hover { transform: none; background: rgba(255,255,255,.5) !important; }
.hero-collage { max-width: 790px; height: min(72vh,740px); min-height: 590px; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(12,1fr); gap: 10px; }
.hero-shot { position: relative; z-index: 1; margin: 0; overflow: hidden; background: #d8d1cd; }
.hero-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.2,1); }
.hero-shot:hover img { transform: scale(1.035); }
.hero-shot figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 13px; background: rgba(48,45,44,.88); color: white; font-size: 9px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.hero-shot-main { grid-column: 1 / 9; grid-row: 2 / 13; }
.hero-shot-main img { object-position: 51% center; }
.hero-shot-top { grid-column: 9 / 13; grid-row: 1 / 7; }
.hero-shot-bottom { grid-column: 9 / 13; grid-row: 7 / 12; }
.hero-availability { z-index: 3; grid-column: 8 / 11; grid-row: 10 / 13; align-self: end; padding: 16px; display: flex; flex-direction: column; background: var(--green); color: white; }
.hero-availability strong { font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.hero-availability span { margin-top: 7px; font-size: 8px; line-height: 1.35; letter-spacing: .12em; text-transform: uppercase; }
.section-label { padding: 0 0 0 12px; border-left: 3px solid var(--green); border-radius: 0; background: transparent; color: #615b58; font-size: 10px; }
.section-label.light { background: transparent; }
.stats-row > div, .service-card, .service-contact, .place, .distance-grid > div, .foundation-visual > img, .quote-card, .gallery-tile, .news-card, .news-image, .contact-details > div { border-radius: 0; }
.stats-row > div:nth-child(1) { background: var(--deep-green); }
.stats-row > div:nth-child(2) { background: #ead6d4; }
.stats-row > div:nth-child(3) { background: #e7e3df; }
.services { background: var(--deep-green); }
.services::before { color: rgba(255,255,255,.028); }
.service-card:nth-child(3n) { min-height: 405px; }
.service-card:nth-child(4) { margin-top: 0; }
.service-top small { border-radius: 0; }
.service-reveal b { border-radius: 0; }
.place { margin: 0; grid-template-columns: 1fr 1fr; background: var(--cream); }
.life-strip { padding: 27px 0; background: var(--green); color: white; transform: translateY(22px); }
.life-strip.in-view { transform: none; }
.foundation-copy blockquote { color: var(--green); }
.gallery-tile img { filter: saturate(.9) contrast(1.03); }
.news { background: #eee9e6; }
.news-card { background: rgba(255,255,255,.58); }
.contact { background: var(--deep-green); }
.contact-details > div { background: transparent; }
footer { background: #43272a; }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; font-size: 12px; }
  .hero { grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr); }
  .hero-collage { min-height: 540px; }
}

@media (max-width: 820px) {
  .site-header { top: 0; left: 0; right: 0; height: 78px; padding: 0 20px; border-radius: 0; }
  .brand-logo { width: 146px; height: 56px; }
  .main-nav { top: 78px; left: 0; right: 0; border-radius: 0; font-size: inherit; }
  .main-nav > a:not(.nav-cta) { padding: 16px 0; font-size: 26px; }
  .hero { padding: 112px 20px 64px; grid-template-columns: 1fr; gap: 48px; }
  .hero h1 { font-size: clamp(53px,14.2vw,68px); line-height: .88; }
  .hero-mobile-photo { position: relative; height: 245px; margin: 30px -20px 0; display: block; overflow: hidden; }
  .hero-mobile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 62%; }
  .hero-mobile-photo span { position: absolute; right: 0; bottom: 0; padding: 11px 14px; background: var(--green); color: white; font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .hero-collage { display: none; }
  .hero-collage { width: 100%; height: 520px; min-height: 0; grid-template-columns: repeat(8,1fr); grid-template-rows: repeat(10,1fr); gap: 7px; }
  .hero-shot-main { grid-column: 1 / 7; grid-row: 1 / 9; }
  .hero-shot-top { grid-column: 7 / 9; grid-row: 1 / 5; }
  .hero-shot-bottom { grid-column: 7 / 9; grid-row: 5 / 9; }
  .hero-availability { grid-column: 5 / 8; grid-row: 8 / 11; }
  .hero-shot figcaption { display: none; }
  .hero-signals > a { flex-basis: 170px; border-left: 1px solid rgba(48,45,44,.18); }
  .hero-signals > a:first-child { border-left: 0; }
  .place { margin: 0; grid-template-columns: 1fr; border-radius: 0; }
}

/* Hero v4: one cinematic image with information layered directly over it. */
.hero { min-height: max(760px,100vh); padding: 120px 4.5vw 175px; display: flex; align-items: center; color: white; background: #332a2a; }
.hero::after { display: none; }
.hero-background { position: absolute; z-index: 0; inset: 0; }
.hero-background { overflow: hidden; background: #806c67; }
.hero-background video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.025); }
.hero-gradient { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: linear-gradient(90deg,rgba(39,27,29,.76) 0%,rgba(42,29,31,.58) 36%,rgba(42,31,32,.15) 72%,rgba(35,27,27,.04) 100%),linear-gradient(0deg,rgba(29,22,22,.54) 0%,transparent 52%); }
.hero-gradient::after { content: ""; position: absolute; width: 42vw; height: 42vw; right: -8vw; top: -18vw; border-radius: 50%; background: radial-gradient(circle,rgba(225,191,175,.2),rgba(225,191,175,0) 68%); filter: blur(10px); animation: heroLight 12s ease-in-out infinite alternate; will-change: transform,opacity; }
.hero-content { position: relative; z-index: 2; width: min(780px,64vw); }
.hero .kicker { color: rgba(255,255,255,.76); }
.hero .kicker > span { background: var(--green); }
.hero h1 { max-width: 780px; font-size: clamp(62px,6.4vw,104px); line-height: .96; letter-spacing: -.052em; text-shadow: 0 2px 24px rgba(0,0,0,.18); }
.hero h1 em { color: #e3a0a2; }
.hero-lead { max-width: 620px; color: rgba(255,255,255,.84); font-size: clamp(17px,1.2vw,20px); }
.hero .text-link { border-bottom-color: rgba(255,255,255,.7); color: white; }
.hero-signals { position: absolute; z-index: 3; left: 4.5vw; right: 4.5vw; bottom: 34px; max-width: none; margin: 0; border-color: rgba(255,255,255,.35); }
.hero-signals > a { min-height: 102px; padding: 19px 22px; border-color: rgba(255,255,255,.25); color: white; opacity: 0; transform: translateY(18px); animation: heroSignalIn .75s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-signals > a:nth-child(1) { animation-delay: .45s; }
.hero-signals > a:nth-child(2) { animation-delay: .6s; }
.hero-signals > a:nth-child(3) { animation-delay: .75s; }
.hero-signals > a:hover { background: rgba(255,255,255,.09) !important; }
.hero-signals span { color: #e8aaac; }
.hero-signals small { color: rgba(255,255,255,.62); }
.hero-mobile-photo, .hero-collage { display: none !important; }
.section h2 { line-height: 1.02; letter-spacing: -.042em; }
.service-content h3, .news-card h3 { letter-spacing: -.025em; }
@keyframes heroBreath {
  from { transform: translate3d(-1.2%,0,0) scale(1.025); }
  to { transform: translate3d(1.7%,-.8%,0) scale(1.085); }
}
@keyframes heroLight {
  from { transform: translate3d(0,0,0) scale(.9); opacity: .38; }
  to { transform: translate3d(-12vw,10vw,0) scale(1.18); opacity: .8; }
}
@keyframes heroSignalIn {
  to { opacity: 1; transform: none; }
}

@media (max-width: 820px) {
  .hero { min-height: 820px; padding: 116px 20px 225px; align-items: flex-start; }
  .hero-background video { object-position: center; }
  .hero-gradient { background: linear-gradient(180deg,rgba(28,22,22,.7) 0%,rgba(31,24,24,.56) 48%,rgba(28,22,22,.72) 100%); }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(52px,14.2vw,66px); line-height: .98; letter-spacing: -.047em; }
  .hero-lead { max-width: 355px; margin-top: 25px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 30px; }
  .hero .text-link { color: white; }
  .hero-signals { left: 20px; right: 20px; bottom: 24px; display: grid; grid-template-columns: repeat(3,1fr); overflow: visible; padding: 0; }
  .hero-signals > a { min-width: 0; min-height: 112px; padding: 17px 10px; border-left: 1px solid rgba(255,255,255,.25); }
  .hero-signals strong { font-size: 17px; }
  .hero-signals small { font-size: 7px; letter-spacing: .05em; }
  .hero-signals small { overflow-wrap: anywhere; }
  .hero-signals span { top: 10px; right: 9px; font-size: 7px; }
  .section h2 { line-height: 1.05; letter-spacing: -.035em; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-gradient::after { animation: none; opacity: .38; }
}

/* Header v2: transparent over hero, calm navigation after scrolling. */
.site-header { height: 94px; padding: 0 4.5vw; color: white; background: linear-gradient(180deg,rgba(25,20,20,.72),rgba(25,20,20,.18)); border-bottom: 1px solid rgba(255,255,255,.18); backdrop-filter: none; transition: height .3s ease,background .3s ease,color .3s ease,box-shadow .3s ease; }
.site-header.is-scrolled { height: 82px; color: var(--ink); background: rgba(255,253,251,.93); border-bottom-color: rgba(48,45,44,.12); box-shadow: 0 10px 34px rgba(49,38,38,.08); backdrop-filter: blur(18px); }
.brand { align-self: stretch; min-width: 242px; height: 100%; padding: 0 24px; overflow: hidden; background: rgba(255,255,255,.97); border-bottom: 3px solid var(--green); box-shadow: 12px 0 30px rgba(24,18,18,.08); }
.brand-logo { width: 194px; height: 76px; object-fit: contain; object-position: center; }
.site-header.is-scrolled .brand { border-bottom-width: 2px; box-shadow: none; }
.site-header.is-scrolled .brand-logo { width: 186px; height: 68px; }
.main-nav { gap: clamp(24px,2.15vw,40px); font-size: 16px; font-weight: 460; letter-spacing: .018em; }
.main-nav > a:not(.nav-cta) { padding: 35px 0; transition: color .25s ease; }
.main-nav > a:not(.nav-cta)::after { bottom: 27px; background: currentColor; }
.main-nav > a:not(.nav-cta).is-active { color: #e8aaac; }
.main-nav > a:not(.nav-cta).is-active::after { right: 0; }
.nav-cta { padding: 15px 24px; border-color: var(--green); background: var(--green); color: white; font-weight: 650; }
.nav-cta:hover { background: #b76669; }
.menu-button span { background: white; }
.site-header.is-scrolled .menu-button span { background: var(--ink); }

@media (max-width: 1180px) {
  .main-nav { gap: 16px; font-size: 13px; }
  .brand { min-width: 210px; padding-inline: 18px; }
  .brand-logo { width: 174px; }
}

@media (max-width: 820px) {
  .site-header, .site-header.is-scrolled { height: 78px; padding: 0 20px; }
  .brand, .site-header.is-scrolled .brand { min-width: 190px; margin-left: -20px; padding: 0 20px; }
  .brand-logo, .site-header.is-scrolled .brand-logo { width: 150px; height: 60px; object-position: center; }
  .site-header .main-nav { top: 78px; max-height: calc(100dvh - 78px); overflow-y: auto; color: var(--ink); background: rgba(255,253,251,.98); }
  .site-header .main-nav > a:not(.nav-cta) { font-size: 27px; font-weight: 480; }
  .site-header .main-nav > a:not(.nav-cta).is-active { padding-left: 14px; color: #e8aaac; background: rgba(255,255,255,.055); }
}

/* White brand mark without a background panel. */
.site-header, .site-header.is-scrolled { color: white; }
.site-header.is-scrolled { background: rgba(37,28,29,.88); border-bottom-color: rgba(255,255,255,.15); box-shadow: 0 10px 34px rgba(20,15,15,.16); backdrop-filter: blur(18px); }
.brand, .site-header.is-scrolled .brand { min-width: 0; margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.brand-logo, .site-header.is-scrolled .brand-logo { width: 196px; height: 72px; object-fit: contain; object-position: left center; }
.site-header.is-scrolled .menu-button span { background: white; }

@media (max-width: 1180px) {
  .brand-logo, .site-header.is-scrolled .brand-logo { width: 180px; }
}

@media (max-width: 820px) {
  .brand, .site-header.is-scrolled .brand { margin: 0; padding: 0; }
  .brand-logo, .site-header.is-scrolled .brand-logo { width: 158px; height: 60px; }
  .site-header .main-nav { color: white; background: rgba(43,31,33,.98); border-color: rgba(255,255,255,.14); }
  .site-header .main-nav > a:not(.nav-cta) { border-bottom-color: rgba(255,255,255,.14); }
}

/* Oferta v2: four clear areas, one coherent visual language. */
.services { padding-top: 102px; padding-bottom: 118px; background: #5a3236; }
.services::before { display: none; }
.services .section-heading { grid-template-columns: minmax(150px,.35fr) minmax(0,1.65fr); gap: clamp(36px,6vw,100px); align-items: start; }
.services .section-heading > div:last-child { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,350px); gap: clamp(42px,7vw,115px); align-items: end; }
.services .section-heading h2 { margin: 0; font-size: clamp(40px,4.3vw,64px); line-height: 1; letter-spacing: -.045em; }
.services .section-heading h2 em { color: #e7a5a7; }
.services .section-heading p { width: auto; max-width: 350px; margin: 0 0 3px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }
.offer-groups { margin-top: 54px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.17); }
.offer-group { min-width: 0; display: flex; flex-direction: column; background: #512d31; }
.offer-group:first-child { position: relative; isolation: isolate; grid-column: 1 / -1; display: block; min-height: clamp(520px,43vw,650px); overflow: hidden; background: #403437; }
.offer-group-image { position: relative; height: clamp(285px,25vw,390px); overflow: hidden; background: #392326; }
.offer-group:first-child .offer-group-image { position: absolute; inset: 0; height: 100%; min-height: 0; }
.offer-group-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(36,22,23,.03) 55%,rgba(36,22,23,.42)); pointer-events: none; }
.offer-group:first-child .offer-group-image::after { background: linear-gradient(180deg,rgba(38,30,29,.02) 26%,rgba(38,30,29,.18) 55%,rgba(35,28,27,.92) 100%); }
.offer-group-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.025); transition: transform .9s cubic-bezier(.2,.65,.2,1),filter .6s ease; }
.offer-group:first-child .offer-group-image img { object-position: center 44%; }
.offer-group:hover .offer-group-image img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.offer-group-image > span { position: absolute; z-index: 1; left: 24px; bottom: 21px; color: white; font-size: 11px; font-weight: 650; letter-spacing: .18em; }
.offer-group:first-child .offer-group-image > span { left: auto; right: clamp(24px,3.5vw,52px); top: clamp(24px,3.5vw,48px); bottom: auto; }
.offer-group-body { flex: 1; padding: 28px clamp(24px,2.4vw,38px) 34px; display: flex; flex-direction: column; }
.offer-group:first-child .offer-group-body { position: relative; z-index: 2; width: min(100%,820px); min-height: inherit; justify-content: flex-end; padding: clamp(36px,5vw,72px); color: white; }
.offer-group-label { margin: 0 0 20px; color: #e5a2a4; font-size: 10px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.offer-group:first-child .offer-group-label { color: #f2c7c5; }
.offer-group ul { margin: 0; padding: 0; list-style: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.offer-group:first-child ul { border-bottom-color: rgba(255,255,255,.42); }
.offer-group li { min-height: 62px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); }
.offer-group li { padding: 0; }
.offer-group li > a { width: 100%; min-height: 62px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.offer-group li span { font-size: clamp(23px,2.2vw,34px); font-weight: 520; line-height: 1.08; letter-spacing: -.038em; }
.offer-group:first-child li { border-top-color: rgba(255,255,255,.42); }
.offer-group:first-child li span { color: white; font-size: clamp(44px,5vw,72px); font-weight: 540; }
.offer-group:first-child li b { color: rgba(255,255,255,.78); }
.offer-group:first-child li > a:hover b { color: white; }
.offer-group li b { flex: 0 0 auto; color: rgba(255,255,255,.43); font-size: 17px; font-weight: 400; transition: color .25s ease,transform .25s ease; }
.offer-group li > a:hover b { color: #e9b6b7; transform: translate(3px,-3px); }
.offer-group-description { max-width: 540px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; }
.offer-group:first-child .offer-group-description { max-width: 610px; color: rgba(255,255,255,.84); font-size: 15px; }

@media (max-width: 1050px) {
  .services .section-heading { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 820px) {
  .services { padding-top: 76px; padding-bottom: 82px; }
  .services .section-heading { gap: 30px; }
  .services .section-heading > div:last-child { grid-template-columns: 1fr; gap: 22px; }
  .services .section-heading h2 { font-size: clamp(39px,10.5vw,51px); }
  .services .section-heading p { max-width: 440px; font-size: 13px; }
  .offer-groups { margin-top: 38px; grid-template-columns: 1fr; }
  .offer-group:first-child { grid-column: auto; display: block; min-height: min(143vw,560px); }
  .offer-group-image { height: min(69vw,320px); }
  .offer-group:first-child .offer-group-image { height: 100%; min-height: 0; }
  .offer-group-body { padding: 24px 20px 29px; }
  .offer-group:first-child .offer-group-body { width: 100%; padding: 28px 20px 32px; }
  .offer-group-label { margin-bottom: 17px; }
  .offer-group li { min-height: 58px; }
  .offer-group li span { font-size: clamp(23px,7vw,30px); }
  .offer-group:first-child li span { font-size: clamp(35px,10vw,44px); }
  .offer-group:first-child .offer-group-description { font-size: 13px; }
  .offer-group-description { margin-top: 21px; }
}

/* Kim jesteśmy v2: typographic manifesto without photography. */
.intro { position: relative; isolation: isolate; overflow: hidden; padding-top: 108px; padding-bottom: 112px; background: #f4f0ed; }
.intro-word { position: absolute; z-index: -1; left: -2.5vw; top: 37%; color: rgba(93,50,54,.035); font-size: clamp(105px,17vw,270px); font-weight: 760; line-height: .8; letter-spacing: .015em; white-space: nowrap; pointer-events: none; animation: introWordDrift 22s ease-in-out infinite alternate; }
.intro-heading { position: relative; display: grid; grid-template-columns: minmax(150px,.35fr) minmax(0,1.65fr); gap: clamp(36px,6vw,100px); align-items: start; }
.intro-heading h2 { max-width: 900px; margin: 0; font-size: clamp(55px,6.5vw,98px); font-weight: 650; line-height: .95; letter-spacing: -.055em; }
.intro-heading h2 em { color: #b9676a; }
.intro-layout { position: relative; margin-top: 80px; display: grid; grid-template-columns: minmax(0,.94fr) minmax(420px,1.06fr); gap: clamp(64px,9vw,145px); align-items: start; }
.intro-manifest { max-width: 600px; }
.intro-manifest p { margin: 0; color: #56514f; font-size: 15px; line-height: 1.8; }
.intro-manifest p:first-child { color: var(--ink); font-size: clamp(22px,2vw,30px); font-weight: 490; line-height: 1.42; letter-spacing: -.03em; }
.intro-manifest p + p { margin-top: 26px; }
.intro-manifest .underlined-link { margin-top: 30px; }
.intro-values { border-top: 1px solid rgba(48,45,44,.22); }
.intro-values article { padding: 24px 0 25px; display: grid; grid-template-columns: 55px 1fr; gap: 22px; border-bottom: 1px solid rgba(48,45,44,.22); opacity: 0; transform: translateY(18px); transition: opacity .55s ease,transform .55s ease,padding-left .25s ease; }
.intro.in-view .intro-values article { opacity: 1; transform: none; }
.intro.in-view .intro-values article:nth-child(2) { transition-delay: .1s; }
.intro.in-view .intro-values article:nth-child(3) { transition-delay: .2s; }
.intro-values article:hover { padding-left: 9px; }
.intro-values article > span { padding-top: 7px; color: #b9676a; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.intro-values h3 { margin: 0; color: var(--ink); font-size: clamp(27px,2.2vw,34px); font-weight: 580; line-height: 1; letter-spacing: -.04em; }
.intro-values p { max-width: 480px; margin: 10px 0 0; color: #6a6461; font-size: 13px; line-height: 1.65; }
.intro-facts { position: relative; margin-top: 92px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(48,45,44,.25); border-bottom: 1px solid rgba(48,45,44,.25); }
.intro-facts > div { min-height: 150px; padding: 24px clamp(18px,2.4vw,36px) 22px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid rgba(48,45,44,.2); opacity: 0; transform: translateY(16px); transition: opacity .55s ease,transform .55s ease,background .25s ease; }
.intro-facts > div:first-child { border-left: 0; }
.intro.in-view .intro-facts > div { opacity: 1; transform: none; }
.intro.in-view .intro-facts > div:nth-child(2) { transition-delay: .08s; }
.intro.in-view .intro-facts > div:nth-child(3) { transition-delay: .16s; }
.intro.in-view .intro-facts > div:nth-child(4) { transition-delay: .24s; }
.intro.in-view .intro-facts strong { animation: introFactNumberIn .8s cubic-bezier(.2,.75,.2,1) both; }
.intro.in-view .intro-facts > div:nth-child(2) strong { animation-delay: .08s; }
.intro.in-view .intro-facts > div:nth-child(3) strong { animation-delay: .16s; }
.intro.in-view .intro-facts > div:nth-child(4) strong { animation-delay: .24s; }
.intro-facts > div:hover { background: rgba(255,255,255,.48); }
.intro-facts strong { color: #5a3236; font-size: clamp(43px,4.2vw,64px); font-weight: 570; line-height: .9; letter-spacing: -.06em; font-variant-numeric: tabular-nums; }
.intro-facts span { max-width: 160px; color: #756e6b; font-size: 9px; font-weight: 650; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; }

@keyframes introWordDrift {
  from { transform: translate3d(-1.5vw,0,0); }
  to { transform: translate3d(3vw,-8px,0); }
}

@keyframes introFactNumberIn {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-signals > a { opacity: 1; transform: none; animation: none; }
  .intro.in-view .intro-facts strong { animation: none; }
}

@media (max-width: 1050px) {
  .intro-heading { grid-template-columns: 1fr; gap: 34px; }
  .intro-layout { grid-template-columns: 1fr 1fr; gap: 56px; }
}

@media (max-width: 820px) {
  .intro { padding-top: 76px; padding-bottom: 82px; }
  .intro-word { top: 46%; font-size: 37vw; }
  .intro-heading { gap: 30px; }
  .intro-heading h2 { font-size: clamp(48px,13.2vw,62px); line-height: .98; letter-spacing: -.048em; }
  .intro-layout { margin-top: 54px; grid-template-columns: 1fr; gap: 52px; }
  .intro-manifest p:first-child { font-size: clamp(21px,6vw,26px); }
  .intro-manifest p { font-size: 14px; }
  .intro-values article { padding: 21px 0 22px; grid-template-columns: 42px 1fr; gap: 10px; }
  .intro-values article:hover { padding-left: 0; }
  .intro-values h3 { font-size: 28px; }
  .intro-facts { margin-top: 64px; grid-template-columns: repeat(2,1fr); }
  .intro-facts > div { min-height: 132px; padding: 20px 16px; border-bottom: 1px solid rgba(48,45,44,.2); }
  .intro-facts > div:nth-child(3) { border-left: 0; border-bottom: 0; }
  .intro-facts > div:nth-child(4) { border-bottom: 0; }
  .intro-facts strong { font-size: 45px; }
}

/* Nasze miejsce v2: Leonianum and the landscape around it. */
.place {
  position: relative;
  display: block;
  margin: 0;
  padding: 112px 0 0;
  overflow: hidden;
  background: #f4f0ed;
  border-radius: 0;
}
.place-heading {
  padding: 0 5vw;
  display: grid;
  grid-template-columns: minmax(150px,.35fr) minmax(0,1.65fr);
  gap: clamp(36px,6vw,100px);
  align-items: start;
}
.place-heading > div:last-child {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(260px,350px);
  gap: clamp(42px,7vw,115px);
  align-items: end;
}
.place-heading h2 {
  margin: 0;
  font-size: clamp(55px,6.5vw,98px);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.055em;
}
.place-heading h2 em { color: #b9676a; }
.place-heading p {
  max-width: 350px;
  margin: 0 0 4px;
  color: #68615f;
  font-size: 14px;
  line-height: 1.75;
}
.place-panorama {
  position: relative;
  height: min(78vh,850px);
  min-height: 610px;
  margin: 72px 0 0;
  overflow: hidden;
  background: #33272a;
}
.place-panorama img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  animation: placeBreath 20s cubic-bezier(.42,0,.22,1) infinite alternate;
  will-change: transform;
}
.place-panorama-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(36,25,27,.04) 42%,rgba(31,22,23,.72) 100%);
  pointer-events: none;
}
.place-panorama figcaption,
.place-entrance-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 5vw;
  bottom: 28px;
  left: 5vw;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: rgba(255,255,255,.82);
  font-size: 10px;
  font-weight: 620;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.place-panorama figcaption span:last-child { color: rgba(255,255,255,.55); }
.place-building-story {
  padding: 132px 5vw 138px;
  display: grid;
  grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr);
  gap: clamp(70px,10vw,165px);
  align-items: start;
}
.place-building-copy {
  position: sticky;
  top: 122px;
  max-width: 555px;
}
.place-index {
  margin: 0 0 29px;
  color: #a35b5e;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.place-building-copy h3,
.place-nature-copy h3 {
  margin: 0;
  font-size: clamp(51px,5vw,80px);
  font-weight: 630;
  line-height: .98;
  letter-spacing: -.052em;
}
.place-building-copy > p:not(.place-index),
.place-nature-copy > p:not(.place-index) {
  max-width: 530px;
  margin: 34px 0 0;
  color: #655f5c;
  font-size: 15px;
  line-height: 1.82;
}
.place-building-points {
  margin-top: 43px;
  border-top: 1px solid rgba(48,45,44,.22);
}
.place-building-points span {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(48,45,44,.22);
  color: #393534;
  font-size: 13px;
  font-weight: 570;
}
.place-building-points span::after {
  content: "+";
  color: #aa6063;
  font-size: 18px;
  font-weight: 420;
}
.place-entrance-photo {
  position: relative;
  height: min(80vh,820px);
  min-height: 670px;
  margin: 0;
  overflow: hidden;
  background: #3c292b;
}
.place-entrance-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 56%,rgba(31,21,22,.62));
  pointer-events: none;
}
.place-entrance-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(.8) contrast(1.04);
  transition: transform 1.1s cubic-bezier(.2,.65,.2,1),filter .6s ease;
}
.place-entrance-photo:hover img { transform: scale(1.025); filter: saturate(.95) contrast(1.03); }
.place-entrance-photo figcaption { right: 28px; bottom: 25px; left: 28px; }
.place-nature {
  padding: 132px 5vw 142px;
  display: grid;
  grid-template-columns: minmax(320px,.76fr) minmax(0,1.24fr);
  gap: clamp(70px,10vw,165px);
  align-items: start;
  color: white;
  background: #4c2c30;
}
.place-nature-copy {
  position: sticky;
  top: 122px;
}
.place-nature-copy .place-index { color: #e7a5a7; }
.place-nature-copy h3 em { color: #e4a0a2; }
.place-nature-copy > p:not(.place-index) { color: rgba(255,255,255,.68); }
.place-nature-copy ul {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.2);
}
.place-nature-copy li {
  min-height: 68px;
  padding: 15px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.place-nature-copy li span { color: #e6a5a7; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.place-nature-copy li strong { font-size: 15px; font-weight: 500; line-height: 1.35; }
.place-nature-photos { display: grid; gap: 85px; }
.place-nature-photos figure { margin: 0; }
.place-nature-photos figure:first-child { margin-right: 6vw; }
.place-nature-photos figure:last-child { margin-left: 6vw; }
.place-nature-photos img {
  display: block;
  width: 100%;
  height: min(68vh,690px);
  min-height: 530px;
  object-fit: cover;
  filter: saturate(.84) contrast(1.04);
  transition: transform 1.1s cubic-bezier(.2,.65,.2,1),filter .6s ease;
}
.place-nature-photos figure:last-child img { height: min(62vh,630px); }
.place-nature-photos figure:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.03); }
.place-nature-photos figcaption {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 620;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.place-route {
  padding: 114px 5vw 124px;
  color: #372f30;
  background: #ead9d7;
}
.place-route-heading {
  display: grid;
  grid-template-columns: minmax(150px,.55fr) minmax(360px,1fr) auto;
  gap: clamp(42px,7vw,115px);
  align-items: end;
}
.place-route-heading .place-index { align-self: start; margin: 5px 0 0; }
.place-route-heading > div span {
  display: block;
  margin-bottom: 17px;
  color: #8d5558;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.place-route-heading > div strong {
  display: block;
  font-size: clamp(39px,4vw,64px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.048em;
}
.place-route .button-primary { white-space: nowrap; }
.place-route .distance-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border-top: 1px solid rgba(55,47,48,.25);
  border-bottom: 1px solid rgba(55,47,48,.25);
}
.place-route .distance-grid > div {
  min-height: 152px;
  padding: 25px clamp(17px,2.3vw,34px) 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  border-left: 1px solid rgba(55,47,48,.22);
  border-radius: 0;
  background: transparent;
}
.place-route .distance-grid > div:first-child { border-left: 0; }
.place-route .distance-grid strong {
  color: #5a3236;
  font-size: clamp(42px,4vw,61px);
  font-weight: 570;
  line-height: .9;
  letter-spacing: -.055em;
}
.place-route .distance-grid span {
  color: #756b69;
  font-size: 9px;
  font-weight: 680;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes placeBreath {
  from { transform: translate3d(-1.2%,0,0) scale(1.035); }
  to { transform: translate3d(1.4%,-.8%,0) scale(1.085); }
}

@media (max-width: 1050px) {
  .place-heading { grid-template-columns: 1fr; gap: 34px; }
  .place-building-story,
  .place-nature { gap: 65px; }
  .place-route-heading { grid-template-columns: .5fr 1fr; }
  .place-route-heading .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 820px) {
  .place { padding-top: 76px; }
  .place-heading { padding: 0 20px; gap: 30px; }
  .place-heading > div:last-child { grid-template-columns: 1fr; gap: 25px; }
  .place-heading h2 { font-size: clamp(48px,13.2vw,62px); line-height: .98; letter-spacing: -.048em; }
  .place-heading p { max-width: 440px; font-size: 13px; }
  .place-panorama { height: 68vh; min-height: 520px; margin-top: 48px; }
  .place-panorama img { object-position: 52% 55%; }
  .place-panorama figcaption { right: 20px; bottom: 20px; left: 20px; flex-direction: column; gap: 5px; }
  .place-building-story { padding: 80px 20px 86px; grid-template-columns: 1fr; gap: 56px; }
  .place-building-copy,
  .place-nature-copy { position: static; max-width: none; }
  .place-index { margin-bottom: 22px; }
  .place-building-copy h3,
  .place-nature-copy h3 { font-size: clamp(46px,12.5vw,59px); line-height: 1; }
  .place-building-copy > p:not(.place-index),
  .place-nature-copy > p:not(.place-index) { margin-top: 27px; font-size: 14px; line-height: 1.72; }
  .place-building-points { margin-top: 34px; }
  .place-entrance-photo { height: 140vw; min-height: 525px; max-height: 690px; }
  .place-entrance-photo figcaption { right: 18px; bottom: 19px; left: 18px; }
  .place-nature { padding: 82px 20px 88px; grid-template-columns: 1fr; gap: 60px; }
  .place-nature-copy ul { margin-top: 35px; }
  .place-nature-photos { gap: 55px; }
  .place-nature-photos figure:first-child,
  .place-nature-photos figure:last-child { margin: 0; }
  .place-nature-photos img,
  .place-nature-photos figure:last-child img { height: 112vw; min-height: 390px; max-height: 530px; }
  .place-nature-photos figcaption { flex-direction: column; gap: 4px; }
  .place-route { padding: 80px 20px 88px; }
  .place-route-heading { grid-template-columns: 1fr; gap: 31px; }
  .place-route-heading .place-index { margin: 0; }
  .place-route-heading > div strong { font-size: clamp(39px,11vw,52px); }
  .place-route-heading .button { grid-column: auto; justify-self: start; }
  .place-route .distance-grid { margin-top: 56px; grid-template-columns: repeat(2,1fr); }
  .place-route .distance-grid > div { min-height: 130px; padding: 20px 15px; border-bottom: 1px solid rgba(55,47,48,.22); }
  .place-route .distance-grid > div:nth-child(3) { border-left: 0; border-bottom: 0; }
  .place-route .distance-grid > div:nth-child(4) { border-bottom: 0; }
  .place-route .distance-grid strong { font-size: 43px; }
}

/* Nasze miejsce v3: two mirrored, interactive photo stories. */
.place-heading { padding-bottom: 76px; }
.place-building-story {
  padding-top: 0;
  padding-bottom: 128px;
  grid-template-columns: minmax(340px,.84fr) minmax(0,1.16fr);
  gap: clamp(70px,9vw,145px);
}
.place-building-points,
.place-nature-points {
  margin-top: 42px;
  border-top: 1px solid rgba(48,45,44,.22);
}
.place-building-points button,
.place-nature-points button {
  width: 100%;
  min-height: 67px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 43px minmax(0,1fr) 22px;
  gap: 13px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(48,45,44,.22);
  border-radius: 0;
  color: #716966;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease,padding-left .25s ease,background .25s ease;
}
.place-building-points button:hover,
.place-building-points button.is-active { padding-left: 9px; color: #4f2c30; background: rgba(255,255,255,.42); }
.place-building-points button:focus-visible,
.place-nature-points button:focus-visible { outline: 1px solid currentColor; outline-offset: -2px; }
.place-building-points button > span,
.place-nature-points button > span {
  min-height: 0;
  display: block;
  border: 0;
  color: #aa6063;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: .14em;
}
.place-building-points button > span::after { display: none; }
.place-building-points button strong,
.place-nature-points button strong { font-size: 14px; font-weight: 560; line-height: 1.35; }
.place-building-points button i,
.place-nature-points button i {
  color: #aa6063;
  font-size: 15px;
  font-style: normal;
  opacity: 0;
  transform: translate(-4px,4px);
  transition: opacity .25s ease,transform .25s ease;
}
.place-building-points button:hover i,
.place-building-points button.is-active i,
.place-nature-points button:hover i,
.place-nature-points button.is-active i { opacity: 1; transform: none; }
.place-gallery-note {
  max-width: 500px;
  margin: 22px 0 0;
  color: #756d6a;
  font-size: 12px;
  line-height: 1.7;
  animation: placeNoteIn .4s ease both;
}
.place-gallery-visual,
.place-nature-visual {
  position: relative;
  height: min(79vh,800px);
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  background: #33272a;
}
.place-gallery-visual::after,
.place-nature-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,transparent 58%,rgba(30,21,22,.62));
  pointer-events: none;
}
.place-gallery-visual img,
.place-nature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.025);
  animation: placeImageIn .65s cubic-bezier(.2,.65,.2,1) both;
}
.place-gallery-visual figcaption,
.place-nature-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 27px;
  bottom: 24px;
  left: 27px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255,255,255,.84);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.place-gallery-visual figcaption small,
.place-nature-visual figcaption small { color: rgba(255,255,255,.58); font-size: inherit; }
.place-gallery-progress {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255,255,255,.22);
}
.place-gallery-progress > span {
  width: 100%;
  height: 100%;
  display: block;
  background: #e4a0a2;
  transform-origin: left center;
  animation: placeGalleryProgress 6s linear both;
}
.place-nature {
  grid-template-columns: minmax(0,1.16fr) minmax(340px,.84fr);
  gap: clamp(70px,9vw,145px);
  align-items: start;
}
.place-nature-visual { height: min(77vh,780px); min-height: 650px; }
.place-nature-copy { max-width: 555px; }
.place-nature-points { border-color: rgba(255,255,255,.2); }
.place-nature-points button {
  border-bottom-color: rgba(255,255,255,.2);
  color: rgba(255,255,255,.65);
}
.place-nature-points button:hover,
.place-nature-points button.is-active { padding-left: 9px; color: white; background: rgba(255,255,255,.055); }
.place-nature-points button > span,
.place-nature-points button i { color: #e6a5a7; }
.place-route { padding-top: 0; }
.place-route .distance-grid { margin-top: 0; }

@keyframes placeImageIn {
  from { opacity: .25; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes placeNoteIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: none; }
}
@keyframes placeGalleryProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .place-gallery-progress { display: none; }
}

/* Compact values band. */
.life-strip {
  min-height: 92px;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: minmax(160px,.34fr) minmax(0,1.66fr);
  align-items: stretch;
  overflow: hidden;
  color: white;
  background: #33272a;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease,transform .6s ease;
}
.life-strip.in-view { opacity: 1; transform: none; }
.life-strip > p {
  margin: 0;
  padding-right: 35px;
  display: flex;
  align-items: center;
  color: #e2a0a2;
  font: 650 10px/1.3 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing: .16em;
  text-align: left;
  text-transform: uppercase;
}
.life-strip ul {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  list-style: none;
  border-left: 1px solid rgba(255,255,255,.16);
}
.life-strip li {
  padding: 0 clamp(12px,2vw,30px);
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.16);
  font-size: clamp(12px,1.1vw,16px);
  font-weight: 520;
  letter-spacing: -.01em;
}
.life-strip li::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 12px;
  flex: 0 0 auto;
  background: #d4878a;
}

@media (max-width: 820px) {
  .place-heading { padding-bottom: 55px; }
  .place-building-story { padding-top: 0; padding-bottom: 82px; grid-template-columns: 1fr; }
  .place-building-points,
  .place-nature-points { margin-top: 34px; }
  .place-building-points button,
  .place-nature-points button { min-height: 61px; grid-template-columns: 36px minmax(0,1fr) 18px; }
  .place-building-points button:hover,
  .place-building-points button.is-active,
  .place-nature-points button:hover,
  .place-nature-points button.is-active { padding-left: 6px; }
  .place-gallery-visual,
  .place-nature-visual { height: 126vw; min-height: 480px; max-height: 620px; }
  .place-gallery-visual figcaption,
  .place-nature-visual figcaption { right: 18px; bottom: 18px; left: 18px; flex-direction: column; gap: 5px; }
  .place-nature { grid-template-columns: 1fr; gap: 52px; }
  .place-nature-copy { order: 1; }
  .place-nature-visual { order: 2; }
  .place-route { padding: 0 20px 72px; }
  .life-strip {
    min-height: 88px;
    padding: 13px 20px 15px;
    display: block;
  }
  .life-strip > p { padding: 0 0 12px; }
  .life-strip ul { display: flex; justify-content: space-between; border: 0; }
  .life-strip li { padding: 0; border: 0; font-size: 10px; letter-spacing: .015em; }
  .life-strip li::before { width: 3px; height: 3px; margin-right: 6px; }
}

/* Nasze miejsce v4: compact travel facts and a light closing line. */
.place-route {
  padding: 22px 5vw 24px;
  background: #ead9d7;
}
.place-route .distance-grid {
  margin: 0;
  border-top-color: rgba(55,47,48,.2);
  border-bottom-color: rgba(55,47,48,.2);
}
.place-route .distance-grid > div {
  min-height: 70px;
  padding: 12px clamp(16px,2.2vw,32px);
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.place-route .distance-grid strong {
  font-size: clamp(29px,2.7vw,40px);
  line-height: 1;
}
.place-route .distance-grid span {
  text-align: right;
  white-space: nowrap;
}
.life-strip {
  min-height: 76px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(25px,4vw,62px);
  color: #4b4241;
  background: #f4f0ed;
  border-top: 1px solid rgba(55,47,48,.13);
  border-bottom: 1px solid rgba(55,47,48,.13);
}
.life-strip > p {
  padding: 0;
  color: #a35b5e;
  white-space: nowrap;
}
.life-strip ul {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: clamp(20px,3.2vw,48px);
  border: 0;
}
.life-strip li {
  padding: 0;
  border: 0;
  color: #4b4241;
  font-size: clamp(11px,1vw,14px);
  white-space: nowrap;
}
.life-strip li::before {
  width: 3px;
  height: 3px;
  margin-right: 9px;
  background: #bd7376;
}

@media (max-width: 820px) {
  .place-route { padding: 14px 20px 16px; }
  .place-route .distance-grid > div {
    min-height: 65px;
    padding: 11px 12px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .place-route .distance-grid strong { font-size: 31px; }
  .place-route .distance-grid span { text-align: left; }
  .life-strip {
    min-height: 82px;
    padding: 14px 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
  }
  .life-strip > p { padding: 0; }
  .life-strip ul {
    width: 100%;
    min-height: 0;
    justify-content: space-between;
    gap: 8px;
  }
  .life-strip li { font-size: 9px; }
  .life-strip li::before { margin-right: 5px; }
}

/* Animated values bridge between the building and its surroundings. */
.place > .life-strip {
  position: relative;
  z-index: 1;
  color: #4b4241;
  background: #ead9d7;
  border-color: rgba(83,49,53,.14);
}
.place > .life-strip li {
  opacity: .48;
  transform: translateY(0);
  will-change: opacity,transform;
}
.place > .life-strip.in-view li {
  animation: lifeWordFlow 6s ease-in-out infinite;
}
.place > .life-strip.in-view li:nth-child(1) { animation-delay: 0s; }
.place > .life-strip.in-view li:nth-child(2) { animation-delay: -1.2s; }
.place > .life-strip.in-view li:nth-child(3) { animation-delay: -2.4s; }
.place > .life-strip.in-view li:nth-child(4) { animation-delay: -3.6s; }
.place > .life-strip.in-view li:nth-child(5) { animation-delay: -4.8s; }

@keyframes lifeWordFlow {
  0%,100% { color: #4b4241; opacity: .48; transform: translateY(0); }
  50% { color: #5a3236; opacity: 1; transform: translateY(-3px); }
}

@media (prefers-reduced-motion: reduce) {
  .place > .life-strip.in-view li { color: #4b4241; opacity: 1; transform: none; animation: none; }
}

/* Galeria v2: an editorial photo story. */
.gallery {
  position: relative;
  isolation: isolate;
  padding: 122px 5vw 150px;
  overflow: hidden;
  color: white;
  background: #33272a;
}
.gallery::before {
  content: "LEONIANUM";
  position: absolute;
  z-index: -1;
  top: 365px;
  left: -1vw;
  color: rgba(255,255,255,.025);
  font-size: clamp(120px,17vw,270px);
  font-weight: 760;
  line-height: .8;
  letter-spacing: -.055em;
  white-space: nowrap;
  pointer-events: none;
}
.gallery-header {
  display: grid;
  grid-template-columns: minmax(150px,.34fr) minmax(430px,1.12fr) minmax(270px,.54fr);
  gap: clamp(38px,6.5vw,105px);
  align-items: end;
}
.gallery .section-label {
  align-self: start;
  color: rgba(255,255,255,.62);
  border-left-color: #d4878a;
}
.gallery-title > p {
  margin: 0 0 24px;
  color: #dfa0a2;
  font-size: 10px;
  font-weight: 690;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.gallery-header .gallery-title h2 {
  margin: 0;
  color: white;
  font-size: clamp(55px,6vw,91px);
  font-weight: 620;
  line-height: .96;
  letter-spacing: -.055em;
}
.gallery-title h2 em { color: #dfa0a2; }
.gallery-intro { width: auto; max-width: 360px; }
.gallery-intro p {
  margin: 0 0 27px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.78;
}
.gallery .underlined-link {
  color: white;
  border-bottom-color: rgba(255,255,255,.38);
}
.gallery-story-grid {
  margin-top: 86px;
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  grid-template-rows: repeat(9,130px);
  gap: 12px;
}
.gallery-frame {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #241c1e;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease,transform .7s ease;
}
.gallery.in-view .gallery-frame { opacity: 1; transform: none; }
.gallery.in-view .gallery-frame:nth-child(2) { transition-delay: .08s; }
.gallery.in-view .gallery-frame:nth-child(3) { transition-delay: .16s; }
.gallery.in-view .gallery-frame:nth-child(4) { transition-delay: .1s; }
.gallery.in-view .gallery-frame:nth-child(5) { transition-delay: .18s; }
.gallery.in-view .gallery-frame:nth-child(6) { transition-delay: .26s; }
.gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(28,20,22,.02) 48%,rgba(25,18,20,.78) 100%);
  pointer-events: none;
}
.gallery-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.035);
  transition: transform 1s cubic-bezier(.2,.65,.2,1),filter .6s ease;
}
.gallery-frame:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.025); }
.gallery-frame-number {
  position: absolute;
  z-index: 2;
  top: 21px;
  left: 22px;
  color: rgba(255,255,255,.74);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}
.gallery-frame figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.gallery-frame figcaption strong {
  max-width: 470px;
  font-size: clamp(21px,2vw,31px);
  font-weight: 540;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.gallery-frame figcaption small {
  flex: 0 0 auto;
  color: rgba(255,255,255,.55);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .13em;
  text-align: right;
  text-transform: uppercase;
}
.gallery-frame-1 { grid-column: 1 / 9; grid-row: 1 / 6; }
.gallery-frame-2 { grid-column: 9 / 13; grid-row: 1 / 4; }
.gallery-frame-3 { grid-column: 9 / 13; grid-row: 4 / 7; }
.gallery-frame-4 { grid-column: 1 / 5; grid-row: 6 / 9; }
.gallery-frame-5 { grid-column: 5 / 10; grid-row: 6 / 10; }
.gallery-frame-6 { grid-column: 10 / 13; grid-row: 7 / 10; }
.gallery-frame-2 figcaption,
.gallery-frame-3 figcaption,
.gallery-frame-4 figcaption,
.gallery-frame-6 figcaption { flex-direction: column; align-items: flex-start; gap: 8px; }
.gallery-frame-2 figcaption strong,
.gallery-frame-3 figcaption strong,
.gallery-frame-4 figcaption strong,
.gallery-frame-6 figcaption strong { font-size: clamp(19px,1.6vw,25px); }
.gallery-frame-2 figcaption small,
.gallery-frame-3 figcaption small,
.gallery-frame-4 figcaption small,
.gallery-frame-6 figcaption small { text-align: left; }

@media (max-width: 1100px) {
  .gallery-header { grid-template-columns: 1fr 1.5fr; }
  .gallery-intro { grid-column: 2; }
  .gallery-story-grid { grid-template-rows: repeat(9,105px); }
}

@media (max-width: 820px) {
  .gallery { padding: 78px 20px 88px; }
  .gallery::before { top: 390px; font-size: 39vw; }
  .gallery-header { grid-template-columns: 1fr; gap: 29px; }
  .gallery-title > p { margin-bottom: 17px; }
  .gallery-header .gallery-title h2 { font-size: clamp(48px,13vw,61px); line-height: .98; }
  .gallery-intro { grid-column: auto; max-width: 430px; }
  .gallery-intro p { font-size: 13px; }
  .gallery-story-grid { margin-top: 54px; display: grid; grid-template-columns: 1fr; grid-template-rows: none; gap: 10px; }
  .gallery-frame,
  .gallery-frame-1,
  .gallery-frame-2,
  .gallery-frame-3,
  .gallery-frame-4,
  .gallery-frame-5,
  .gallery-frame-6 { grid-column: auto; grid-row: auto; height: 82vw; min-height: 300px; max-height: 430px; }
  .gallery-frame-1,
  .gallery-frame-5 { height: 118vw; min-height: 430px; max-height: 570px; }
  .gallery-frame figcaption { right: 18px; bottom: 17px; left: 18px; flex-direction: column; align-items: flex-start; gap: 8px; }
  .gallery-frame figcaption strong,
  .gallery-frame-2 figcaption strong,
  .gallery-frame-3 figcaption strong,
  .gallery-frame-4 figcaption strong,
  .gallery-frame-6 figcaption strong { font-size: 22px; }
  .gallery-frame figcaption small { text-align: left; }
  .gallery-frame-number { top: 17px; left: 18px; }
}

/* Galeria v3: collision-free rows with a broader photographic selection. */
.gallery-story-grid {
  display: block;
  grid-template-columns: none;
  grid-template-rows: none;
}
.gallery-feature {
  display: grid;
  grid-template-columns: minmax(0,1.65fr) minmax(320px,.85fr);
  gap: 12px;
}
.gallery-feature .gallery-lead { height: 760px; }
.gallery-feature-stack {
  height: 760px;
  display: grid;
  grid-template-rows: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.gallery-feature-stack .gallery-frame { min-height: 0; }
.gallery-row {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}
.gallery-row-three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.gallery-row-two { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.gallery-row-three .gallery-frame { height: 430px; }
.gallery-row-two .gallery-frame { height: 570px; }
.gallery-row-last .gallery-frame { height: 410px; }
.gallery-feature-stack .gallery-frame figcaption,
.gallery-row-three .gallery-frame figcaption {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.gallery-feature-stack .gallery-frame figcaption strong,
.gallery-row-three .gallery-frame figcaption strong { font-size: clamp(19px,1.55vw,25px); }
.gallery-feature-stack .gallery-frame figcaption small,
.gallery-row-three .gallery-frame figcaption small { text-align: left; }
.gallery.in-view .gallery-feature-stack .gallery-frame:nth-child(2),
.gallery.in-view .gallery-row .gallery-frame:nth-child(2) { transition-delay: .1s; }
.gallery.in-view .gallery-row .gallery-frame:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1100px) {
  .gallery-feature { grid-template-columns: minmax(0,1.35fr) minmax(280px,.9fr); }
  .gallery-feature .gallery-lead,
  .gallery-feature-stack { height: 650px; }
  .gallery-row-three .gallery-frame { height: 350px; }
  .gallery-row-two .gallery-frame { height: 470px; }
  .gallery-row-last .gallery-frame { height: 340px; }
}

@media (max-width: 820px) {
  .gallery-story-grid { display: block; }
  .gallery-feature,
  .gallery-feature-stack,
  .gallery-row,
  .gallery-row-three,
  .gallery-row-two {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }
  .gallery-feature-stack,
  .gallery-row { margin-top: 10px; }
  .gallery-feature .gallery-lead,
  .gallery-feature-stack .gallery-frame,
  .gallery-row-three .gallery-frame,
  .gallery-row-two .gallery-frame,
  .gallery-row-last .gallery-frame {
    height: 84vw;
    min-height: 310px;
    max-height: 430px;
  }
  .gallery-feature .gallery-lead {
    height: 120vw;
    min-height: 440px;
    max-height: 580px;
  }
}

/* Podstrony usług: wspólny editorialowy system dla całej oferty. */
.service-detail-page { min-height: 100vh; overflow: hidden; color: var(--ink); background: #f4f0ed; }
.detail-header { position: fixed; z-index: 90; top: 0; left: 0; right: 0; height: 94px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; color: white; background: linear-gradient(180deg,rgba(24,18,19,.76),rgba(24,18,19,.08)); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .3s ease,background .3s ease,box-shadow .3s ease; }
.detail-header.is-scrolled { height: 80px; background: rgba(37,28,29,.92); border-bottom-color: rgba(255,255,255,.14); box-shadow: 0 10px 34px rgba(20,15,15,.18); backdrop-filter: blur(18px); }
.detail-brand { flex: 0 0 auto; display: flex; align-items: center; }
.detail-brand img { width: 196px; height: 72px; object-fit: contain; object-position: left center; }
.detail-nav { display: flex; align-items: center; gap: clamp(20px,2vw,36px); font-size: 15px; font-weight: 470; letter-spacing: .012em; }
.detail-nav > a:not(.detail-nav-cta) { position: relative; padding: 34px 0; transition: color .25s ease; }
.detail-nav > a:not(.detail-nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 2px; background: currentColor; transition: right .25s ease; }
.detail-nav > a:not(.detail-nav-cta):hover::after,
.detail-nav > a:not(.detail-nav-cta).is-active::after { right: 0; }
.detail-nav > a:not(.detail-nav-cta).is-active { color: #e8aaac; }
.detail-nav-cta { padding: 14px 22px; background: var(--green); color: white; font-weight: 650; transition: background .25s ease; }
.detail-nav-cta:hover { background: #b76669; }
.detail-menu-button { display: none; color: white; background: transparent; border: 0; }

.detail-hero { position: relative; height: min(82vh,820px); min-height: 690px; padding: 124px 5vw 166px; display: flex; align-items: center; overflow: hidden; color: white; background: #302426; }
.detail-hero-media,
.detail-hero-shade { position: absolute; inset: 0; }
.detail-hero-media img { width: 104%; height: 104%; margin: -2%; object-fit: cover; animation: detailHeroBreath 20s cubic-bezier(.42,0,.22,1) infinite alternate; will-change: transform; }
@media (min-width: 1181px) {
  .detail-hero-media img[src$="/hotel-hero-4139.jpeg"] { object-position: center 52% !important; }
}
.detail-hero-shade { background: linear-gradient(90deg,rgba(30,22,24,.92) 0%,rgba(36,26,28,.76) 39%,rgba(38,29,30,.25) 72%,rgba(35,27,28,.12) 100%),linear-gradient(0deg,rgba(28,20,22,.86) 0%,transparent 48%); }
.detail-hero-copy { position: relative; z-index: 2; width: min(850px,72vw); animation: detailHeroCopyIn .9s .12s cubic-bezier(.2,.7,.2,1) both; }
.detail-back { display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.74); font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.detail-back span { font-size: 18px; font-weight: 400; transition: transform .25s ease; }
.detail-back:hover span { transform: translateX(-4px); }
.detail-kicker { margin: 35px 0 15px; color: #e8aaac; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.detail-hero h1 { max-width: 980px; margin: 0; font-size: clamp(64px,7.3vw,112px); font-weight: 680; line-height: .87; letter-spacing: -.062em; text-wrap: balance; text-shadow: 0 2px 28px rgba(0,0,0,.18); }
.detail-hero-lead { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(16px,1.2vw,19px); line-height: 1.5; letter-spacing: -.012em; }
.detail-hero-actions { margin-top: 29px; display: flex; align-items: center; gap: 32px; }
.detail-button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .045em; transition: transform .25s ease,background .25s ease; }
.detail-button:hover { transform: translateY(-3px); }
.detail-button-light { color: #312729; background: white; }
.detail-text-link { padding: 10px 0; display: inline-flex; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 13px; font-weight: 570; }
.detail-hero-number { position: absolute; z-index: 2; right: 5vw; top: 124px; display: flex; align-items: flex-end; gap: 8px; color: rgba(255,255,255,.62); }
.detail-hero-number strong { color: white; font-size: 50px; font-weight: 560; line-height: .8; letter-spacing: -.06em; }
.detail-hero-number span { font-size: 10px; letter-spacing: .15em; }
.detail-hero-facts { position: absolute; z-index: 2; right: 5vw; bottom: 34px; left: 5vw; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.34); border-bottom: 1px solid rgba(255,255,255,.34); }
.detail-hero-facts > div { min-height: 104px; padding: 18px 22px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.22); animation: detailFactIn .7s cubic-bezier(.2,.7,.2,1) both; }
.detail-hero-facts > div:first-child { border-left: 0; animation-delay: .45s; }
.detail-hero-facts > div:nth-child(2) { animation-delay: .58s; }
.detail-hero-facts > div:nth-child(3) { animation-delay: .71s; }
.detail-hero-facts strong { font-size: clamp(25px,2.3vw,37px); font-weight: 560; line-height: 1; letter-spacing: -.045em; }
.detail-hero-facts span { margin-top: 8px; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }

.detail-section { padding-right: 5vw; padding-left: 5vw; }
.detail-section-label { display: flex; align-items: center; gap: 13px; color: #756c69; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.detail-section-label > span { color: #b9676a; }
.detail-section-label-light { color: rgba(255,255,255,.52); }
.detail-section-label-light > span { color: #e8aaac; }
.detail-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1); }
.detail-reveal.in-view { opacity: 1; transform: none; }

.detail-intro { padding-top: 120px; padding-bottom: 125px; display: grid; grid-template-columns: minmax(160px,.35fr) minmax(0,1.65fr); gap: clamp(45px,8vw,135px); background: #f4f0ed; }
.detail-intro-content { max-width: 1050px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(280px,.82fr); gap: clamp(42px,7vw,110px); align-items: end; }
.detail-intro h2 { margin: 0; font-size: clamp(49px,5.5vw,84px); font-weight: 640; line-height: .98; letter-spacing: -.052em; text-wrap: balance; }
.detail-intro-content > p { margin: 0 0 5px; color: #625b59; font-size: 15px; line-height: 1.8; }

.detail-highlights { padding-top: 108px; padding-bottom: 118px; color: white; background: #593337; }
.detail-section-heading { display: grid; grid-template-columns: minmax(160px,.35fr) minmax(0,1.65fr); gap: clamp(45px,8vw,135px); }
.detail-section-heading h2 { max-width: 900px; margin: 0; font-size: clamp(51px,5.8vw,88px); font-weight: 640; line-height: .96; letter-spacing: -.052em; }
.detail-section-heading h2 em { color: #e7a6a8; }
.detail-highlight-grid { margin-top: 82px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.detail-highlight-grid article { min-height: 285px; padding: 24px clamp(20px,2.2vw,34px) 30px; display: flex; flex-direction: column; border-left: 1px solid rgba(255,255,255,.18); transition: background .3s ease,transform .3s ease; }
.detail-highlight-grid article:first-child { border-left: 0; }
.detail-highlight-grid article:hover { background: rgba(255,255,255,.055); transform: translateY(-5px); }
.detail-highlight-grid article > span { color: #e5a2a4; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.detail-highlight-grid h3 { margin: auto 0 14px; font-size: clamp(24px,2.1vw,33px); font-weight: 560; line-height: 1.05; letter-spacing: -.04em; text-wrap: balance; }
.detail-highlight-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }

.detail-gallery { padding: 12px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: clamp(190px,21vw,280px); gap: 12px; background: #2f2527; }
.detail-gallery figure { position: relative; margin: 0; overflow: hidden; background: #d5ceca; }
.detail-gallery-lead { grid-column: span 2; grid-row: span 2; min-height: 0; }
.detail-gallery-stack { display: contents; }
.detail-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.02); transition: transform .9s cubic-bezier(.2,.65,.2,1),filter .4s ease; }
.detail-gallery figure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.02); }
.gallery-lightbox-trigger { width: 100%; height: 100%; padding: 0; display: block; overflow: hidden; color: inherit; background: transparent; border: 0; cursor: zoom-in; }
.gallery-lightbox-trigger:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.detail-gallery figcaption { position: absolute; right: 0; bottom: 0; padding: 12px 16px; color: white; background: rgba(43,31,33,.86); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.detail-scope { padding-top: 120px; padding-bottom: 125px; display: grid; grid-template-columns: minmax(320px,.88fr) minmax(0,1.12fr); gap: clamp(70px,10vw,165px); align-items: start; background: #f4f0ed; }
.detail-scope-copy { position: sticky; top: 120px; }
.detail-scope h2 { max-width: 650px; margin: 38px 0 0; font-size: clamp(45px,4.9vw,76px); font-weight: 640; line-height: .98; letter-spacing: -.05em; text-wrap: balance; }
.detail-scope-copy > p { max-width: 590px; margin: 28px 0 0; color: #665e5b; font-size: 14px; line-height: 1.8; }
.detail-note { max-width: 590px; margin-top: 34px; padding: 20px 0 0; border-top: 1px solid rgba(48,45,44,.22); }
.detail-note > span { color: #b9676a; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.detail-note p { margin: 10px 0 0; color: #706865; font-size: 12px; line-height: 1.65; }
.detail-scope-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(48,45,44,.25); }
.detail-scope-list li { min-height: 94px; padding: 20px 0; display: grid; grid-template-columns: 50px 1fr; gap: 25px; align-items: center; border-bottom: 1px solid rgba(48,45,44,.25); transition: padding-left .25s ease,background .25s ease; }
.detail-scope-list li:hover { padding-left: 12px; background: rgba(255,255,255,.36); }
.detail-scope-list li > span { color: #b9676a; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.detail-scope-list li p { margin: 0; font-size: clamp(20px,1.75vw,27px); font-weight: 510; line-height: 1.18; letter-spacing: -.03em; }

.detail-contact { padding-top: 92px; padding-bottom: 96px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 80px; align-items: end; color: white; background: #332629; }
.detail-contact .detail-kicker { margin: 0 0 18px; }
.detail-contact h2 { max-width: 820px; margin: 0; font-size: clamp(50px,5.8vw,88px); font-weight: 640; line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.detail-contact > div:first-child > p:last-child { max-width: 620px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.detail-contact-links { border-top: 1px solid rgba(255,255,255,.24); }
.detail-contact-links a { padding: 22px 0; display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.24); transition: padding-left .25s ease,color .25s ease; }
.detail-contact-links a:hover { padding-left: 10px; color: #e8aaac; }
.detail-contact-links span { color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.detail-contact-links strong { font-size: clamp(19px,1.7vw,26px); font-weight: 530; line-height: 1.2; letter-spacing: -.03em; overflow-wrap: anywhere; }

.detail-other { padding-top: 105px; padding-bottom: 115px; background: #f4f0ed; }
.detail-other-list { margin-top: 45px; border-top: 1px solid rgba(48,45,44,.25); }
.detail-other-list > a,
.detail-other-list > span { min-height: 82px; padding: 17px 0; display: grid; grid-template-columns: 64px 1fr auto; gap: 22px; align-items: center; border-bottom: 1px solid rgba(48,45,44,.25); font-size: clamp(24px,2.5vw,39px); font-weight: 540; line-height: 1; letter-spacing: -.04em; transition: padding-left .25s ease,color .25s ease,background .25s ease; }
.detail-other-list > a:hover { padding-left: 13px; color: #9e575b; background: rgba(255,255,255,.36); }
.detail-other-list small { color: #b9676a; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.detail-other-list b { color: #b9676a; font-size: 18px; font-weight: 400; }
.detail-other-list .is-current { color: rgba(48,45,44,.33); }
.detail-other-list .is-current small { color: rgba(185,103,106,.45); }

.detail-footer { min-height: 180px; padding: 42px 5vw; display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; color: rgba(255,255,255,.68); background: #261d1f; border-top: 1px solid rgba(255,255,255,.12); }
.detail-footer img { width: 175px; height: 70px; object-fit: contain; object-position: left center; }
.detail-footer p { margin: 0; font-size: 12px; }
.detail-footer > div { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; font-size: 12px; }
.detail-footer a:hover { color: white; }

@keyframes detailHeroBreath {
  from { transform: translate3d(-1.1%,0,0) scale(1.025); }
  to { transform: translate3d(1.7%,-.7%,0) scale(1.08); }
}
@keyframes detailHeroCopyIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
@keyframes detailFactIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1180px) {
  .detail-nav { gap: 17px; font-size: 13px; }
  .detail-brand img { width: 178px; }
  .detail-highlight-grid { grid-template-columns: repeat(2,1fr); }
  .detail-highlight-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .detail-highlight-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .detail-intro-content { grid-template-columns: 1fr; }
}

@media (max-width: 980px) {
  .detail-header,
  .detail-header.is-scrolled { height: 78px; padding: 0 20px; }
  .detail-brand img { width: 158px; height: 60px; }
  .detail-menu-button { z-index: 2; width: 44px; height: 44px; padding: 11px 6px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
  .detail-menu-button span { width: 100%; height: 1px; background: white; }
  .detail-nav { position: fixed; top: 78px; right: 0; left: 0; max-height: calc(100dvh - 78px); padding: 24px 22px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; color: white; background: rgba(43,31,33,.98); border-top: 1px solid rgba(255,255,255,.14); transform: translateY(-140%); transition: transform .35s ease; }
  .detail-nav.is-open { transform: translateY(0); }
  .detail-nav > a:not(.detail-nav-cta) { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 25px; font-weight: 480; letter-spacing: -.035em; }
  .detail-nav > a:not(.detail-nav-cta)::after { bottom: 0; }
  .detail-nav > a:not(.detail-nav-cta).is-active { padding-left: 14px; background: rgba(255,255,255,.055); }
  .detail-nav-cta { margin-top: 22px; text-align: center; }
  .detail-intro,
  .detail-section-heading { grid-template-columns: 1fr; gap: 34px; }
  .detail-scope { grid-template-columns: 1fr; gap: 62px; }
  .detail-scope-copy { position: static; }
  .detail-contact { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 720px) {
  .detail-hero { height: auto; min-height: 760px; padding: 105px 20px 205px; align-items: flex-start; }
  .detail-hero-media img { object-position: center !important; }
  .detail-hero-shade { background: linear-gradient(180deg,rgba(29,21,23,.82) 0%,rgba(34,25,27,.6) 48%,rgba(28,20,22,.91) 100%); }
  .detail-hero-copy { width: 100%; }
  .detail-back { font-size: 9px; }
  .detail-kicker { margin-top: 30px; }
  .detail-hero h1 { font-size: clamp(49px,13.5vw,64px); line-height: .92; letter-spacing: -.052em; }
  .detail-hero-lead { max-width: 390px; margin-top: 20px; font-size: 15px; line-height: 1.48; }
  .detail-hero-actions { margin-top: 24px; align-items: flex-start; flex-direction: column; gap: 12px; }
  .detail-hero-number { display: none; }
  .detail-hero-facts { right: 20px; bottom: 24px; left: 20px; }
  .detail-hero-facts > div { min-height: 102px; padding: 14px 10px; }
  .detail-hero-facts strong { font-size: clamp(21px,6.5vw,29px); overflow-wrap: anywhere; }
  .detail-hero-facts span { font-size: 7px; letter-spacing: .08em; }
  .detail-section { padding-right: 20px; padding-left: 20px; }
  .detail-intro { padding-top: 78px; padding-bottom: 82px; gap: 31px; }
  .detail-intro h2 { font-size: clamp(43px,12.5vw,59px); line-height: 1; }
  .detail-intro-content { gap: 28px; }
  .detail-intro-content > p { font-size: 14px; }
  .detail-highlights { padding-top: 76px; padding-bottom: 82px; }
  .detail-section-heading h2 { font-size: clamp(43px,12vw,58px); }
  .detail-highlight-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .detail-highlight-grid article { min-height: 225px; padding: 22px 20px 25px; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .detail-highlight-grid article:first-child { border-top: 0; }
  .detail-highlight-grid h3 { font-size: 28px; }
  .detail-gallery { padding: 8px; grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: min(46vw,260px); gap: 8px; }
  .detail-gallery-lead { grid-column: 1 / -1; grid-row: span 2; min-height: 0; }
  .detail-gallery-stack { display: contents; }
  .detail-gallery-stack figure { height: auto; min-height: 0; max-height: none; }
  .detail-scope { padding-top: 78px; padding-bottom: 84px; gap: 48px; }
  .detail-scope h2 { margin-top: 30px; font-size: clamp(42px,11.6vw,56px); }
  .detail-scope-list li { min-height: 81px; grid-template-columns: 35px 1fr; gap: 15px; }
  .detail-scope-list li:hover { padding-left: 0; }
  .detail-scope-list li p { font-size: 21px; }
  .detail-contact { padding-top: 72px; padding-bottom: 78px; }
  .detail-contact h2 { font-size: clamp(45px,12vw,58px); }
  .detail-contact-links strong { font-size: 19px; }
  .detail-other { padding-top: 76px; padding-bottom: 82px; }
  .detail-other-list { margin-top: 35px; }
  .detail-other-list > a,
  .detail-other-list > span { min-height: 72px; grid-template-columns: 32px 1fr auto; gap: 10px; font-size: 25px; }
  .detail-other-list > a:hover { padding-left: 0; }
  .detail-footer { padding: 38px 20px; grid-template-columns: 1fr; gap: 22px; }
  .detail-footer > div { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .detail-hero-media img,
  .detail-hero-copy,
  .detail-hero-facts > div { animation: none; }
  .detail-reveal { opacity: 1; transform: none; transition: none; }
}

/* Kontakt v2: kompaktowy formularz nad skróconymi danymi. */
.contact { grid-template-columns: minmax(330px,.82fr) minmax(520px,1.18fr); gap: clamp(60px,7vw,120px); align-items: start; }
.contact-panel { display: flex; flex-direction: column; gap: 12px; }
.contact-form { padding: 0 0 24px; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-form-heading { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-form-heading > span { color: #f0ceca; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact-form-heading h3 { margin: 0; font-size: clamp(25px,2vw,32px); font-weight: 570; line-height: 1; letter-spacing: -.04em; }
.contact-form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 20px; }
.contact-form label { min-width: 0; display: flex; flex-direction: column; }
.contact-form label > span { margin-bottom: 7px; color: rgba(255,255,255,.52); font-size: 8px; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; min-width: 0; padding: 0 0 9px; color: white; font: 500 13px/1.4 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.27); border-radius: 0; outline: 0; transition: border-color .25s ease,background .25s ease; }
.contact-form input,
.contact-form select { height: 36px; }
.contact-form textarea { height: 58px; resize: vertical; }
.contact-form select { color-scheme: dark; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-bottom-color: #e8aaac; background: rgba(255,255,255,.025); }
.contact-form button { min-height: 45px; margin: 22px 0 0 auto; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #352729; background: #f3dcda; border: 0; border-radius: 0; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease,background .25s ease; }
.contact-form button:hover { transform: translateY(-3px); background: white; }
.contact-details { gap: 8px; }
.contact-details > div { min-height: 122px; padding: 17px 19px; }
.contact-details span { margin-bottom: 11px; }
.contact-details strong { margin-bottom: 6px; font-size: 15px; line-height: 1.25; }
.contact-details a { margin-top: 3px; font-size: 10px; line-height: 1.25; overflow-wrap: anywhere; }

@media (max-width: 1100px) {
  .contact { grid-template-columns: 1fr; gap: 60px; }
  .contact-intro { max-width: 720px; }
}

@media (max-width: 620px) {
  .contact-form-heading { min-height: 72px; }
  .contact-form-fields { grid-template-columns: 1fr; gap: 15px; }
  .contact-form textarea { height: 72px; }
  .contact-form button { width: 100%; margin-top: 20px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact-details > div { min-height: 108px; }
}

/* Kontakt v3: czytelniejsze pola i bezpieczne łamanie układu. */
.contact-panel,
.contact-form,
.contact-form-fields,
.contact-form label { min-width: 0; }
.contact-form-fields { gap: 18px; }
.contact-form label > span { margin-bottom: 8px; color: rgba(255,255,255,.72); font-size: 9px; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: 10px 12px;
  color: #fff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.32);
}
.contact-form input,
.contact-form select { height: 46px; }
.contact-form textarea { height: 78px; }
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover { border-color: rgba(255,255,255,.5); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: #f0ceca; background: rgba(255,255,255,.11); box-shadow: 0 0 0 2px rgba(240,206,202,.1); }
.contact-form button { min-height: 48px; }

@media (max-width: 1280px) {
  .contact { grid-template-columns: 1fr; gap: 56px; }
  .contact-intro { max-width: 760px; }
  .contact-panel { width: 100%; }
}

@media (max-width: 760px) {
  .contact-form-fields { grid-template-columns: 1fr; gap: 15px; }
  .contact-form button { width: 100%; }
}

/* Menu oferty: dostępne submenu na stronie głównej i podstronach. */
.nav-with-submenu { position: relative; align-self: stretch; display: flex; align-items: center; }
.nav-with-submenu > a { position: relative; padding: 35px 0; transition: color .25s ease; }
.nav-with-submenu > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 2px; background: currentColor; transition: right .25s ease; }
.nav-with-submenu > a:hover::after,
.nav-with-submenu > a.is-active::after { right: 0; }
.nav-with-submenu > a.is-active { color: #e8aaac; }
.nav-submenu-toggle { width: 24px; height: 34px; padding: 0; display: grid; place-items: center; align-self: center; color: currentColor; background: transparent; border: 0; cursor: pointer; }
.nav-submenu-toggle span { width: 7px; height: 7px; display: block; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .25s ease; }
.nav-with-submenu.is-open .nav-submenu-toggle span { transform: translateY(2px) rotate(225deg); }
.nav-submenu { position: absolute; z-index: 5; top: calc(100% - 6px); left: 50%; width: 350px; padding: 9px 14px 13px; color: white; background: rgba(43,31,33,.98); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 22px 50px rgba(20,15,15,.22); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%,10px); transition: opacity .25s ease,visibility .25s ease,transform .25s ease; }
.nav-submenu > a { min-height: 48px; padding: 8px 5px; display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.84); font-size: 14px; font-weight: 480; letter-spacing: -.01em; text-transform: none; transition: padding-left .2s ease,color .2s ease,background .2s ease; }
.nav-submenu > a:last-child { border-bottom: 0; }
.nav-submenu > a:hover { padding-left: 10px; color: white; background: rgba(255,255,255,.045); }
.nav-submenu small { color: #e8aaac; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.nav-submenu b { color: rgba(255,255,255,.4); font-size: 13px; font-weight: 400; }
.nav-submenu > a.is-current { color: #e8aaac; background: rgba(255,255,255,.04); }

@media (min-width: 821px) {
  .nav-with-submenu:hover .nav-submenu,
  .nav-with-submenu:focus-within .nav-submenu,
  .nav-with-submenu.is-open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%,0); }
}

@media (max-width: 820px) {
  .nav-with-submenu { width: 100%; display: grid; grid-template-columns: minmax(0,1fr) 44px; align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.14); }
  .site-header .nav-with-submenu > a { padding: 16px 0; border: 0; font-size: 27px; font-weight: 480; line-height: 1.2; letter-spacing: -.035em; text-transform: none; }
  .nav-with-submenu > a::after { bottom: 0; }
  .site-header .nav-with-submenu > a.is-active { padding-left: 14px; background: rgba(255,255,255,.055); }
  .nav-submenu-toggle { width: 44px; height: auto; border-left: 1px solid rgba(255,255,255,.14); }
  .nav-submenu { position: static; grid-column: 1 / -1; width: 100%; max-height: 0; padding: 0 12px; overflow: hidden; color: white; background: rgba(27,20,21,.5); border: 0; box-shadow: none; opacity: 0; visibility: visible; pointer-events: none; transform: none; transition: max-height .38s ease,opacity .25s ease,padding .38s ease; }
  .nav-with-submenu.is-open .nav-submenu { max-height: 430px; padding-top: 8px; padding-bottom: 10px; opacity: 1; pointer-events: auto; }
  .nav-submenu > a { min-height: 48px; font-size: 15px; }
}

/* Kontakt v4: dwie wyraźne kolumny z bezpieczną szerokością formularza. */
.contact { grid-template-columns: minmax(300px,.78fr) minmax(0,1.22fr); gap: clamp(48px,6vw,96px); }
.contact-intro { max-width: 580px; }
.contact-panel,
.contact-form { width: 100%; max-width: 100%; }
.contact-form-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
.contact-form input,
.contact-form select,
.contact-form textarea { max-width: 100%; box-sizing: border-box; }
.contact-details { grid-template-columns: repeat(2,minmax(0,1fr)); }

@media (max-width: 1100px) {
  .contact { grid-template-columns: minmax(0,1fr); gap: 56px; }
  .contact-intro { max-width: 760px; }
  .contact-details { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .contact-form-fields,
  .contact-details { grid-template-columns: minmax(0,1fr); }
}
/* Kontakt v5: zwarty formularz dopasowany do ekranów laptopowych. */
.contact { grid-template-columns: minmax(280px,.84fr) minmax(0,1.16fr); gap: clamp(30px,3.5vw,56px); }
.contact-form { padding-bottom: 16px; }
.contact-form-heading { min-height: 58px; gap: 16px; }
.contact-form-heading h3 { font-size: clamp(21px,1.65vw,27px); }
.contact-form-fields { gap: 10px 12px; }
.contact-form label > span { margin-bottom: 5px; font-size: 8px; }
.contact-form input,
.contact-form select,
.contact-form textarea { padding: 6px 9px; font-size: 12px; }
.contact-form input,
.contact-form select { height: 38px; }
.contact-form textarea { height: 56px; min-height: 56px; }
.contact-form button { min-height: 40px; margin-top: 14px; padding: 0 14px; gap: 20px; font-size: 9px; }
.contact-panel { gap: 8px; }
.contact-details { gap: 6px; }
.contact-details > div { min-height: 100px; padding: 13px 15px; }
.contact-details span { margin-bottom: 7px; font-size: 8px; }
.contact-details strong { margin-bottom: 3px; font-size: 13px; }
.contact-details a { margin-top: 2px; font-size: 9px; }

@media (max-width: 1280px) and (min-width: 1101px) {
  .contact { grid-template-columns: minmax(270px,.8fr) minmax(0,1.2fr); gap: 32px; padding-right: 4vw; padding-left: 4vw; }
  .contact-intro h2 { font-size: clamp(45px,4.4vw,58px); }
}

@media (max-width: 1100px) {
  .contact { grid-template-columns: minmax(0,1fr); gap: 48px; }
}

@media (max-width: 760px) {
  .contact-form-heading { min-height: 54px; }
  .contact-form input,
  .contact-form select { height: 42px; }
  .contact-form textarea { height: 68px; }
}

/* Kontakt v6: nagłówek nie konkuruje z formularzem. */
.contact-intro { min-width: 0; }
.contact-intro h2 { max-width: 520px; margin-top: 34px; font-size: clamp(36px,3.2vw,52px); line-height: .98; letter-spacing: -.04em; text-wrap: balance; }

@media (max-width: 1280px) and (min-width: 1101px) {
  .contact-intro h2 { font-size: clamp(36px,3vw,44px); }
}

@media (max-width: 760px) {
  .contact-intro h2 { max-width: 440px; font-size: clamp(36px,10vw,44px); }
}

/* Integracja z WordPressem */
[hidden] { display: none !important; }
.admin-bar .site-header { top: 32px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-status { margin: 0 0 18px; padding: 12px 14px; color: #fff; background: rgba(255,255,255,.08); border-left: 2px solid #e8aaac; font-size: 12px; }
.contact-status.is-success { border-left-color: #9fc7aa; }
.place-gallery-visual img,
.place-nature-visual img { transition: opacity .2s ease, transform .55s ease; }
.place-gallery-visual img.is-changing,
.place-nature-visual img.is-changing { opacity: .25; transform: scale(1.015); }
.gallery-editor-content { max-width: 1180px; margin: 0 auto 52px; }
.gallery-editor-content .wp-block-gallery { gap: 10px; }
.archive-pagination { margin-top: 60px; display: flex; justify-content: center; gap: 8px; }
.archive-pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 12px; display: grid; place-items: center; border: 1px solid rgba(45,34,36,.18); }
.archive-pagination .current { color: white; background: #6f2f38; border-color: #6f2f38; }
.archive-empty { padding: 70px 0; font-size: 18px; }
.article-page { padding-top: 150px; padding-bottom: 110px; }
.article-single { width: min(920px,90vw); margin: 0 auto; }
.article-single > .detail-back { display: inline-flex; margin: 0 0 48px; color: #6f2f38; }
.article-meta { margin-bottom: 22px; display: flex; gap: 18px; color: #7b6e70; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.article-meta a { color: #6f2f38; }
.article-single > h1 { max-width: 900px; margin: 0; color: #332629; font-size: clamp(48px,7vw,94px); font-weight: 620; line-height: .95; letter-spacing: -.055em; text-wrap: balance; }
.article-lead { max-width: 700px; margin: 32px 0 0; color: #685d5f; font-size: clamp(18px,2vw,24px); line-height: 1.55; }
.article-hero-image { width: 100%; max-height: 680px; margin: 58px 0; display: block; object-fit: cover; }
.article-content { max-width: 760px; color: #4f4547; font-size: 17px; line-height: 1.8; }
.article-content > * + * { margin-top: 1.4em; }
.article-content h2,
.article-content h3 { color: #332629; line-height: 1.1; letter-spacing: -.035em; }
.article-content a { color: #6f2f38; text-decoration: underline; text-underline-offset: 3px; }
.article-content img { max-width: 100%; height: auto; }
.article-content { overflow-wrap: anywhere; }
.article-content .fusion-fullwidth,
.article-content .fusion-builder-row,
.article-content .fusion-layout-column,
.article-content .fusion-column-wrapper,
.article-content .fusion-content-tb {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box;
}
.article-content .fusion-builder-row { display: block !important; }
.article-content .fusion-layout-column { float: none !important; }
.nav-with-submenu.is-current-page > a { color: #e8aaac; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 620px) {
  .article-page { padding-top: 120px; padding-bottom: 80px; }
  .article-single > .detail-back { margin-bottom: 34px; }
  .article-hero-image { margin: 38px 0; }
  .article-content { font-size: 16px; }
}

@media (max-width: 820px) {
  .site-header .main-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-24px);
    transition: opacity .25s ease, visibility .25s ease, transform .35s ease;
  }
  .site-header .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

/* Pełna galeria i archiwum aktualności. */
.archive-page { min-height: 100vh; color: var(--ink); background: #f4f0ed; }
.archive-hero { position: relative; height: min(72vh,760px); min-height: 620px; padding: 135px 5vw 80px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #312527; }
.archive-hero > img,
.archive-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.archive-hero > img { object-fit: cover; animation: detailHeroBreath 20s cubic-bezier(.42,0,.22,1) infinite alternate; }
.archive-hero-shade { background: linear-gradient(90deg,rgba(30,22,24,.9),rgba(35,27,28,.5) 56%,rgba(35,27,28,.16)),linear-gradient(0deg,rgba(29,21,23,.8),transparent 55%); }
.archive-hero-copy { position: relative; z-index: 1; animation: detailHeroCopyIn .9s .12s cubic-bezier(.2,.7,.2,1) both; }
.archive-hero-copy > p { margin: 0 0 18px; color: #e8aaac; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.archive-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(66px,7.7vw,118px); font-weight: 680; line-height: .87; letter-spacing: -.064em; text-wrap: balance; }
.archive-hero h1 em { color: #e8aaac; }
.archive-hero-copy > span { display: block; margin-top: 24px; color: rgba(255,255,255,.7); font-size: 13px; letter-spacing: .02em; }
.gallery-archive-hero > img { object-position: center 56%; }
.news-archive-hero > img { object-position: center 46%; }
.gallery-archive-content,
.news-archive-content { padding: 105px 5vw 120px; }
.archive-intro { display: grid; grid-template-columns: minmax(160px,.35fr) minmax(0,1.65fr); gap: clamp(45px,8vw,135px); align-items: start; }
.archive-intro > div:last-child { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,420px); gap: clamp(45px,7vw,110px); align-items: end; }
.archive-intro h2 { margin: 0; font-size: clamp(51px,5.8vw,88px); font-weight: 640; line-height: .96; letter-spacing: -.052em; }
.archive-intro p { margin: 0 0 5px; color: #665f5c; font-size: 14px; line-height: 1.75; }

.gallery-filters { margin-top: 72px; display: flex; flex-wrap: wrap; border-top: 1px solid rgba(48,45,44,.25); border-bottom: 1px solid rgba(48,45,44,.25); }
.gallery-filters button { min-height: 58px; padding: 0 25px; display: flex; align-items: center; gap: 12px; color: #6d6562; background: transparent; border: 0; border-left: 1px solid rgba(48,45,44,.2); font-size: 11px; font-weight: 650; letter-spacing: .05em; cursor: pointer; transition: color .25s ease,background .25s ease; }
.gallery-filters button:first-child { border-left: 0; }
.gallery-filters button:hover,
.gallery-filters button.is-active { color: white; background: #593337; }
.gallery-filters button span { color: #b9676a; font-size: 8px; }
.gallery-filters button.is-active span { color: #e8aaac; }
.gallery-archive-grid { margin-top: 14px; column-count: 4; column-gap: 12px; }
.gallery-archive-item { position: relative; width: 100%; min-width: 0; margin: 0 0 12px; padding: 0; display: block; break-inside: avoid; aspect-ratio: 4 / 3; overflow: hidden; background: #d7cfca; border: 0; cursor: zoom-in; }
.gallery-archive-item.is-wide { aspect-ratio: 16 / 10; }
.gallery-archive-item.is-tall { aspect-ratio: 3 / 4; }
.gallery-archive-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.02); transition: transform .8s cubic-bezier(.2,.65,.2,1),filter .35s ease; }
.gallery-archive-item:hover img { transform: scale(1.04); filter: saturate(1) contrast(1.02); }
.gallery-lightbox { position: fixed; z-index: 150; inset: 0; padding: 42px 8vw; display: grid; grid-template-columns: 56px minmax(0,1fr) 56px; gap: 30px; align-items: center; color: white; background: rgba(24,18,19,.96); backdrop-filter: blur(14px); }
.gallery-lightbox figure { min-width: 0; max-width: 1320px; max-height: calc(100vh - 84px); margin: 0 auto; display: flex; flex-direction: column; }
.gallery-lightbox figure img { width: 100%; min-height: 0; max-height: calc(100vh - 140px); object-fit: contain; }
.gallery-lightbox figcaption { padding-top: 16px; color: rgba(255,255,255,.6); text-align: right; }
.gallery-lightbox button { color: white; background: transparent; border: 0; cursor: pointer; }
.gallery-lightbox-close { position: absolute; top: 22px; right: 28px; width: 48px; height: 48px; font-size: 34px; font-weight: 300; }
.gallery-lightbox-arrow { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25) !important; font-size: 20px; transition: background .25s ease; }
.gallery-lightbox-arrow:hover { background: rgba(255,255,255,.1); }

.news-featured { margin-top: 75px; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(360px,.7fr); color: white; background: #593337; }
.news-featured-image { position: relative; min-width: 0; min-height: 550px; overflow: hidden; }
.news-featured-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.2,1); }
.news-featured:hover .news-featured-image img { transform: scale(1.035); }
.news-featured-copy { padding: clamp(38px,5vw,76px); display: flex; flex-direction: column; justify-content: center; }
.news-featured-copy > span { color: #e8aaac; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.news-featured-copy h2 { margin: 30px 0 0; font-size: clamp(45px,4.7vw,72px); font-weight: 620; line-height: .96; letter-spacing: -.052em; }
.news-featured-copy p { margin: 25px 0 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.7; }
.news-featured-copy > strong { margin-top: 44px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.24); color: white; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.news-featured-copy b { color: #e8aaac; font-size: 16px; font-weight: 400; }
.news-archive-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.news-archive-card { min-width: 0; padding: 10px 10px 27px; display: block; background: rgba(255,255,255,.58); border: 1px solid rgba(48,45,44,.08); transition: transform .3s ease,background .3s ease; }
.news-archive-card:hover { transform: translateY(-5px); background: white; }
.news-archive-image { position: relative; height: 275px; overflow: hidden; background: #d6ceca; }
.news-archive-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.news-archive-card:hover .news-archive-image img { transform: scale(1.035); }
.news-archive-image > span { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: #593337; background: rgba(255,255,255,.9); transform: translateY(-55px); transition: transform .25s ease; }
.news-archive-card:hover .news-archive-image > span { transform: none; }
.news-archive-meta { margin: 20px 10px 0; display: flex; justify-content: space-between; gap: 18px; color: #867e7a; font-size: 8px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.news-archive-meta > span { color: #b9676a; }
.news-archive-card h3 { margin: 16px 10px 0; font-size: clamp(25px,2.1vw,34px); font-weight: 570; line-height: 1.08; letter-spacing: -.04em; }
.news-archive-card p { margin: 14px 10px 0; color: #6b6461; font-size: 12px; line-height: 1.65; }

@media (max-width: 1100px) {
  .archive-intro { grid-template-columns: 1fr; gap: 34px; }
  .gallery-archive-grid { column-count: 3; }
  .news-featured { grid-template-columns: 1fr 1fr; }
  .news-archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .archive-hero { height: 620px; min-height: 0; padding: 110px 20px 60px; }
  .archive-hero h1 { font-size: clamp(51px,14vw,66px); line-height: .92; }
  .archive-hero-copy > span { max-width: 330px; font-size: 11px; line-height: 1.5; }
  .gallery-archive-content,
  .news-archive-content { padding: 76px 20px 82px; }
  .archive-intro { gap: 30px; }
  .archive-intro > div:last-child { grid-template-columns: 1fr; gap: 24px; }
  .archive-intro h2 { font-size: clamp(44px,12vw,58px); }
  .gallery-filters { margin-top: 48px; display: grid; grid-template-columns: repeat(2,1fr); }
  .gallery-filters button { min-height: 52px; padding: 0 14px; justify-content: space-between; border-bottom: 1px solid rgba(48,45,44,.16); }
  .gallery-archive-grid { column-count: 2; column-gap: 8px; }
  .gallery-archive-item { margin-bottom: 8px; }
  .gallery-lightbox { padding: 72px 12px 24px; display: block; }
  .gallery-lightbox figure { height: 100%; justify-content: center; }
  .gallery-lightbox figure img { max-height: calc(100vh - 170px); }
  .gallery-lightbox-arrow { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; background: rgba(24,18,19,.72) !important; }
  .gallery-lightbox-arrow.is-prev { left: 12px; }
  .gallery-lightbox-arrow.is-next { right: 12px; }
  .news-featured { margin-top: 52px; grid-template-columns: 1fr; }
  .news-featured-image { min-height: 330px; height: 88vw; max-height: 470px; }
  .news-featured-copy { padding: 34px 24px 38px; }
  .news-featured-copy h2 { font-size: 44px; }
  .news-archive-grid { grid-template-columns: 1fr; gap: 10px; }
  .news-archive-image { height: 76vw; min-height: 290px; max-height: 420px; }
  .news-archive-card h3 { font-size: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  .archive-hero > img,
  .archive-hero-copy { animation: none; }
}

.gallery-lightbox[hidden],
.gallery-archive-item[hidden] { display: none !important; }
/* Paleta v8: kolor logo jako akcent, neutralne powierzchnie o ciepłym tonie. */
:root {
  --green: #cf7574;
  --deep-green: #806c67;
  --brand-rose: #cf7574;
  --brand-surface: #806c67;
  --brand-surface-deep: #5b4f4c;
  --brand-soft: #f3dddc;
}

.hero-gradient { background: linear-gradient(90deg,rgba(44,40,38,.64) 0%,rgba(52,47,44,.42) 36%,rgba(52,47,44,.09) 72%,rgba(52,47,44,.02) 100%),linear-gradient(0deg,rgba(43,38,36,.36) 0%,transparent 52%); }
.site-header { background: linear-gradient(180deg,rgba(39,34,32,.58),rgba(39,34,32,.10)); }
.site-header.is-scrolled { background: rgba(120,102,96,.95); border-bottom-color: rgba(255,255,255,.2); box-shadow: 0 10px 34px rgba(51,43,41,.13); }
.nav-submenu { background: rgba(111,95,91,.98); }
.services { background: #806c67; }
.offer-group { background: #796661; }
.offer-group-image { background: #615451; }
.services .section-heading h2 em,
.offer-group-label { color: #edb8b6; }
.place-nature { background: #836f6a; }
.place-nature-copy .place-index,
.place-nature-copy h3 em { color: #edb8b6; }
.place-gallery-visual,
.place-nature-visual { background: #675a56; }
.gallery { background: #756862; }
.gallery-frame { background: #5b4f4c; }
.gallery .section-label { border-left-color: #efb1b0; }
.gallery-title > p,
.gallery-title h2 em { color: #edb8b6; }
.contact { background: #806c67; }
footer { background: #5b4f4c; }
.detail-hero-shade { background: linear-gradient(90deg,rgba(47,41,39,.84) 0%,rgba(64,54,52,.62) 39%,rgba(71,61,58,.16) 72%,rgba(71,61,58,.04) 100%),linear-gradient(0deg,rgba(43,37,35,.68) 0%,transparent 52%); }
.detail-highlights { background: #806c67; }
.detail-gallery { background: #6c5e5a; }
.detail-gallery figcaption { background: rgba(88,76,72,.88); }
.detail-contact { background: #796661; }
.detail-footer { background: #554a47; }
.archive-hero { background: #796661; }
.archive-hero-shade { background: linear-gradient(90deg,rgba(48,41,39,.8),rgba(68,58,55,.38) 58%,rgba(68,58,55,.08)),linear-gradient(0deg,rgba(45,38,36,.62),transparent 58%); }
.gallery-filters button:hover,
.gallery-filters button.is-active,
.news-featured { background: #806c67; }
.news-archive-image > span { color: #b96365; }
.gallery-lightbox { background: rgba(48,42,40,.97); }

@media (max-width: 820px) {
  .site-header .main-nav { background: rgba(111,95,90,.985); }
  .hero-gradient { background: linear-gradient(180deg,rgba(43,38,36,.58) 0%,rgba(49,44,41,.40) 48%,rgba(42,37,35,.62) 100%); }
  .gallery-lightbox-arrow { background: rgba(66,56,53,.8) !important; }
}

/* Paleta v9: jasne powierzchnie, kolor logo używany wyłącznie jako akcent. */
.services {
  color: var(--ink);
  background: #eee8e4;
}
.services .section-label.light { color: #706865; }
.services .section-heading h2 em { color: #b85f63; }
.services .section-heading p { color: #665e5b; }
.offer-groups {
  border-color: rgba(48,45,44,.16);
  background: rgba(48,45,44,.16);
}
.offer-group { background: #fffdfb; }
.offer-group-label { color: #b35e62; }
.offer-group ul { border-bottom-color: rgba(48,45,44,.18); }
.offer-group li { border-top-color: rgba(48,45,44,.18); }
.offer-group li b { color: #a95c60; }
.offer-group li > a:hover b { color: #8e474b; }
.offer-group-description { color: #68605d; }

.place-nature {
  color: var(--ink);
  background: #eee8e4;
}
.place-nature-copy .place-index,
.place-nature-copy h3 em { color: #b85f63; }
.place-nature-copy > p:not(.place-index) { color: #665e5b; }
.place-nature-points { border-color: rgba(48,45,44,.2); }
.place-nature-points button {
  color: #6a625f;
  border-bottom-color: rgba(48,45,44,.2);
}
.place-nature-points button:hover,
.place-nature-points button.is-active {
  color: var(--ink);
  background: rgba(255,255,255,.72);
}
.place-nature-points button > span,
.place-nature-points button i { color: #b85f63; }

.gallery {
  color: var(--ink);
  background: #f7f2ee;
}
.gallery::before { color: rgba(48,45,44,.025); }
.gallery .section-label {
  color: #706865;
  border-left-color: #cf7574;
}
.gallery-title > p,
.gallery-title h2 em { color: #b85f63; }
.gallery-header .gallery-title h2 { color: var(--ink); }
.gallery-intro p { color: #68605d; }
.gallery .underlined-link {
  color: var(--ink);
  border-bottom-color: rgba(48,45,44,.38);
}

.contact {
  color: var(--ink);
  background: #eee7e2;
}
.contact .section-label.light { color: #706865; }
.contact-intro h2 em,
.contact-phone small,
.contact-form-heading > span,
.contact-details span { color: #b35e62; }
.contact-intro > p { color: #665e5b; }
.contact-form {
  border-top-color: rgba(48,45,44,.25);
  border-bottom-color: rgba(48,45,44,.18);
}
.contact-form label > span { color: #6e6663; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  color: var(--ink);
  background: rgba(255,255,255,.72);
  border-color: rgba(48,45,44,.25);
}
.contact-form select { color-scheme: light; }
.contact-form input:hover,
.contact-form select:hover,
.contact-form textarea:hover { border-color: rgba(48,45,44,.42); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #cf7574;
  background: white;
  box-shadow: 0 0 0 2px rgba(207,117,116,.12);
}
.contact-form button {
  color: white;
  background: #b76063;
}
.contact-form button:hover { background: #965055; }
.contact-details > div {
  color: var(--ink);
  background: rgba(255,255,255,.58);
  border-color: rgba(48,45,44,.14);
}
.contact-details a { color: #68605d; }
footer { background: #6f5f5b; }

.detail-highlights {
  color: var(--ink);
  background: #eee8e4;
}
.detail-highlights .detail-section-label-light { color: #706865; }
.detail-highlights .detail-section-label-light > span,
.detail-section-heading h2 em,
.detail-highlight-grid article > span { color: #b85f63; }
.detail-highlight-grid {
  border-top-color: rgba(48,45,44,.22);
  border-bottom-color: rgba(48,45,44,.22);
}
.detail-highlight-grid article { border-left-color: rgba(48,45,44,.16); }
.detail-highlight-grid article:hover { background: rgba(255,255,255,.6); }
.detail-highlight-grid p { color: #68605d; }
.detail-gallery { background: #eee8e4; }
.detail-contact {
  color: var(--ink);
  background: #e8dfda;
}
.detail-contact > div:first-child > p:last-child { color: #665e5b; }
.detail-contact-links { border-top-color: rgba(48,45,44,.22); }
.detail-contact-links a { border-bottom-color: rgba(48,45,44,.22); }
.detail-contact-links span { color: #8a7f7b; }
.detail-footer { background: #6a5a56; }

.news-featured {
  color: var(--ink);
  background: #e8dfda;
}
.news-featured-copy > span,
.news-featured-copy b { color: #b85f63; }
.news-featured-copy p { color: #665e5b; }
.news-featured-copy > strong {
  color: var(--ink);
  border-top-color: rgba(48,45,44,.22);
}

/* Fundacja: dłuższa historia ułożona w czytelny, redakcyjny rytm. */
.foundation {
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
  gap: clamp(52px, 7vw, 110px);
  align-items: start;
}
.foundation-copy { min-width: 0; }
.foundation-story {
  max-width: 72ch;
  margin-top: clamp(38px, 4vw, 58px);
}
.foundation-story > p {
  margin: 0;
  color: #5e5956;
  font-size: clamp(15.5px, 1.05vw, 17.5px);
  line-height: 1.8;
}
.foundation-story > p + p {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(48,45,44,.14);
}
.foundation-story > .foundation-lead {
  color: var(--ink);
  font-size: clamp(20px, 1.42vw, 24px);
  line-height: 1.58;
  letter-spacing: -.018em;
}
.foundation-story strong {
  color: #a35257;
  font-weight: 700;
}
.foundation-visual {
  position: sticky;
  top: 112px;
}

@media (max-width: 900px) {
  .foundation { grid-template-columns: 1fr; }
  .foundation-story { margin-top: 34px; }
  .foundation-story > p {
    font-size: 16px;
    line-height: 1.74;
  }
  .foundation-story > .foundation-lead { font-size: 20px; }
  .foundation-visual {
    position: relative;
    top: auto;
  }
}

@media (max-width: 520px) {
  .detail-gallery { grid-auto-rows: 44vw; }
}
