:root {
  --ink: #17201c;
  --ink-soft: #435049;
  --forest: #18251f;
  --forest-2: #22352b;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --sand: #e8dfd1;
  --line: rgba(23, 32, 28, 0.16);
  --copper: #ad7042;
  --white: #fff;
  --shadow: 0 24px 70px rgba(13, 22, 18, 0.13);
  --radius: 2px;
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
:focus-visible { outline: 3px solid rgba(173, 112, 66, .76); outline-offset: 4px; }
::selection { background: #d7c0aa; color: var(--ink); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.03;
}
h1 { font-size: clamp(3rem, 7vw, 7.5rem); }
h2 { font-size: clamp(2.35rem, 5vw, 5rem); }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.4rem); }
p { color: var(--ink-soft); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(88px, 11vw, 160px) 0; }
.section--warm { background: var(--cream); }
.section--dark { background: var(--forest); color: var(--white); }
.section--dark p { color: rgba(255,255,255,.7); }
.eyebrow {
  margin-bottom: 20px;
  color: var(--copper);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading__text { max-width: 540px; margin: 0 0 8px auto; font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; }
.text-link::after { content: "↗"; transition: transform .25s ease; }
.text-link:hover::after { transform: translate(3px,-3px); }

.skip-link {
  position: fixed; z-index: 9999; left: 16px; top: 12px; padding: 10px 16px;
  background: var(--white); color: var(--ink); transform: translateY(-180%); box-shadow: var(--shadow);
}
.skip-link:focus { transform: none; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 23px; border: 1px solid transparent; border-radius: 999px;
  font-size: .84rem; font-weight: 700; letter-spacing: .035em; transition: .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--forest-2); }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--cream); }
.button--ghost { border-color: rgba(255,255,255,.55); color: var(--white); backdrop-filter: blur(10px); }
.button--ghost:hover { background: rgba(255,255,255,.12); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .3s ease, color .3s ease, box-shadow .3s ease; }
.site-header--solid { color: var(--ink); background: rgba(251,250,247,.94); box-shadow: 0 1px 0 rgba(23,32,28,.09); backdrop-filter: blur(18px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand img { filter: brightness(0) invert(1); transition: filter .3s ease; }
.site-header--solid .brand img { filter: none; }
.brand span { display: grid; gap: 6px; }
.brand strong { font-size: .77rem; letter-spacing: .18em; }
.brand small { font-size: .57rem; letter-spacing: .16em; opacity: .73; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); font-size: .75rem; font-weight: 650; }
.desktop-nav > a:not(.nav-cta) { position: relative; }
.desktop-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 17px; border: 1px solid currentColor; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; color: currentColor; cursor: pointer; }
.mobile-panel { display: none; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; background: #17201c; color: var(--white); }
.hero-image { object-fit: cover; object-position: center; transform: scale(1.015); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,18,14,.82) 0%, rgba(10,18,14,.35) 55%, rgba(10,18,14,.12) 100%), linear-gradient(0deg, rgba(9,16,13,.72), transparent 52%); }
.hero-content { position: relative; z-index: 1; padding: 190px 0 clamp(70px, 9vw, 120px); }
.hero-kicker { margin-bottom: 28px; color: rgba(255,255,255,.75); font-size: .75rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero h1 { max-width: 980px; margin-bottom: 28px; text-wrap: balance; }
.hero-lead { max-width: 660px; margin-bottom: 35px; color: rgba(255,255,255,.78); font-size: clamp(1.05rem,1.6vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { position: absolute; right: 0; bottom: 38px; margin: 0; color: rgba(255,255,255,.6); font-size: .67rem; letter-spacing: .06em; }

.manifesto { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: start; }
.manifesto h2 { max-width: 930px; margin-bottom: 32px; }
.manifesto__copy { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 850px; }
.manifesto__copy p { font-size: 1.04rem; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { position: relative; min-height: 650px; overflow: hidden; background: var(--forest); color: var(--white); }
.service-card__image { object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(8,14,11,.87)); }
.service-card__content { position: absolute; z-index: 1; inset: auto 32px 32px; }
.service-card h3 { margin-bottom: 13px; }
.service-card p { min-height: 78px; margin-bottom: 22px; color: rgba(255,255,255,.72); }
.service-card:hover .service-card__image { transform: scale(1.04); }
.service-card .text-link { color: var(--white); }

.media-text { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; background: var(--cream); }
.media-text--reverse { grid-template-columns: .92fr 1.08fr; }
.media-text--reverse .media-text__media { order: 2; }
.media-text__media { position: relative; min-height: 620px; overflow: hidden; }
.media-text__media img { object-fit: cover; }
.media-caption { position: absolute; right: 16px; bottom: 15px; margin: 0; padding: 7px 10px; background: rgba(14,22,18,.72); color: rgba(255,255,255,.8); font-size: .64rem; letter-spacing: .04em; backdrop-filter: blur(8px); }
.media-text__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,120px); }
.media-text__content h2 { margin-bottom: 28px; font-size: clamp(2.6rem,4.6vw,5.2rem); }
.media-text__content p { max-width: 560px; }
.media-text__content .text-link { margin-top: 18px; }

.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.14); }
.values-grid article { min-height: 265px; padding: 34px; background: var(--forest); }
.values-grid span { display: inline-block; margin-bottom: 54px; color: #d0a17a; font-size: .72rem; letter-spacing: .12em; }
.values-grid h3 { margin-bottom: 15px; font-size: 1.7rem; }
.values-grid p { margin-bottom: 0; font-size: .9rem; }

.home-gallery { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 340px 340px; gap: 14px; }
.home-gallery figure { position: relative; margin: 0; overflow: hidden; }
.home-gallery figure:first-child { grid-row: 1 / 3; }
.home-gallery img { object-fit: cover; transition: transform .7s ease; }
.home-gallery figure:hover img { transform: scale(1.025); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.gallery-heading h2 { max-width: 740px; margin: 0; }

.process-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.process-section__intro { position: sticky; top: 130px; }
.process-section__intro h2 { margin-bottom: 25px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { display: grid; grid-template-columns: 64px 240px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-step span { color: var(--copper); font-size: .72rem; letter-spacing: .12em; }
.process-step h3 { margin: 0; font-family: inherit; font-size: 1.02rem; font-weight: 700; letter-spacing: 0; line-height: 1.45; }
.process-step p { margin: 0; }
.process-note { margin-top: 23px; font-size: .78rem; }

.materials { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--forest); color: var(--white); }
.materials__image { position: relative; min-height: 600px; }
.materials__image img { object-fit: cover; }
.materials__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,120px); }
.materials__copy h2 { margin-bottom: 28px; }
.materials__copy p { color: rgba(255,255,255,.7); }
.materials__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 30px; margin: 28px 0 0; padding: 0; list-style: none; }
.materials__copy li { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.2); font-size: .84rem; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-section__intro { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 2px; cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.35rem; font-weight: 400; transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 50px 28px 2px; }

.cta-band { padding: clamp(75px,9vw,125px) 0; background: #aa7045; color: var(--white); }
.cta-band__inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta-band h2 { max-width: 850px; margin: 0; }
.cta-band .eyebrow { color: rgba(255,255,255,.7); }
.cta-band .button { flex: 0 0 auto; }

.footer { padding-top: 95px; background: #111915; color: var(--white); }
.footer p, .footer address { color: rgba(255,255,255,.63); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .55fr .75fr; gap: 90px; padding-bottom: 75px; }
.footer-brand img { margin-bottom: 35px; filter: brightness(0) invert(1); }
.footer-brand h2 { max-width: 540px; margin-bottom: 25px; font-size: clamp(2.7rem,4.4vw,5rem); }
.footer-brand p { max-width: 520px; }
.footer-label { margin-bottom: 23px; color: var(--white) !important; font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a:hover, .footer-map:hover, .footer-bottom a:hover { color: #d9aa82; }
.footer address { font-style: normal; }
.footer-contact { margin-top: 22px; }
.footer-map { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 25px; }

.page-hero { position: relative; min-height: 72svh; display: flex; align-items: flex-end; overflow: hidden; background: var(--forest); color: var(--white); }
.page-hero > img { object-fit: cover; }
.page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,14,11,.82), rgba(8,14,11,.15) 70%), linear-gradient(90deg, rgba(8,14,11,.55), transparent); }
.page-hero__content { position: relative; z-index: 1; padding: 180px 0 70px; }
.page-hero h1 { max-width: 1060px; margin-bottom: 25px; font-size: clamp(3.3rem,7vw,7rem); }
.page-hero__content > p:not(.eyebrow):not(.page-hero__note) { max-width: 700px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.page-hero__note { margin: 35px 0 0; color: rgba(255,255,255,.54); font-size: .66rem; letter-spacing: .05em; }
.page-stack > .media-text:nth-child(even) { background: var(--paper); }

.offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.offer-column { padding: 38px; background: var(--cream); border-top: 2px solid var(--copper); }
.offer-column h2 { margin-bottom: 24px; font-size: 2.35rem; }
.offer-column ul { padding: 0; margin: 28px 0 0; list-style: none; }
.offer-column li { padding: 13px 0; border-top: 1px solid var(--line); }
.price-note { max-width: 960px; margin: 45px 0 0; padding: 30px; border-left: 2px solid var(--copper); background: var(--cream); }

.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 40px; }
.portfolio-filters button { padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: .75rem; font-weight: 700; }
.portfolio-filters button[aria-pressed="true"] { background: var(--ink); color: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 15px; }
.portfolio-item { position: relative; grid-column: span 6; min-height: 520px; overflow: hidden; padding: 0; background: var(--forest); color: var(--white); cursor: zoom-in; text-align: left; }
.portfolio-item--tall { grid-column: span 5; }
.portfolio-item--wide { grid-column: span 7; }
.portfolio-item img { object-fit: cover; transition: transform .7s ease; }
.portfolio-item__shade { position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(6,11,9,.82)); }
.portfolio-item__copy { position: absolute; z-index: 1; inset: auto 28px 26px; }
.portfolio-item__copy span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.66); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-item__copy h2 { margin: 0; font-size: clamp(1.7rem,3vw,2.8rem); }
.portfolio-item:hover img { transform: scale(1.035); }
.lightbox { position: fixed; z-index: 300; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(8,13,11,.94); color: var(--white); }
.lightbox__image { position: relative; width: min(1200px,90vw); height: min(760px,75vh); }
.lightbox__image img { object-fit: contain; }
.lightbox > button { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; color: var(--white); cursor: pointer; }
.lightbox figcaption { margin-top: 18px; text-align: center; }
.lightbox figcaption strong { display: block; font-family: Iowan Old Style, Baskerville, serif; font-size: 1.6rem; }
.lightbox figcaption span { color: rgba(255,255,255,.62); font-size: .76rem; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px,8vw,110px); align-items: start; }
.contact-aside { position: sticky; top: 125px; }
.contact-aside h2 { margin-bottom: 26px; }
.contact-items { display: grid; gap: 23px; margin-top: 40px; }
.contact-items a, .contact-items p { margin: 0; }
.contact-items strong { display: block; margin-bottom: 4px; font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-hours { padding-top: 25px; border-top: 1px solid var(--line); }
.contact-form { padding: clamp(28px,4.5vw,55px); background: var(--cream); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.form-grid label { display: grid; gap: 8px; color: var(--ink); font-size: .74rem; font-weight: 700; letter-spacing: .035em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid rgba(23,32,28,.2); border-radius: 0; padding: 13px 14px; background: rgba(255,255,255,.78); color: var(--ink); font-size: .93rem; font-weight: 400; letter-spacing: 0; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--copper); outline: 2px solid rgba(173,112,66,.2); }
.form-wide { grid-column: 1 / -1; }
.consent { grid-template-columns: 19px 1fr !important; align-items: start; gap: 11px !important; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ink); }
.consent span { color: var(--ink-soft); font-size: .78rem; font-weight: 400; line-height: 1.55; }
.consent a { text-decoration: underline; }
.consent .field-error { grid-column: 2; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field-error { color: #9c3127; font-size: .72rem; font-weight: 600; }
.form-submit { margin-top: 27px; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-status { margin: 20px 0 0; padding: 14px 16px; font-size: .82rem; }
.form-status--success { background: #dce9df; color: #1c542d; }
.form-status--error { background: #f2deda; color: #81291f; }

.faq-page .faq-list { max-width: 970px; margin-inline: auto; }
.legal-page { max-width: 920px; }
.legal-page h1 { font-size: clamp(3rem,6vw,6rem); }
.legal-page h2 { margin-top: 55px; font-size: 2rem; }
.legal-page ul { color: var(--ink-soft); }
.legal-warning { padding: 22px; border-left: 3px solid var(--copper); background: var(--cream); }
.not-found { min-height: 78svh; display: grid; place-items: center; padding-top: 100px; text-align: center; }
.not-found > div { max-width: 720px; }
.not-found h1 { margin-bottom: 24px; }
.not-found .button { margin-top: 20px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 960px); }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-panel { position: fixed; inset: 88px 0 0; display: flex; flex-direction: column; padding: 34px 18px 24px; background: var(--paper); color: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .mobile-panel--open { opacity: 1; visibility: visible; transform: none; }
  .mobile-panel nav { display: grid; }
  .mobile-panel nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-family: Iowan Old Style, Baskerville, serif; font-size: clamp(1.7rem,7vw,2.6rem); line-height: 1.15; }
  .mobile-panel__foot { margin-top: auto; padding-top: 25px; border-top: 1px solid var(--line); }
  .mobile-panel__foot p { margin-bottom: 5px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 530px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-column { min-height: auto; }
  .footer-grid { grid-template-columns: 1.4fr .6fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .section-heading, .manifesto, .process-section, .faq-section, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .section-heading { align-items: start; }
  .section-heading__text { margin: 0; }
  .manifesto__copy { grid-column: 1; }
  .process-section__intro, .faq-section__intro, .contact-aside { position: static; }
  .media-text, .media-text--reverse, .materials { grid-template-columns: 1fr; }
  .media-text--reverse .media-text__media { order: 0; }
  .media-text__media, .materials__image { min-height: 62vw; }
  .home-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 310px; }
  .home-gallery figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .portfolio-item, .portfolio-item--wide, .portfolio-item--tall { grid-column: span 6; min-height: 450px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { gap: 50px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 28px); }
  .section { padding: 76px 0; }
  .header-inner { height: 76px; }
  .mobile-panel { inset: 76px 0 0; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: .68rem; }
  .brand small { font-size: .52rem; }
  .hero-content { padding-top: 145px; padding-bottom: 54px; }
  .hero h1 { font-size: clamp(3rem,15vw,4.7rem); }
  .hero-note { position: static; margin-top: 33px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .manifesto__copy, .service-grid, .values-grid, .materials__copy ul, .form-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 540px; }
  .values-grid article { min-height: auto; }
  .values-grid span { margin-bottom: 28px; }
  .media-text__content, .materials__copy { padding: 48px 22px; }
  .media-text__media, .materials__image { min-height: 84vw; }
  .home-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .home-gallery figure:first-child { grid-column: auto; }
  .gallery-heading { align-items: flex-start; flex-direction: column; }
  .process-step { grid-template-columns: 42px 1fr; }
  .process-step p { grid-column: 2; }
  .portfolio-item, .portfolio-item--wide, .portfolio-item--tall { grid-column: 1 / -1; min-height: 115vw; }
  .contact-form { padding: 24px 16px; }
  .form-wide { grid-column: auto; }
  .consent { grid-column: 1; }
  .page-hero { min-height: 74svh; }
  .page-hero__content { padding: 140px 0 50px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom, .footer-bottom div { flex-direction: column; gap: 9px; }
  .footer-bottom { align-items: flex-start; }
}

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

/* Component alignment refinements */
.section-heading { grid-template-areas: "eyebrow heading" ". copy"; align-items: start; }
.section-heading > .eyebrow { grid-area: eyebrow; }
.section-heading > h2 { grid-area: heading; }
.section-heading > .section-heading__text { grid-area: copy; margin: 8px 0 0; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light .section-heading__text { color: rgba(255,255,255,.68); }
.section-heading--center { display: block; max-width: 820px; margin-inline: auto; text-align: center; }
.service-card__image { position: absolute; inset: 0; }
.service-card__image img { object-fit: cover; }
.service-card__content > span { display: block; margin-bottom: 85px; color: rgba(255,255,255,.64); font-size: .68rem; letter-spacing: .13em; }
.service-card__content > div { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 700; }
.values-grid svg { margin-bottom: 28px; color: #d0a17a; }
.home-gallery { grid-template-columns: repeat(12, 1fr); grid-template-rows: 360px 360px; }
.home-gallery > div { position: relative; overflow: hidden; }
.home-gallery > div:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.home-gallery > div:nth-child(2) { grid-column: span 5; }
.home-gallery > div:nth-child(3) { grid-column: span 5; }
.home-gallery > div:nth-child(4) { display: none; }
.home-gallery > div::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(7,12,10,.72)); }
.home-gallery > div > img { object-fit: cover; transition: transform .7s ease; }
.home-gallery > div:hover > img { transform: scale(1.025); }
.home-gallery > div > span { position: absolute; z-index: 1; left: 26px; right: 26px; bottom: 24px; color: var(--white); }
.home-gallery > div > span small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.65); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.home-gallery > div > span strong { display: block; font-family: Iowan Old Style, Baskerville, serif; font-size: 1.6rem; font-weight: 400; line-height: 1.1; }
.process-list article { display: grid; grid-template-columns: 64px 240px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-list article:first-child { border-top: 1px solid var(--line); }
.process-list article > span { color: var(--copper); font-size: .72rem; letter-spacing: .12em; }
.process-list article > h3 { margin: 0; font-family: inherit; font-size: 1.02rem; font-weight: 700; letter-spacing: 0; line-height: 1.45; }
.process-list article > p { margin: 0; }
.materials__copy li { display: flex; align-items: center; gap: 9px; }
.offer-column { display: flex; flex-direction: column; }
.offer-column ul { flex: 1; }
.offer-column li { display: flex; align-items: center; gap: 9px; }
.offer-column > a { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; font-size: .8rem; font-weight: 700; }
.portfolio-filters button.active { background: var(--ink); color: var(--white); }
.portfolio-item__copy small { display: block; margin-bottom: 8px; color: rgba(255,255,255,.62); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.portfolio-item__copy strong { display: block; max-width: 620px; font-family: Iowan Old Style, Baskerville, serif; font-size: clamp(1.7rem,3vw,2.8rem); font-weight: 400; letter-spacing: -.03em; line-height: 1.06; }
.portfolio-item__copy em { display: block; margin-top: 9px; color: rgba(255,255,255,.67); font-size: .72rem; font-style: normal; }
.lightbox__image > div { position: absolute; left: 20px; right: 20px; bottom: 15px; padding: 70px 20px 18px; background: linear-gradient(transparent,rgba(6,11,9,.82)); }
.lightbox__image > div span { color: rgba(255,255,255,.65); font-size: .64rem; letter-spacing: .09em; text-transform: uppercase; }
.lightbox__image > div h2 { margin: 7px 0 0; font-size: clamp(2rem,4vw,4rem); }
.contact-items > div { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; }
.contact-items svg { margin-top: 3px; color: var(--copper); }
.contact-items small { display: block; margin-bottom: 4px; font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.page-hero__note { position: absolute; z-index: 1; right: max(24px, calc((100vw - min(1240px, calc(100vw - 48px))) / 2)); bottom: 28px; color: rgba(255,255,255,.54); font-size: .66rem; letter-spacing: .05em; }
.hero-note { display: flex; align-items: center; gap: 15px; right: max(24px, calc((100vw - min(1240px, calc(100vw - 48px))) / 2)); }
.hero-note a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.not-found > span { display: block; margin-bottom: 15px; color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.not-found h1 { max-width: 850px; }
.not-found p { max-width: 560px; margin-inline: auto; }

@media (max-width: 820px) {
  .section-heading { display: block; }
  .section-heading > .section-heading__text { margin-top: 20px; }
  .home-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 470px 320px; }
  .home-gallery > div:nth-child(1) { grid-column: 1 / -1; grid-row: auto; }
  .home-gallery > div:nth-child(2), .home-gallery > div:nth-child(3) { grid-column: auto; }
  .process-list article { grid-template-columns: 54px 190px 1fr; }
}

@media (max-width: 620px) {
  .home-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 360px); }
  .home-gallery > div:nth-child(1), .home-gallery > div:nth-child(2), .home-gallery > div:nth-child(3) { grid-column: auto; grid-row: auto; }
  .process-list article { grid-template-columns: 42px 1fr; }
  .process-list article > p { grid-column: 2; }
  .hero-note, .page-hero__note { right: 14px; }
}

.gallery-heading .section-heading { flex: 1; margin-bottom: 0; }
.process-section > .section-heading, .faq-section > .section-heading { display: block; position: sticky; top: 125px; margin-bottom: 0; }
.process-section > .section-heading .section-heading__text, .faq-section > .section-heading .section-heading__text { margin-top: 20px; }
.process-section > .process-note, .faq-section > .text-link { grid-column: 2; }
.manifesto { grid-template-areas: "eyebrow heading" ". copy"; }
.manifesto > .eyebrow { grid-area: eyebrow; }
.manifesto > h2 { grid-area: heading; }
.manifesto > p:last-child { grid-area: copy; max-width: 680px; }
@media (max-width: 820px) {
  .process-section > .section-heading, .faq-section > .section-heading { position: static; }
  .process-section > .process-note, .faq-section > .text-link { grid-column: auto; }
  .manifesto { display: block; }
}

.section.materials { padding: 0; }
.legal-page { padding-top: 180px; padding-bottom: 120px; }


/* Static edition additions */
.fill-image,
.hero-image,
.page-hero > img,
.service-card__image,
.media-text__media > img,
.materials__image > img,
.home-gallery__item > img,
.portfolio-item > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-image, .page-hero > img { z-index: 0; }
.service-card__image { transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.service-card:hover .service-card__image { transform: scale(1.04); }
.site-header--solid .brand img { filter: none; }
.mobile-panel nav a span { display: inline-block; min-width: 44px; color: var(--copper); font-family: inherit; font-size: .68rem; letter-spacing: .12em; }
.mobile-panel[hidden] { display: none; }
.icon { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.values-grid .icon { margin-bottom: 28px; color: #d0a17a; }
.materials__copy .icon { width: 18px; height: 18px; flex: 0 0 auto; }
.contact-items .icon { margin-top: 3px; color: var(--copper); }
.service-card__content .text-link::after, .offer-column > a::after { content: "↗"; }
.portfolio-item[hidden] { display: none; }
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; }
.lightbox__image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.lightbox__image > div { z-index: 1; }
.form-help { margin: 18px 0 0; font-size: .76rem; }
.form-status { display: none; }
.form-status.is-visible { display: block; }
.site-config-note { padding: 12px 14px; margin: 0 0 22px; border-left: 2px solid var(--copper); background: rgba(255,255,255,.55); font-size: .78rem; color: var(--ink-soft); }
.legal-page { min-height: 70vh; }
@media (max-width: 620px) {
  .mobile-panel nav a { display: flex; align-items: baseline; }
}


/* Kontakt chroniony przed prostym automatycznym zbieraniem danych. */
.contact-reveal {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
  cursor: pointer;
}
.contact-reveal::before {
  content: "◉";
  font-size: .72em;
  color: var(--copper);
}
.contact-reveal:hover,
.contact-reveal:focus-visible,
.revealed-contact:hover,
.revealed-contact:focus-visible {
  color: var(--copper);
}
.contact-reveal:focus-visible,
.revealed-contact:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
  border-radius: 2px;
}
.revealed-contact {
  display: inline-flex;
  color: inherit;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.footer-contact .contact-reveal,
.footer-contact .revealed-contact {
  color: rgba(255,255,255,.76);
}
.footer-contact .contact-reveal:hover,
.footer-contact .contact-reveal:focus-visible,
.footer-contact .revealed-contact:hover,
.footer-contact .revealed-contact:focus-visible {
  color: #d9aa82;
}

/* Poprawka mobilnego menu: pełne, nieprzezroczyste tło także w Safari/iOS. */
body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

body.mobile-menu-open .site-header {
  color: var(--ink);
  background: #fbfaf7;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 1px 0 rgba(23, 32, 28, 0.12);
}

body.mobile-menu-open .site-header .brand img {
  filter: none;
}

@media (max-width: 1050px) {
  .mobile-panel {
    z-index: 1000;
    width: 100%;
    height: calc(100vh - 88px);
    height: calc(100dvh - 88px);
    min-height: calc(100vh - 88px);
    padding: 28px max(18px, env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
    background: #fbfaf7 !important;
    background-color: #fbfaf7 !important;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    isolation: isolate;
    box-shadow: 0 24px 60px rgba(13, 22, 18, 0.16);
  }

  .mobile-panel--open {
    opacity: 1;
  }

  .mobile-panel nav {
    position: relative;
    z-index: 1;
    background: #fbfaf7;
  }

  .mobile-panel__foot {
    position: relative;
    z-index: 1;
    background: #fbfaf7;
  }
}

@media (max-width: 620px) {
  .mobile-panel {
    height: calc(100vh - 76px);
    height: calc(100dvh - 76px);
    min-height: calc(100vh - 76px);
    padding-top: 20px;
  }

  .mobile-panel nav a {
    padding-block: 13px;
    font-size: clamp(1.85rem, 9vw, 2.45rem);
  }
}
