:root {
  --cream: #f8f2ec;
  --cream-deep: #efe0d8;
  --blush: #ead8d3;
  --wine: #7b2035;
  --wine-dark: #641729;
  --ink: #342624;
  --muted: #786a67;
  --gold: #b79a72;
  --line: rgba(108, 37, 50, 0.18);
  --serif: "Bodoni 72", Didot, "Baskerville", Georgia, serif;
  --sans: Manrope, "DM Sans", "Segoe UI", Arial, sans-serif;
  --script: "Segoe Script", "Bradley Hand", "Snell Roundhand", cursive;
  --max: 1220px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.025em;
}
h1, h2 { text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(3.15rem, 6.2vw, 6.6rem); }
h2 { margin-bottom: 26px; font-size: clamp(2.45rem, 4.3vw, 4.8rem); }
h3 { margin-bottom: 10px; font-size: clamp(1.45rem, 2vw, 2rem); }
p { margin-bottom: 20px; }

.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--cream);
  color: var(--wine);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  min-height: 72px;
  padding: 10px clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(108, 37, 50, .09);
  background: rgba(248, 242, 236, .93);
  backdrop-filter: blur(14px);
}
.brand { justify-self: start; text-decoration: none; line-height: 1.05; }
.brand-name { display: block; font-family: var(--serif); font-size: 1.55rem; letter-spacing: .02em; }
.brand-line { display: block; margin-top: 4px; color: var(--wine); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 38px); white-space: nowrap; }
.main-nav a { position: relative; font-size: .96rem; font-weight: 550; text-decoration: none; }
.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  border: 1px solid var(--wine);
  border-radius: 2px;
  background: var(--wine);
  color: #fffaf7;
  font-size: .95rem;
  font-weight: 650;
  letter-spacing: .05em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 44px; padding: 13px 20px; }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--wine-dark); }
.button-cream:hover { border-color: #fffaf7; background: #fffaf7; color: var(--wine-dark); }
.text-link {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: .83rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-decoration: none;
}
.light-link { color: #fffaf7; }
.eyebrow {
  margin-bottom: 20px;
  color: var(--wine);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.section { padding: clamp(88px, 10vw, 150px) clamp(22px, 5vw, 72px); }
.centered { text-align: center; }
.section-heading { max-width: 770px; margin: 0 auto clamp(52px, 7vw, 88px); }
.section-heading > p { max-width: 560px; margin-right: auto; margin-left: auto; color: var(--muted); }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100dvh - 72px);
  padding: 60px clamp(22px, 7vw, 110px);
  overflow: hidden;
  background: #6d6d52 url("images/hero.png") center / cover no-repeat;
  color: #fffaf7;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 24, 20, .77) 0%, rgba(45, 30, 25, .47) 41%, rgba(35, 24, 20, .03) 72%);
}
.hero-content { position: relative; z-index: 1; max-width: 780px; }
.hero .eyebrow { color: #f0d7c1; }
.hero-copy { max-width: 610px; margin-bottom: 32px; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

.intro {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(120px, 12vw, 180px);
  padding-bottom: clamp(120px, 13vw, 190px);
  background:
    radial-gradient(circle at 12% 82%, rgba(183, 154, 114, .1), transparent 22%),
    radial-gradient(circle at 88% 16%, rgba(108, 37, 50, .055), transparent 25%),
    var(--cream);
  text-align: center;
}
.intro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background-image: radial-gradient(rgba(108, 37, 50, .16) .55px, transparent .55px);
  background-size: 13px 13px;
  mask-image: linear-gradient(90deg, #000, transparent 20%, transparent 80%, #000);
}
.intro-editorial {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(480px, 1.55fr) minmax(170px, .62fr);
  gap: clamp(30px, 4.5vw, 74px);
  align-items: center;
  max-width: 1480px;
  margin: 0 auto;
}
.intro-copy { position: relative; z-index: 2; max-width: 770px; margin: 0 auto; }
.intro-copy h2 { margin-bottom: 34px; font-size: clamp(2.7rem, 4.1vw, 4.7rem); }
.intro-copy > p:not(.eyebrow, .intro-signature) { max-width: 610px; margin-right: auto; margin-left: auto; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.intro-signature { margin: 36px auto 0; color: var(--wine); font-family: var(--script); font-size: clamp(1.15rem, 1.7vw, 1.65rem); line-height: 1.5; transform: rotate(-2deg); }
.intro-image { position: relative; z-index: 1; margin: 0; overflow: hidden; box-shadow: 0 24px 60px rgba(91, 56, 53, .11); }
.intro-image img { height: 100%; object-fit: cover; }
.intro-image-left { left: -5vw; height: clamp(310px, 34vw, 500px); margin-top: 110px; }
.intro-image-left img { object-position: 62% center; }
.intro-image-right { right: -6.5vw; height: clamp(270px, 29vw, 420px); margin-top: -185px; }
.intro-image-right img { object-position: center; }
.intro-sun-image { position: absolute; top: 24px; left: 50%; width: clamp(72px, 7vw, 104px); height: auto; transform: translateX(-50%); }
.section-sun-divider { position: relative; z-index: 8; height: 0; pointer-events: none; }
.section-sun-divider img { position: absolute; top: 0; right: 0; width: clamp(150px, 17vw, 230px); height: auto; transform: translateY(-50%); }
.sun-mark {
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  height: 110px;
  overflow: hidden;
  transform: translate(-50%, -1px);
}
.sun-mark::before {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 218px;
  height: 218px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.sun-mark span, .sun-mark span::before, .sun-mark span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  background: var(--gold);
  transform-origin: 50% 110px;
}
.sun-mark span { transform: translateX(-50%); }
.sun-mark span::before, .sun-mark span::after { content: ""; bottom: auto; left: 0; }
.sun-mark span::before { transform: rotate(-46deg); }
.sun-mark span::after { transform: rotate(46deg); }

.services { background: var(--cream-deep); }
.services .section-heading { margin-bottom: clamp(42px, 5vw, 64px); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.2vw, 30px); max-width: var(--max); margin: 0 auto; }
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 540px;
  border: 1px solid rgba(108, 37, 50, .13);
  border-radius: 2px;
  background: rgba(255, 250, 247, .72);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(88, 47, 50, .045);
  transition: transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(108, 37, 50, .3); box-shadow: 0 24px 55px rgba(88, 47, 50, .09); }
.service-card-accent { background: #e8d2d0; }
.service-card:nth-child(5) { background: #f6e8e3; }
.service-card-image { height: 230px; margin: 0; overflow: hidden; background: var(--blush); }
.service-card-image img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-card:hover .service-card-image img { transform: scale(1.035); }
.service-card:nth-child(1) .service-card-image img { object-position: center 58%; }
.service-card:nth-child(2) .service-card-image img { object-position: center 48%; }
.service-card:nth-child(3) .service-card-image img { object-position: center 46%; }
.service-card:nth-child(4) .service-card-image img { object-position: center 55%; }
.service-card:nth-child(5) .service-card-image img { object-position: center 48%; }
.service-card:nth-child(6) .service-card-image img { object-position: center 45%; }
.service-card-body { display: flex; flex: 1; flex-direction: column; padding: clamp(28px, 3vw, 40px); }
.service-symbol {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 0;
  border: 1px solid rgba(108, 37, 50, .35);
  border-radius: 50%;
  color: var(--wine);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1;
}
.service-card h3 { margin-top: 34px; }
.service-card p { max-width: 32ch; margin-bottom: 0; color: var(--muted); font-size: 1.02rem; line-height: 1.65; }

.ribbon-cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(82px, 9vw, 120px) clamp(22px, 5vw, 72px); background: var(--wine) url("images/cristal.png") center 46% / cover no-repeat; color: #fffaf7; }
.ribbon-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--wine);
  opacity: .82;
  pointer-events: none;
}
.ribbon-inner { display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; max-width: 1100px; margin: 0 auto; }
.ribbon-inner { position: relative; z-index: 1; }
.ribbon-inner h2 { max-width: 780px; margin-bottom: 12px; font-size: clamp(2.15rem, 3.7vw, 4rem); }
.ribbon-inner p { max-width: 690px; margin-bottom: 0; color: #eddcd7; font-size: 1.04rem; line-height: 1.7; }

.about {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.08fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  padding-top: clamp(110px, 11vw, 165px);
  padding-bottom: clamp(120px, 12vw, 180px);
}
.about::before { content: ""; position: absolute; z-index: -2; top: 0; bottom: 0; left: 50%; width: 100vw; background: #f0dfd8; transform: translateX(-50%); }
.about-visual { position: relative; margin-left: clamp(-100px, -7vw, -38px); padding: 18px 18px 62px; background: #fffaf7; box-shadow: 0 30px 70px rgba(93, 51, 52, .12); }
.portrait-frame { overflow: hidden; }
.portrait-frame img { height: min(58vw, 690px); min-height: 570px; object-fit: cover; object-position: 42% center; }
.portrait-caption { position: absolute; right: 25px; bottom: 19px; margin: 0; color: var(--wine); font-family: var(--script); font-size: 1.05rem; transform: rotate(-2deg); }
.about-copy { position: relative; z-index: 2; max-width: 680px; }
.about-script { margin-bottom: 8px; color: var(--wine); font-family: var(--script); font-size: clamp(1.55rem, 2.35vw, 2.5rem); line-height: 1.25; transform: rotate(-2deg); transform-origin: left; }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy h2 { max-width: 680px; margin-bottom: 34px; font-size: clamp(3rem, 4.6vw, 5.1rem); }
.about-copy > p:not(.eyebrow, .about-script) { color: var(--muted); }
.about-copy > p:not(.eyebrow, .about-script, .about-lead) { font-size: 1.04rem; line-height: 1.8; }
.about-copy .about-lead { max-width: 590px; color: var(--ink); font-family: var(--serif); font-size: clamp(1.35rem, 1.85vw, 1.8rem); line-height: 1.35; }
.about-copy .about-emphasis { max-width: 610px; margin-top: 30px; padding-left: 20px; border-left: 2px solid var(--wine); color: var(--ink); font-weight: 650; }
.process { overflow: hidden; background: #f3e8e1; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.8vw, 24px); max-width: var(--max); margin: 0 auto 62px; padding: 24px 0; list-style: none; }
.process-step { position: relative; min-height: 250px; padding: 26px 24px 24px; border: 1px solid rgba(108, 37, 50, .1); border-radius: 5px; background: #fff; text-align: left; }
.process-step:nth-child(odd) { background: #8b4050; color: #fffaf7; }
.process-step:nth-child(even) { background: #fff; }
.step-marker { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.step-marker span { color: var(--wine); font-family: var(--serif); font-size: clamp(2.5rem, 3.4vw, 3.45rem); font-variant-numeric: tabular-nums; line-height: .9; }
.step-marker i { display: block; width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; color: var(--wine); background: transparent; }
.process-step h3 { margin-bottom: 12px; font-size: clamp(1.35rem, 1.7vw, 1.7rem); line-height: 1.12; }
.process-step p { max-width: 27ch; margin-bottom: 0; color: var(--muted); font-size: 1rem; line-height: 1.65; }
.process-step:nth-child(odd) .step-marker span, .process-step:nth-child(odd) .step-marker i { color: #efd9d4; }
.process-step:nth-child(odd) p { color: #f0dcda; }
.process-visual { position: relative; max-width: var(--max); height: clamp(330px, 47vw, 590px); margin: clamp(76px, 9vw, 120px) auto 0; }
.process-visual img { height: 100%; object-fit: cover; object-position: center 46%; }
.process-visual figcaption { position: absolute; right: 24px; bottom: 22px; max-width: 390px; padding: 15px 20px; background: rgba(248, 242, 236, .9); color: var(--wine-dark); font-family: var(--serif); font-size: 1.15rem; backdrop-filter: blur(9px); }

.quote-section { position: relative; display: grid; place-items: center; min-height: 88dvh; overflow: hidden; color: #fffaf7; }
.quote-section img, .quote-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.quote-section img { object-fit: cover; }
.quote-overlay { background: linear-gradient(115deg, rgba(55, 22, 29, .74), rgba(81, 32, 42, .3) 58%, rgba(48, 23, 28, .52)); }
.quote-section blockquote { position: relative; width: min(1300px, calc(100% - 80px)); margin: 0 auto; padding: 70px 0; font-family: var(--serif); font-size: clamp(2.55rem, 3.9vw, 4.2rem); line-height: 1.12; text-align: center; text-shadow: 0 2px 22px rgba(49, 28, 32, .26); }
.quote-section blockquote span { display: block; white-space: nowrap; }

.for-you { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(54px, 6vw, 88px); max-width: var(--max); margin: 0 auto; padding-top: clamp(82px, 8vw, 118px); padding-bottom: clamp(88px, 8vw, 124px); }
.for-you::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; background: #fff; transform: translateX(-50%); }
.for-you-title { align-self: start; }
.for-you-title.reveal, .for-you-title.reveal.is-visible { transform: none; }
.for-you-title h2 { max-width: 440px; font-size: clamp(2.65rem, 3.9vw, 4.15rem); line-height: 1.04; }
.for-you-title h2 span { display: block; white-space: nowrap; }
.for-you-intro { max-width: 38ch; color: var(--muted); font-size: 1.05rem; line-height: 1.75; text-wrap: pretty; }
.for-you-signature { max-width: 360px; margin: 30px 0 0; color: var(--wine); font-family: var(--script); font-size: clamp(1.08rem, 1.45vw, 1.42rem); line-height: 1.45; transform: rotate(-1.5deg); }
.for-you-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding: 0; list-style: none; }
.for-you-list li { display: flex; min-height: 172px; padding: 27px 24px 25px; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(108, 37, 50, .075); border-radius: 11px; background: rgba(255, 253, 249, .92); box-shadow: 0 7px 20px rgba(104, 68, 66, .03); font-family: var(--serif); font-size: clamp(1.08rem, 1.4vw, 1.34rem); line-height: 1.28; text-align: center; transition: border-color .3s var(--ease), background-color .3s var(--ease); }
.for-you-list li:nth-child(2), .for-you-list li:nth-child(5) { background: #f9efeb; }
.for-you-list li:hover { border-color: rgba(108, 37, 50, .13); background-color: #fffdfa; }
.for-you-list li span { color: var(--ink); }
.for-you-card-star { width: 40px; height: auto; flex: 0 0 auto; }
.testimonials-stars-divider { position: relative; z-index: 3; height: 0; pointer-events: none; }
.testimonials-stars-divider img { position: absolute; top: 0; left: 0; width: clamp(180px, 23vw, 300px); height: auto; transform: translateY(-50%); }

.testimonials { background: #6f1f2d; color: #fffaf7; }
.testimonials .section-heading h2 { color: #fffaf7; }
.sample-note { color: #ead0ca !important; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.testimonial-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.18fr) minmax(0, .86fr); gap: clamp(22px, 2.6vw, 34px); align-items: center; max-width: 1220px; margin: 0 auto; }
.testimonial { position: relative; display: flex; flex-direction: column; min-height: 410px; margin: 0; padding: clamp(34px, 3.6vw, 50px); overflow: hidden; border: 0; border-radius: 14px; background: #fffaf7; color: var(--ink); }
.testimonial > span { position: absolute; top: 22px; right: 28px; display: block; color: rgba(123, 32, 53, .18); font-family: var(--serif); font-size: 4.2rem; line-height: .9; }
.testimonial p { position: relative; z-index: 1; margin: auto 0 34px; font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 1.72rem); line-height: 1.42; }
.testimonial footer { position: relative; z-index: 1; color: var(--wine); font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.testimonial.featured { min-height: 570px; padding: clamp(38px, 4vw, 58px); justify-content: flex-end; background: var(--wine) url("images/testimonial.png") center / cover no-repeat; color: #fffaf7; transform: none; }
.testimonial.featured::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(52, 28, 36, .04) 12%, rgba(71, 25, 38, .22) 48%, rgba(57, 20, 31, .82) 100%); }
.testimonial.featured > span { top: 28px; right: 30px; z-index: 1; color: rgba(255, 250, 247, .62); }
.testimonial.featured p { max-width: 15ch; margin-top: auto; font-size: clamp(1.7rem, 2.55vw, 2.65rem); line-height: 1.18; }
.testimonial.featured footer { color: #f0d8d1; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 10vw, 150px); align-items: start; max-width: var(--max); margin: 0 auto; padding-bottom: clamp(20px, 2vw, 32px); }
.faq-intro { align-self: start; }
.faq-intro p { max-width: 360px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.faq-cristsun { width: clamp(230px, 24vw, 330px); margin: 42px 0 0 32px; }
.faq-cristsun img { width: 100%; height: auto; opacity: .9; }
.accordion { align-self: start; display: grid; gap: 14px; align-content: start; }
.accordion details { overflow: hidden; border: 1px solid rgba(108, 37, 50, .055); border-radius: 18px; background: #fffdfa; box-shadow: 0 7px 22px rgba(104, 68, 66, .025); transition: border-color .25s var(--ease), background .25s var(--ease); }
.accordion details:hover { border-color: rgba(108, 37, 50, .12); background: #fff; }
.accordion details:last-child { border-bottom: 1px solid rgba(108, 37, 50, .055); }
.accordion summary { position: relative; min-height: 72px; padding: 15px 54px 15px 24px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.12rem, 1.4vw, 1.32rem); line-height: 1.3; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before { content: ""; position: absolute; top: 50%; right: 20px; width: 28px; height: 28px; border: 1.5px solid var(--wine); border-radius: 50%; transform: translateY(-50%); }
.accordion summary::after { content: "+"; position: absolute; top: 50%; right: 20px; display: grid; place-items: center; width: 28px; height: 28px; color: var(--wine); font-family: var(--sans); font-size: .92rem; font-weight: 650; line-height: 1; transform: translateY(-52%); transition: transform .3s var(--ease); }
.accordion details[open] summary::after { transform: translateY(-52%) rotate(45deg); }
.accordion details p { max-width: 670px; margin: 0; padding: 0 82px 30px 30px; color: var(--muted); font-size: 1rem; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; background: var(--wine-dark) url("images/spiriháttér.png") center 54% / cover no-repeat; color: #fffaf7; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--wine-dark); opacity: .84; }
.final-sunny { position: absolute; top: 14px; left: 50%; z-index: 2; width: clamp(180px, 24vw, 285px); height: auto; opacity: .52; transform: translateX(-50%); pointer-events: none; }
.final-inner { position: relative; z-index: 2; max-width: 1020px; margin: 0 auto; padding-top: clamp(35px, 3.5vw, 48px); }
.final-inner h2 { font-size: clamp(3rem, 5vw, 5.25rem); }
.final-inner h2 span { display: block; white-space: nowrap; }
.final-inner .eyebrow { color: #d9c1b8; }
.final-inner p:not(.eyebrow) { max-width: 590px; margin: 0 auto 32px; color: #e4d2ce; font-size: 1.04rem; line-height: 1.7; }
.final-inner .button { min-width: 230px; }
.final-stars { position: absolute; right: clamp(18px, 6vw, 90px); bottom: 54px; z-index: 2; color: rgba(211, 181, 141, .58); font-size: 1.1rem; letter-spacing: .85rem; transform: rotate(-9deg); }
.final-stars span { font-size: .55rem; }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 140px);
  align-items: start;
  max-width: var(--max);
  margin: 0 auto;
  background: var(--cream);
}
.contact-intro { position: relative; z-index: 1; align-self: stretch; min-height: 620px; }
.contact-intro.reveal, .contact-intro.reveal.is-visible { transform: none; }
.contact-intro > :not(.contact-tree) { position: relative; z-index: 1; }
.contact-intro h2 { margin-bottom: 24px; }
.contact-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.contact-intro > a { display: inline-block; margin-top: 14px; color: var(--wine); font-weight: 650; text-underline-offset: 5px; }
.contact-tree { position: absolute; top: 245px; left: clamp(-120px, -7vw, -78px); z-index: 0; width: clamp(390px, 36vw, 520px); margin: 0; opacity: .17; pointer-events: none; }
.contact-tree img { width: 100%; height: auto; }
.contact-form {
  position: relative;
  align-self: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 24px;
  padding: clamp(30px, 4.2vw, 58px);
  border: 1px solid rgba(123, 32, 53, .13);
  background: #fffaf7;
  overflow: visible;
  box-shadow: 0 28px 70px rgba(102, 44, 56, .075);
}
.contact-form.reveal, .contact-form.reveal.is-visible { transform: none; }
.form-field { display: flex; flex-direction: column; gap: 9px; }
.form-field-full { grid-column: 1 / 3; }
.form-field label { color: var(--wine); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(123, 32, 53, .32);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: 0;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.form-field input, .form-field select { min-height: 50px; padding: 8px 2px; }
.form-field textarea { min-height: 150px; padding: 12px 2px; overflow: hidden; resize: none; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: var(--wine); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--wine); background: #fff; }
.form-actions { display: flex; align-items: center; gap: 24px; margin-top: 8px; }
.form-actions p { max-width: 340px; margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.5; }
.form-status { min-height: 24px; margin: -10px 0 0; color: var(--wine); font-size: .85rem; font-weight: 600; }

.footer { display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: end; padding: 48px clamp(22px, 5vw, 72px); background: var(--wine); color: #f2ded9; font-size: .84rem; }
.footer p { margin-bottom: 0; }
.footer-name { margin-bottom: 5px !important; color: #fffaf7; font-family: var(--serif); font-size: 1.35rem; }
.footer > a:not(.text-link) { text-underline-offset: 4px; }

.reveal, .reveal.is-visible { opacity: 1; transform: none; transition: none; }
.image-reveal { overflow: hidden; }
.image-reveal img, .image-reveal.is-visible img { transform: none; transition: none; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .header-cta { margin-right: 62px; }
  .menu-toggle {
    position: absolute;
    right: 22px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { position: absolute; width: 23px; height: 1px; background: var(--ink); transition: transform .3s var(--ease); }
  .menu-toggle span:nth-child(2) { transform: translateY(-4px); }
  .menu-toggle span:nth-child(3) { transform: translateY(4px); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
  .main-nav.open {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 48px 28px;
    background: var(--cream);
  }
  .main-nav.open a { font-family: var(--serif); font-size: 2rem; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .process-step { min-height: 220px; padding: 26px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .testimonial.featured { grid-row: 1; grid-column: 1 / 3; justify-self: center; width: min(100%, 540px); }
  .testimonial:first-child { grid-row: 2; grid-column: 1; }
  .testimonial:last-child { grid-row: 2; grid-column: 2; }
  .intro-editorial { grid-template-columns: minmax(150px, .6fr) minmax(430px, 1.4fr) minmax(140px, .55fr); gap: 28px; }
  .intro-image-left { left: -2vw; }
  .intro-image-right { right: -4.5vw; margin-top: -150px; }
  .about { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 58px; }
  .about-visual { margin-left: -32px; }
  .contact-section { grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 54px; }
}

@media (max-width: 767px) {
  html { scroll-padding-top: 66px; }
  body { font-size: 16px; }
  .site-header { min-height: 66px; padding: 9px 18px; }
  .brand-line { font-size: .56rem; }
  .header-cta { display: none; }
  .menu-toggle { right: 10px; }
  .main-nav.open { top: 66px; }
  .section { padding: 76px 20px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .hero { min-height: calc(100dvh - 66px); padding: 48px 20px; background-position: 64% center; }
  .hero::before { background: linear-gradient(90deg, rgba(38, 25, 22, .82), rgba(44, 28, 24, .52) 74%, rgba(40, 26, 23, .2)); }
  .hero-content { align-self: flex-end; padding-bottom: 24px; }
  .hero-copy { max-width: 94%; margin-bottom: 26px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .sun-mark { width: 150px; height: 75px; }
  .sun-mark::before { bottom: -75px; width: 148px; height: 148px; }
  .sun-mark span, .sun-mark span::before, .sun-mark span::after { height: 14px; transform-origin: 50% 75px; }
  .intro { padding: 96px 20px 84px; }
  .intro-sun-image { top: 18px; width: 68px; }
  .intro-editorial { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
  .intro-copy { grid-column: 1 / 3; grid-row: 1; margin-bottom: 38px; }
  .intro-copy h2 { font-size: clamp(2.25rem, 10.2vw, 3.2rem); }
  .intro-image-left, .intro-image-right { right: auto; left: auto; grid-row: 2; height: 245px; margin: 0; }
  .intro-image-left { grid-column: 1; margin-top: 30px; }
  .intro-image-right { grid-column: 2; margin-top: -18px; margin-right: -20px; margin-bottom: 30px; }
  .section-sun-divider img { width: 142px; }
  .service-cards { grid-template-columns: 1fr; gap: 18px; }
  .service-card { min-height: 0; }
  .service-card-image { height: 250px; }
  .service-card-body { padding: 28px; }
  .service-card h3 { margin-top: 30px; }
  .about, .for-you, .faq { grid-template-columns: 1fr; gap: 48px; }
  .for-you-title { position: static; }
  .ribbon-inner { grid-template-columns: 1fr; gap: 25px; }
  .about { padding-right: 20px; padding-left: 20px; }
  .about-visual { margin: 0 -8px 8px -24px; padding: 12px 12px 50px; }
  .portrait-frame img { height: 115vw; min-height: 0; object-position: 43% center; }
  .about-copy h2 { font-size: clamp(2.55rem, 11vw, 3.55rem); }
  .about-script { font-size: 1.55rem; }
  .process-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 44px; padding: 0; }
  .process-step { min-height: 0; padding: 24px 22px; }
  .step-marker { margin-bottom: 18px; }
  .process-visual { height: 440px; margin-top: 72px; }
  .process-visual figcaption { right: 12px; bottom: 12px; left: 12px; text-align: center; }
  .quote-section { min-height: 720px; }
  .quote-section blockquote { width: min(500px, calc(100% - 40px)); padding: 50px 0; font-size: 2.55rem; }
  .quote-section blockquote span { display: inline; white-space: normal; }
  .for-you { padding: 76px 20px 82px; }
  .for-you-list { grid-template-columns: 1fr; gap: 14px; }
  .for-you-list li { min-height: 154px; padding: 24px 20px 22px; }
  .testimonials-stars-divider img { width: 150px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial, .testimonial:first-child, .testimonial:last-child { grid-row: auto; grid-column: auto; min-height: 330px; }
  .testimonial.featured { order: -1; width: 100%; min-height: 500px; transform: none; }
  .faq { padding-right: 20px; padding-bottom: 76px; padding-left: 20px; }
  .faq-cristsun { width: 210px; margin: 30px 0 0 20px; }
  .accordion summary { min-height: 68px; padding: 13px 50px 13px 20px; }
  .accordion summary::before, .accordion summary::after { right: 16px; width: 26px; height: 26px; }
  .accordion summary::after { font-size: .86rem; }
  .accordion details p { padding: 0 56px 22px 21px; }
  .final-stars { right: 10px; bottom: 25px; opacity: .65; }
  .final-inner h2 { font-size: clamp(1.75rem, 8.2vw, 2.7rem); }
  .contact-section { position: static; top: auto; grid-template-columns: 1fr; gap: 42px; min-height: auto; padding-right: 20px; padding-left: 20px; }
  .contact-intro { position: relative; min-height: 500px; }
  .contact-tree { top: 230px; left: -70px; width: min(390px, 92vw); opacity: .15; }
  .contact-form { position: static; top: auto; grid-template-columns: 1fr; gap: 24px; padding: 28px 22px; }
  .form-field-full { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 1fr; gap: 24px; align-items: start; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--cream); backdrop-filter: none; }
}
