/*
Theme Name: Ludmila Interior Design
Theme URI: https://interior-design.top/
Author: OpenAI for Ludmila
Description: Премиальная адаптивная тема для дизайнера интерьеров. Автоматически использует русский язык на основном домене и украинский на поддомене ua.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: ludmila-interior
*/

:root {
  --bg: #f3efe8;
  --paper: #faf8f4;
  --ink: #1f211f;
  --muted: #6f706b;
  --line: rgba(31, 33, 31, 0.16);
  --accent: #8f6a4a;
  --dark: #20231f;
  --white: #fff;
  --container: 1280px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--dark);
  color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.section-pad { padding: 140px 0; }
.section-label {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 5.7rem); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 88px;
  background: rgba(243, 239, 232, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: height .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { height: 74px; border-color: var(--line); box-shadow: 0 8px 30px rgba(31,33,31,.04); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 20px; }
.brand-text { display: flex; flex-direction: column; font-size: .88rem; font-weight: 700; letter-spacing: .22em; line-height: 1.05; }
.brand-text small { margin-top: 5px; font-size: .52rem; font-weight: 500; letter-spacing: .36em; }
.desktop-nav { display: flex; align-items: center; gap: 38px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: .8rem; letter-spacing: .06em; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .8rem; letter-spacing: .05em; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .3s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 100svh; padding: 150px 0 64px; }
.hero-grid { min-height: calc(100svh - 214px); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(40px, 7vw, 120px); align-items: center; }
.eyebrow { margin-bottom: 34px; color: var(--muted); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin-bottom: 34px; font-size: clamp(4.1rem, 7.2vw, 8.2rem); }
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero-text { max-width: 620px; margin-bottom: 42px; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.25rem); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 26px; border: 1px solid var(--dark); border-radius: 999px; cursor: pointer; font-size: .8rem; font-weight: 700; letter-spacing: .08em; transition: color .25s ease, background .25s ease, transform .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { color: var(--white); background: var(--dark); }
.btn-dark:hover { background: var(--accent); border-color: var(--accent); }
.btn-outline { background: transparent; }
.btn-outline:hover { color: var(--white); background: var(--dark); }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); font-size: .82rem; letter-spacing: .05em; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero-meta { display: flex; gap: clamp(26px, 4vw, 58px); margin-top: 72px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1; }
.hero-meta span { margin-top: 9px; color: var(--muted); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #d9d2c7; }
.hero-image-wrap img { height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.65,.2,1); }
.hero-image-wrap:hover img { transform: scale(1.025); }
.hero-badge { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 18px; align-items: center; min-width: 270px; padding: 16px 20px; color: var(--white); background: rgba(25,27,24,.84); backdrop-filter: blur(12px); }
.hero-badge span { font-family: var(--serif); font-size: 2rem; }
.hero-badge p { margin: 0; font-size: .7rem; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; }
.image-caption { margin: 12px 0 0; color: var(--muted); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll { position: absolute; left: 24px; bottom: 48px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left center; }
.hero-scroll span { width: 48px; height: 1px; background: var(--line); }

.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 48px; }
.statement-content h2 { max-width: 1050px; font-size: clamp(2.8rem, 5vw, 5.6rem); }
.statement-content p { max-width: 680px; margin: 42px 0 0 auto; color: var(--muted); font-size: 1.08rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.section-head h2 { font-size: clamp(3.2rem, 5.2vw, 5.7rem); }
.section-note { max-width: 360px; margin-bottom: 8px; color: var(--muted); }
.projects-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: auto auto; gap: 38px 28px; }
.project-large { grid-row: span 2; }
.project-image { position: relative; overflow: hidden; background: #d7d0c5; }
.project-large .project-image { aspect-ratio: 4 / 5; }
.project-card:not(.project-large) .project-image { aspect-ratio: 16 / 10; }
.project-image img { height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.65,.2,1), filter .5s ease; }
.project-card:hover img { transform: scale(1.035); filter: brightness(.92); }
.project-arrow { position: absolute; right: 18px; top: 18px; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: white; background: rgba(31,33,31,.7); backdrop-filter: blur(10px); transform: translateY(-78px); transition: transform .35s ease; }
.project-card:hover .project-arrow { transform: translateY(0); }
.project-info { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-top: 16px; }
.project-info h3 { margin: 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.project-info p { margin: 0; color: var(--muted); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; text-align: right; }

.services { color: #ece8e0; background: var(--dark); }
.services .section-label, .services .section-note { color: #a8aaa3; }
.services-list { border-top: 1px solid rgba(255,255,255,.17); }
.service-item { display: grid; grid-template-columns: 70px minmax(220px, 1fr) minmax(300px, 1.4fr) 42px; gap: 24px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.17); transition: padding .3s ease, color .3s ease; }
.service-item:hover { padding-left: 14px; color: white; }
.service-num { color: #8f928a; font-size: .7rem; letter-spacing: .16em; }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.7rem); font-weight: 400; }
.service-item p { max-width: 530px; margin: 0; color: #a8aaa3; font-size: .9rem; }
.service-item a { font-size: 1.3rem; transition: transform .25s ease; }
.service-item:hover a { transform: translate(4px,-4px); }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(54px, 9vw, 140px); align-items: center; }
.about-photo { position: relative; }
.about-photo > img { aspect-ratio: 4 / 5; object-fit: cover; background: #ddd5ca; }
.about-signature { position: absolute; right: -32px; bottom: 36px; padding: 18px 24px; color: white; background: var(--accent); font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; }
.about-signature span { font-family: var(--sans); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 38px; font-size: clamp(3rem, 4.8vw, 5.2rem); }
.about-copy > p:not(.section-label) { color: var(--muted); }
.about-points { margin: 40px 0; border-top: 1px solid var(--line); }
.about-points div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-points span { color: var(--accent); font-size: .7rem; }
.about-points p { margin: 0; font-size: .9rem; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 300px; padding: 28px 34px 0 0; border-right: 1px solid var(--line); }
.process-step:not(:first-child) { padding-left: 34px; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; margin-bottom: 88px; color: var(--accent); font-size: .7rem; letter-spacing: .16em; }
.process-step h3 { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.process-step p { color: var(--muted); font-size: .9rem; }

.process-step .step-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.process-step .step-link span { transition: transform .25s ease; }
.process-step .step-link:hover span { transform: translateY(3px); }

.process-intro {
  scroll-margin-top: 100px;
  margin-top: 90px;
  padding: clamp(38px, 6vw, 76px);
  color: #f5f0e7;
  background:
    radial-gradient(circle at 88% 10%, rgba(184, 136, 89, .22), transparent 30%),
    linear-gradient(135deg, #283028 0%, #1f251f 58%, #171b17 100%);
}
.process-intro-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: end;
  padding-bottom: 54px;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.process-intro-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -8px;
  color: #bfc8bd;
}
.process-intro-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}
.process-intro-heading > p:last-child {
  margin: 0;
  color: #c7cec4;
  font-size: 1rem;
}
.meeting-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
.meeting-step {
  min-height: 330px;
  padding: 42px 42px 38px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.meeting-step:nth-child(even) {
  padding-right: 0;
  padding-left: 42px;
  border-left: 1px solid rgba(255,255,255,.14);
}
.meeting-step:nth-last-child(-n+2) { border-bottom: 0; }
.meeting-step > span {
  display: block;
  margin-bottom: 64px;
  color: #c69a70;
  font-size: .68rem;
  letter-spacing: .18em;
}
.meeting-step h4 {
  max-width: 500px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.5vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
}
.meeting-step p {
  max-width: 560px;
  margin: 0;
  color: #aeb7ac;
  font-size: .9rem;
}

.quote-section { padding: 120px 0; color: white; background: var(--accent); }
.quote-inner { max-width: 980px; text-align: center; }
.quote-mark { margin: 0; font-family: var(--serif); font-size: 8rem; line-height: .4; opacity: .45; }
blockquote { margin: 30px 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.4vw, 4.8rem); line-height: 1.08; letter-spacing: -.03em; }
.quote-author { margin: 0; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(60px, 10vw, 150px); }
.contact-copy h2 { margin-bottom: 36px; font-size: clamp(3rem, 5vw, 5.4rem); }
.contact-copy > p:not(.section-label) { max-width: 580px; color: var(--muted); }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 48px; }
.contact-details a { border-bottom: 1px solid var(--line); }
.contact-details span { margin-top: 18px; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; padding: 44px; background: var(--bg); }
.contact-form label { display: flex; flex-direction: column; gap: 10px; }
.contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form label > span { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 8px 0 13px; color: var(--ink); background: transparent; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form .btn { grid-column: 1 / -1; margin-top: 10px; }
.form-policy { grid-column: 1 / -1; margin: -10px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }

.site-footer { padding: 78px 0 28px; color: #d9d9d3; background: #171916; }
.brand-light { color: white; }
.footer-top { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; padding-bottom: 62px; }
.footer-links, .socials { display: flex; flex-direction: column; gap: 10px; font-size: .78rem; }
.footer-links a:hover, .socials a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #7f827b; font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }

.to-top { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(31,33,31,.86); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; cursor: pointer; }
.to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast { position: fixed; right: 24px; bottom: 84px; z-index: 200; padding: 14px 20px; color: white; background: var(--dark); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.65,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .32s; }



/* Interior concept stage */
.concept-detail {
  margin-top: 34px;
  background:
    radial-gradient(circle at 10% 8%, rgba(184, 136, 89, .24), transparent 28%),
    radial-gradient(circle at 92% 90%, rgba(96, 116, 83, .22), transparent 34%),
    linear-gradient(135deg, #2d241e 0%, #201c18 52%, #171a16 100%);
}
.concept-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 100px);
  padding: 52px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.concept-copy > div { display: grid; align-content: start; gap: 22px; }
.concept-copy p {
  margin: 0;
  color: #c3beb6;
  font-size: .95rem;
}
.concept-journey {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.concept-journey section {
  min-height: 255px;
  padding: 38px 28px 34px 0;
  border-right: 1px solid rgba(255,255,255,.14);
}
.concept-journey section:not(:first-child) { padding-left: 28px; }
.concept-journey section:last-child { border-right: 0; }
.concept-journey span {
  display: block;
  margin-bottom: 62px;
  color: #c69a70;
  font-size: .68rem;
  letter-spacing: .18em;
}
.concept-journey h4 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.08;
}
.concept-journey p {
  margin: 0;
  color: #aaa79f;
  font-size: .84rem;
}

@media (max-width: 1050px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 74px 0 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 24px; height: calc(100svh - 74px); background: var(--bg); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu a { font-family: var(--serif); font-size: 2.3rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 44px; }
  .hero h1 { font-size: clamp(3.8rem, 7vw, 6.5rem); }
  .statement-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .process-step:nth-child(3) { padding-left: 0; }
  .contact-grid { gap: 60px; }
}


@media (max-width: 900px) {
  .process-intro-heading { grid-template-columns: 1fr; }
  .process-intro-heading .section-label { grid-column: auto; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 92px 0; }
  .site-header { height: 72px; }
  .hero { min-height: auto; padding: 116px 0 80px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero h1 { font-size: clamp(3.8rem, 16vw, 6.1rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-meta { margin-top: 48px; }
  .hero-image-wrap { aspect-ratio: 4 / 5; }
  .hero-badge { right: 12px; bottom: 12px; min-width: 230px; }
  .hero-scroll { display: none; }
  .statement-content h2, .section-head h2 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .statement-content p { margin-top: 30px; }
  .section-head { align-items: flex-start; flex-direction: column; margin-bottom: 44px; }
  .projects-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .project-large { grid-row: auto; }
  .project-large .project-image, .project-card:not(.project-large) .project-image { aspect-ratio: 4 / 5; }
  .project-info { align-items: flex-start; flex-direction: column; gap: 4px; }
  .project-info p { text-align: left; }
  .service-item { grid-template-columns: 40px 1fr 30px; gap: 14px; }
  .service-item p { grid-column: 2 / 4; }
  .about-grid { grid-template-columns: 1fr; }
  .about-signature { right: 12px; bottom: 12px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:not(:first-child), .process-step:nth-child(3) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-step:last-child { border-bottom: 0; }
  .process-step > span { margin-bottom: 34px; }
  .process-intro { margin-top: 58px; padding: 34px 22px; }
  .process-intro-heading { gap: 22px; padding-bottom: 34px; }
  .process-intro-heading h3 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .meeting-steps { grid-template-columns: 1fr; }
  .meeting-step,
  .meeting-step:nth-child(even) {
    min-height: auto;
    padding: 32px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .meeting-step:nth-last-child(2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .meeting-step:last-child { border-bottom: 0; }
  .meeting-step > span { margin-bottom: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; padding: 28px 20px; }
  .contact-form label:nth-child(4), .contact-form .btn, .form-policy { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 46px; }
  .footer-top .brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-meta { justify-content: space-between; gap: 14px; }
  .hero-meta strong { font-size: 1.6rem; }
  .hero-meta span { font-size: .55rem; }
  .hero-badge { min-width: 0; max-width: calc(100% - 24px); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .brand { grid-column: auto; }
}

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

/* Ukrainian content additions */
.portfolio-note {
  max-width: 760px;
  margin: 46px 0 0 auto;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .8rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.025);
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}

.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.045);
}

.price-card-featured {
  border-color: rgba(207, 163, 124, .8);
  background: rgba(143,106,74,.13);
}

.popular-label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 13px;
  color: var(--dark);
  background: #d8b795;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.price-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  gap: 7px;
  margin: 0;
  text-align: right;
}

.price strong {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.price span {
  color: #a8aaa3;
  font-size: .72rem;
}

.price-custom strong { font-size: clamp(1.45rem, 2.4vw, 2.1rem); }
.price-card h3 {
  max-width: 520px;
  margin-bottom: 14px;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  font-weight: 400;
  line-height: 1.03;
}
.price-intro { max-width: 590px; color: #a8aaa3; font-size: .92rem; }
.price-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 34px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.14);
  list-style: none;
}
.price-card li {
  position: relative;
  padding-left: 20px;
  color: #c3c4be;
  font-size: .82rem;
}
.price-card li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #d8b795;
}
.two-column-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
.card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.card-link span { font-size: 1.2rem; transition: transform .25s ease; }
.card-link:hover span { transform: translate(4px,-4px); }

.values { background: #ebe4da; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.value-card {
  min-height: 340px;
  padding: 30px 36px 30px 0;
  border-right: 1px solid var(--line);
}
.value-card:not(:first-child) { padding-left: 36px; }
.value-card:last-child { border-right: 0; }
.value-card > span {
  display: block;
  margin-bottom: 88px;
  color: var(--accent);
  font-size: .7rem;
  letter-spacing: .16em;
}
.value-card h3 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.location-strip { padding: 94px 0; color: white; background: #343a34; }
.location-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: end;
}
.location-grid .section-label { color: #bfc3bc; }
.location-grid h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.location-grid > p { max-width: 680px; margin: 0; color: #c3c8c0; font-size: 1rem; }

.contact-details span + span { margin-top: 4px; }

@media (max-width: 1050px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
}

@media (max-width: 780px) {
  .pricing-grid { gap: 16px; }
  .price-card { padding: 26px 20px; }
  .price-card-head { margin-bottom: 20px; }
  .two-column-list { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card,
  .value-card:not(:first-child) {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .value-card:last-child { grid-column: auto; border-top: 0; border-bottom: 0; }
  .value-card > span { margin-bottom: 35px; }
  .location-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* Portfolio gallery with uploaded interiors */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 46px 24px;
  align-items: start;
}

.project-card,
.project-large {
  grid-row: auto;
}

.gallery-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: zoom-in;
}

.gallery-open:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 7px;
}

.project-card .project-image,
.project-large .project-image,
.project-card:not(.project-large) .project-image {
  aspect-ratio: 4 / 5;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card:nth-child(5) .project-image img {
  object-position: center 56%;
}

.project-arrow {
  font-size: 1.45rem;
  line-height: 1;
}

.project-info {
  min-height: 72px;
}

.project-info h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.portfolio-note {
  max-width: none;
  margin-top: 54px;
  text-align: center;
}

/* Full-screen image viewer */
body.lightbox-open {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  align-items: center;
  padding: 30px;
  color: #fff;
  background: rgba(14, 15, 13, .96);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.lightbox-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.lightbox-figure img {
  width: auto;
  max-width: min(100%, 1100px);
  max-height: calc(100vh - 110px);
  object-fit: contain;
  box-shadow: 0 26px 80px rgba(0,0,0,.35);
}

.lightbox-figure figcaption {
  margin-top: 14px;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.lightbox-close,
.lightbox-nav {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.05);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255,255,255,.15);
  transform: scale(1.04);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  font-size: 1.8rem;
}

.lightbox-nav {
  justify-self: center;
  font-size: 1.2rem;
}

@media (max-width: 980px) {
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .project-info {
    min-height: 0;
  }

  .lightbox {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    padding: 20px 8px;
  }

  .lightbox-close {
    top: 14px;
    right: 14px;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 42px;
    height: 42px;
  }

  .lightbox-figure img {
    max-height: calc(100vh - 92px);
  }

  .lightbox-figure figcaption {
    display: none;
  }
}


/* Language switcher */
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(250, 248, 244, .56);
}
.language-switcher a {
  display: grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  transition: color .2s ease, background .2s ease;
}
.language-switcher a:hover { color: var(--ink); }
.language-switcher a.is-active {
  color: var(--white);
  background: var(--dark);
}

/* Detailed planning stage */
.planning-detail { margin-top: 34px; }
.planning-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 100px);
  padding: 52px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.planning-copy > div { display: grid; align-content: start; gap: 22px; }
.planning-copy p {
  margin: 0;
  color: #b8c1b6;
  font-size: .95rem;
}
.planning-copy strong { color: #f5f0e7; font-weight: 600; }
.planning-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.planning-highlights > div {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 38px 32px 30px 0;
  border-right: 1px solid rgba(255,255,255,.14);
}
.planning-highlights > div:not(:first-child) { padding-left: 32px; }
.planning-highlights > div:last-child { border-right: 0; }
.planning-highlights strong {
  margin-bottom: auto;
  color: #c69a70;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
}
.planning-highlights span {
  max-width: 260px;
  color: #c7cec4;
  font-size: .72rem;
  letter-spacing: .08em;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  .header-inner { gap: 18px; }
}

@media (max-width: 780px) {
  .planning-copy, .concept-copy { grid-template-columns: 1fr; gap: 22px; padding: 38px 0; }
  .concept-journey { grid-template-columns: 1fr 1fr; }
  .concept-journey section,
  .concept-journey section:not(:first-child) { min-height: 220px; padding: 28px 24px; }
  .concept-journey section:nth-child(2) { border-right: 0; }
  .concept-journey section:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .concept-journey section:nth-child(3) { padding-left: 0; }
  .concept-journey span { margin-bottom: 42px; }
  .planning-highlights { grid-template-columns: 1fr; }
  .planning-highlights > div,
  .planning-highlights > div:not(:first-child) {
    min-height: 130px;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .planning-highlights > div:last-child { border-bottom: 0; }
  .planning-highlights strong { margin-bottom: 20px; }
}

@media (max-width: 480px) {
  .concept-journey { grid-template-columns: 1fr; }
  .concept-journey section,
  .concept-journey section:not(:first-child),
  .concept-journey section:nth-child(3) {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .concept-journey section:last-child { border-bottom: 0; }
  .concept-journey span { margin-bottom: 28px; }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-mark { width: 30px; height: 30px; font-size: 17px; }
  .brand-text { font-size: .7rem; letter-spacing: .16em; }
  .brand-text small { display: none; }
  .language-switcher a { min-width: 29px; height: 26px; padding: 0 5px; font-size: .57rem; }
  .menu-toggle { width: 40px; }
}


/* ===== Multi-page stages and blog ===== */
.process-grid-seven { grid-template-columns: repeat(3,minmax(0,1fr)); border-top:1px solid var(--line); }
.process-grid-seven .process-step { min-height:390px; padding:34px 34px 32px 0; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.process-grid-seven .process-step:nth-child(3n) { border-right:0; }
.process-grid-seven .process-step:nth-child(3n+2), .process-grid-seven .process-step:nth-child(3n+3) { padding-left:34px; }
.process-grid-seven .process-step:nth-child(7) { border-bottom:0; }
.process-grid-seven .process-step > span { margin-bottom:72px; }
.process-grid-seven .step-link { margin-top:auto; }

.home-blog { background:var(--paper); }
.blog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:72px 28px; }
.blog-card { display:grid; grid-template-columns:minmax(190px,.82fr) minmax(0,1.18fr); min-height:390px; border-top:1px solid var(--line); padding-top:22px; }
.blog-card-image { overflow:hidden; min-height:350px; background:#d8d1c7; }
.blog-card-image img { height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.65,.2,1); }
.blog-card:hover .blog-card-image img { transform:scale(1.035); }
.blog-card-copy { display:flex; flex-direction:column; align-items:flex-start; padding:8px 0 0 28px; }
.blog-meta { color:var(--accent); font-size:.65rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; }
.blog-card h2 { margin:12px 0 18px; font-family:var(--serif); font-size:clamp(1.8rem,2.5vw,3rem); line-height:1.03; letter-spacing:-.025em; }
.blog-card-copy > p:not(.blog-meta) { color:var(--muted); font-size:.9rem; }
.blog-card .text-link { margin-top:auto; }
.pagination { display:flex; justify-content:center; gap:10px; margin-top:72px; }
.pagination a { display:grid; place-items:center; width:46px; height:46px; border:1px solid var(--line); border-radius:50%; font-family:var(--serif); font-size:1.1rem; transition:.2s ease; }
.pagination a:hover,.pagination a.is-active { color:#fff; background:var(--dark); border-color:var(--dark); }

.blog-hero { padding:180px 0 105px; background:linear-gradient(135deg,#ede6dc,#f8f5ef); }
.blog-hero h1 { max-width:950px; margin:0 0 28px; font-family:var(--serif); font-size:clamp(4rem,8vw,8rem); font-weight:400; line-height:.94; letter-spacing:-.045em; }
.blog-hero > .container > p:last-child { max-width:650px; color:var(--muted); font-size:1.05rem; }
.blog-archive { background:var(--paper); }

.detail-page { background:var(--paper); }
.detail-hero { padding:148px 0 90px; background:var(--bg); }
.detail-hero-grid { display:grid; grid-template-columns:1fr .72fr; gap:clamp(50px,9vw,140px); align-items:center; }
.detail-hero-copy h1 { margin:0 0 34px; font-family:var(--serif); font-size:clamp(4rem,7vw,7.5rem); font-weight:400; line-height:.94; letter-spacing:-.045em; }
.detail-hero-copy > p:not(.eyebrow) { max-width:690px; margin-bottom:34px; color:var(--muted); font-size:clamp(1rem,1.45vw,1.25rem); }
.detail-hero-image { overflow:hidden; aspect-ratio:4/5; background:#d8d0c4; }
.detail-hero-image img { height:100%; object-fit:cover; }
.article-body { padding-top:30px; padding-bottom:130px; }
.article-section { display:grid; grid-template-columns:100px minmax(0,1fr); gap:30px; padding:70px 0; border-bottom:1px solid var(--line); }
.article-section > span { color:var(--accent); font-size:.7rem; font-weight:700; letter-spacing:.16em; }
.article-section > div { max-width:900px; }
.article-section h2 { margin:0 0 28px; font-size:clamp(2.3rem,4.2vw,4.6rem); }
.article-section p { color:var(--muted); font-size:1.02rem; }
.article-section p:last-child { margin-bottom:0; }
.article-next { padding:100px 0; color:#ece8e0; background:var(--dark); }
.article-next .section-label { color:#9ea198; }
.article-next a { display:grid; grid-template-columns:90px minmax(0,1fr) 40px; gap:30px; align-items:center; padding-top:32px; border-top:1px solid rgba(255,255,255,.17); }
.article-next a > span { color:#b6b9b0; font-size:.75rem; letter-spacing:.15em; }
.article-next h2 { font-size:clamp(2.7rem,6vw,6.2rem); }
.article-next b { font-size:1.6rem; font-weight:400; transition:transform .25s ease; }
.article-next a:hover b { transform:translate(5px,-5px); }
.page-cta { padding:100px 0; background:#e9e0d4; }
.page-cta-grid { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.page-cta h2 { max-width:820px; font-size:clamp(2.8rem,5vw,5.2rem); }

@media (max-width:1100px){
  .process-grid-seven{grid-template-columns:repeat(2,minmax(0,1fr));}
  .process-grid-seven .process-step,.process-grid-seven .process-step:nth-child(3n),.process-grid-seven .process-step:nth-child(3n+2),.process-grid-seven .process-step:nth-child(3n+3){padding:32px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);}
  .process-grid-seven .process-step:nth-child(even){border-right:0;}
  .blog-card{grid-template-columns:1fr;}
  .blog-card-image{aspect-ratio:16/11;min-height:0;}
  .blog-card-copy{padding:24px 0 0;}
  .detail-hero-grid{grid-template-columns:1fr 1fr;gap:50px;}
}
@media (max-width:780px){
  .process-grid-seven{grid-template-columns:1fr;}
  .process-grid-seven .process-step,.process-grid-seven .process-step:nth-child(3n),.process-grid-seven .process-step:nth-child(3n+2),.process-grid-seven .process-step:nth-child(3n+3){min-height:auto;padding:28px 0;border-right:0;border-bottom:1px solid var(--line);}
  .process-grid-seven .process-step > span{margin-bottom:34px;}
  .blog-grid{grid-template-columns:1fr;gap:52px;}
  .blog-card{min-height:0;}
  .blog-hero{padding:130px 0 80px;}
  .detail-hero{padding:112px 0 70px;}
  .detail-hero-grid{grid-template-columns:1fr;}
  .detail-hero-copy{order:1;}
  .detail-hero-image{order:2;aspect-ratio:4/3;}
  .article-body{padding-bottom:90px;}
  .article-section{grid-template-columns:1fr;gap:14px;padding:48px 0;}
  .article-next a{grid-template-columns:45px minmax(0,1fr) 30px;gap:16px;}
  .page-cta-grid{align-items:flex-start;flex-direction:column;}
}


/* ===== Service packages and pricing pages ===== */
.services-more {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}
.btn-light {
  color: var(--dark);
  background: #efe6da;
  border: 1px solid #efe6da;
}
.btn-light:hover { background: #fff; border-color: #fff; }

.service-catalog { background: var(--paper); }
.service-catalog-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
  padding: 110px 0 72px;
  border-bottom: 1px solid var(--line);
}
.service-catalog-intro h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 8vw, 8.5rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.045em;
}
.service-catalog-intro p:last-child { max-width: 520px; margin-bottom: 8px; color: var(--muted); }
.service-packages { padding: 20px 0 120px; }
.service-package {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 34px;
  padding: 76px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.service-package-number { padding-top: 10px; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.service-package-main { max-width: 1060px; }
.service-package-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: start;
  margin-bottom: 30px;
}
.service-package h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.5rem); }
.service-package-price { margin: 8px 0 0; white-space: nowrap; text-align: right; }
.service-package-price strong { display: block; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 400; line-height: 1; }
.service-package-price span { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.service-package-lead { max-width: 900px; color: var(--muted); font-size: 1.05rem; }
.service-package-copy { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 58px; margin-top: 34px; }
.service-package-copy p { color: var(--muted); }
.service-package-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 34px;
  margin: 5px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.service-package-list li { position: relative; padding-left: 22px; color: #4d4b47; }
.service-package-list li::before { content: '—'; position: absolute; left: 0; color: var(--accent); }
.service-package-highlight { margin: 22px 0 0; padding: 18px 22px; background: #ebe0d3; color: #3f3d39; }
.service-package.is-featured { margin: 0; padding-left: 40px; padding-right: 40px; background: #ece3d8; }
.service-package-badge { display: inline-flex; margin-bottom: 18px; padding: 7px 11px; color: #fff; background: var(--accent); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-disclaimer { padding: 36px 0 0; color: var(--muted); font-size: .82rem; }

@media (max-width: 780px) {
  .service-catalog-intro { grid-template-columns: 1fr; padding: 92px 0 52px; }
  .service-package { grid-template-columns: 1fr; gap: 14px; padding: 52px 0; }
  .service-package-head { grid-template-columns: 1fr; gap: 18px; }
  .service-package-price { text-align: left; }
  .service-package-copy, .service-package-list { grid-template-columns: 1fr; }
  .service-package.is-featured { margin: 0; padding-left: 22px; padding-right: 22px; }
}

/* Compact typography requested for the WordPress version */
:root { --container: 1240px; }
body { font-size: 15px; }
.section-pad { padding: 104px 0; }
h2 { font-size: clamp(2.15rem, 3.7vw, 3.8rem); line-height: 1.03; }
.hero { padding-top: 126px; }
.hero h1 { max-width: 690px; font-size: clamp(2.65rem, 5.1vw, 5.4rem); line-height: .98; }
.hero-text { font-size: clamp(.96rem, 1.15vw, 1.1rem); }
.statement-content h2 { font-size: clamp(2.05rem, 3.65vw, 3.8rem); }
.statement-content p { margin-top: 28px; font-size: 1rem; }
.section-head h2 { font-size: clamp(2.2rem, 3.8vw, 3.9rem); }
.about-copy h2 { font-size: clamp(2.15rem, 3.6vw, 3.75rem); }
.location-grid h2, .contact-copy h2 { font-size: clamp(2.2rem, 3.8vw, 3.9rem); }
blockquote { font-size: clamp(1.9rem, 3.4vw, 3.55rem); }
.quote-mark { font-size: 6rem; }
.blog-hero h1, .detail-hero-copy h1, .service-catalog-intro h1 { font-size: clamp(2.75rem, 5.1vw, 5.2rem); }
.article-section h2 { font-size: clamp(1.75rem, 3vw, 3rem); }
.article-next h2, .page-cta h2 { font-size: clamp(2rem, 4vw, 4rem); }
.service-package h2 { font-size: clamp(2rem, 3.6vw, 3.8rem); }
.service-package-price strong { font-size: clamp(1.65rem, 2.8vw, 2.7rem); }
.price-card h3 { font-size: clamp(1.55rem, 2.2vw, 2.25rem); }
.blog-card h2 { font-size: clamp(1.55rem, 2.15vw, 2.35rem); }
.entry-content h2 { font-size: clamp(1.75rem, 3vw, 3rem); }
.entry-content h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.wp-page-title { padding: 150px 0 70px; }
.wp-page-title h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2.75rem, 5vw, 5rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.entry-shell { padding: 0 0 110px; }
.entry-content { max-width: 920px; margin: 0 auto; }
.entry-content > * { margin-bottom: 22px; }
.entry-content p, .entry-content li { color: var(--muted); font-size: 1rem; }
.entry-content ul { padding-left: 22px; }
.entry-content .article-section { max-width: none; }
.admin-bar .site-header { top: 32px; }
.form-message { grid-column: 1/-1; padding: 14px 18px; border: 1px solid var(--line); }
.form-message.success { background: rgba(88,120,82,.1); }
.form-message.error { background: rgba(143,74,58,.1); }
.contact-form input, .contact-form textarea, .contact-form select { color: var(--ink); }
.contact-form button[disabled] { opacity: .6; cursor: wait; }
.screen-reader-text { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.current-menu-item > a { color: var(--accent); }
.post-card-image img { aspect-ratio: 4/3; object-fit: cover; }
.blog-grid .blog-card { min-width: 0; }
.pagination .page-numbers { display:grid; place-items:center; width:46px; height:46px; border:1px solid var(--line); border-radius:50%; font-family:var(--serif); font-size:1.05rem; }
.pagination .current { color:#fff; background:var(--dark); border-color:var(--dark); }
@media (max-width: 760px) {
  body { font-size: 15px; }
  .section-pad { padding: 76px 0; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .statement-content h2, .section-head h2, .about-copy h2, .location-grid h2, .contact-copy h2 { font-size: clamp(2rem, 9.5vw, 2.85rem); }
  .blog-hero h1, .detail-hero-copy h1, .service-catalog-intro h1, .wp-page-title h1 { font-size: clamp(2.35rem, 11vw, 3.35rem); }
  .article-section h2 { font-size: clamp(1.65rem, 7.5vw, 2.35rem); }
  .mobile-menu a { font-size: 1.75rem; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* ACF editable theme additions */
.brand-logo-image {
  display: block;
  width: auto;
  max-width: 210px;
  max-height: 52px;
  object-fit: contain;
}
.desktop-nav .desktop-menu {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu .mobile-menu-list {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu li { list-style: none; }
.service-package-details {
  max-width: 900px;
  margin: 28px 0 0;
}
.service-package-details > *:last-child { margin-bottom: 0; }
.wp-page-title.has-page-image { padding-bottom: 90px; }
.wp-page-title.has-page-image .detail-hero-grid { align-items: center; }
.wp-page-title.has-page-image .detail-hero-image { max-height: 560px; }
.stage-detail-page .article-body > *:first-child { margin-top: 0; }
@media (max-width: 1050px) {
  .desktop-nav .desktop-menu { gap: 22px; }
}
@media (max-width: 780px) {
  .brand-logo-image { max-width: 150px; max-height: 42px; }
  .wp-page-title.has-page-image .detail-hero-grid { grid-template-columns: 1fr; }
}
