:root {
  --paper: #faf7f2;
  --ink: #30232b;
  --plum: #56213e;
  --rose: #be8392;
  --muted: #74616b;
  --line: #d9cdd1;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Avenir, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #a9607c;
  outline-offset: 4px;
}
button, a, input, textarea { touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
h1, h2 {
  font-family: Iowan Old Style, Baskerville, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.08;
}
h1 { color: var(--plum); font-size: clamp(3.2rem, 5.2vw, 5.25rem); }
h2 { font-size: clamp(2.4rem, 3.5vw, 3.65rem); }
h3 { font-size: 1.3rem; line-height: 1.35; }
em { color: #956177; font-weight: 400; }
p { line-height: 1.75; }
.wrap { width: min(1260px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 20; padding: 12px; background: white; }
.skip-link:focus { top: 5px; }
.topline { padding: 8px 0; color: white; background: var(--plum); font-size: .875rem; }
.topline .wrap { display: flex; justify-content: space-between; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 25px; }
.brand { display: flex; align-items: center; flex-shrink: 0; gap: 9px; }
.brand img { object-fit: contain; mix-blend-mode: multiply; }
.brand strong { display: block; color: var(--plum); font-size: 1.65rem; letter-spacing: -.035em; line-height: 1.2; }
.brand small { display: block; margin-top: 6px; color: var(--plum); font-size: .58rem; letter-spacing: .17em; }
nav { display: flex; gap: 32px; font-size: .925rem; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 4px;
  padding: 14px 22px;
  color: white;
  background: var(--plum);
  font: inherit;
  font-size: .95rem;
  cursor: pointer;
}
.button:hover { background: #71314f; text-decoration: none; }
.button:disabled { cursor: wait; opacity: .65; }
.header-cta { min-height: 44px; font-size: .875rem; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 48px; padding-block: 35px 76px; }
.eyebrow { margin-bottom: 23px; color: #81546a; font-size: .73rem; font-weight: 700; letter-spacing: .16em; }
.lede { max-width: 450px; margin-top: 25px; color: #66565f; font-size: 1.125rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.text-link, .light-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid #b694a3; padding-bottom: 4px; color: var(--plum); font-size: .9rem; font-weight: 650; }
.hero-note { max-width: 470px; margin-top: 38px; color: #75626b; font-size: .875rem; }
.hero-visual { position: relative; padding: 18px 0 32px; }
.photo { position: relative; height: 470px; overflow: hidden; border-radius: 150px 150px 6px 6px; background: #e5d5cf; }
.photo img { position: absolute; top: 0; left: 50%; width: auto; max-width: none; height: 1285px; transform: translateX(-25%); }
.photo-caption { position: absolute; bottom: 8px; left: -25px; display: flex; align-items: center; gap: 17px; border-left: 3px solid var(--rose); padding: 20px 28px; background: white; box-shadow: 0 12px 35px #56213e12; }
.photo-caption > span { color: var(--plum); font: 2rem Georgia, serif; }
.photo-caption p { font-size: .95rem; line-height: 1.5; }
.photo-label { position: absolute; right: 15px; bottom: 0; color: #816b77; font-size: .6rem; letter-spacing: .17em; }
.trust-band { border-block: 1px solid #dfd4d8; padding: 19px 0; background: #f1e8eb; }
.trust-band .wrap { display: flex; justify-content: space-between; gap: 20px; color: #62404f; font-size: .875rem; }
.trust-band span + span { border-left: 1px solid #cdb8c2; padding-left: 30px; }
.section { padding-block: 92px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 45px; }
.section-heading > p { max-width: 360px; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service { position: relative; border-top: 1px solid #cbbbc1; padding: 34px 4px 28px; }
.service > span { position: absolute; top: 15px; right: 5px; color: #ac929f; font-size: .75rem; }
.service h3 { margin-bottom: 14px; color: var(--plum); }
.service p { margin-bottom: 23px; color: #75636d; }
.service-note { border-top: 1px solid #e5dcdf; padding-top: 22px; color: #7a6872; font-size: .875rem; }
.promise { padding: 80px 0; color: white; background: var(--plum); }
.promise-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.promise .eyebrow { color: #dcadbf; }
.promise em { color: #e3b0c2; }
.promise h2 { font-size: clamp(2.4rem, 3.3vw, 3.45rem); }
.promise p:not(.eyebrow) { margin-top: 25px; color: #e7d8df; }
.light-link { margin-top: 28px; color: white; }
.values article { display: flex; gap: 24px; border-top: 1px solid #8a5670; padding: 22px 0; }
.values article > span { color: #d7a4b7; font-size: .75rem; }
.values h3 { font-size: 1.15rem; }
.values article p { margin-top: 8px !important; font-size: .95rem; }
.start { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.steps { display: grid; gap: 23px; }
.steps > div { position: relative; padding-left: 59px; }
.steps b { position: absolute; top: 1px; left: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #d6c3cb; border-radius: 50%; color: var(--plum); font-weight: 400; }
.steps h3 { font-size: 1.15rem; }
.steps p { margin-top: 5px; color: #796773; }
.contact-section { padding: 85px 0 90px; background: #f1e8eb; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 95px; }
.contact-copy > p:not(.eyebrow, .payment-note) { max-width: 380px; margin-top: 22px; color: #725d6a; }
.contact-links { display: grid; gap: 24px; margin-top: 32px; }
.contact-links span { display: block; margin-bottom: 4px; color: #805d6d; font-size: .65rem; letter-spacing: .14em; }
.contact-links a { display: block; overflow-wrap: anywhere; font-size: 1.04rem; }
.payment-note { margin-top: 32px; border-top: 1px solid #d8c3cd; padding-top: 22px; color: #765d6b; font-size: .86rem; }
.inquiry-form { align-self: start; border-radius: 7px; padding: 38px; background: white; box-shadow: 0 10px 30px #56213e0d; }
.inquiry-form h3 { color: var(--plum); font: 400 1.7rem Georgia, serif; }
.inquiry-form > p:first-of-type { margin: 6px 0 25px; color: #7a6b73; font-size: .875rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: .875rem; font-weight: 650; }
.field input, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cbbbc2; border-radius: 3px; padding: 10px 12px; color: var(--ink); background: white; font: inherit; }
.field textarea { min-height: 112px; resize: vertical; }
.field small { color: #75656e; font-size: .78rem; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0; font-size: .8rem; line-height: 1.6; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; }
.consent a { text-decoration: underline; }
#turnstile { min-height: 70px; margin-bottom: 14px; }
.inquiry-form .button { width: 100%; }
.form-security { margin-top: 13px; color: #776c72; font-size: .75rem; }
.status { margin: 15px 0; border-left: 3px solid #367359; padding: 14px; color: #214c3b; background: #edf7f1; font-size: .9rem; }
.status.error { border-color: #a33a47; color: #70232d; background: #f9ebed; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 43px; }
.footer-main > p { color: #937084; font: italic 1.1rem Georgia, serif; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e0d6da; padding-block: 22px; color: #826e79; font-size: .75rem; }
.document { max-width: 760px; padding-block: 70px; }
.document h1 { margin: 30px 0; font-size: 3rem; }
.document h2 { margin: 25px 0 10px; font-family: inherit; font-size: 1.3rem; letter-spacing: 0; }
.document p { margin: 15px 0; }
.document a { text-decoration: underline; }

@media (max-width: 1050px) {
  .wrap { width: calc(100% - 56px); }
  .header nav { gap: 18px; }
  .header-cta { display: none; }
  .hero { gap: 28px; }
  .hero h1 { font-size: 3.65rem; }
  .photo { height: 450px; }
  .photo img { height: 1230px; }
  .promise-grid, .contact-grid { gap: 45px; }
  .inquiry-form { padding: 26px; }
  .footer-main > p { display: none; }
}

@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .topline { font-size: .7rem; }
  .header { flex-wrap: wrap; gap: 20px; padding-block: 18px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 1.5rem; }
  .header nav { width: 100%; justify-content: space-between; border-top: 1px solid #e1d6db; padding-top: 14px; font-size: .85rem; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding-block: 25px 40px; }
  .hero h1 { font-size: 3.5rem; }
  .hero-visual { margin: 0 10px 0 14px; }
  .photo { height: 350px; border-radius: 110px 110px 5px 5px; }
  .photo img { height: 963px; }
  .photo-caption { left: -14px; padding: 16px 21px; }
  .photo-label { display: none; }
  .trust-band .wrap { flex-direction: column; gap: 7px; font-size: .8rem; }
  .trust-band span + span { border: 0; padding: 0; }
  .section { padding-block: 55px; }
  .section-heading { display: block; margin-bottom: 26px; }
  .section-heading > p { margin-top: 22px; }
  .services, .promise-grid, .start, .contact-grid { grid-template-columns: 1fr; }
  .services { gap: 8px; }
  .promise { padding-block: 55px; }
  .promise-grid, .contact-grid { gap: 40px; }
  .start { gap: 32px; }
  .contact-section { padding-block: 55px; }
  .inquiry-form { padding: 26px 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { flex-wrap: wrap; padding-block: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
