@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
@import url('legacy-compat.css');

:root {
  --ink: #241b24;
  --plum: #3a2436;
  --plum-deep: #241522;
  --rose: #a86f78;
  --champagne: #d5b283;
  --cream: #f5f0e9;
  --warm-white: #fbf9f6;
  --muted: #877d80;
  --line: rgba(58, 36, 54, .14);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

/* Inner-page system: keep legacy templates visually consistent with the new site. */
body:not(.home-page):not(.immersive-page) .site-header {
  position: relative;
  color: #fff;
  background: var(--plum-deep);
}
body:not(.home-page):not(.immersive-page) .nav-shell {
  padding-top: 22px;
  padding-bottom: 22px;
}
.immersive-page .site-header { position: absolute; background: transparent; }
.grid_3, .grid_1, .grid_2 { min-height: 420px; background: var(--warm-white); }
.grid_3 .container, .grid_1 .container, .grid_2 .container {
  width: min(1100px, 100%);
}
.breadcrumb1 {
  padding: 0 0 24px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb1 ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.breadcrumb1 .current-page { color: var(--plum); font-weight: 600; }
.terms_1 {
  max-width: 860px;
  margin: 0 auto;
  padding: 38px 42px 56px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(58,36,54,.06);
}
.terms_1 h3 {
  color: var(--plum);
  font: 500 clamp(1.8rem, 3vw, 2.8rem)/1.18 var(--serif);
  margin-bottom: 25px;
}
.terms_1 h5 {
  color: var(--plum);
  font: 500 1.15rem/1.4 var(--serif);
  margin: 32px 0 14px;
}
.terms_1 p { color: var(--muted); font-size: 14px; line-height: 1.9; margin: 0 0 18px; }
.feature_list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.feature_list li { margin: 0; }
.feature_list li a {
  display: block;
  padding: 11px 14px;
  color: var(--muted);
  background: var(--cream);
  border-left: 2px solid var(--champagne);
  font-size: 13px;
}
.feature_list li a:hover { color: var(--plum); background: #eee4d8; }
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 0 40px;
}
.faq-list dt, .faq-list dd { margin: 0; }
.faq-list dt {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 13px;
  padding: 22px 24px;
  color: var(--plum);
  background: #fff;
  border: 1px solid var(--line);
  border-bottom: 0;
}
.faq-list dt:last-of-type { border-bottom: 1px solid var(--line); }
.faq-list dt h4 { color: var(--plum); font: 500 1.1rem/1.45 var(--serif); }
.faq-list .marker, .faq-list .marker1 {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin: 0;
  color: #fff;
  background: var(--rose);
  font: 600 11px var(--sans);
}
.faq-list dd {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 0 24px 24px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-top: 0;
}
.faq-list dd .marker { margin-top: 4px; color: var(--champagne); background: var(--plum); }
.faq-list dd p { margin: 3px 0 0; font-size: 14px; line-height: 1.85; }
.profile_search1, .paid_people, .view_profile, .match_right {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.profile_search1, .paid_people, .view_profile { color: var(--ink); }
.legacy-notice {
  margin: 30px auto;
  max-width: 760px;
  padding: 22px 26px;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--champagne);
  line-height: 1.8;
}
.profile_item { height: auto; min-height: 125px; }
.services .form-group, .services .form-item { max-width: 720px; }
.services input, .services select, .services textarea { width: 100%; }
.footer { clear: both; }

@media (max-width: 680px) {
  body:not(.home-page):not(.immersive-page) .nav-shell { padding: 18px 7%; }
  .grid_3, .grid_1, .grid_2 { padding: 55px 7% 70px; }
  .terms_1 { padding: 27px 20px 35px; }
  .terms_1 h3 { font-size: 2rem; }
  .faq-list dt { grid-template-columns: 34px 1fr; gap: 10px; padding: 17px 14px; }
  .faq-list dd { grid-template-columns: 34px 1fr; gap: 10px; padding: 0 14px 19px; }
  .faq-list dt h4 { font-size: 1rem; }
  .faq-list dd p { font-size: 13px; }
  .faq-list .marker, .faq-list .marker1 { width: 28px; height: 28px; }
  .profile_item { align-items: flex-start; }
  .profile_item-img { width: 86px; min-width: 86px; }
  .profile_item-img img { height: 105px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; color: var(--ink); background: var(--warm-white); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
body a { color: inherit; text-decoration: none; transition: .3s ease; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
h1 { font-size: clamp(3.6rem, 7.2vw, 7.6rem); }
h2 { font-size: clamp(2.9rem, 5.1vw, 5.6rem); }
h1 em, h2 em, blockquote em { font-family: var(--serif); font-weight: 500; }

.announcement { height: 33px; display: flex; justify-content: center; align-items: center; gap: 13px; color: #e6d6c1; background: var(--plum-deep); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.announcement span { color: var(--champagne); font-size: 12px; }
.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; color: #fff; }
.nav-shell { max-width: 1380px; margin: auto; padding: 26px 5.5%; display: flex; align-items: center; gap: 45px; }
.brand-mark { display: inline-flex; align-items: center; gap: 14px; line-height: 1; letter-spacing: .15em; }
.brand-logo-img { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; }
.brand-mark strong { display: block; font-size: 22px; font-weight: 700; letter-spacing: .22em; }
.brand-mark small { display: block; margin-top: 5px; font-size: 10px; letter-spacing: .42em; color: var(--champagne); font-weight: 400; }
.brand-monogram { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid var(--champagne); color: var(--champagne); font: italic 21px var(--serif); }
.primary-nav { display: flex; gap: 33px; margin-left: auto; }
.primary-nav a { color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .08em; }
.primary-nav a:hover, .primary-nav a.active { color: #fff; }
.primary-nav a.active { position: relative; }
.primary-nav a.active:after { content: ''; position: absolute; bottom: -9px; left: 0; right: 0; height: 1px; background: var(--champagne); }
.nav-actions { display: flex; align-items: center; gap: 23px; }
.nav-login { color: rgba(255,255,255,.75); font-size: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 17px 25px; color: #fff; background: var(--rose); border: 1px solid var(--rose); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 600; }
.button span { font-size: 17px; line-height: 0; }
.button:hover { color: #fff; background: #925d67; transform: translateY(-2px); }
.button-sm { padding: 12px 17px; font-size: 9px; }
.button-outline { border-color: rgba(255,255,255,.4); background: transparent; }
.button-outline:hover { background: #fff; color: var(--plum); }
.button-light { background: #ead8bb; border-color: #ead8bb; color: var(--plum-deep); }
.button-light:hover { background: #fff; color: var(--plum-deep); }
.nav-toggle { display: none; border: 0; background: none; padding: 5px; }
.nav-toggle span { display: block; width: 24px; height: 1px; margin: 5px; background: #fff; }

.hero { position: relative; height: min(860px, 100vh); min-height: 680px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--plum-deep); }
.hero-image { position: absolute; inset: 0; background: url('../images/wed.jpg') 64% center/cover no-repeat; opacity: .78; animation: hero-scale 12s ease-out both; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,18,29,.93) 0%, rgba(42,24,39,.72) 40%, rgba(45,26,40,.07) 100%), linear-gradient(0deg, rgba(27,15,25,.48), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: 100%; max-width: 1380px; padding: 95px 5.5% 0; }
.eyebrow, .section-label { color: var(--rose); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light, .light-link { color: #e1c6a2; }
.hero h1 { max-width: 760px; margin: 23px 0 27px; }
.hero-copy { max-width: 410px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 33px; margin-top: 38px; }
.text-link { display: inline-flex; gap: 16px; align-items: center; color: var(--plum); border-bottom: 1px solid var(--champagne); padding-bottom: 7px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.text-link span { font-size: 17px; transition: transform .3s; }
.text-link:hover span { transform: translateX(6px); }
.hero-caption { position: absolute; right: 5.5%; bottom: 48px; color: rgba(255,255,255,.55); font: italic 16px/1.4 var(--serif); text-align: right; }
.hero-caption span { color: var(--champagne); font: 9px var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 47px; left: 5.5%; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 45px; background: var(--champagne); }

.section-pad { padding: 125px 5.5%; max-width: 1380px; margin: auto; }
.section-label { display: flex; align-items: center; gap: 12px; }
.section-label span { color: var(--champagne); }
.intro { padding-bottom: 100px; }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 11%; padding: 45px 0 100px; }
.intro-copy { align-self: end; max-width: 435px; }
.intro-copy p { color: var(--muted); font-size: 16px; line-height: 1.95; margin-bottom: 30px; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 28px; }
.stats-row div { display: flex; flex-direction: column; }
.stats-row strong { color: var(--plum); font: 500 48px var(--serif); }
.stats-row span { color: var(--muted); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.profiles-section { max-width: none; background: var(--cream); }
.section-heading { max-width: 1380px; margin: auto; display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; }
.section-heading h2 { margin-top: 25px; }
.profile-grid { max-width: 1380px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.profile-card { display: block; }
.profile-photo { aspect-ratio: .77; position: relative; overflow: hidden; background: #dbcac1; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .8s ease, filter .8s; }
.profile-card:hover img { transform: scale(1.06); filter: saturate(1); }
.profile-arrow { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 33px; height: 33px; color: #fff; border: 1px solid rgba(255,255,255,.7); font-size: 17px; opacity: 0; transform: translate(-5px, 5px); transition: .4s; }
.profile-card:hover .profile-arrow { opacity: 1; transform: none; }
.profile-info { padding: 19px 0 0; }
.profile-info h3 { color: var(--plum); font: 500 23px var(--serif); }
.profile-info p { color: var(--rose); margin: 2px 0 9px; font-size: 11px; letter-spacing: .08em; }
.profile-info span { color: var(--muted); font-size: 12px; }
.quote-section { position: relative; min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--plum); overflow: hidden; }
.quote-art { background: url('../images/7.jpg') center/cover; opacity: .7; }
.quote-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px 12%; background: var(--plum); }
.quote-mark { color: var(--champagne); font: 100px/ .5 var(--serif); height: 70px; }
blockquote { font-size: clamp(2.4rem, 4.4vw, 4.5rem); line-height: 1.13; letter-spacing: -.04em; }
.quote-copy p { color: rgba(255,255,255,.5); margin: 27px 0 35px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.quote-copy .text-link { align-self: flex-start; }
.process { padding-bottom: 145px; }
.heading-note { max-width: 230px; color: var(--muted); font: italic 17px/1.5 var(--serif); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.process-grid article { position: relative; min-height: 260px; padding: 28px 30px; border: 1px solid var(--line); transition: .3s; }
.process-grid article:hover { border-color: var(--champagne); transform: translateY(-5px); }
.process-grid article > span { color: var(--champagne); font-size: 10px; letter-spacing: .15em; }
.process-icon { color: var(--rose); font-size: 29px; margin: 35px 0 19px; }
.process-grid h3 { font: 500 23px var(--serif); }
.process-grid p { max-width: 280px; color: var(--muted); font-size: 13px; line-height: 1.8; margin-top: 10px; }
.cta-section { padding: 125px 20px 135px; color: #fff; text-align: center; background: linear-gradient(rgba(43,24,40,.84), rgba(43,24,40,.93)), url('../images/bg.jpg') center/cover; }
.cta-section h2 { margin: 23px 0 35px; }
.trust-strip { background: var(--plum); color: #fff; padding: 105px 5.5%; }
.trust-strip-inner { max-width: 1380px; margin: auto; display: grid; grid-template-columns: .8fr 1.35fr 1fr auto; gap: 35px; align-items: end; }
.trust-strip .section-label { color: rgba(255,255,255,.6); align-self: start; }
.trust-strip h2 { font-size: clamp(2rem, 3.7vw, 3.5rem); }
.trust-strip p { color: rgba(255,255,255,.62); max-width: 300px; font-size: 14px; line-height: 1.8; }
.trust-strip .text-link { color: var(--champagne); white-space: nowrap; }
.communities-section { background: #fff; }
.community-grid { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.community-card { min-height: 310px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background-position: center; background-size: cover; position: relative; overflow: hidden; }
.community-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(32,18,29,.88), rgba(32,18,29,.05) 75%); transition: .4s; }
.community-card:hover::before { background: linear-gradient(0deg, rgba(32,18,29,.9), rgba(94,45,66,.3)); }
.community-card > * { position: relative; z-index: 1; }
.community-card span { color: var(--champagne); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.community-card strong { max-width: 250px; margin-top: 9px; font: 500 24px var(--serif); }
.community-card em { margin-top: 18px; color: rgba(255,255,255,.7); font-size: 11px; font-style: normal; }
.services-preview { background: var(--cream); }
.service-preview-grid { max-width: 1380px; margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-preview-grid article { padding: 32px; min-height: 245px; border: 1px solid var(--line); background: rgba(255,255,255,.45); transition: .3s; }
.service-preview-grid article:hover { transform: translateY(-5px); border-color: var(--champagne); background: #fff; }
.service-preview-grid article > span { color: var(--rose); font-size: 10px; letter-spacing: .15em; }
.service-preview-grid article > div { color: var(--rose); font-size: 28px; margin: 30px 0 14px; }
.service-preview-grid h3 { color: var(--plum); font: 500 23px var(--serif); }
.service-preview-grid p { color: var(--muted); max-width: 270px; margin-top: 9px; font-size: 13px; line-height: 1.8; }
.numbers-section { display: grid; grid-template-columns: repeat(4, 1fr); padding: 73px 5.5%; color: #fff; background: var(--rose); text-align: center; }
.numbers-section div { border-right: 1px solid rgba(255,255,255,.25); }
.numbers-section div:last-child { border-right: 0; }
.numbers-section strong { display: block; font: 500 clamp(2.5rem, 5vw, 4.2rem) var(--serif); }
.numbers-section strong span { color: var(--champagne); }
.numbers-section small { color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.stories-preview { background: #fff; }
.story-feature { max-width: 1080px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; background: var(--cream); }
.story-feature img { width: 100%; height: 330px; object-fit: cover; }
.story-feature > div { padding: 35px 9%; }
.story-feature h3 { color: var(--plum); font: 500 clamp(1.7rem, 3vw, 2.8rem)/1.2 var(--serif); margin: 18px 0 20px; }
.story-feature > div > p:last-child { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.faq-teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; padding: 100px 12%; background: #f5f0e9; }
.faq-teaser h2 { color: var(--plum); margin-top: 24px; }
.faq-teaser-copy { max-width: 370px; }
.faq-teaser-copy p { color: var(--muted); font-size: 15px; line-height: 1.9; margin-bottom: 26px; }
.site-footer { padding: 75px 5.5% 25px; color: rgba(255,255,255,.65); background: var(--plum-deep); }
.footer-top { max-width: 1380px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.2fr; gap: 50px; padding-bottom: 80px; }
.footer-brand p { max-width: 265px; margin-top: 26px; color: rgba(255,255,255,.45); font: italic 16px/1.5 var(--serif); }
.site-footer .brand-mark { color: #fff; }
.site-footer h4 { margin-bottom: 22px; color: var(--champagne); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.site-footer > .footer-top > div:not(.footer-brand) > a { display: block; margin-bottom: 11px; font-size: 12px; }
.site-footer a:hover { color: #fff; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.24); font-size: 10px; }
.footer-note { color: rgba(255,255,255,.4); font-size: 11px; margin-top: 26px; }
.footer-bottom { max-width: 1380px; margin: auto; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom span:last-child { display: flex; gap: 23px; }
.reveal { opacity: 0; transform: translateY(20px); animation: rise .8s .2s ease forwards; animation-delay: var(--delay, .2s); }
/* ── Promo Marquee ── */
.promo-marquee-section { padding: 70px 0 60px; background: #faf8f5; overflow: hidden; }
.promo-marquee-section .section-label { padding: 0 5.5%; }
.promo-marquee-track { width: 100%; overflow: hidden; position: relative; }
.promo-marquee-inner { display: flex; gap: 18px; width: max-content; animation: marquee-scroll 38s linear infinite; }
.promo-marquee-inner:hover { animation-play-state: paused; }
.promo-marquee-inner img { height: 280px; width: auto; border-radius: 8px; object-fit: cover; box-shadow: 0 4px 20px rgba(0,0,0,.1); flex-shrink: 0; transition: transform .3s; }
.promo-marquee-inner img:hover { transform: scale(1.03); }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Awards Bar ── */
.awards-section { background: var(--plum); padding: 55px 5.5%; }
.awards-inner { max-width: 1180px; margin: 0 auto; }
.awards-label { color: var(--champagne); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 28px; }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; align-items: center; }
.award-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); padding: 18px 16px; text-align: center; }
.award-card img { width: 100%; max-height: 140px; object-fit: contain; border-radius: 6px; }
.award-card p { color: rgba(255,255,255,.7); font-size: 11px; margin-top: 10px; }
.award-text-card { display: flex; flex-direction: column; gap: 4px; }
.award-text-card strong { font-family: var(--serif); font-size: 2.6rem; color: var(--champagne); line-height: 1; }
.award-text-card span { color: #fff; font-size: 13px; }
.award-text-card small { color: rgba(255,255,255,.5); font-size: 10px; }

/* ── About Heritage ── */
.about-heritage { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.heritage-copy { background: #f5f0e9; padding: 90px 8%; display: flex; flex-direction: column; justify-content: center; }
.heritage-copy .section-label { margin-bottom: 22px; }
.heritage-copy h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); color: #3a2436; margin-bottom: 22px; line-height: 1.2; }
.heritage-copy p { color: #877d80; font-size: 15px; line-height: 1.9; margin-bottom: 40px; max-width: 420px; }
.heritage-stats { display: flex; gap: 32px; flex-wrap: wrap; }
.heritage-stats span { display: flex; flex-direction: column; gap: 4px; }
.heritage-stats strong { display: block; font-family: 'Playfair Display', serif; font-size: 2.2rem; color: #3a2436; line-height: 1; }
.heritage-stats span > *:not(strong) { font-size: 11px; color: #877d80; letter-spacing: .08em; text-transform: uppercase; }
.about-heritage > img { width: 100%; height: 100%; object-fit: cover; min-height: 420px; }

/* ── About Promise ── */
.about-promise { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }
.promise-image { background: url('images/a2.jpg') center/cover no-repeat; min-height: 400px; }
.promise-copy { background: #3a2436; padding: 80px 8%; display: flex; flex-direction: column; justify-content: center; }
.promise-copy .section-label { color: rgba(213,178,131,.8); margin-bottom: 22px; }
.promise-copy h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,3vw,2.6rem); color: #fff; margin-bottom: 35px; line-height: 1.25; }
.promise-copy ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 22px; }
.promise-copy li { display: flex; align-items: flex-start; gap: 16px; }
.promise-copy li i { color: #d5b283; font-size: 15px; margin-top: 3px; flex-shrink: 0; }
.promise-copy li span { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.75; }
.promise-copy li strong { display: block; color: #fff; font-size: 14px; margin-bottom: 4px; }

/* ── About Journey (CTA band) ── */
.about-journey { background: #f5f0e9; padding: 100px 5.5%; text-align: center; }
.about-journey .section-label { display: inline-block; margin-bottom: 22px; }
.about-journey h2 { font-family: 'Playfair Display', serif; font-size: clamp(2rem,4vw,3rem); color: #3a2436; margin-bottom: 20px; }
.about-journey p { color: #877d80; font-size: 15px; max-width: 500px; margin: 0 auto 36px; line-height: 1.9; }
.button-dark { background: #3a2436; color: #fff; border-color: #3a2436; }
.button-dark:hover { background: #5a3650; border-color: #5a3650; }

/* ── About responsive ── */
@media (max-width: 860px) {
  .about-heritage, .about-promise { grid-template-columns: 1fr; }
  .about-heritage > img { min-height: 320px; order: -1; }
  .promise-image { min-height: 280px; }
}

/* ── About Office Section ── */
.about-office-section { background: #fff; padding: 90px 5.5%; }
.about-office-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-office-text .section-label { margin-bottom: 18px; }
.about-office-text h2 { font-family: var(--serif, 'Playfair Display', serif); font-size: 2.4rem; color: #3a2436; margin-bottom: 20px; }
.about-office-text p { color: #877d80; font-size: 15px; line-height: 1.9; margin-bottom: 20px; }
.office-detail-row { display: flex; align-items: flex-start; gap: 10px; color: #555; font-size: 14px; margin-bottom: 10px; }
.about-office-img img { width: 100%; height: 420px; object-fit: cover; border-radius: 10px; box-shadow: 0 12px 40px rgba(0,0,0,.14); }

/* ── About Awards ── */
.about-awards-section { background: #f5f0e9; padding: 80px 5.5%; }
.about-awards-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; max-width: 1100px; margin: 0 auto; }
.about-award-card { background: #fff; border: 1px solid rgba(58,36,54,.1); padding: 22px 18px; text-align: center; }
.about-award-card img { width: 100%; max-height: 160px; object-fit: contain; border-radius: 6px; }
.about-award-card p { color: #555; font-size: 12px; margin-top: 12px; }
.about-award-stat { display: flex; flex-direction: column; gap: 5px; justify-content: center; }
.about-award-stat strong { font-family: 'Playfair Display', serif; font-size: 2.6rem; color: #3a2436; line-height: 1; }
.about-award-stat span { color: #3a2436; font-size: 14px; font-weight: 600; }
.about-award-stat small { color: #877d80; font-size: 11px; }

/* ── About Promo Gallery ── */
.about-promo-gallery { padding: 80px 5.5%; background: #fff; }
.about-promo-gallery .section-label { margin-bottom: 24px; }
.about-promo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 1200px; margin: 0 auto; }
.about-promo-grid img { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 8px; transition: transform .3s, box-shadow .3s; }
.about-promo-grid img:hover { transform: scale(1.03); box-shadow: 0 8px 30px rgba(0,0,0,.15); }

/* ── Footer social icon size fix ── */
.footer-social a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255,255,255,.28); color: rgba(255,255,255,.8); transition: background .2s, color .2s; }
.footer-social a:hover { background: rgba(255,255,255,.15); color: #fff; }

/* ── Responsive new sections ── */
@media (max-width: 900px) {
  .awards-grid { grid-template-columns: repeat(2,1fr); }
  .about-office-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-awards-grid { grid-template-columns: repeat(2,1fr); }
  .about-promo-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .promo-marquee-inner img { height: 200px; }
  .awards-grid { grid-template-columns: repeat(2,1fr); }
  .about-promo-grid { grid-template-columns: repeat(2,1fr); }
}

.reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity .7s ease var(--delay, 0ms), transform .7s ease var(--delay, 0ms); }
.reveal-on-scroll.is-visible { opacity: 1; transform: none; }
.hero-content.reveal { animation-delay: .45s; }
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes hero-scale { from { transform: scale(1.06); } to { transform: scale(1); } }

/* Existing forms and inner pages inherit the new luxury system. */
.grid_3, .grid_1, .grid_2, .services { padding: 130px 5.5% 80px; }
.grid_3 .container, .grid_1 .container, .grid_2 .container, .services { max-width: 1100px; margin: auto; }
.form-text, input, select, textarea { max-width: 100%; border: 1px solid var(--line); background: #fff; padding: 13px 15px; font: inherit; }
.form-text:focus, input:focus, select:focus, textarea:focus { outline: 1px solid var(--champagne); }
.btn_1 { border: 0; background: var(--rose); color: #fff; padding: 13px 25px; }
.navbar, .navbar-inverse-blue { background: transparent; border: 0; }

@media (max-width: 900px) {
  .nav-shell { padding: 22px 5%; }
  .primary-nav { gap: 19px; }
  .nav-actions { gap: 12px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1.5fr; }
  .footer-top > div:last-child { grid-column: 2 / 4; }
}
@media (max-width: 680px) {
  .announcement { font-size: 8px; }
  .nav-shell { position: relative; flex-wrap: wrap; }
  .nav-toggle { display: block; margin-left: auto; }
  .primary-nav { display: none; order: 4; width: 100%; margin: 14px 0 0; padding: 20px 0; flex-direction: column; gap: 20px; border-top: 1px solid rgba(255,255,255,.2); }
  .primary-nav.open { display: flex; }
  .nav-actions { margin-left: auto; }
  .nav-actions .nav-login, .nav-actions .button { display: none; }
  .hero { min-height: 650px; height: 100svh; }
  .hero-image { background-position: 69% center; }
  .hero-content { padding: 70px 7% 0; }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 5.4rem); }
  .hero-copy { font-size: 14px; max-width: 330px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 23px; }
  .hero-caption { right: 7%; bottom: 25px; }
  .scroll-cue { display: none; }
  .section-pad { padding: 80px 7%; }
  .intro-grid { display: block; padding: 35px 0 65px; }
  .intro h2 { margin-bottom: 35px; }
  .stats-row strong { font-size: 34px; }
  .stats-row span { font-size: 8px; line-height: 1.5; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading .text-link { margin-top: 27px; }
  .profile-grid { grid-template-columns: 1fr 1fr; gap: 26px 12px; }
  .profile-info h3 { font-size: 19px; }
  .profile-info span { font-size: 10px; line-height: 1.35; display: block; }
  .quote-section { min-height: 680px; display: block; }
  .quote-art { height: 280px; }
  .quote-copy { min-height: 400px; padding: 50px 9%; }
  .process-grid { display: block; }
  .process-grid article { margin-bottom: 12px; min-height: 230px; }
  .heading-note { margin-top: 27px; }
  .trust-strip-inner, .faq-teaser, .story-feature { display: block; }
  .trust-strip h2 { margin: 25px 0; }
  .trust-strip p { margin-bottom: 25px; }
  .community-grid, .service-preview-grid { grid-template-columns: 1fr; }
  .community-card { min-height: 260px; }
  .numbers-section { grid-template-columns: 1fr 1fr; gap: 35px 0; }
  .numbers-section div:nth-child(2) { border-right: 0; }
  .story-feature img { height: 260px; }
  .story-feature > div { padding: 35px 9%; }
  .faq-teaser { padding: 80px 7%; }
  .faq-teaser-copy { margin-top: 30px; }
  .cta-section { padding: 90px 20px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 42px 22px; padding-bottom: 50px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-top > div:last-child { grid-column: auto; }
  .footer-bottom { display: block; line-height: 2.5; }
  .footer-bottom span:last-child { gap: 15px; }
  .brand-mark { min-width: 0; gap: 10px; }
  .brand-logo-img { width: 42px; height: 42px; }
  .brand-mark strong { font-size: 17px; letter-spacing: .18em; }
  .brand-mark small { font-size: 8px; letter-spacing: .28em; }
  .nav-actions { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}