:root {
  color-scheme: light;
  --ink: #17130f;
  --taupe: #ddc9b1;
  --cream: #f7f3ed;
  --line: #2d2822;
  --muted: #655d55;
  font-family: "Montserrat", Arial, sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; color: var(--ink); background-color: #e8e1dc; background-image: url("img/page-background.jpg"); background-size: cover; background-position: center; background-attachment: fixed; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid #806d59; outline-offset: 3px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.page-shell { width: min(1120px, calc(100% - clamp(24px, 6vw, 80px))); margin: clamp(18px, 4vw, 54px) auto; overflow: hidden; background: var(--cream); box-shadow: 0 24px 70px rgba(53,42,31,.16); }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; }
.section-label { margin: 0 0 10px; font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.hero { position: relative; aspect-ratio: 1.78 / 1; min-height: 0; overflow: hidden; background: #e7d7c4; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 35%, rgba(246,240,231,.05) 55%, rgba(244,237,227,.18)); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: 51%; height: 100%; margin-left: auto; padding: clamp(48px, 7vw, 96px) 8% clamp(40px, 6vw, 76px) 20px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 24px; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow svg { width: 15px; height: 15px; }
.hero h1 { max-width: 560px; margin: 0; font-size: clamp(50px, 6.3vw, 82px); font-weight: 500; line-height: .86; letter-spacing: -.045em; text-transform: uppercase; }
.hero-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0; font-size: 12px; line-height: 1.65; }
.hero-link, .about-copy > a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-link svg, .about-copy > a svg { width: 15px; }
.curve { position: absolute; z-index: 2; width: 170px; height: 320px; border: 1px solid rgba(44,37,30,.7); border-radius: 50%; pointer-events: none; }
.curve-one { top: -130px; left: -105px; transform: rotate(18deg); }
.curve-two { right: -120px; bottom: -160px; transform: rotate(-24deg); }

.site-header { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 66px; padding: 0 6%; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.brand { font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 600; letter-spacing: .12em; text-decoration: none; }
.main-nav { display: flex; gap: clamp(24px, 4vw, 60px); }
.main-nav a { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.menu-button { display: none; justify-self: end; width: 40px; height: 40px; border: 1px solid #9d9185; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button svg { width: 19px; height: 19px; }
.close-icon { display: none; }
.menu-button[aria-expanded="true"] .menu-icon { display: none; }
.menu-button[aria-expanded="true"] .close-icon { display: block; }

.patterned, .patterned-light { position: relative; overflow: hidden; }
.patterned::before, .patterned-light::before, .patterned-light::after { position: absolute; width: 260px; height: 520px; border: 1px solid rgba(39,32,27,.65); border-radius: 50%; content: ""; pointer-events: none; }
.patterned::before { right: -185px; bottom: -250px; transform: rotate(-22deg); }
.patterned-light::before { top: -310px; left: -180px; transform: rotate(28deg); }
.patterned-light::after { right: -190px; bottom: -310px; transform: rotate(-25deg); }

.services { padding: clamp(58px, 6vw, 72px) 8% clamp(62px, 7vw, 78px); text-align: center; background: var(--taupe); }
.services h2, .testimonials h2, .about h2, .contact-section h2 { margin: 0; font-size: clamp(43px, 5vw, 68px); font-weight: 500; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; }
.service-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7%; max-width: 860px; margin: clamp(38px, 5vw, 52px) auto 0; }
.service-grid article > svg { width: 47px; height: 47px; margin-bottom: 16px; stroke-width: 1.1; }
.service-grid h3 { margin: 0 0 9px; font-size: 24px; font-weight: 600; }
.service-grid p { margin: 0 auto 15px; color: #4e463e; font-size: 10px; line-height: 1.55; }
.service-grid a { font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 4px; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.offers { padding: clamp(54px, 6vw, 72px) 7%; background: #fbf8f6; }
.offers-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 3vw, 34px); max-width: 980px; margin: 0 auto; }
.offer-card { display: grid; grid-template-columns: minmax(128px, .72fr) minmax(0, 1.18fr); min-height: 214px; overflow: hidden; background: #fff; box-shadow: 0 12px 32px rgba(55, 43, 35, .07); }
.offer-card-reverse { grid-template-columns: minmax(0, 1.18fr) minmax(128px, .72fr); }
.offer-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(20px, 2.6vw, 30px); text-align: left; }
.offer-copy h3 { margin: 0 0 14px; font-size: clamp(21px, 2.25vw, 27px); font-weight: 600; line-height: 1.03; }
.offer-copy p { margin: 0 0 18px; color: #6d655e; font-size: 10px; line-height: 1.55; }
.offer-copy a { display: grid; place-items: center; width: 100%; min-height: 42px; margin-top: auto; padding: 8px 12px; border: 1px solid var(--ink); font: 600 10px/1.2 "Cormorant Garamond", Georgia, serif; letter-spacing: .02em; text-align: center; text-decoration: none; text-transform: uppercase; }
.offer-copy a:hover { color: #fff; background: var(--ink); }
.offer-visual { min-height: 214px; overflow: hidden; background: #ddd1c4; }
.offer-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 21% center; }
.offer-visual-portrait img { object-position: 17% center; transform: scale(1.08); }
.offer-visual-code, .offer-visual-program { display: grid; place-items: center; position: relative; color: #fff; background: #6d0913; }
.offer-visual-code::before { position: absolute; right: 0; left: 0; height: 32px; background: #f7f3ed; content: ""; }
.offer-visual-code span { position: relative; z-index: 1; padding: 5px 8px; color: #17130f; background: #f7f3ed; font: 600 9px/1.2 "Montserrat", sans-serif; text-align: center; }
.offer-visual-program { color: #2e2924; background: linear-gradient(145deg, #eee4d9, #fff 55%, #d7c2aa); }
.offer-visual-program::before, .offer-visual-program::after { position: absolute; width: 78px; height: 112px; border: 1px solid #837261; background: rgba(255,255,255,.8); box-shadow: 0 8px 18px rgba(56,45,35,.12); content: ""; transform: rotate(-8deg) translate(-18px, 12px); }
.offer-visual-program::after { transform: rotate(6deg) translate(22px, -2px); }
.offer-visual-program span { position: relative; z-index: 2; padding: 9px; border: 1px solid #9e8c79; background: #fff; font: 600 10px/1.25 "Cormorant Garamond", Georgia, serif; text-align: center; }

.testimonials { padding: clamp(62px, 7vw, 78px) 5% clamp(58px, 6vw, 72px); text-align: center; background: #fff; }
.testimonial-stage { display: grid; grid-template-columns: 34px 1fr 1.25fr 1fr 34px; gap: clamp(16px, 2.4vw, 28px); align-items: center; max-width: 980px; margin: clamp(38px, 5vw, 52px) auto 30px; }
.slider-arrow { border: 0; background: transparent; color: #83776c; font-family: Georgia, serif; font-size: 30px; cursor: pointer; }
.testimonial-side { font-family: "Cormorant Garamond", Georgia, serif; }
.portrait { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; color: white; background: #887461; font: 600 20px "Cormorant Garamond", serif; }
.portrait-two { background: #4c4037; }
.testimonial-side p { margin: 0 auto 12px; font-size: 13px; line-height: 1.35; }
.testimonial-side strong, .testimonial-side small { display: block; font: 600 9px "Montserrat", sans-serif; }
.testimonial-side small { margin-top: 4px; color: #7a7169; font-size: 8px; font-weight: 400; }
blockquote { margin: 0; }
blockquote > span { display: block; height: 50px; font: 700 70px/1 Georgia, serif; }
blockquote p { min-height: 93px; margin: 4px 0 17px; font: 500 clamp(21px, 2.5vw, 34px)/1.05 "Cormorant Garamond", Georgia, serif; }
blockquote cite { font-size: 8px; font-style: normal; font-weight: 600; text-transform: uppercase; }
.slider-dots { display: flex; justify-content: center; gap: 7px; }
.slider-dots button { width: 5px; height: 5px; padding: 0; border: 0; border-radius: 50%; background: #c9c3bd; cursor: pointer; }
.slider-dots button.active { background: #17130f; }

.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8%; align-items: center; min-height: 0; padding: clamp(58px, 7vw, 76px) 13%; background: var(--cream); }
.about-photo { position: relative; z-index: 2; aspect-ratio: .82 / 1; max-height: 390px; overflow: hidden; border-radius: 50% 50% 0 0; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 17% center; }
.about-copy { position: relative; z-index: 2; }
.about-copy p:not(.section-label) { color: var(--muted); font-size: 11px; line-height: 1.7; }
.about-copy p:first-of-type:not(.section-label) { margin-top: 28px; }
.about-copy > a { margin-top: 12px; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding: clamp(58px, 7vw, 76px) 13%; color: white; background: #0b0a09; }
.contact-intro > p:not(.section-label) { max-width: 390px; color: #bdb8b2; font-size: 10px; line-height: 1.7; }
.contact-section form { display: grid; gap: 13px; align-content: center; }
#contact-form > label:not(.consent) { display: grid; gap: 5px; color: #d9d5d0; font-size: 8px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
#contact-form input, #contact-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #d5cdc4; border-radius: 0; color: #111; background: #fff; outline: 0; }
#contact-form textarea { resize: vertical; }
#contact-form input:focus, #contact-form textarea:focus { border-color: #c9a982; box-shadow: 0 0 0 2px rgba(201,169,130,.3); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; color: #aaa49d; font-size: 9px; line-height: 1.4; }
.consent input { width: 15px !important; height: 15px; margin: 0; accent-color: #cbb69d; }
.contact-submit { justify-self: start; min-width: 130px; min-height: 38px; padding: 0 20px; border: 1px solid #d8c3aa; color: #17130f; background: #ddc9b1; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.contact-submit:disabled { cursor: wait; opacity: .6; }
.status { min-height: 16px; margin: 0; font-size: 9px; }
.status.error { color: #f4a6a6; }
.status.success { color: #a8deb5; }
.status.info { color: #d9d0c8; }
.captcha { display: flex; }
.captcha[hidden] { display: none; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.site-footer { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.5fr; gap: 55px; min-height: 190px; padding: 50px 10%; border-top: 1px solid #1d1915; background: #fff; }
.site-footer > div { display: flex; flex-direction: column; gap: 7px; }
.site-footer strong { margin-bottom: 5px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer div a { color: #605850; font-size: 8px; text-decoration: none; }
.site-footer > p { align-self: end; margin: 0; color: #847b73; font-size: 8px; text-align: right; }

@media (max-width: 900px) {
  .page-shell { width: min(100% - 24px, 720px); margin: 12px auto; }
  .hero { aspect-ratio: auto; min-height: 740px; }
  .hero > img { object-position: 25% center; }
  .hero::after { background: linear-gradient(0deg, rgba(244,237,227,.98) 0 47%, transparent 70%); }
  .hero-copy { position: absolute; right: 0; bottom: 0; left: 0; justify-content: flex-end; width: 100%; height: 60%; padding: 50px 8%; }
  .hero-copy > p:not(.eyebrow) { max-width: 620px; }
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; place-items: center; }
  .main-nav { position: absolute; top: 65px; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 6%; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 30px rgba(0,0,0,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid #e5e0da; }
  .service-grid { gap: 4%; }
  .offers-grid { grid-template-columns: 1fr; max-width: 560px; }
  .testimonial-stage { grid-template-columns: 30px 1fr 30px; }
  .testimonial-side { display: none; }
  .about, .contact-section { padding-right: 8%; padding-left: 8%; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .page-shell { width: 100%; margin: 0; }
  .hero { min-height: clamp(650px, 178vw, 720px); }
  .hero h1 { font-size: clamp(46px, 14vw, 56px); }
  .hero-copy { padding: 36px 25px 42px; }
  .hero-copy > p:not(.eyebrow) { font-size: 10px; }
  .site-header { padding: 0 22px; }
  .services, .testimonials { padding: 65px 25px; }
  .offers { padding: 50px 18px; }
  .offers-grid { gap: 20px; }
  .offer-card, .offer-card-reverse { grid-template-columns: minmax(112px, .72fr) minmax(0, 1.18fr); min-height: 205px; }
  .offer-card-reverse .offer-copy, .offer-card-reverse-mobile .offer-copy { order: 2; }
  .offer-card-reverse .offer-visual, .offer-card-reverse-mobile .offer-visual { order: 1; }
  .offer-copy { padding: 19px; }
  .offer-copy h3 { font-size: 21px; }
  .offer-visual { min-height: 205px; }
  .service-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 44px; }
  .service-grid article { max-width: 320px; margin: 0 auto; }
  .testimonials h2 { font-size: 42px; }
  .testimonial-stage { gap: 8px; margin-top: 38px; }
  blockquote p { min-height: 120px; font-size: 25px; }
  .about { grid-template-columns: 1fr; gap: 42px; padding: 65px 25px; }
  .about-photo { width: min(100%, 360px); max-height: none; margin: 0 auto; }
  .contact-section { grid-template-columns: 1fr; gap: 40px; padding: 60px 25px; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 45px 25px; }
  .site-footer > .brand, .site-footer > p { grid-column: 1 / -1; }
  .site-footer > p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; }
}
