:root {
  --paper: #f4f1eb;
  --paper-2: #e9e2d8;
  --ink: #1d1d1a;
  --muted: #67645e;
  --line: rgba(29,29,26,.18);
  --accent: #8f684f;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  padding: 0 clamp(22px, 4vw, 70px);
  transition: background .35s ease, box-shadow .35s ease, height .35s ease;
}
.site-header.scrolled {
  height: 72px;
  background: rgba(244,241,235,.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--line);
}
.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  letter-spacing: -.04em;
}
.brand-main { font: 700 28px/1 var(--serif); }
.brand-sub { font: 500 13px/1 var(--sans); text-transform: uppercase; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.site-nav a { text-decoration: none; font-size: 13px; font-weight: 650; letter-spacing: .035em; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease;
}
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; transition: background .2s, color .2s; }
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px 0; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  position: relative;
  padding-top: 86px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 130px) clamp(28px, 5.5vw, 100px);
}
.eyebrow {
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .19em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero h1, .section h2, .wide-story blockquote, .contact h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 98px);
  line-height: .94;
}
em { font-weight: 400; color: var(--accent); }
.hero-text { max-width: 560px; margin: 32px 0 0; color: var(--muted); font-size: clamp(16px,1.25vw,19px); }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 750; letter-spacing: .03em; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #38372f; }
.text-link { text-decoration: none; font-weight: 700; font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.text-link span { margin-left: 7px; }
.hero-photo { margin: 0 0 24px; overflow: hidden; position: relative; }
.hero-photo img { object-position: 50% 50%; }
.photo-note { position: absolute; right: 22px; bottom: 18px; color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; text-shadow: 0 1px 10px rgba(0,0,0,.5); }
.scroll-hint { position: absolute; left: clamp(28px,5.5vw,100px); bottom: 25px; text-decoration: none; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.scroll-hint span { display: inline-block; margin-left: 8px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.section { padding: clamp(92px, 12vw, 180px) clamp(24px, 7vw, 120px); }
.intro { max-width: 1500px; margin: auto; }
.intro-line { width: 100%; border-top: 1px solid var(--line); margin-bottom: 70px; }
.statement { max-width: 1180px; margin: 0; font-size: clamp(44px, 6vw, 92px); line-height: 1; }
.intro-copy { margin: 46px 0 0 auto; max-width: 590px; font-size: clamp(17px, 1.4vw, 21px); color: var(--muted); }

.feature-image { height: min(78vw, 820px); margin: 0 clamp(16px, 3vw, 48px); overflow: hidden; }
.feature-image img { object-position: center 46%; }

.section-heading { max-width: 620px; }
.section-heading h2 { margin: 0; font-size: clamp(48px,5.2vw,82px); line-height: .98; }
.section-heading > p:last-child { margin-top: 28px; max-width: 500px; color: var(--muted); }
.services { padding-bottom: clamp(100px, 12vw, 180px); }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { background: rgba(255,255,255,.34); border: 1px solid var(--line); }
.service-photo { aspect-ratio: 4/5; overflow: hidden; }
.service-photo img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-photo img { transform: scale(1.025); }
.service-body { padding: 26px 26px 32px; }
.service-body > span { font-size: 10px; letter-spacing: .16em; color: var(--accent); }
.service-body h3 { font: 400 clamp(28px,2.4vw,38px)/1.05 var(--serif); margin: 10px 0 14px; }
.service-body p { color: var(--muted); margin: 0; font-size: 14px; }

/* Locations */
.locations {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(55px, 9vw, 150px);
  align-items: start;
  border-top: 1px solid var(--line);
}
.locations-heading h2 {
  margin: 0;
  font: 400 clamp(48px, 5.2vw, 82px)/.98 var(--serif);
  letter-spacing: -.045em;
}
.locations-copy {
  max-width: 760px;
  padding-top: 2px;
}
.locations-copy p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(16px, 1.25vw, 19px);
}
.locations-copy .locations-lead {
  color: var(--ink);
  font: 400 clamp(27px, 2.5vw, 40px)/1.18 var(--serif);
  letter-spacing: -.025em;
  margin-bottom: 30px;
}
.locations-copy strong {
  color: var(--ink);
  font-weight: 650;
}
.location-tags {
  list-style: none;
  margin: 36px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.location-tags li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
  background: rgba(255,255,255,.25);
}

.wide-story { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 780px; background: #20221e; color: #f3efe8; }
.wide-story-photo { min-height: 650px; }
.wide-story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 110px); }
.wide-story-copy .eyebrow { color: #c4a68c; }
.wide-story blockquote { margin: 0; font-size: clamp(45px,5vw,80px); line-height: .98; }
.wide-story-copy > p:last-child { margin-top: 35px; color: #c9c7c0; max-width: 470px; }

.about { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(50px,8vw,130px); align-items: center; }
.about-photo { aspect-ratio: 3/2; overflow: hidden; }
.about-copy h2 { margin: 0 0 30px; font-size: clamp(48px,5vw,80px); line-height: .98; }
.about-copy p { color: var(--muted); max-width: 620px; }
.about-copy .text-link { display: inline-block; margin-top: 20px; }

.portfolio { background: #ece6dd; }
.portfolio-heading { margin-bottom: 65px; }
.gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 260px; gap: 16px; }
.gallery-item { appearance: none; border: 0; padding: 0; background: transparent; cursor: zoom-in; overflow: hidden; grid-column: span 4; }
.gallery-item.wide { grid-column: span 8; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { transition: transform .6s ease; }
.gallery-item img.focus-kiss { object-position: 50% 28%; }
.gallery-item:hover img { transform: scale(1.018); }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,150px); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { padding: 28px 0 34px; border-bottom: 1px solid var(--line); }
.steps h3 { margin: 0 0 8px; font: 400 30px/1.1 var(--serif); }
.steps p { margin: 0; color: var(--muted); max-width: 650px; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,9vw,150px); padding-top: 20px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { cursor: pointer; list-style: none; padding: 26px 40px 26px 0; font: 400 25px/1.2 var(--serif); position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 0; top: 22px; font-family: var(--sans); font-size: 22px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { margin: -6px 0 26px; color: var(--muted); max-width: 700px; }

.contact { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: #8c684f; color: #fff; margin-top: clamp(90px,12vw,170px); }
.contact-inner { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,125px); }
.contact .eyebrow { color: #f0ddcf; }
.contact h2 { margin: 0; font-size: clamp(52px,5.7vw,88px); line-height: .96; }
.contact h2 em { color: #f0ddcf; }
.contact-inner > p:not(.eyebrow) { max-width: 570px; color: rgba(255,255,255,.78); margin-top: 32px; }
.contact-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; flex-wrap: wrap; }
.button-light { background: #f5f1ea; color: #33261d; }
.contact-link { color: white; text-decoration: none; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }
.contact-image { min-height: 600px; }

.footer { min-height: 150px; padding: 45px clamp(24px,7vw,120px); display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .05em; color: var(--muted); }
.brand-footer { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .24s; }

.lightbox { border: 0; padding: 0; max-width: min(92vw, 1600px); max-height: 92vh; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(12,12,10,.9); backdrop-filter: blur(8px); }
.lightbox img { width: auto; height: auto; max-width: 92vw; max-height: 88vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 20px; right: 30px; color: white; background: transparent; border: 0; font-size: 42px; line-height: 1; cursor: pointer; }

@media (max-width: 980px) {
  .site-header {
    height: 72px;
    background: rgba(244,241,235,.98);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 var(--line);
  }
  .menu-toggle { display: block; z-index: 2; cursor: pointer; }
  /* On mobile the navigation does not exist visually until the hamburger is opened.
     Using display:none avoids any CTA leaking/floating over the page in in-app browsers. */
  .site-nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1;
    background: var(--paper);
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .site-nav.open {
    display: flex;
  }
  .site-nav a { font-size: 22px; font-family: var(--serif); font-weight: 400; }
  .nav-cta { font-family: var(--sans) !important; font-size: 13px !important; }
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { min-height: 68svh; padding-top: 95px; padding-bottom: 60px; }
  .hero-photo { min-height: 66svh; margin: 0; }
  .photo-note { display: none; }
  .scroll-hint { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 28px; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-photo { aspect-ratio: 1/1; }
  .locations { grid-template-columns: 1fr; gap: 38px; }
  .locations-copy { max-width: 760px; }
  .wide-story { grid-template-columns: 1fr; }
  .wide-story-photo { min-height: 65vw; }
  .about { grid-template-columns: 1fr; }
  .about-photo { max-width: 850px; }
  .process, .faq { grid-template-columns: 1fr; }
  .gallery { grid-auto-rows: 220px; }
  .gallery-item { grid-column: span 6; }
  .gallery-item.wide { grid-column: span 12; }
  .contact { grid-template-columns: 1fr; }
  .contact-image { min-height: 60vw; }
  .footer { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 620px) {
  .brand-main { font-size: 24px; }
  .hero-copy { min-height: auto; padding: 95px 22px 58px; }
  .hero h1 { font-size: clamp(48px,15vw,70px); }
  .hero-photo { min-height: 72vw; }
  .section { padding-left: 22px; padding-right: 22px; }
  .intro-line { margin-bottom: 48px; }
  .statement { font-size: 46px; }
  .feature-image { margin: 0; height: 78vw; }
  .service-card { grid-template-columns: 1fr; }
  .service-photo { aspect-ratio: 4/3; }
  .locations { gap: 30px; }
  .locations-copy .locations-lead { font-size: 30px; }
  .location-tags { margin-top: 28px; padding-top: 22px; gap: 8px; }
  .location-tags li { font-size: 10px; padding: 7px 10px; }
  .wide-story-photo { min-height: 78vw; }
  .wide-story-copy { padding: 70px 22px; }
  .about-photo { aspect-ratio: 4/3; }
  .gallery { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; gap: 8px; }
  .gallery-item, .gallery-item.wide { grid-column: span 1; }
  .gallery-item.tall { grid-row: span 2; }
  .gallery-item.wide { grid-column: span 2; }
  .contact-inner { padding: 75px 22px; }
  .contact-image { min-height: 75vw; }
  .footer { padding-left: 22px; padding-right: 22px; }
}

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

/* --- Portfolio expansion V2 --- */
.service-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.service-card:hover { transform: translateY(-3px); border-color: rgba(29,29,26,.32); background: rgba(255,255,255,.5); }
.service-link { display: inline-block; margin-top: 22px; font-size: 12px; font-weight: 750; letter-spacing: .03em; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.service-link b { font-weight: 400; margin-left: 6px; }
.portfolio-heading > p:last-child { max-width: 600px; }
.expanded-gallery { grid-auto-rows: 235px; }
.portfolio-actions { display: flex; justify-content: center; margin-top: 54px; }

.lightbox-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 56px;
  height: 72px;
  border: 0;
  background: rgba(0,0,0,.15);
  color: #fff;
  font-size: 48px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
  transition: background .2s ease;
}
.lightbox-nav:hover { background: rgba(0,0,0,.38); }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }

.inner-page { background: var(--paper); }
.inner-page .site-header { background: rgba(244,241,235,.96); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.gallery-hero {
  padding-top: clamp(135px, 13vw, 190px);
  padding-bottom: clamp(60px, 7vw, 100px);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  column-gap: clamp(48px,7vw,120px);
  row-gap: 56px;
  align-items: center;
}
.gallery-hero-copy h1,
.portfolio-index-hero h1 {
  margin: 0;
  font: 400 clamp(58px,7.2vw,112px)/.92 var(--serif);
  letter-spacing: -.05em;
}
.gallery-hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: clamp(16px,1.3vw,20px); max-width: 570px; margin: 32px 0 30px; }
.gallery-hero-photo { aspect-ratio: 16/11; overflow: hidden; }
.category-nav { grid-column: 1 / -1; display: flex; gap: 12px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 24px; }
.category-nav a { text-decoration: none; border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; font-size: 12px; font-weight: 700; transition: .2s ease; }
.category-nav a:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }

.gallery-page { padding-top: 40px; background: #ece6dd; }
.gallery-page-heading { margin-bottom: 60px; }
.gallery-page-heading h2 { margin: 0; font: 400 clamp(48px,5.2vw,82px)/.98 var(--serif); letter-spacing: -.045em; }
.masonry-gallery { columns: 3; column-gap: 14px; }
.masonry-item {
  display: block;
  width: 100%;
  margin: 0 0 14px;
  break-inside: avoid;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}
.masonry-item img { height: auto; width: 100%; transition: transform .55s ease; }
.masonry-item:hover img { transform: scale(1.012); }
.gallery-end { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); margin-top: 62px; padding-top: 32px; }
.gallery-end p { margin: 0; font: 400 clamp(25px,2.4vw,36px)/1.15 var(--serif); }

.portfolio-index-hero { padding-top: clamp(150px,15vw,220px); padding-bottom: clamp(70px,8vw,120px); }
.portfolio-index-hero h1 { max-width: 1200px; }
.portfolio-index-hero > p:last-child { margin: 40px 0 0 auto; max-width: 610px; color: var(--muted); font-size: clamp(17px,1.35vw,21px); }
.portfolio-categories { padding-top: 0; display: grid; gap: clamp(70px,9vw,140px); }
.portfolio-category { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; color: inherit; text-decoration: none; border-top: 1px solid var(--line); padding-top: 24px; }
.portfolio-category:nth-child(even) { grid-template-columns: .9fr 1.1fr; }
.portfolio-category:nth-child(even) .portfolio-category-photo { order: 2; }
.portfolio-category-photo { overflow: hidden; min-height: 560px; }
.portfolio-category-photo img { transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.portfolio-category:hover .portfolio-category-photo img { transform: scale(1.018); }
.portfolio-category-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,7vw,110px); }
.portfolio-category-copy h2 { margin: 0 0 24px; font: 400 clamp(48px,5.2vw,82px)/.96 var(--serif); letter-spacing: -.045em; }
.portfolio-category-copy > p:not(.eyebrow) { color: var(--muted); max-width: 460px; }
.portfolio-category-copy > span { align-self: flex-start; margin-top: 25px; font-size: 12px; font-weight: 750; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.portfolio-index-cta { margin-top: 30px; padding: clamp(70px,8vw,120px); background: #8c684f; color: #fff; text-align: center; }
.portfolio-index-cta .eyebrow { color: #f0ddcf; }
.portfolio-index-cta h2 { margin: 0 0 35px; font: 400 clamp(46px,5vw,76px)/1 var(--serif); letter-spacing: -.045em; }

@media (max-width: 980px) {
  .gallery-hero { grid-template-columns: 1fr; }
  .gallery-hero-photo { aspect-ratio: 16/10; }
  .masonry-gallery { columns: 2; }
  .portfolio-category, .portfolio-category:nth-child(even) { grid-template-columns: 1fr; min-height: auto; }
  .portfolio-category:nth-child(even) .portfolio-category-photo { order: 0; }
  .portfolio-category-photo { min-height: 65vw; }
  .portfolio-category-copy { padding: 50px 0 20px; }
}

@media (max-width: 620px) {
  .expanded-gallery { grid-auto-rows: 175px; }
  .gallery-hero { padding-top: 115px; row-gap: 35px; }
  .gallery-hero-copy h1, .portfolio-index-hero h1 { font-size: clamp(52px,15vw,72px); }
  .gallery-hero-photo { aspect-ratio: 4/3; }
  .category-nav { gap: 8px; }
  .category-nav a { font-size: 11px; padding: 8px 11px; }
  .gallery-page { padding-top: 30px; }
  .masonry-gallery { columns: 2; column-gap: 8px; }
  .masonry-item { margin-bottom: 8px; }
  .gallery-end { align-items: flex-start; flex-direction: column; }
  .lightbox-nav { width: 42px; height: 58px; font-size: 38px; background: rgba(0,0,0,.3); }
  .lightbox-prev { left: 6px; }
  .lightbox-next { right: 6px; }
  .portfolio-index-hero { padding-top: 130px; }
  .portfolio-category-photo { min-height: 78vw; }
  .portfolio-category-copy { padding-top: 36px; }
}

/* Šídlos Foto brand */
.header-mark-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.header-mark {
  width: auto;
  height: 58px;
  max-width: 86px;
  object-fit: contain;
  transition: height .35s ease, opacity .2s ease;
}
.site-header.scrolled .header-mark { height: 50px; }
.header-mark-link:hover .header-mark { opacity: .72; }
.footer-logo-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.footer-logo {
  width: clamp(190px, 16vw, 245px);
  height: auto;
  object-fit: contain;
  opacity: .92;
}
@media (max-width: 980px) {
  .header-mark { height: 52px; max-width: 78px; }
  .site-header.scrolled .header-mark { height: 46px; }
  .footer-logo { width: 215px; }
}
@media (max-width: 620px) {
  .header-mark { height: 48px; max-width: 72px; }
  .site-header.scrolled .header-mark { height: 44px; }
  .footer-logo { width: 190px; }
}

/* --- Mobile header V3: expanded menu stays in document flow --- */
@media (max-width: 980px) {
  .site-header,
  .site-header.scrolled {
    position: sticky;
    inset: auto;
    top: 0;
    height: auto;
    min-height: 72px;
    padding: 0 clamp(18px, 4vw, 32px);
    flex-wrap: wrap;
    align-items: center;
    background: rgba(244,241,235,.98);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 var(--line);
  }

  .header-mark-link {
    height: 72px;
    align-self: auto;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .site-nav {
    position: static;
    inset: auto;
    z-index: auto;
    width: 100%;
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: 0 0 18px;
    background: transparent;
    border-top: 1px solid var(--line);
    transform: none;
    transition: none;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 2px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
  }

  .site-nav a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav .nav-cta {
    align-self: flex-start;
    margin-top: 14px;
    padding: 10px 17px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    font-size: 13px !important;
    text-align: center;
  }

  .hero {
    padding-top: 0;
  }
}


/* --- Pricing section --- */
.pricing {
  background: var(--paper-2);
}
.pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(320px, .62fr);
  column-gap: clamp(55px, 9vw, 150px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 90px);
}
.pricing-heading .eyebrow {
  grid-column: 1 / -1;
}
.pricing-heading h2 {
  margin: 0;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: .98;
}
.pricing-heading > p:last-child {
  margin: 0 0 8px;
  color: var(--muted);
  max-width: 520px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(300px, .84fr) minmax(0, 1.16fr);
  gap: 18px;
  align-items: stretch;
}
.price-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.36);
  padding: clamp(28px, 3.2vw, 52px);
}
.price-card-main {
  display: flex;
  flex-direction: column;
}
.price-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  color: var(--accent);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.price-card h3 {
  margin: 34px 0 22px;
  font: 400 clamp(34px, 3.4vw, 54px)/1.02 var(--serif);
  letter-spacing: -.035em;
}
.price-card-intro,
.wedding-intro {
  margin: 0;
  color: var(--muted);
  max-width: 700px;
}
.price-card-intro strong {
  color: var(--ink);
  font-weight: 650;
}
.price-features {
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.price-features li {
  display: grid;
  grid-template-columns: minmax(120px, .48fr) 1fr;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.price-features strong {
  font: 400 21px/1.15 var(--serif);
}
.price-features span {
  color: var(--muted);
  font-size: 13px;
}
.price-placeholder {
  margin-top: auto;
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.price-placeholder span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.price-placeholder strong {
  font: 400 clamp(27px, 2.5vw, 38px)/1.1 var(--serif);
}
.price-small {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.wedding-price-card {
  background: #20221e;
  color: #f3efe8;
  border-color: rgba(255,255,255,.13);
}
.wedding-price-head {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: flex-start;
}
.wedding-price-head .eyebrow {
  color: #c4a68c;
  margin-bottom: 16px;
}
.wedding-price-head h3 {
  margin: 0;
  max-width: 530px;
}
.wedding-from {
  flex: 0 0 auto;
  text-align: right;
  padding-top: 6px;
}
.wedding-from span {
  display: block;
  color: #aaa89f;
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.wedding-from strong {
  display: block;
  margin-top: 5px;
  font: 400 clamp(25px, 2.4vw, 36px)/1 var(--serif);
}
.wedding-intro {
  color: #c9c7c0;
  margin-top: 30px;
}
.wedding-options {
  margin-top: 43px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.wedding-option {
  display: grid;
  grid-template-columns: 105px minmax(150px, .65fr) 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.wedding-time {
  color: #c4a68c;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wedding-option h4 {
  margin: 0;
  font: 400 24px/1.05 var(--serif);
}
.wedding-option p {
  margin: 0;
  color: #aaa89f;
  font-size: 12px;
  line-height: 1.55;
}
.wedding-price-note {
  color: #d5d2ca;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: .04em;
}
.pricing-cta {
  margin-top: 18px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
.pricing-cta .eyebrow {
  margin-bottom: 10px;
}
.pricing-cta h3 {
  margin: 0;
  font: 400 clamp(30px, 3vw, 44px)/1.05 var(--serif);
  letter-spacing: -.03em;
}
.pricing-cta p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 680px;
}
.pricing-cta .button {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .price-placeholder {
    margin-top: 18px;
  }
  .wedding-option {
    grid-template-columns: 95px minmax(150px, .65fr) 1fr;
  }
  .wedding-price-note {
    grid-column: 2 / -1;
  }
}

@media (max-width: 980px) {
  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .pricing-heading .eyebrow {
    grid-column: auto;
    margin-bottom: -8px;
  }
  .pricing-heading > p:last-child {
    margin: 0;
  }
  .pricing-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .price-card {
    padding: 28px 22px 32px;
  }
  .price-card-topline {
    flex-direction: column;
    gap: 6px;
  }
  .price-features li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .wedding-price-head {
    flex-direction: column;
    gap: 22px;
  }
  .wedding-from {
    text-align: left;
  }
  .wedding-option {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0 26px;
  }
  .wedding-price-note {
    grid-column: auto;
    margin-top: 3px;
  }
  .pricing-cta {
    padding: 30px 22px;
  }
}
