:root {
  --green-950: #063529;
  --green-900: #0a513d;
  --green-800: #0c684d;
  --green-100: #dceee7;
  --cream: #fbfaf5;
  --gold: #c9a24a;
  --gold-light: #f0dfac;
  --ink: #17211d;
  --muted: #5f6c67;
  --white: #ffffff;
  --line: #dce3df;
  --shadow: 0 24px 70px rgba(6, 53, 41, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; background: var(--white); z-index: 100; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 250, 245, .94); border-bottom: 1px solid rgba(10, 81, 61, .1); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.header-actions { display: flex; align-items: center; gap: 12px; order: 3; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; }
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 22px; color: var(--green-950); letter-spacing: .04em; }
.brand small { display: block; margin-top: 5px; font-size: 10px; font-weight: 700; letter-spacing: .16em; color: var(--green-800); }
.main-nav { display: flex; align-items: center; gap: 18px; }
.main-nav a { text-decoration: none; font-size: 14px; font-weight: 600; color: #274038; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green-800); }
.main-nav .nav-appointment { padding: 9px 14px; background: var(--green-900); color: var(--white); border-radius: 999px; }
.main-nav .nav-appointment:hover, .main-nav .nav-appointment:focus-visible { background: var(--green-800); color: var(--white); }
.menu-button { display: none; border: 1px solid var(--green-900); background: transparent; color: var(--green-950); border-radius: 999px; padding: 9px 15px; font: inherit; font-weight: 700; }
.language-switch { display: inline-flex; min-height: 40px; align-items: center; gap: 5px; padding: 4px 8px; border: 1px solid rgba(10,81,61,.22); border-radius: 999px; background: var(--white); color: var(--muted); }
.language-button { min-width: 36px; min-height: 30px; padding: 2px 8px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.language-button.active { background: var(--green-900); color: var(--white); }
.language-button:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 2px; }

.hero { position: relative; overflow: hidden; padding: 90px 0 76px; background: radial-gradient(circle at 80% 0%, rgba(201, 162, 74, .18), transparent 34%), linear-gradient(135deg, #f8f6ee 0%, #edf6f1 100%); }
.hero::before { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(201, 162, 74, .5); border-radius: 50%; right: -130px; bottom: -220px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.eyebrow { margin: 0 0 14px; color: var(--green-800); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; line-height: 1.13; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; }
h1 { max-width: 760px; margin-bottom: 24px; color: var(--green-950); font-size: clamp(42px, 6vw, 72px); letter-spacing: -.035em; }
h2 { margin-bottom: 18px; color: var(--green-950); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.025em; }
h3 { font-size: 20px; }
.hero-lead { max-width: 660px; margin: 0 0 30px; color: #3c4e47; font-size: 19px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 4px; text-decoration: none; font-weight: 700; }
.button-primary { background: var(--green-900); color: var(--white); box-shadow: 0 10px 24px rgba(10,81,61,.18); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { border: 1px solid var(--green-900); color: var(--green-950); }
.button-whatsapp { background: #1f9d58; color: var(--white); box-shadow: 0 10px 24px rgba(31,157,88,.2); }
.button-whatsapp:hover { background: #16834a; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.hero-portrait { position: relative; margin: 0; padding: 12px; background: var(--white); border: 1px solid rgba(10,81,61,.12); border-radius: 220px 220px 18px 18px; box-shadow: var(--shadow); }
.hero-portrait::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; z-index: -1; border: 1px solid var(--gold); border-radius: 220px 220px 18px 18px; }
.hero-portrait img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: center 24%; border-radius: 210px 210px 10px 10px; }
.hero-portrait figcaption { position: absolute; right: 0; bottom: 34px; left: 44px; padding: 17px 20px; background: rgba(6,53,41,.94); color: var(--white); box-shadow: 0 14px 30px rgba(6,53,41,.22); }
.hero-portrait figcaption strong, .hero-portrait figcaption span { display: block; }
.hero-portrait figcaption strong { font-family: "Playfair Display", serif; font-size: 23px; }
.hero-portrait figcaption span { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 13px; }
.visit-card { position: relative; padding: 34px; background: var(--white); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.seal { position: absolute; top: -26px; right: 24px; width: 58px; height: 58px; display: grid; place-items: center; background: var(--green-900); border: 3px solid var(--gold-light); border-radius: 50%; color: white; font-family: "Playfair Display", serif; font-size: 34px; font-style: italic; }
.card-kicker { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.visit-card h2 { margin-bottom: 12px; font-family: "DM Sans", sans-serif; font-size: 24px; }
.hours { margin: 24px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hours div { display: flex; justify-content: space-between; gap: 20px; }
.hours div + div { margin-top: 8px; }
.hours dt { color: var(--muted); }
.hours dd { margin: 0; font-weight: 700; text-align: right; }
.text-link, .news-card a { color: var(--green-800); font-weight: 700; text-underline-offset: 4px; }

.trust-strip { background: var(--green-950); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p, .trust-grid a { margin: 0; padding: 26px 34px; border-left: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.trust-grid p:last-child, .trust-grid a:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--gold-light); font-family: "Playfair Display", serif; font-size: 22px; }
.trust-grid span { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 14px; }

.section { padding: 92px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 560px; margin: 0 0 7px; color: var(--muted); }
.service-feature { display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: start; margin-bottom: 28px; padding: 30px; background: var(--green-900); color: var(--white); }
.service-feature h3 { margin-bottom: 10px; font-size: 28px; }
.service-feature p:last-child { max-width: 780px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid rgba(240,223,172,.7); border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 34px; }
.service-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--white); }
.service-list article { min-height: 236px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-list span { color: var(--gold); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.service-list h3 { margin: 22px 0 10px; color: var(--green-950); }
.service-list p { margin: 0; color: var(--muted); font-size: 15px; }
.notary-band { display: grid; grid-template-columns: .8fr 1.4fr; gap: 70px; margin-top: 70px; padding: 52px; background: #f2ead4; }
.notary-band h2 { margin-bottom: 0; font-size: 42px; }
.notary-items { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 34px; }
.notary-items p { margin: 0; }
.notary-items strong, .notary-items span { display: block; }
.notary-items strong { color: var(--green-950); }
.notary-items span { margin-top: 4px; color: var(--muted); font-size: 14px; }

.intake-section { background: #e8f2ed; }
.intake-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.intake-card { background: var(--white); border: 1px solid rgba(10,81,61,.14); box-shadow: 0 10px 28px rgba(6,53,41,.07); }
.intake-card[open] { border-color: rgba(201,162,74,.75); box-shadow: 0 18px 40px rgba(6,53,41,.12); }
.intake-card summary { min-height: 92px; display: grid; grid-template-columns: 110px 1fr 28px; gap: 18px; align-items: center; padding: 20px 24px; cursor: pointer; list-style: none; }
.intake-card summary::-webkit-details-marker { display: none; }
.intake-card summary span { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.intake-card summary strong { color: var(--green-950); font-family: "Playfair Display", serif; font-size: 22px; line-height: 1.2; }
.intake-card summary i { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--green-800); border-radius: 50%; color: var(--green-800); font-size: 20px; font-style: normal; transition: transform .2s ease; }
.intake-card[open] summary i { transform: rotate(45deg); }
.intake-featured summary { border-left: 5px solid var(--gold); }
.intake-court summary { border-left: 5px solid var(--green-800); }
.intake-marriage summary { border-left: 5px solid #d4a54c; }
.intake-content { padding: 0 28px 28px; border-top: 1px solid var(--line); }
.intake-content > p:first-child { margin: 22px 0 12px; color: var(--muted); font-size: 14px; font-weight: 600; }
.intake-content ul { display: grid; gap: 8px; margin: 0; padding-left: 22px; color: #41524c; }
.intake-content li::marker { color: var(--gold); }
.intake-warning { margin: 18px 0 0; padding: 14px 16px; background: #f8f2e3; border-left: 3px solid var(--gold); color: var(--muted); font-size: 13px; }
.intake-next-step { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; margin-top: 30px; padding: 34px; background: var(--white); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.intake-next-step h3 { margin-bottom: 8px; color: var(--green-950); font-family: "Playfair Display", serif; font-size: 28px; }
.intake-next-step p { max-width: 670px; margin-bottom: 0; color: var(--muted); }
.intake-next-step .button-secondary { background: var(--white); }
.intake-disclaimer { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.weddings-section { position: relative; overflow: hidden; background: var(--green-950); color: var(--white); }
.weddings-section::before { content: ""; position: absolute; top: -240px; right: -180px; width: 520px; height: 520px; border: 1px solid rgba(240,223,172,.22); border-radius: 50%; }
.wedding-heading { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.wedding-heading h2 { max-width: 720px; margin-bottom: 0; color: var(--white); }
.wedding-intro p { margin: 0 0 22px; color: rgba(255,255,255,.74); font-size: 17px; }
.wedding-button { border: 1px solid var(--gold-light); color: var(--white); }
.wedding-button:hover { background: var(--gold-light); color: var(--green-950); }
.wedding-stories { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.wedding-story { position: relative; overflow: hidden; margin: 0; background: #f6f1e3; border: 1px solid rgba(240,223,172,.28); box-shadow: 0 20px 46px rgba(0,0,0,.2); }
.wedding-story-wide { grid-column: 1 / -1; }
.wedding-pair, .wedding-trio { display: grid; gap: 4px; height: 420px; background: var(--green-900); }
.wedding-pair { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wedding-trio { grid-template-columns: repeat(3, minmax(0, 1fr)); height: 470px; }
.wedding-pair figure, .wedding-trio figure { min-width: 0; margin: 0; overflow: hidden; }
.wedding-pair img, .wedding-trio img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transition: transform .4s ease; }
.wedding-full-photo { background: #eee8d8; }
.wedding-full-photo img { object-fit: contain; object-position: center top; }
.wedding-story:hover img { transform: scale(1.025); }
.wedding-pair-portrait figure:last-child img { object-position: center 18%; }
.wedding-label { position: relative; padding: 22px 26px 24px; color: var(--green-950); }
.wedding-label::before { content: ""; position: absolute; top: 0; left: 26px; width: 52px; height: 3px; background: var(--gold); }
.wedding-label span, .wedding-label strong { display: block; }
.wedding-label span { color: #7c6837; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.wedding-label strong { margin-top: 5px; font-family: "Playfair Display", serif; font-size: 27px; }
.wedding-consent { margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }

.clients-section { background: var(--white); }
.results-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 430px; gap: 16px; margin-bottom: 44px; }
.result-card { position: relative; margin: 0; overflow: hidden; background: var(--green-100); border: 1px solid rgba(10,81,61,.12); box-shadow: 0 16px 38px rgba(6,53,41,.12); }
.result-card.result-featured { grid-column: span 2; }
.result-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 23%; transition: transform .35s ease; }
.result-card:hover img { transform: scale(1.025); }
.result-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(to bottom, transparent, rgba(6,53,41,.24)); pointer-events: none; }
.result-card figcaption { position: absolute; right: 18px; bottom: 18px; left: 18px; z-index: 2; padding: 18px 20px 17px; background: linear-gradient(115deg, rgba(6,53,41,.97), rgba(10,81,61,.94)); border-left: 5px solid var(--gold); color: var(--white); box-shadow: 0 14px 32px rgba(0,0,0,.28); }
.result-card figcaption strong { display: block; margin-top: 6px; font-family: "Playfair Display", serif; font-size: clamp(21px,2.1vw,30px); line-height: 1.08; }
.result-kicker { display: inline-flex; padding: 4px 9px; border-radius: 999px; background: var(--gold); color: var(--green-950); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.gallery-subheading { margin: 0 0 18px; color: var(--green-950); font-family: "Playfair Display", serif; font-size: 26px; }
.client-gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 14px; }
.client-photo { position: relative; margin: 0; overflow: hidden; background: var(--green-100); }
.client-photo-tall { grid-row: span 2; }
.client-photo-wide { grid-column: span 2; }
.client-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .35s ease; }
.client-photo:hover img { transform: scale(1.025); }
.client-photo figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 11px 14px; background: rgba(6,53,41,.88); color: var(--white); font-size: 14px; font-weight: 700; }
.client-photo.client-result figcaption { padding: 16px 18px; border-left: 5px solid var(--gold); background: linear-gradient(115deg, rgba(6,53,41,.97), rgba(10,81,61,.94)); box-shadow: 0 12px 28px rgba(0,0,0,.26); }
.client-photo.client-result figcaption span { display: inline-flex; padding: 3px 8px; border-radius: 999px; background: var(--gold); color: var(--green-950); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.client-photo.client-result figcaption strong { display: block; margin-top: 6px; font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.1; }
.client-photo.client-result figcaption small { display: block; margin-top: 5px; color: var(--gold-light); font-size: 13px; font-weight: 700; }
.gallery-consent { max-width: 900px; margin: 20px 0 0; color: var(--muted); font-size: 13px; }

.news-section { background: #e8f2ed; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { display: flex; min-height: 320px; flex-direction: column; padding: 30px; background: var(--white); border-top: 3px solid var(--green-800); }
.news-card h3 { margin: 16px 0; color: var(--green-950); font-size: 23px; }
.news-card p { color: var(--muted); }
.news-card a { margin-top: auto; }
.news-meta { margin: 0; color: var(--green-800) !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.news-official { background: var(--green-950); border-top-color: var(--gold); color: var(--white); }
.news-official h3, .news-official a { color: var(--white); }
.news-official p { color: rgba(255,255,255,.72); }
.news-official .news-meta { color: var(--gold-light) !important; }
.official-links { display: flex; flex-wrap: wrap; gap: 15px; margin-top: auto; }
.news-note { max-width: 850px; margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-grid > div:last-child > p:first-child { margin-top: 4px; font-size: 19px; }
.legal-notice { margin-top: 30px; padding: 24px; border-left: 3px solid var(--gold); background: var(--cream); color: var(--muted); font-size: 14px; }

.appointment-section { background: linear-gradient(135deg, var(--green-950), #0b674d); color: var(--white); }
.appointment-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: start; }
.appointment-copy { position: sticky; top: 116px; }
.appointment-copy h2 { color: var(--white); }
.appointment-copy > p { color: rgba(255,255,255,.74); }
.appointment-steps { margin: 30px 0; border-top: 1px solid rgba(255,255,255,.18); }
.appointment-steps p { display: flex; align-items: center; gap: 13px; margin: 0; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.82); }
.appointment-steps span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; background: var(--gold); border-radius: 50%; color: var(--green-950); font-weight: 800; }
.appointment-whatsapp { background: #1f9d58; color: var(--white); }
.calendly-frame { overflow: hidden; background: var(--white); box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.calendly-frame iframe { width: 100%; height: 720px; display: block; border: 0; }
.calendly-frame p { margin: 0; padding: 13px 18px; background: #f4f7f5; color: var(--muted); font-size: 13px; text-align: center; }
.calendly-frame a { color: var(--green-800); font-weight: 800; }

.contact-section { padding: 86px 0; background: var(--green-950); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.contact-section h2 { color: var(--white); }
.contact-section > p { color: rgba(255,255,255,.72); }
.contact-links { border-top: 1px solid rgba(255,255,255,.18); }
.contact-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-links span { color: rgba(255,255,255,.62); font-size: 14px; }
.contact-links strong { text-align: right; }
.contact-links a:hover strong { color: var(--gold-light); }

.site-footer { padding: 24px 0; background: #04271f; color: rgba(255,255,255,.62); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; }

.quick-contact { position: fixed; right: 22px; bottom: 22px; z-index: 30; display: flex; gap: 8px; padding: 7px; background: rgba(255,255,255,.96); border: 1px solid rgba(10,81,61,.14); border-radius: 999px; box-shadow: 0 16px 44px rgba(6,53,41,.2); backdrop-filter: blur(12px); }
.quick-contact a { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 0 16px; border-radius: 999px; color: var(--green-950); text-decoration: none; font-size: 13px; font-weight: 800; }
.quick-contact a:hover { background: var(--green-100); }
.quick-contact .quick-whatsapp { background: #1f9d58; color: var(--white); }
.quick-contact .quick-whatsapp:hover { background: #16834a; }

@media (max-width: 900px) {
  .header-inner { gap: 16px; }
  .main-nav { gap: 12px; }
  .hero-grid, .section-heading, .notary-band, .wedding-heading, .intake-next-step, .appointment-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .section-heading { gap: 10px; }
  .service-list { grid-template-columns: repeat(2, 1fr); }
  .notary-band { gap: 36px; }
  .intake-next-step { gap: 24px; }
  .appointment-copy { position: static; }
  .wedding-heading { gap: 18px; }
  .wedding-pair { height: 350px; }
  .wedding-trio { height: 400px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 0; }
  .results-gallery { grid-template-columns: repeat(2, 1fr); }
  .result-card.result-featured { grid-column: span 1; }
  .client-gallery { grid-template-columns: repeat(2, 1fr); }
  .client-photo-wide { grid-column: span 1; }
  .trust-grid p { padding: 24px 18px; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 28px, 1140px); }
  .header-inner { min-height: 72px; }
  .menu-button { display: block; }
  .header-actions { margin-left: auto; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 16px 34px rgba(6,53,41,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; }
  .hero { padding: 62px 0 52px; }
  h1 { font-size: 43px; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .visit-card { padding: 28px 24px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid p, .trust-grid a, .trust-grid p:last-child, .trust-grid a:last-child { padding: 14px 2px; border: 0; }
  .section { padding: 68px 0; }
  .service-feature { grid-template-columns: 1fr; padding: 26px 22px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article { min-height: auto; }
  .intake-grid { grid-template-columns: 1fr; }
  .wedding-stories { grid-template-columns: 1fr; }
  .wedding-story-wide { grid-column: auto; }
  .wedding-pair, .wedding-trio { height: auto; grid-template-columns: 1fr; }
  .wedding-pair figure, .wedding-trio figure { height: 330px; }
  .results-gallery { grid-template-columns: 1fr; grid-auto-rows: 430px; }
  .client-gallery { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .client-photo-tall { grid-row: span 1; }
  .notary-band { margin-top: 50px; padding: 32px 24px; }
  .notary-band h2 { font-size: 35px; }
  .notary-items { grid-template-columns: 1fr; }
  .intake-card summary { min-height: 84px; grid-template-columns: 1fr 28px; gap: 8px 14px; padding: 18px; }
  .intake-card summary span { grid-column: 1; }
  .intake-card summary strong { grid-column: 1; font-size: 20px; }
  .intake-card summary i { grid-column: 2; grid-row: 1 / span 2; }
  .intake-content { padding: 0 20px 22px; }
  .intake-next-step { padding: 28px 22px; }
  .calendly-frame iframe { height: 690px; }
  .contact-links a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .contact-links strong { text-align: left; overflow-wrap: anywhere; }
  .footer-inner { flex-direction: column; gap: 6px; }
  .site-footer { padding-bottom: 92px; }
  .quick-contact { right: 10px; bottom: 10px; left: 10px; justify-content: stretch; padding: 6px; }
  .quick-contact a { flex: 1; justify-content: center; padding: 0 8px; font-size: 12px; }
}

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