:root {
  --ink: #263236;
  --muted: #667176;
  --wine: #7b2f45;
  --wine-dark: #522033;
  --wine-soft: #f5e8eb;
  --petrol: #245d60;
  --petrol-dark: #173f42;
  --cream: #fbf7f1;
  --rose: #f2e2df;
  --white: #ffffff;
  --line: #ddcfce;
  --error: #a1261c;
  --shadow: 0 22px 55px rgba(72, 32, 45, .13);
  --radius: 26px;
  --content: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #dba34b; outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--petrol-dark);
  border-radius: 6px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.operator-bar {
  min-height: 32px;
  display: grid;
  place-items: center;
  padding: 5px 18px;
  color: #fff;
  background: var(--wine-dark);
  font-size: 13px;
  letter-spacing: .035em;
  text-align: center;
}

.site-header { position: relative; z-index: 30; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner, .hero-inner, .section-inner, .footer-inner, .strength-line {
  width: min(var(--content), calc(100% - 48px));
  margin-inline: auto;
}
.header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}
.domain-mark {
  display: inline-flex;
  align-items: baseline;
  color: var(--wine-dark);
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: -.04em;
}
.domain-mark span { font-weight: 450; }
.domain-mark strong { color: var(--wine); font-weight: 850; }
.domain-mark em { margin-left: 2px; color: var(--petrol); font-size: .65em; font-style: normal; font-weight: 800; letter-spacing: 0; }
.main-nav { display: flex; justify-content: center; gap: clamp(17px,2.4vw,34px); }
.main-nav a { color: #415054; font-size: 15px; font-weight: 700; text-decoration: none; }
.main-nav a:hover { color: var(--wine); }
.header-logo { width: 82px; display: block; }
.header-logo img { width: 82px; height: auto; }
.menu-button {
  min-height: 44px;
  display: none;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  color: var(--wine-dark);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}
.menu-button i, .menu-button i::before, .menu-button i::after { width: 21px; height: 2px; display: block; background: currentColor; }
.menu-button i { position: relative; }
.menu-button i::before, .menu-button i::after { content: ""; position: absolute; left: 0; }
.menu-button i::before { top: -6px; }
.menu-button i::after { top: 6px; }

.hero { position: relative; padding: 58px 0 46px; overflow: hidden; background: linear-gradient(112deg,var(--cream) 0 52%,var(--rose) 52% 100%); }
.hero::before { content: ""; position: absolute; width: 270px; height: 270px; left: -145px; bottom: -145px; border: 1px solid rgba(123,47,69,.26); border-radius: 50%; }
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  grid-template-areas: "intro image" "primary image" "secondary image";
  gap: 18px 64px;
  align-items: start;
}
.hero-intro { grid-area: intro; padding-top: 22px; }
.eyebrow, .section-kicker {
  margin: 0 0 13px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: .105em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0 0 .55em; color: var(--wine-dark); line-height: 1.1; letter-spacing: -.035em; }
h1 { max-width: 660px; font-size: clamp(44px,4.2vw,62px); }
h2 { font-size: clamp(32px,3.25vw,43px); }
h3 { font-size: 22px; }
p { margin: 0 0 1.1em; }
.hero-copy { max-width: 630px; margin-bottom: 0; color: #46565a; font-size: 18px; line-height: 1.58; }
.media { position: relative; margin: 0; overflow: hidden; background: #eadfdb; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media { grid-area: image; height: 650px; border-radius: 96px 18px 18px 18px; box-shadow: var(--shadow); }
.hero-media::before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 110px; height: 110px; border-top: 12px solid var(--wine); border-left: 12px solid var(--wine); border-radius: 90px 0 0 0; pointer-events: none; }
.hero-media img { object-position: 49% center; }
.symbol-label { position: absolute; z-index: 2; right: 11px; bottom: 11px; padding: 5px 9px; color: #fff; background: rgba(41,29,34,.82); border-radius: 3px; font-size: 11px; font-weight: 750; line-height: 1.2; }
.hero-primary { grid-area: primary; align-self: end; }
.hero-primary p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.hero-secondary { grid-area: secondary; display: flex; align-items: center; gap: 22px; padding-bottom: 22px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid transparent; border-radius: 4px 18px 4px 4px; font-weight: 800; line-height: 1.25; text-align: center; text-decoration: none; transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 10px 24px rgba(123,47,69,.22); }
.button-primary:hover { background: var(--wine-dark); }
.button-large { min-height: 59px; padding-inline: 29px; font-size: 18px; }
.button-secondary { color: var(--wine-dark); background: transparent; border-color: var(--wine); box-shadow: none; }
.button-secondary:hover { color: #fff; background: var(--wine); }
.button-light { color: var(--petrol-dark); background: #fff; }
.button-light:hover { color: #fff; background: var(--wine); }
.text-link { color: var(--wine-dark); font-weight: 800; text-underline-offset: 5px; }

.strength-line { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); margin-top: -24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 36px rgba(62,37,44,.09); }
.strength-line p { min-height: 104px; display: flex; flex-direction: column; justify-content: center; margin: 0; padding: 21px 30px; }
.strength-line p + p { border-left: 1px solid var(--line); }
.strength-line b { color: var(--wine); font-size: 18px; }
.strength-line span { color: var(--muted); font-size: 14px; }

.presence-section, .activity-section, .conversation-section, .support-section, .property-section, .contact-section { padding: 104px 0; }
.presence-section { background: #fff; }
.presence-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px 70px; }
.presence-lead { margin-top: 5px; color: var(--muted); font-size: 20px; line-height: 1.65; }
.presence-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 30px; border-top: 1px solid var(--line); }
.presence-points article { padding: 30px 28px 0 0; }
.presence-points article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.presence-points span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 18px; color: #fff; background: var(--petrol); border-radius: 50%; font-size: 12px; font-weight: 850; }
.presence-points h3 { margin-bottom: 8px; }
.presence-points p { margin: 0; color: var(--muted); }

.activity-section { background: var(--wine-soft); }
.activity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.activity-copy > p:not(.section-kicker) { color: #5e5e62; }
.activity-list { margin: 29px 0 0; padding: 0; border-top: 1px solid #d6c2c5; list-style: none; }
.activity-list li { display: grid; grid-template-columns: 180px 1fr; gap: 22px; padding: 17px 0; border-bottom: 1px solid #d6c2c5; }
.activity-list strong { color: var(--wine-dark); }
.activity-list span { color: var(--muted); font-size: 15px; }
.activity-media { min-height: 560px; border-radius: 18px 100px 18px 18px; }
.activity-media img { object-position: 52% center; }

.conversation-section { background: var(--cream); }
.conversation-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 78px; align-items: center; }
.conversation-media { min-height: 520px; border-radius: 80px 16px 16px 16px; }
.conversation-media img { object-position: 47% center; }
.conversation-copy > p:not(.section-kicker) { color: var(--muted); }
.helpful-note { margin-top: 30px; padding: 23px 25px; background: #fff; border-left: 5px solid var(--wine); box-shadow: 0 13px 32px rgba(83,39,52,.08); }
.helpful-note strong { color: var(--wine-dark); }
.helpful-note p { margin: 5px 0 0; color: var(--muted); }

.support-section { color: #fff; background: var(--petrol-dark); }
.support-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 78px; align-items: start; }
.support-section h2 { color: #fff; }
.support-section .section-kicker { color: #efb8c5; }
.support-section p { color: #dce9e8; }

.property-section { background: #fff; }
.property-heading { max-width: 770px; }
.property-rows { margin-top: 40px; border-top: 1px solid var(--line); }
.property-rows article { display: grid; grid-template-columns: 95px 1fr auto; gap: 34px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.property-rows article > span { color: var(--wine); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.property-rows h3 { margin-bottom: 7px; }
.property-rows p { margin: 0; color: var(--muted); }

.trust-section { padding: 82px 0; background: var(--rose); }
.trust-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; align-items: end; }
.trust-grid p:last-child { margin: 0; color: var(--muted); }
.trust-facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; border-top: 1px solid #cbaeb4; }
.trust-facts div { padding: 23px 18px 0 0; }
.trust-facts div + div { padding-left: 18px; border-left: 1px solid #cbaeb4; }
.trust-facts dt { color: var(--wine-dark); font-size: 26px; font-weight: 850; line-height: 1.15; }
.trust-facts dd { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.35; }

.contact-section { background: var(--cream); }
.contact-inner { max-width: 980px; }
.form-intro { margin-bottom: 34px; text-align: center; }
.form-intro h2 { margin-bottom: 0; }
form { padding: clamp(24px,5vw,52px); background: #fff; border: 1px solid var(--line); border-top: 7px solid var(--wine); box-shadow: var(--shadow); }
.intent-fieldset { margin: 0 0 36px; padding: 0; border: 0; }
.intent-options { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.intent-secondary { display: grid; gap: 12px; }
.intent-option { min-height: 76px; display: flex; align-items: center; gap: 13px; padding: 15px 17px; border: 1px solid #cbb9bd; border-radius: 5px; cursor: pointer; }
.intent-option--primary { min-height: 164px; background: var(--wine-soft); border: 2px solid var(--wine); }
.intent-option:has(input:checked) { border-color: var(--wine); box-shadow: inset 0 0 0 2px var(--wine); }
.intent-option input { width: 21px; height: 21px; margin: 0; accent-color: var(--wine); flex: 0 0 auto; }
.intent-option span, .intent-option strong, .intent-option small { display: block; }
.intent-option strong { line-height: 1.3; }
.intent-option small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.field-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.field-grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-weight: 750; }
.field input, .field textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #af9fa2; border-radius: 4px; }
.field input { min-height: 52px; padding: 10px 13px; }
.field textarea { min-height: 170px; padding: 13px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,47,69,.14); outline: none; }
.field [aria-invalid="true"] { border-color: var(--error); }
.field-error { min-height: 0; margin: 4px 0 0; color: var(--error); font-size: 14px; font-weight: 700; }
.field-error:empty { display: none; }
.optional-toggle { width: 100%; min-height: 54px; display: flex; justify-content: space-between; align-items: center; margin-top: 26px; padding: 13px 15px; color: var(--wine-dark); background: var(--wine-soft); border: 1px solid #d0b7bd; border-radius: 4px; font-weight: 780; text-align: left; cursor: pointer; }
.optional-toggle [aria-hidden] { font-size: 24px; line-height: 1; transition: transform .2s ease; }
.optional-toggle[aria-expanded="true"] [aria-hidden] { transform: rotate(45deg); }
.optional-fields { padding-top: 22px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 12px; margin-top: 25px; align-items: flex-start; cursor: pointer; }
.consent input { width: 21px; height: 21px; margin: 4px 0 0; accent-color: var(--wine); flex: 0 0 auto; }
.consent a { color: var(--wine-dark); font-weight: 760; }
.privacy-note { margin: 20px 0 0; padding-left: 15px; color: var(--muted); border-left: 3px solid var(--wine); font-size: 15px; }
.form-status { margin-top: 14px; font-weight: 740; }
.form-status.is-error { padding: 13px 15px; color: #73190f; background: #fff0ec; border: 1px solid #e0aa9e; border-radius: 4px; }
.button-submit { width: 100%; margin-top: 22px; font-size: 18px; }

.personal-contact { max-width: 760px; margin: 28px auto 0; padding: 34px; color: #fff; background: var(--petrol-dark); text-align: center; border-radius: 0 0 54px 0; }
.personal-contact h2 { margin-bottom: 14px; color: #fff; font-size: 31px; }
.personal-contact p { margin-bottom: 7px; }
.contact-label { color: #efb8c5; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-name { font-weight: 820; }
.personal-contact a { display: block; width: fit-content; margin: 5px auto 0; color: #fff; font-size: 19px; font-weight: 780; }

.site-footer { color: #d8e5e4; background: #102f31; }
.footer-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 20px; }
.footer-inner p { margin: 0; font-size: 14px; }
.footer-inner nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-inner a { font-size: 14px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 1050px) {
  .header-inner, .hero-inner, .section-inner, .footer-inner, .strength-line { width: min(100% - 36px,var(--content)); }
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 14px; }
  .hero-inner { gap: 18px 38px; }
  .hero-media { height: 570px; }
  .activity-grid, .conversation-grid { gap: 46px; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 80px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 100%; left: 18px; right: 18px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; padding: 7px 10px; font-size: 16px; }
  .header-logo, .header-logo img { width: 72px; }
  .hero { padding-top: 34px; background: linear-gradient(180deg,var(--cream) 0 54%,var(--rose) 54% 100%); }
  .hero-inner { grid-template-columns: 1fr; grid-template-areas: "intro" "image" "primary" "secondary"; gap: 20px; }
  .hero-intro { padding-top: 0; }
  .hero-media { height: auto; aspect-ratio: 16 / 9; border-radius: 58px 14px 14px 14px; }
  .hero-media::before { width: 72px; height: 72px; border-width: 8px; border-radius: 58px 0 0 0; }
  .hero-secondary { padding-bottom: 0; }
  .presence-grid, .activity-grid, .conversation-grid, .support-inner, .trust-grid { grid-template-columns: 1fr; }
  .presence-points { grid-template-columns: 1fr; }
  .presence-points article { padding: 25px 0; border-bottom: 1px solid var(--line); }
  .presence-points article + article { padding-left: 0; border-left: 0; }
  .activity-media, .conversation-media { min-height: 0; aspect-ratio: 16 / 10; }
  .conversation-copy { order: -1; }
  .trust-grid { gap: 38px; }
}

@media (max-width: 720px) {
  body { font-size: 17px; }
  .operator-bar { min-height: 29px; padding-inline: 12px; font-size: 12px; }
  .header-inner, .hero-inner, .section-inner, .footer-inner, .strength-line { width: calc(100% - 32px); }
  .domain-mark { font-size: 20px; }
  .header-logo, .header-logo img { width: 62px; }
  .menu-button { min-height: 44px; padding: 7px 10px; }
  .menu-button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-button i { margin-left: 0; }
  .hero { padding: 24px 0 32px; }
  .hero-inner { gap: 16px; }
  .eyebrow { margin-bottom: 10px; font-size: 11px; }
  h1 { margin-bottom: 14px; font-size: clamp(33px,9.1vw,38px); }
  h2 { font-size: clamp(28px,7.5vw,33px); }
  .hero-copy { font-size: 16px; line-height: 1.48; }
  .hero-media { aspect-ratio: 16 / 8.7; border-width: 5px; }
  .hero-media img { object-position: 49% center; }
  .symbol-label { right: 8px; bottom: 8px; padding: 4px 7px; font-size: 10px; }
  .button-large { width: 100%; min-height: 55px; padding-inline: 15px; font-size: 17px; }
  .hero-primary p { margin-top: 8px; font-size: 13px; }
  .hero-secondary { flex-wrap: wrap; gap: 13px 17px; }
  .hero-secondary .button { min-height: 44px; padding-inline: 14px; }
  .strength-line { grid-template-columns: 1fr; margin-top: 0; box-shadow: none; }
  .strength-line p { min-height: 0; padding: 16px; }
  .strength-line p + p { border-left: 0; border-top: 1px solid var(--line); }
  .presence-section, .activity-section, .conversation-section, .support-section, .property-section, .contact-section { padding: 72px 0; }
  .trust-section { padding: 64px 0; }
  .activity-grid, .conversation-grid, .support-inner { gap: 36px; }
  .activity-media, .conversation-media { aspect-ratio: 4 / 3; border-radius: 14px 52px 14px 14px; }
  .conversation-media { border-radius: 50px 14px 14px 14px; }
  .activity-media img { object-position: 52% center; }
  .conversation-media img { object-position: 48% center; }
  .activity-list li { grid-template-columns: 1fr; gap: 3px; }
  .property-rows article { grid-template-columns: 1fr; gap: 13px; padding: 28px 0; align-items: start; }
  .property-rows article .button { width: fit-content; }
  .trust-facts { grid-template-columns: 1fr; }
  .trust-facts div { padding: 18px 0; }
  .trust-facts div + div { padding-left: 0; border-left: 0; border-top: 1px solid #cbaeb4; }
  .form-intro { text-align: left; }
  form { padding: 23px 18px; }
  .intent-options { grid-template-columns: 1fr; }
  .intent-option--primary { min-height: 96px; }
  .intent-secondary { grid-template-columns: 1fr 1fr; }
  .intent-option { min-height: 92px; align-items: flex-start; padding: 14px 12px; }
  .intent-option input { margin-top: 2px; }
  .intent-option strong { font-size: 15px; }
  .intent-option small { font-size: 12px; }
  .field-grid--two { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .optional-toggle, .consent { font-size: 15px; }
  .personal-contact { padding: 28px 18px; border-radius: 0 0 35px 0; }
  .personal-contact h2 { font-size: 28px; }
  .personal-contact a { font-size: 18px; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; padding-block: 28px; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 390px) {
  .header-inner, .hero-inner, .section-inner, .footer-inner, .strength-line { width: calc(100% - 28px); }
  .domain-mark { font-size: 18px; }
  .header-inner { gap: 9px; }
  .header-logo, .header-logo img { width: 56px; }
  .hero { padding-top: 20px; }
  .hero-copy { font-size: 15.5px; line-height: 1.42; }
  .hero-media { aspect-ratio: 16 / 7.9; }
  .hero-primary p { font-size: 12.5px; }
  .intent-secondary { grid-template-columns: 1fr; }
  .intent-option { min-height: 74px; align-items: center; }
}

@media (max-width: 340px) {
  .domain-mark { font-size: 16px; }
  .header-logo, .header-logo img { width: 52px; }
  h1 { font-size: 31px; }
  .hero-secondary { align-items: flex-start; flex-direction: column; }
  .hero-secondary .button { width: 100%; }
  .button { padding-inline: 14px; }
  .symbol-label { font-size: 9px; }
  form { padding-inline: 14px; }
}

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

@media (forced-colors: active) {
  .button, .intent-option, .optional-toggle { border: 2px solid currentColor; }
}
