:root {
  --ink: #263033;
  --charcoal: #354043;
  --line: rgba(47, 47, 47, 0.14);
  --rose: #b9827c;
  --rose-deep: #8f5f5a;
  --sage: #7f927f;
  --linen: #f8f3ee;
  --paper: #fffdf9;
  --mist: #e9e1d8;
  --gold: #c3a56e;
  --shadow: 0 20px 45px rgba(38, 48, 51, 0.12);
  --soft-shadow: 0 12px 30px rgba(38, 48, 51, 0.09);
  --radius: 8px;
  --watermark-seal-1: url("../img/watermark-seal-1.png");
  --watermark-seal-2: url("../img/watermark-seal-2.png");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.narrow {
  width: min(790px, calc(100% - 32px));
  text-align: center;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: visible;
  background:
    linear-gradient(90deg, #e3dedb 0%, #eee9e5 34%, #e5ddd9 68%, #d8cfcc 100%);
  border-bottom: 1px solid rgba(53, 64, 67, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
  line-height: 1.1;
}

.brand-logo-image {
  display: block;
  width: min(295px, 42vw);
  height: auto;
  max-height: 82px;
  object-fit: contain;
  mix-blend-mode: multiply;
  opacity: 0.98;
}

.brand strong {
  display: block;
  font-family: "Style Script", "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: #6a7375;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 10px;
  border-radius: var(--radius);
  color: #465052;
  font-size: 0.91rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: var(--linen);
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 0;
  border: 1px solid rgba(53, 64, 67, 0.18);
  background: white;
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.nav-toggle::before {
  content: "";
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 68px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.82) 0%, rgba(255, 250, 245, 0.6) 46%, rgba(255, 244, 238, 0.28) 100%),
    url("../img/home-hero-luxury-parchment.png") center / cover no-repeat,
    #f8eee7;
  border-bottom: 1px solid var(--line);
  border-radius: 0 0 18px 18px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.52;
  background:
    radial-gradient(circle at 16% 34%, rgba(255, 253, 249, 0.48), transparent 40%),
    linear-gradient(90deg, rgba(255, 253, 249, 0.32), transparent 62%);
  pointer-events: none;
}

.hero::after {
  content: none;
}

.ceremony-hero::after,
.ink-hero::after {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(143, 95, 90, 0.24);
  border-radius: 50%;
}

.hero-shell,
.ceremony-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.hero-shell::after {
  content: none;
}

.hero-shell > * {
  position: relative;
  z-index: 1;
}

.ceremony-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  min-width: 0;
}

.hero-copy {
  max-width: 880px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 7vw, 5.2rem);
  color: #172124;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0;
}

.lead {
  max-width: 650px;
  margin-top: 22px;
  color: #3f4b4e;
  font-size: 1.08rem;
}

.hero .lead {
  max-width: 760px;
}

.hero-panel {
  width: 100%;
  min-width: 0;
  max-width: 980px;
  padding: 22px;
  background: rgba(255, 253, 249, 0.82);
  border: 1px solid #e5e5e5;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(38, 48, 51, 0.1);
  backdrop-filter: blur(8px);
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--rose-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-services {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 4px;
}

.hero-services a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 40px;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.74);
  border: 1px solid rgba(143, 95, 90, 0.18);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
  box-shadow: 0 8px 18px rgba(38, 48, 51, 0.06);
}

.hero-services a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--rose);
  border-radius: 50%;
}

.narrow .lead {
  margin-inline: auto;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.button-row.center {
  justify-content: center;
}

.hero-actions {
  gap: 14px;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: var(--ink);
  font-weight: 800;
  text-decoration-color: rgba(143, 95, 90, 0.42);
  text-underline-offset: 5px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 28px rgba(38, 48, 51, 0.22);
}

.button.primary:hover {
  background: #172124;
  box-shadow: 0 18px 34px rgba(38, 48, 51, 0.26);
}

.button.secondary {
  border-color: rgba(38, 48, 51, 0.2);
  background: rgba(255, 253, 249, 0.78);
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(38, 48, 51, 0.08);
}

.button.secondary:hover {
  border-color: rgba(38, 48, 51, 0.34);
  background: #fffdf9;
}

.large-button {
  min-height: 58px;
  margin-top: 30px;
  padding-inline: 24px;
  font-size: 1.02rem;
}

.paper-card,
.ceremony-card {
  width: min(100%, 390px);
  padding: 30px;
  background: rgba(255, 253, 249, 0.9);
  border: 1px solid rgba(53, 64, 67, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.script-accent {
  display: block;
  margin-bottom: 12px;
  color: var(--rose-deep);
  font-family: "Style Script", cursive;
  font-size: 2.4rem;
  line-height: 1;
}

.paper-card p {
  margin-top: 14px;
  color: #526064;
}

.section {
  position: relative;
  padding: 72px 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  transform: translateX(-50%);
}

.hero + .section::before {
  display: none;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.service-grid,
.content-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-anchor-section {
  isolation: isolate;
}

.service-anchor-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 36px;
  z-index: -1;
  width: min(980px, calc(100% - 24px));
  height: 210px;
  background:
    radial-gradient(circle at 18% 42%, rgba(185, 130, 124, 0.16), transparent 36%),
    radial-gradient(circle at 82% 34%, rgba(42, 145, 178, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(248, 243, 238, 0), rgba(248, 236, 225, 0.72), rgba(248, 243, 238, 0));
  border-radius: 999px;
  filter: blur(18px);
  transform: translateX(-50%);
  pointer-events: none;
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.info-card {
  display: block;
  min-height: 100%;
  padding: 24px;
  background: white;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  text-decoration: none;
}

.service-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.service-anchor-section .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 248, 240, 0.92)),
    radial-gradient(circle at 18% 12%, rgba(185, 130, 124, 0.14), transparent 34%),
    white;
  border-color: rgba(143, 95, 90, 0.16);
  box-shadow:
    0 18px 42px rgba(38, 48, 51, 0.1),
    0 0 0 1px rgba(255, 253, 249, 0.86) inset;
}

.service-anchor-section .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 44%),
    radial-gradient(circle at right top, rgba(195, 165, 110, 0.1), transparent 32%);
  opacity: 0.8;
  pointer-events: none;
}

.service-anchor-section .service-card > * {
  position: relative;
}

.service-anchor-section .service-card .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-anchor-section .service-card:hover {
  border-color: rgba(143, 95, 90, 0.26);
  box-shadow:
    0 24px 48px rgba(38, 48, 51, 0.14),
    0 0 0 1px rgba(255, 253, 249, 0.92) inset;
}

.service-card.static:hover {
  transform: none;
}

.notary-needs-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 253, 249, 0.72), transparent 30%),
    linear-gradient(180deg, #f8f3ee 0%, #f5eee7 100%);
}

.notary-needs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle at 12px 18px, rgba(53, 64, 67, 0.045) 0 1px, transparent 1.4px),
    linear-gradient(90deg, rgba(255, 253, 249, 0.34) 1px, transparent 1px);
  background-size: 44px 44px, 86px 100%;
  pointer-events: none;
}

.notary-needs-section .wrap {
  position: relative;
  z-index: 1;
}

.notary-needs-section .section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.notary-needs-section .eyebrow {
  color: #9c7662;
}

.notary-needs-grid {
  gap: clamp(20px, 3vw, 28px);
}

.notary-need-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 32px);
  border-color: rgba(156, 118, 98, 0.14);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(255, 250, 246, 0.94)),
    #fffdf9;
  box-shadow: 0 16px 36px rgba(38, 48, 51, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.notary-need-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(255, 252, 248, 0.98), rgba(250, 246, 239, 0.95)),
    #fbf7f0;
}

.notary-need-card:nth-child(3) {
  transform: translateY(8px);
  background:
    radial-gradient(circle at right bottom, rgba(195, 165, 110, 0.07), transparent 38%),
    linear-gradient(145deg, rgba(250, 244, 237, 0.98), rgba(255, 250, 243, 0.94)),
    #faf4ed;
}

.notary-need-card:nth-child(4) {
  transform: translateY(-4px);
  background:
    linear-gradient(145deg, rgba(249, 246, 240, 0.98), rgba(255, 253, 249, 0.95)),
    #f9f6f0;
}

.notary-need-card:hover {
  transform: translateY(-3px);
  border-color: rgba(156, 118, 98, 0.22);
  box-shadow: 0 22px 44px rgba(38, 48, 51, 0.12);
}

.notary-need-card:nth-child(3):hover,
.notary-need-card:nth-child(4):hover {
  transform: translateY(-3px);
}

.notary-need-card::before {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 0 18px;
  background: rgba(156, 118, 98, 0.36);
  transition: background-color 0.18s ease, width 0.18s ease;
}

.notary-need-card:hover::before {
  width: 68px;
  background: rgba(143, 95, 90, 0.58);
}

.need-card-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: #9c7662;
  background: rgba(255, 253, 249, 0.58);
  border: 1px solid rgba(195, 165, 110, 0.24);
  border-radius: 50%;
}

.need-card-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.notary-need-card h3 {
  max-width: 24rem;
  font-size: clamp(1.28rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.notary-need-card p {
  max-width: 38rem;
  margin-top: 12px;
  color: #536063;
  font-size: 1rem;
  line-height: 1.7;
}

.notary-need-card .text-link {
  margin-top: 18px;
  color: #9c7662;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.notary-need-card:hover .text-link {
  color: var(--rose-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
  transform: translateX(3px);
}

.card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--ink);
  background: var(--linen);
  border: 1px solid rgba(185, 130, 124, 0.22);
  border-radius: 50%;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
}

.service-card p,
.info-card p {
  margin-top: 12px;
  color: #536063;
}

.resource-section .section-heading p:not(.eyebrow) {
  margin-top: 12px;
  color: #536063;
}

.credit-resource-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(156, 118, 98, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 48, 51, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 12% 0%, rgba(255, 253, 249, 0.9), transparent 34%),
    linear-gradient(180deg, #fbf7f1, #fffaf4 62%, #fbf7f1);
  background-size: 56px 56px, 56px 56px, auto, auto;
}

.credit-resource-band::before,
.credit-resource-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.credit-resource-band::before {
  left: 50%;
  top: 76px;
  width: min(920px, calc(100% - 42px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156, 118, 98, 0.28), transparent);
  transform: translateX(-50%);
}

.credit-resource-band::after {
  right: clamp(20px, 8vw, 130px);
  top: 118px;
  width: 150px;
  height: 94px;
  border: 1px solid rgba(156, 118, 98, 0.08);
  border-radius: 9px 9px 6px 6px;
  background: rgba(255, 253, 249, 0.18);
  box-shadow:
    -16px 14px 0 rgba(255, 253, 249, 0.12),
    -17px 15px 0 rgba(156, 118, 98, 0.045);
  transform: rotate(-2deg);
}

.credit-resource-band .resource-section {
  position: relative;
  z-index: 1;
}

.credit-resource-band .section-heading {
  max-width: 760px;
  margin-bottom: clamp(32px, 5vw, 54px);
}

.credit-resource-band .section-heading::before {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.48), transparent);
}

.credit-resource-band .section-heading h2 {
  max-width: 680px;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.05;
}

.credit-resource-band .section-heading p:not(.eyebrow) {
  max-width: 650px;
  color: #5d6668;
  font-size: 1.03rem;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.credit-resource-band .resource-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(16px, 2.2vw, 24px);
}

.credit-resource-band .resource-grid::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -20px;
  z-index: -1;
  height: 52px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.07), rgba(38, 48, 51, 0.035), rgba(156, 118, 98, 0.06));
  filter: blur(9px);
  opacity: 0.8;
}

.resource-accordion {
  position: relative;
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.resource-accordion::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -18px;
  z-index: -1;
  height: 44px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.07), rgba(38, 48, 51, 0.035), rgba(156, 118, 98, 0.06));
  filter: blur(10px);
  opacity: 0.68;
}

.resource-accordion-item {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(38, 48, 51, 0.014) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(251, 247, 241, 0.95)),
    #fffdf9;
  background-size: 100% 28px, auto, auto;
  border: 1px solid rgba(156, 118, 98, 0.14);
  border-radius: 10px;
  box-shadow:
    0 14px 30px rgba(38, 48, 51, 0.06),
    4px 5px 0 rgba(156, 118, 98, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.resource-accordion-item:nth-child(even) {
  background:
    linear-gradient(rgba(38, 48, 51, 0.012) 1px, transparent 1px),
    linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(255, 253, 249, 0.95)),
    #fcf8f1;
  background-size: 100% 28px, auto, auto;
}

.resource-accordion-item:hover,
.resource-accordion-item.is-open {
  border-color: rgba(156, 118, 98, 0.24);
  box-shadow:
    0 18px 36px rgba(38, 48, 51, 0.08),
    5px 6px 0 rgba(156, 118, 98, 0.055);
  transform: translateY(-1px);
}

.resource-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 74px;
  padding: 18px clamp(18px, 3vw, 24px);
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.resource-accordion-trigger:focus-visible {
  outline: 3px solid rgba(185, 130, 124, 0.28);
  outline-offset: -5px;
}

.resource-accordion-title {
  display: block;
  margin-top: 5px;
  color: #223038;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.48rem);
  font-weight: 700;
  line-height: 1.14;
}

.resource-accordion-icon {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(156, 118, 98, 0.22);
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.7);
}

.resource-accordion-icon::before,
.resource-accordion-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.5px;
  background: #8d745d;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.resource-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.resource-accordion-trigger[aria-expanded="true"] .resource-accordion-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.resource-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.resource-accordion-content {
  margin: 0 clamp(18px, 3vw, 24px);
  padding: 2px 0 20px;
  border-top: 1px solid rgba(156, 118, 98, 0.14);
}

.resource-accordion-content p {
  max-width: 620px;
  margin-top: 14px;
  color: #5d6668;
  font-size: 0.98rem;
  line-height: 1.65;
}

.resource-card {
  display: block;
  min-height: 100%;
  padding: 24px;
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(53, 64, 67, 0.11);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.resource-file-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 24px 22px 22px;
  border-color: rgba(156, 118, 98, 0.14);
  border-radius: 7px;
  background:
    linear-gradient(rgba(38, 48, 51, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(251, 247, 241, 0.96)),
    #fffdf9;
  background-size: 100% 29px, auto, auto;
  box-shadow:
    0 16px 30px rgba(38, 48, 51, 0.075),
    6px 7px 0 rgba(156, 118, 98, 0.055);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.resource-file-card:nth-child(2),
.resource-file-card:nth-child(4) {
  margin-top: 18px;
  background:
    linear-gradient(rgba(38, 48, 51, 0.016) 1px, transparent 1px),
    linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(255, 253, 249, 0.95)),
    #fcf8f1;
  background-size: 100% 29px, auto, auto;
}

.resource-file-card:nth-child(3) {
  background:
    linear-gradient(rgba(38, 48, 51, 0.016) 1px, transparent 1px),
    linear-gradient(180deg, rgba(250, 244, 237, 0.98), rgba(255, 253, 249, 0.95)),
    #faf4ed;
  background-size: 100% 29px, auto, auto;
}

.resource-file-card::before {
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 34px;
  height: 34px;
  background:
    linear-gradient(135deg, rgba(234, 217, 200, 0.78) 0 50%, rgba(255, 253, 249, 0.96) 51% 100%);
  border-left: 1px solid rgba(156, 118, 98, 0.12);
  border-bottom: 1px solid rgba(156, 118, 98, 0.12);
  box-shadow: -5px 5px 14px rgba(38, 48, 51, 0.04);
}

.resource-file-card::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 74px;
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.32), transparent 70%);
  transition: right 0.18s ease, background 0.18s ease;
}

.resource-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.resource-file-card:hover {
  transform: translateY(-5px);
  border-color: rgba(38, 48, 51, 0.2);
  box-shadow:
    0 22px 42px rgba(38, 48, 51, 0.11),
    8px 9px 0 rgba(156, 118, 98, 0.07);
}

.resource-file-card:nth-child(2):hover,
.resource-file-card:nth-child(4):hover {
  transform: translateY(12px);
}

.resource-file-card:hover::after {
  right: 42%;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.58), transparent);
}

.resource-file-icon {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  color: #8d745d;
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid rgba(156, 118, 98, 0.17);
  border-radius: 6px;
}

.resource-file-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resource-label {
  display: block;
  color: #8d745d;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.resource-file-card h3 {
  margin-top: 8px;
  color: #223038;
  font-size: clamp(1.25rem, 1.65vw, 1.65rem);
  line-height: 1.15;
}

.resource-card p {
  margin-top: 12px;
  color: #536063;
}

.resource-file-card p {
  color: #5d6668;
  font-size: 0.96rem;
  line-height: 1.62;
}

.resource-meta {
  display: block;
  margin-top: 20px;
  color: rgba(83, 96, 99, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.resource-download {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #8f5f5a;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.resource-download::after {
  content: "\2193";
  display: inline-block;
  margin-left: 7px;
  color: rgba(143, 95, 90, 0.78);
  transform: translateY(-1px);
  transition: transform 0.18s ease, color 0.18s ease;
}

.resource-file-card:hover .resource-download {
  color: #263238;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.resource-file-card:hover .resource-download::after {
  color: #263238;
  transform: translate(2px, 1px);
}

.resource-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: clamp(26px, 4vw, 42px);
  padding: 16px 18px;
  color: #576265;
  background:
    linear-gradient(rgba(38, 48, 51, 0.018) 1px, transparent 1px),
    rgba(255, 253, 249, 0.72);
  background-size: 100% 28px, auto;
  border: 1px solid rgba(156, 118, 98, 0.16);
  border-radius: 7px;
  font-size: 0.94rem;
  box-shadow: inset 0 1px 0 rgba(255, 253, 249, 0.8);
}

.resource-note span {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #8d745d;
  border: 1px solid rgba(156, 118, 98, 0.24);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  font-style: normal;
}

.faq-section .section-heading p:not(.eyebrow) {
  margin-top: 14px;
  color: #536063;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 248, 240, 0.86)),
    white;
  border: 1px solid rgba(53, 64, 67, 0.11);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(38, 48, 51, 0.07);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  padding: 18px 56px 18px 22px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.38rem);
  font-weight: 700;
  line-height: 1.22;
  overflow-wrap: break-word;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--ink);
  background: rgba(194, 170, 152, 0.28);
  border: 1px solid rgba(143, 95, 90, 0.18);
  border-radius: 50%;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.faq-item[open] summary {
  border-bottom: 1px solid rgba(53, 64, 67, 0.1);
}

.faq-item[open] summary::after {
  content: "-";
  background: rgba(212, 166, 160, 0.34);
}

.faq-item p {
  max-width: 900px;
  margin: 0;
  padding: 18px 22px 22px;
  color: #536063;
}

.text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--rose-deep);
  font-weight: 700;
}

.soft-band {
  overflow: hidden;
  background: var(--linen);
}

.soft-band > .wrap {
  position: relative;
  z-index: 1;
}

.soft-band > .wrap::after {
  content: "";
  position: absolute;
  right: clamp(-130px, -7vw, -58px);
  bottom: -82px;
  z-index: -1;
  width: clamp(210px, 24vw, 340px);
  aspect-ratio: 1;
  background: var(--watermark-seal-2) center / contain no-repeat;
  opacity: 0.045;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: start;
}

.split p {
  color: #4f5a5d;
}

.why-list {
  display: grid;
  gap: 14px;
}

.why-list div {
  padding: 20px;
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(53, 64, 67, 0.09);
  border-radius: var(--radius);
}

.why-list p {
  margin-top: 8px;
}

.about-hero {
  background:
    linear-gradient(115deg, rgba(255, 253, 249, 0.9), rgba(248, 239, 232, 0.72)),
    radial-gradient(circle at 14% 24%, rgba(185, 130, 124, 0.12), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(195, 165, 110, 0.1), transparent 32%),
    var(--linen);
}

.about-editorial,
.about-meaning {
  position: relative;
  overflow: hidden;
}

.about-editorial {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(248, 243, 238, 0.92)),
    radial-gradient(circle at 9% 18%, rgba(185, 130, 124, 0.1), transparent 30%),
    radial-gradient(circle at 86% 76%, rgba(127, 146, 127, 0.08), transparent 34%),
    var(--linen);
}

.about-editorial::before,
.about-meaning::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: clamp(220px, 28vw, 390px);
  aspect-ratio: 1;
  background: var(--watermark-seal-2) center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}

.about-editorial::before {
  right: min(6vw, 76px);
  top: 42px;
}

.about-editorial::after {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: 10%;
  width: 38vw;
  min-width: 260px;
  height: 38vw;
  min-height: 260px;
  border: 1px solid rgba(195, 165, 110, 0.18);
  border-radius: 50%;
  opacity: 0.45;
  pointer-events: none;
}

.about-editorial-shell,
.about-meaning-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.about-intro-block {
  max-width: 520px;
}

.about-intro-block::after,
.about-meaning-heading::after {
  content: "";
  display: block;
  width: 104px;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, rgba(195, 165, 110, 0.72), rgba(185, 130, 124, 0.22));
}

.about-lede {
  max-width: 500px;
  margin-top: 24px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.55;
}

.about-supporting-copy {
  max-width: 650px;
  justify-self: end;
  padding-top: clamp(10px, 3vw, 38px);
}

.about-story-column {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
  width: min(100%, 650px);
  justify-self: end;
}

.about-story-column .about-supporting-copy {
  max-width: 100%;
  justify-self: stretch;
  padding-top: 0;
}

.about-founder-photo {
  position: relative;
  width: min(100%, 440px);
  justify-self: end;
  margin: 0;
  padding: clamp(10px, 1.5vw, 14px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.9), rgba(248, 235, 230, 0.5)),
    var(--paper);
  border: 1px solid rgba(195, 165, 110, 0.2);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(38, 48, 51, 0.1);
}

.about-founder-photo::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -52px;
  width: clamp(120px, 16vw, 190px);
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}

.about-founder-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 12px;
}

.about-founder-photo figcaption {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: var(--rose-deep);
  font-family: "Style Script", cursive;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1;
}

.about-supporting-copy p,
.about-meaning-copy p,
.about-purpose-note p,
.about-final-note {
  color: #536063;
  font-size: 1.02rem;
  line-height: 1.9;
}

.about-supporting-copy p + p,
.about-meaning-copy p + p,
.about-purpose-note p + p {
  margin-top: 20px;
}

.about-pullquote {
  position: relative;
  grid-column: 1 / -1;
  width: min(820px, 100%);
  margin: clamp(4px, 2vw, 14px) auto 0;
  padding: clamp(30px, 4vw, 44px) clamp(24px, 5vw, 58px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.82), rgba(248, 235, 230, 0.52)),
    rgba(255, 253, 249, 0.7);
  border-top: 1px solid rgba(195, 165, 110, 0.34);
  border-bottom: 1px solid rgba(195, 165, 110, 0.22);
  color: var(--ink);
  text-align: center;
}

.about-pullquote::after {
  content: "";
  position: absolute;
  right: clamp(-38px, -3vw, -12px);
  bottom: -54px;
  width: clamp(150px, 18vw, 230px);
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
}

.about-pullquote span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 670px;
  margin-inline: auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2.5rem);
  font-style: italic;
  line-height: 1.25;
}

.about-duo {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  max-width: 880px;
  margin: clamp(2px, 1.5vw, 12px) auto 0;
  padding-top: clamp(12px, 3vw, 24px);
  color: var(--ink);
}

.about-opportunity::before {
  content: "";
  display: block;
  width: 82px;
  height: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, rgba(195, 165, 110, 0.78), rgba(185, 130, 124, 0.24));
}

.about-opportunity span {
  display: block;
  color: var(--rose);
  font-family: "Style Script", cursive;
  font-size: clamp(2.25rem, 4vw, 3.3rem);
  line-height: 0.92;
}

.about-opportunity p {
  margin-top: 8px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.12;
}

.about-goal-note {
  position: relative;
  padding-left: clamp(22px, 4vw, 42px);
  border-left: 1px solid rgba(195, 165, 110, 0.38);
}

.about-goal-note span {
  display: block;
  color: var(--rose);
  font-family: "Style Script", cursive;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1;
}

.about-goal-note p {
  margin-top: 8px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3.2vw, 2.7rem);
  line-height: 1.08;
}

.about-script {
  display: block;
  color: var(--rose);
  font-family: "Style Script", cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.about-meaning {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(248, 243, 238, 0.82)),
    var(--paper);
}

.about-meaning .about-meaning-shell {
  column-gap: clamp(34px, 5vw, 62px);
  row-gap: clamp(24px, 3.5vw, 42px);
}

.about-meaning::before {
  left: clamp(-90px, -6vw, -34px);
  top: 15%;
  opacity: 0.055;
}

.about-meaning::after {
  content: "";
  position: absolute;
  left: 6vw;
  right: 6vw;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(195, 165, 110, 0.28), transparent);
}

.about-meaning-heading {
  max-width: 470px;
}

.about-meaning-copy {
  max-width: 640px;
  justify-self: end;
  align-self: center;
}

.about-care-note {
  grid-column: 1 / -1;
  width: min(720px, 100%);
  margin: -4px auto 0;
  padding-block: clamp(22px, 3vw, 34px);
  border-top: 1px solid rgba(195, 165, 110, 0.28);
  border-bottom: 1px solid rgba(195, 165, 110, 0.16);
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 2.15rem);
  line-height: 1.3;
  text-align: center;
}

.about-purpose-note {
  position: relative;
  grid-column: 1 / -1;
  width: min(880px, 100%);
  margin-top: 4px;
  padding: clamp(28px, 5vw, 52px);
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.92), rgba(248, 238, 232, 0.58)),
    rgba(255, 253, 249, 0.8);
  border: 1px solid rgba(53, 64, 67, 0.09);
  border-radius: 12px;
  box-shadow: 0 24px 54px rgba(38, 48, 51, 0.07);
}

.about-purpose-note::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -66px;
  width: clamp(180px, 19vw, 260px);
  aspect-ratio: 1;
  background: var(--watermark-seal-2) center / contain no-repeat;
  opacity: 0.075;
  pointer-events: none;
}

.about-purpose-note h3 {
  max-width: 680px;
  margin-top: 14px;
  margin-bottom: clamp(18px, 2.2vw, 28px);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.about-purpose-note p:not(.eyebrow) {
  max-width: 680px;
}

.about-final-note {
  grid-column: 1 / -1;
  max-width: 680px;
  margin: 0 0 0 auto;
  padding-top: 8px;
}

.about-final-note span {
  display: block;
  margin-top: 6px;
  color: var(--rose);
  font-family: "Style Script", cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

@media (max-width: 900px) {
  .about-editorial-shell,
  .about-meaning-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .about-supporting-copy,
  .about-story-column,
  .about-meaning-copy,
  .about-duo,
  .about-final-note {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
  }

  .about-pullquote,
  .about-duo,
  .about-care-note,
  .about-purpose-note,
  .about-final-note {
    grid-column: 1;
  }

  .about-opportunity {
    margin-top: 0;
    padding-block: 4px 0;
  }

  .about-duo {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .about-goal-note {
    padding-left: 0;
    padding-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(195, 165, 110, 0.32);
  }

  .about-purpose-note {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .about-editorial,
  .about-meaning {
    padding-block: 58px;
  }

  .about-editorial .wrap,
  .about-meaning .wrap {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }

  .about-editorial-shell,
  .about-meaning-shell {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    overflow: hidden;
  }

  .about-editorial::before,
  .about-editorial::after,
  .about-meaning::before {
    opacity: 0.045;
  }

  .about-lede {
    width: min(100%, calc(100vw - 62px));
    max-width: min(100%, calc(100vw - 62px));
    font-size: 1.08rem;
    line-height: 1.62;
  }

  .about-intro-block,
  .about-story-column,
  .about-meaning-heading,
  .about-supporting-copy,
  .about-meaning-copy,
  .about-purpose-note,
  .about-final-note {
    min-width: 0;
    max-width: 100%;
  }

  .about-founder-photo {
    width: 100%;
    justify-self: stretch;
  }

  .about-editorial h2,
  .about-meaning h2,
  .about-purpose-note h3 {
    max-width: 100%;
    font-size: clamp(2.05rem, 11vw, 3.15rem);
    line-height: 1.08;
    text-wrap: balance;
  }

  .about-supporting-copy p,
  .about-meaning-copy p,
  .about-purpose-note p,
  .about-final-note {
    font-size: 0.98rem;
    line-height: 1.88;
  }

  .about-pullquote {
    text-align: left;
  }

  .about-opportunity::before {
    margin-bottom: 16px;
  }

}

.review-section .section-heading p:not(.eyebrow) {
  margin-top: 16px;
  color: #4f5a5d;
}

.review-section {
  overflow: hidden;
}

.review-section::after {
  content: none;
}

.review-section > * {
  position: relative;
  z-index: 1;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-height: 100%;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(255, 248, 240, 0.9)),
    white;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.review-card p {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
  line-height: 1.35;
}

.review-card span {
  display: inline-block;
  margin-top: 18px;
  color: var(--rose-deep);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.review-source {
  margin-top: 18px;
  color: #536063;
  font-size: 0.92rem;
}

.review-source a {
  color: var(--rose-deep);
  font-weight: 700;
}

.why-choose .section-heading p:not(.eyebrow) {
  margin-top: 16px;
  color: #4f5a5d;
}

.why-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  min-height: 100%;
  padding: 24px;
  background: white;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.check-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: white;
  background: var(--ink);
  border-radius: 50%;
  font-weight: 800;
}

.why-card p {
  margin-top: 10px;
  color: #536063;
}

.cta-panel {
  overflow: hidden;
  text-align: center;
  padding: 54px 28px;
  background:
    linear-gradient(135deg, rgba(185, 130, 124, 0.15), rgba(127, 146, 127, 0.14)),
    white;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.cta-panel::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  width: min(880px, calc(100% - 48px));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 47, 47, 0.18), transparent);
  transform: translateX(-50%);
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: clamp(-128px, -5vw, -42px);
  bottom: -128px;
  z-index: 0;
  width: clamp(210px, 25vw, 330px);
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.07;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.home-cta-panel::after {
  content: none;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  max-width: 760px;
  margin-inline: auto;
}

.cta-subtext {
  max-width: 680px;
  margin: 14px auto 0;
  color: #536063;
  font-size: 1.05rem;
  line-height: 1.7;
}

.cta-panel > .button {
  margin-top: 22px;
}

.cta-panel-actions {
  margin-top: 28px;
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  overflow: hidden;
  padding: clamp(36px, 6vw, 58px);
  background:
    radial-gradient(circle at 94% 8%, rgba(185, 130, 124, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(248, 241, 235, 0.9));
  border: 1px solid rgba(156, 118, 98, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgba(38, 48, 51, 0.08);
}

.contact-section::before {
  display: none;
}

.contact-intro,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-intro p:not(.eyebrow) {
  max-width: 36rem;
  margin-top: 16px;
  color: #536063;
  font-size: 1.04rem;
  line-height: 1.75;
}

.contact-intro .button-row {
  margin-top: 26px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 3vw, 28px);
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(251, 247, 241, 0.9));
  border: 1px solid rgba(156, 118, 98, 0.16);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(38, 48, 51, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.contact-form label.full,
.contact-form .contact-note,
.contact-form .button,
.contact-form .form-note {
  grid-column: 1 / -1;
}

.contact-note {
  margin: 0 0 2px;
  padding: 0 0 14px;
  color: #536063;
  font-size: 1rem;
  line-height: 1.6;
  border-bottom: 1px solid rgba(156, 118, 98, 0.12);
}

.contact-form span {
  color: var(--rose-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(53, 64, 67, 0.16);
  border-radius: 10px;
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(156, 118, 98, 0.55);
  background: #fffdf9;
  box-shadow: 0 0 0 4px rgba(185, 130, 124, 0.14);
}

.contact-form .button {
  justify-self: start;
  margin-top: 4px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0;
  color: #687376;
  font-size: 0.92rem;
  line-height: 1.55;
}

.credit-closing-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(72px, 8vw, 108px) clamp(22px, 5vw, 76px);
  text-align: left;
  background:
    linear-gradient(rgba(38, 48, 51, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 20% 18%, rgba(185, 130, 124, 0.14), transparent 34%),
    radial-gradient(circle at 86% 72%, rgba(195, 165, 110, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(248, 240, 232, 0.78) 52%, rgba(255, 253, 249, 0.96));
  background-size: 100% 32px, auto, auto, auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.credit-closing-cta::before {
  content: "";
  position: absolute;
  left: clamp(22px, 5vw, 76px);
  top: 34px;
  z-index: 0;
  width: min(360px, 58%);
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.46), transparent);
  transform: none;
}

.credit-closing-cta::after {
  content: "";
  position: absolute;
  right: clamp(-190px, -10vw, -90px);
  bottom: clamp(-210px, -13vw, -120px);
  z-index: 0;
  width: clamp(330px, 35vw, 520px);
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.045;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.credit-closing-cta > * {
  position: relative;
  z-index: 1;
}

.credit-closing-cta .credit-closing-copy {
  max-width: 780px;
  margin-left: clamp(0px, 4vw, 52px);
}

.credit-closing-cta .eyebrow {
  color: #9a7469;
}

.credit-closing-cta h2 {
  max-width: 620px;
  margin: 0;
  color: #223038;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  line-height: 1;
}

.credit-closing-cta .cta-subtext {
  max-width: 640px;
  margin: 22px 0 0;
  color: #5d6668;
  font-size: clamp(1.02rem, 1.4vw, 1.16rem);
  line-height: 1.78;
}

.closing-annotation {
  margin-top: 18px;
  color: rgba(143, 95, 90, 0.62);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.02rem;
  font-style: italic;
  letter-spacing: 0.03em;
}

.credit-closing-cta .cta-panel-actions {
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: clamp(0px, 4vw, 52px);
}

.credit-closing-cta .button.primary {
  min-height: 54px;
  padding-inline: 24px;
  background: #263238;
  border-color: rgba(38, 50, 56, 0.24);
  border-radius: 9px;
  box-shadow: 0 16px 30px rgba(38, 48, 51, 0.14);
}

.credit-closing-cta .button.primary:hover {
  background: #1f2a2f;
  box-shadow: 0 20px 34px rgba(38, 48, 51, 0.17);
  transform: translateY(-2px);
}

.process-cta-panel {
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 18% 16%, rgba(185, 130, 124, 0.2), transparent 36%),
    radial-gradient(circle at 83% 18%, rgba(194, 170, 152, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.99), rgba(247, 238, 230, 0.96) 48%, rgba(255, 248, 243, 0.98));
  border-color: rgba(154, 116, 105, 0.2);
  box-shadow:
    0 28px 62px rgba(38, 48, 51, 0.16),
    0 12px 28px rgba(154, 116, 105, 0.1),
    inset 0 1px 0 rgba(255, 253, 249, 0.84);
}

.process-cta-panel > * {
  position: relative;
  z-index: 1;
}

.process-cta-panel::before {
  top: -34px;
  width: 112px;
  background: linear-gradient(90deg, transparent, rgba(154, 116, 105, 0.45), transparent);
}

.process-cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(circle at 20% 28%, rgba(154, 116, 105, 0.1) 0 1px, transparent 1.6px),
    radial-gradient(circle at 72% 68%, rgba(185, 130, 124, 0.08) 0 1px, transparent 1.6px),
    repeating-linear-gradient(102deg, rgba(154, 116, 105, 0.018) 0 1px, transparent 1px 10px);
  mix-blend-mode: multiply;
}

.process-cta-panel .cta-curves,
.process-cta-panel .cta-seal {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.process-cta-panel .cta-curves {
  inset: 0;
  opacity: 0.42;
}

.process-cta-panel .cta-curves::before,
.process-cta-panel .cta-curves::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(154, 116, 105, 0.12);
  border-radius: 50%;
}

.process-cta-panel .cta-curves::before {
  width: 360px;
  height: 360px;
  top: -214px;
  right: -154px;
}

.process-cta-panel .cta-curves::after {
  width: 300px;
  height: 300px;
  left: -168px;
  bottom: -184px;
}

.process-cta-panel .cta-seal {
  right: clamp(18px, 5vw, 56px);
  bottom: clamp(18px, 4vw, 42px);
  width: 58px;
  height: 58px;
  opacity: 0.18;
  border: 1px solid rgba(38, 48, 51, 0.42);
  border-radius: 50%;
}

.process-cta-panel .cta-seal::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(154, 116, 105, 0.5);
  border-radius: 50%;
}

.process-cta-panel .cta-seal::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 29px;
  width: 31px;
  height: 12px;
  border-top: 1.4px solid rgba(38, 48, 51, 0.58);
  border-radius: 50%;
  transform: rotate(-13deg);
}

.process-cta-panel .cta-reassurance {
  max-width: 520px;
  margin: 12px auto 0;
  color: #766a65;
  font-size: 0.94rem;
  line-height: 1.6;
}

.mobile-notary-cta .button-row {
  margin-top: 24px;
}

.mobile-notary-cta-button.button.primary {
  background: #c2aa98;
  color: #263033;
  border-color: rgba(143, 95, 90, 0.16);
  border-radius: 11px;
  box-shadow: 0 10px 22px rgba(38, 48, 51, 0.12);
}

.mobile-notary-cta-button.button.primary:hover {
  background: #d4a6a0;
  color: #263033;
  box-shadow: 0 12px 24px rgba(38, 48, 51, 0.14);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  background:
    linear-gradient(135deg, rgba(248, 243, 238, 0.9), rgba(255, 253, 249, 0.88)),
    linear-gradient(45deg, rgba(127, 146, 127, 0.25), rgba(185, 130, 124, 0.18));
}

.credit-hero {
  display: flex;
  min-height: 590px;
  align-items: center;
  padding: 96px 0 88px;
  background:
    radial-gradient(ellipse at center, rgba(255, 253, 249, 1) 0%, rgba(255, 253, 249, 0.98) 33%, rgba(255, 253, 249, 0.76) 55%, rgba(255, 253, 249, 0.18) 78%),
    linear-gradient(90deg, rgba(255, 253, 249, 0.2) 0%, rgba(255, 253, 249, 0.98) 29%, rgba(255, 253, 249, 0.98) 70%, rgba(255, 253, 249, 0.26) 100%),
    url("../img/credit-guidance-hero.png") center / cover no-repeat;
}

.credit-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.04), rgba(248, 243, 238, 0.16)),
    radial-gradient(circle at 50% 58%, rgba(255, 253, 249, 0.78), transparent 34%);
  pointer-events: none;
}

.credit-hero .wrap {
  position: relative;
  z-index: 1;
}

.credit-hero h1 {
  max-width: 680px;
  margin-inline: auto;
  font-size: clamp(3rem, 5.7vw, 5rem);
  line-height: 0.98;
  text-wrap: balance;
}

.credit-hero .lead {
  max-width: 540px;
  margin: 28px auto 0;
  color: #455153;
}

.credit-hero .button-row {
  margin-top: 34px;
}

.credit-planning-grid {
  position: relative;
  isolation: isolate;
  gap: clamp(20px, 3vw, 28px);
  padding-block: clamp(62px, 7vw, 92px);
}

.credit-planning-grid::before {
  content: "";
  position: absolute;
  inset: clamp(20px, 3vw, 42px) -22px;
  z-index: -2;
  border: 1px solid rgba(38, 48, 51, 0.055);
  border-radius: 14px;
  background:
    linear-gradient(rgba(38, 48, 51, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38, 48, 51, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 12% 10%, rgba(195, 165, 110, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.78), rgba(248, 243, 238, 0.52));
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 253, 249, 0.72);
}

.credit-planning-grid::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 62px;
  z-index: -1;
  width: clamp(170px, 18vw, 260px);
  height: clamp(240px, 26vw, 360px);
  border: 1px solid rgba(156, 118, 98, 0.08);
  border-radius: 8px;
  background: rgba(255, 253, 249, 0.22);
  transform: rotate(2deg);
  pointer-events: none;
}

.credit-planning-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border-color: rgba(38, 48, 51, 0.11);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(250, 247, 242, 0.94)),
    #fffdf9;
  box-shadow:
    0 18px 34px rgba(38, 48, 51, 0.08),
    8px 8px 0 rgba(38, 48, 51, 0.025);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.credit-planning-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(252, 248, 241, 0.98), rgba(255, 253, 249, 0.94)),
    #fcf8f1;
}

.credit-planning-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(247, 242, 235, 0.98), rgba(255, 253, 249, 0.94)),
    #f7f2eb;
}

.credit-planning-card::before {
  content: "";
  position: absolute;
  left: clamp(24px, 3vw, 34px);
  right: clamp(24px, 3vw, 34px);
  top: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.42), transparent 62%);
  transition: background 0.18s ease, right 0.18s ease;
}

.credit-planning-card::after {
  content: "→";
  position: absolute;
  right: 24px;
  top: 26px;
  color: rgba(156, 118, 98, 0);
  font-size: 1rem;
  transition: color 0.18s ease, transform 0.18s ease;
}

.service-card.static.credit-planning-card:hover {
  transform: translateY(-4px);
  border-color: rgba(38, 48, 51, 0.2);
  box-shadow:
    0 24px 46px rgba(38, 48, 51, 0.12),
    10px 10px 0 rgba(38, 48, 51, 0.035);
}

.credit-planning-card:hover::before {
  right: 42%;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.68), transparent);
}

.credit-planning-card:hover::after {
  color: rgba(156, 118, 98, 0.72);
  transform: translateX(3px);
}

.credit-planning-card::after {
  content: "\2192";
}

.credit-card-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 12px 0 18px;
  color: #8d745d;
  background: rgba(255, 253, 249, 0.7);
  border: 1px solid rgba(156, 118, 98, 0.18);
  border-radius: 7px;
}

.credit-card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.utility-label {
  display: block;
  color: #8d745d;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.credit-planning-card h2 {
  max-width: 28rem;
  margin-top: 8px;
  color: #223038;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.06;
  transition: transform 0.18s ease, color 0.18s ease;
}

.credit-planning-card:hover h2 {
  color: #17272f;
  transform: translateX(2px);
}

.credit-planning-card p {
  max-width: 36rem;
  margin-top: 16px;
  color: #586367;
  font-size: 1rem;
  line-height: 1.72;
}

.credit-disclosure-card {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 38px);
  border-color: rgba(255, 253, 249, 0.12);
  border-radius: 7px;
  background:
    linear-gradient(rgba(255, 253, 249, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 253, 249, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 85% 18%, rgba(185, 130, 124, 0.16), transparent 32%),
    linear-gradient(145deg, #263238, #1e292e);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow:
    0 24px 46px rgba(38, 48, 51, 0.16),
    8px 8px 0 rgba(38, 48, 51, 0.05);
}

.credit-disclosure-card::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -70px;
  width: 220px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 253, 249, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 10px rgba(255, 253, 249, 0.018);
  pointer-events: none;
}

.credit-disclosure-card::after {
  content: "PII";
  position: absolute;
  right: 34px;
  bottom: 34px;
  color: rgba(255, 253, 249, 0.08);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.1rem;
  letter-spacing: 0.16em;
  pointer-events: none;
}

.credit-disclosure-card .utility-label {
  color: rgba(234, 217, 200, 0.76);
}

.credit-disclosure-card .script-accent {
  margin-top: 18px;
  margin-bottom: 10px;
  color: rgba(212, 166, 160, 0.82);
  font-size: 2.05rem;
}

.credit-disclosure-card h2,
.credit-disclosure-card p {
  position: relative;
  z-index: 1;
}

.credit-disclosure-card h2 {
  margin-top: 8px;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1.06;
}

.credit-disclosure-card p {
  margin-top: 16px;
  line-height: 1.72;
}

.process-service-hero {
  display: flex;
  min-height: 540px;
  align-items: center;
  padding: 94px 0 90px;
  background:
    linear-gradient(90deg, rgba(255, 253, 249, 0.94) 0%, rgba(255, 253, 249, 0.82) 37%, rgba(255, 253, 249, 0.26) 63%, rgba(255, 253, 249, 0.08) 100%),
    url("../img/process-service-hero.png") center right / cover no-repeat;
}

.process-service-hero::after {
  content: none;
}

.process-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  text-align: left;
}

.process-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1.02;
}

.process-hero-copy .lead {
  max-width: 590px;
}

.mobile-notary-hero {
  padding: 98px 0 88px;
  background:
    radial-gradient(circle at 74% 44%, rgba(185, 130, 124, 0.22), transparent 33%),
    radial-gradient(circle at 88% 78%, rgba(195, 165, 110, 0.16), transparent 34%),
    radial-gradient(circle at 12% 18%, rgba(255, 253, 249, 0.94), transparent 38%),
    linear-gradient(128deg, #fffaf4 0%, #f8eee6 48%, #eadbd3 100%);
}

.mobile-notary-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 9% 20%, rgba(127, 146, 127, 0.1), transparent 21%),
    radial-gradient(circle at 76% 36%, rgba(255, 253, 249, 0.4) 0 1px, transparent 1.5px),
    repeating-linear-gradient(102deg, rgba(154, 116, 105, 0.018) 0 1px, transparent 1px 12px),
    linear-gradient(90deg, rgba(255, 253, 249, 0.82), rgba(255, 253, 249, 0.14));
  opacity: 0.7;
  pointer-events: none;
}

.mobile-notary-hero::after {
  content: "";
  position: absolute;
  right: -118px;
  top: 58px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(154, 116, 105, 0.2);
  border-radius: 50%;
  opacity: 0.62;
  pointer-events: none;
}

.mobile-notary-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(34px, 6vw, 84px);
}

.mobile-notary-hero-shell::before {
  content: "";
  position: absolute;
  right: clamp(22px, 9vw, 120px);
  bottom: -70px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(154, 116, 105, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.mobile-notary-hero-shell::after {
  content: "";
  position: absolute;
  right: clamp(280px, 34vw, 430px);
  bottom: clamp(8px, 3vw, 32px);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(38, 48, 51, 0.2);
  border-radius: 50%;
  opacity: 0.22;
  pointer-events: none;
}

.mobile-notary-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.mobile-notary-copy .eyebrow {
  margin-bottom: 18px;
}

.mobile-notary-hero h1 {
  max-width: 560px;
  font-size: clamp(2.5rem, 4.8vw, 4.05rem);
  line-height: 1.075;
  text-wrap: balance;
}

.mobile-notary-copy .lead {
  max-width: 565px;
  margin-top: 28px;
  line-height: 1.72;
}

.mobile-notary-copy .button-row {
  gap: 16px;
  justify-content: flex-start;
  margin-top: 34px;
}

.mobile-notary-copy .button.secondary {
  background: rgba(255, 253, 249, 0.58);
  border-color: rgba(154, 116, 105, 0.22);
  box-shadow: 0 8px 18px rgba(38, 48, 51, 0.05);
}

.mobile-notary-visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(112%, 520px);
  margin-right: clamp(-42px, -3vw, -18px);
  transform: translateY(18px);
}

.mobile-notary-visual::before {
  content: "";
  position: absolute;
  inset: -28px -30px -34px -34px;
  z-index: 0;
  background:
    radial-gradient(circle at 55% 45%, rgba(255, 253, 249, 0.72), transparent 52%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.58), rgba(194, 170, 152, 0.16));
  border: 1px solid rgba(154, 116, 105, 0.12);
  border-radius: 28px;
  box-shadow:
    0 34px 70px rgba(38, 48, 51, 0.12),
    0 12px 28px rgba(154, 116, 105, 0.1);
}

.mobile-notary-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: -18px;
  bottom: 34px;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(38, 48, 51, 0.26);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 253, 249, 0.72), rgba(255, 248, 241, 0.42));
  box-shadow: 0 14px 26px rgba(38, 48, 51, 0.08);
  opacity: 0.44;
}

.mobile-notary-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  filter: saturate(0.96) contrast(0.98);
  box-shadow:
    0 34px 72px rgba(38, 48, 51, 0.16),
    0 12px 28px rgba(154, 116, 105, 0.12);
}

.content-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.notary-info-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(24px, 3vw, 32px);
  border-color: rgba(143, 95, 90, 0.13);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(255, 250, 245, 0.94)),
    white;
  box-shadow: 0 16px 36px rgba(38, 48, 51, 0.08);
}

.notary-info-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98), rgba(255, 251, 247, 0.94)),
    white;
}

.notary-info-card:nth-child(3) {
  background:
    radial-gradient(circle at right bottom, rgba(195, 165, 110, 0.08), transparent 38%),
    linear-gradient(145deg, rgba(250, 244, 237, 0.98), rgba(255, 250, 243, 0.94)),
    #faf4ed;
  border-color: rgba(195, 165, 110, 0.18);
}

.notary-info-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -50px;
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(195, 165, 110, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.notary-info-card:first-child::before {
  content: "Ready to sign.";
  position: absolute;
  right: clamp(20px, 3vw, 34px);
  bottom: 18px;
  z-index: 1;
  color: rgba(143, 95, 90, 0.36);
  font-family: "Style Script", cursive;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1;
  transform: rotate(-4deg);
  pointer-events: none;
}

.notary-info-card .info-card-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  color: #9c7662;
  background: rgba(248, 243, 238, 0.62);
  border: 1px solid rgba(195, 165, 110, 0.26);
  border-radius: 50%;
}

.notary-info-card .info-card-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.notary-info-card h2 {
  max-width: 22rem;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.05;
}

.notary-info-card p {
  max-width: 43rem;
  margin-top: 14px;
  color: #4c595c;
  font-size: 1.02rem;
  line-height: 1.7;
}

.accent-card,
.disclaimer-card {
  background: var(--ink);
}

.notary-info-card.accent-card {
  background:
    radial-gradient(circle at right bottom, rgba(195, 165, 110, 0.12), transparent 42%),
    linear-gradient(145deg, #263033, #1f2a2d);
  border-color: rgba(255, 253, 249, 0.12);
  box-shadow: 0 20px 44px rgba(38, 48, 51, 0.16);
}

.notary-info-card.accent-card .info-card-icon {
  color: #ead9c8;
  background: rgba(255, 253, 249, 0.08);
  border-color: rgba(234, 217, 200, 0.28);
}

.accent-card h2,
.accent-card p,
.disclaimer-card h2,
.disclaimer-card p {
  color: white;
}

.timeline {
  display: grid;
  min-width: 0;
  gap: 26px;
}

.timeline > div {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
  padding: clamp(30px, 3vw, 40px) clamp(28px, 3.5vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(255, 252, 247, 0.94));
  border: 1px solid rgba(53, 64, 67, 0.09);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(38, 48, 51, 0.07);
}

.timeline > div > * {
  position: relative;
  z-index: 1;
}

.timeline > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: linear-gradient(180deg, rgba(185, 130, 124, 0.02), rgba(185, 130, 124, 0.38), rgba(185, 130, 124, 0.02));
  opacity: 0.72;
}

.timeline > div::after {
  content: none;
}

.timeline > div:nth-child(1) {
  background:
    radial-gradient(circle at 16% 20%, rgba(185, 130, 124, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.99), rgba(255, 248, 243, 0.96));
  border-color: rgba(154, 116, 105, 0.16);
  box-shadow:
    0 24px 54px rgba(38, 48, 51, 0.11),
    0 8px 18px rgba(154, 116, 105, 0.08);
}

.timeline > div:nth-child(2) {
  transform: translateX(6px);
  background:
    linear-gradient(135deg, rgba(252, 247, 241, 0.98), rgba(248, 242, 236, 0.94));
}

.timeline > div:nth-child(3) {
  transform: translateX(-4px);
  background:
    linear-gradient(135deg, rgba(255, 253, 249, 0.99), rgba(250, 248, 244, 0.96));
}

.timeline > div:nth-child(4) {
  transform: translateX(8px);
  background:
    radial-gradient(circle at 92% 12%, rgba(185, 130, 124, 0.09), transparent 28%),
    linear-gradient(135deg, rgba(255, 251, 247, 0.98), rgba(250, 241, 237, 0.95));
  border-color: rgba(185, 130, 124, 0.13);
}

.timeline h2 {
  min-width: 0;
  font-size: clamp(1.9rem, 3.15vw, 2.76rem);
  font-weight: 600;
  line-height: 1.04;
  overflow-wrap: break-word;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--rose-deep);
  background: var(--linen);
  border-radius: 50%;
  font-weight: 800;
}

.timeline p,
.check-list {
  color: #536063;
}

.timeline > div > p {
  grid-column: 2;
}

.timeline-copy {
  grid-column: 2;
  min-width: 0;
  max-width: 690px;
  padding-top: 2px;
}

.timeline-copy p {
  color: #5a6669;
  line-height: 1.74;
  overflow-wrap: break-word;
}

.timeline-subline {
  margin: 0 0 12px;
  color: #9a7469 !important;
  font-weight: 700;
  line-height: 1.55;
}

.timeline-subline + p {
  margin-top: 0;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0 0 14px 34px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 9px;
  width: 17px;
  height: 8px;
  border: 1.5px solid rgba(154, 116, 105, 0.72);
  border-left: 0;
  border-bottom: 0;
  border-radius: 100% 0 100% 0;
  transform: rotate(-28deg);
}

.check-list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 15px;
  width: 14px;
  height: 1px;
  background: rgba(36, 48, 51, 0.48);
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ceremony-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: min(680px, calc(100svh - 92px));
  padding: clamp(68px, 7vw, 96px) 0 clamp(56px, 7vw, 86px);
  background:
    radial-gradient(circle at 82% 18%, rgba(185, 130, 124, 0.28), transparent 28%),
    radial-gradient(circle at 76% 78%, rgba(42, 145, 178, 0.12), transparent 30%),
    radial-gradient(circle at 16% 18%, rgba(255, 253, 249, 0.9), transparent 30%),
    linear-gradient(125deg, #f7f2ee 0%, #fff8f0 46%, #efd9d6 78%, #d9dedb 100%);
}

.ceremony-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 32%, rgba(255, 253, 249, 0.34), transparent 28%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.18), rgba(185, 130, 124, 0.06));
  opacity: 0.52;
  z-index: 0;
  pointer-events: none;
}

.ceremony-hero .eyebrow {
  color: var(--rose-deep);
}

.ceremony-hero h1 {
  color: #172124;
}

.ceremony-hero .lead {
  color: #3f4b4e;
}

.ceremony-invitation::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(143, 95, 90, 0.2);
  border-radius: 18px;
  z-index: 1;
  pointer-events: none;
}

.ceremony-invitation::after {
  display: none;
}

.ceremony-top-flourish {
  display: none;
}

.ceremony-bottom-flourish {
  display: none;
}

.ceremony-copy {
  position: relative;
  min-width: 0;
  max-width: 720px;
  z-index: 2;
}

.ceremony-copy > * {
  position: relative;
  z-index: 1;
}

.ceremony-hero h1 {
  max-width: 640px;
  font-size: clamp(2.4rem, 4.1vw, 3.65rem);
  line-height: 1.06;
}

.ceremony-hero .lead {
  max-width: 610px;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.ceremony-hero .button-row {
  gap: 10px;
  margin-top: 24px;
}

.ceremony-hero .large-button {
  min-height: 52px;
  margin-top: 0;
  padding-inline: 20px;
}

.ceremony-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 455px);
  min-width: 0;
  opacity: 0.98;
  filter: drop-shadow(0 20px 34px rgba(38, 48, 51, 0.14));
}

.ceremony-visual::before {
  content: "";
  position: absolute;
  inset: 12% 2% 8% 4%;
  background: rgba(255, 253, 249, 0.42);
  border: 1px solid rgba(143, 95, 90, 0.14);
  border-radius: 48% 52% 54% 46%;
  filter: blur(1px);
}

.ceremony-visual img {
  position: relative;
  display: block;
  width: 100%;
}

.ceremony-feature-card {
  position: relative;
  overflow: hidden;
  justify-self: end;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(255, 248, 240, 0.9)),
    radial-gradient(circle at 12% 8%, rgba(185, 130, 124, 0.16), transparent 32%);
}

.ceremony-feature-card::before,
.ceremony-feature-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ceremony-feature-card::before {
  right: -28px;
  bottom: -34px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(127, 146, 127, 0.34);
  border-radius: 50%;
}

.ceremony-feature-card::after {
  left: -26px;
  top: -30px;
  width: 150px;
  height: 150px;
  background:
    radial-gradient(circle at 50% 50%, rgba(185, 130, 124, 0.22), transparent 30%),
    radial-gradient(circle at 54% 48%, transparent 36px, rgba(195, 165, 110, 0.28) 38px, rgba(195, 165, 110, 0.28) 42px, transparent 44px);
  opacity: 0.72;
}

.ring-symbol {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 58px;
  height: 34px;
  opacity: 0.72;
}

.ring-symbol::before,
.ring-symbol::after {
  content: "";
  position: absolute;
  top: 0;
  width: 31px;
  height: 31px;
  border: 3px solid rgba(195, 165, 110, 0.82);
  border-radius: 50%;
}

.ring-symbol::before {
  left: 2px;
}

.ring-symbol::after {
  right: 2px;
}

.ceremony-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
  color: #4f5a5d;
}

.ceremony-mark {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(38, 48, 51, 0.12);
}

.ceremony-tagline {
  margin: -4px 0 14px;
  color: var(--charcoal);
  font-weight: 600;
}

.ceremony-types {
  position: relative;
}

.ceremony-types::after {
  content: "";
  position: absolute;
  right: max(16px, calc((100vw - 1120px) / 2));
  top: 48px;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(185, 130, 124, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 130, 124, 0.08), transparent 62%);
  pointer-events: none;
}

.ceremony-type-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ceremony-type-card {
  min-height: 100%;
  padding: 24px;
  background: white;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.ceremony-type-card p {
  margin-top: 10px;
  color: #536063;
}

.ceremony-handoff {
  padding-top: 42px;
}

.ceremony-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 54px 28px;
  background:
    radial-gradient(circle at 20% 20%, rgba(185, 130, 124, 0.16), transparent 34%),
    radial-gradient(circle at 82% 78%, rgba(42, 145, 178, 0.1), transparent 34%),
    #fff8f0;
  border: 1px solid rgba(53, 64, 67, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--soft-shadow);
}

.ceremony-cta::before,
.ceremony-cta::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(127, 146, 127, 0.28);
  border-radius: 50%;
  pointer-events: none;
}

.ceremony-cta::before {
  left: -38px;
  top: -44px;
}

.ceremony-cta::after {
  right: -38px;
  bottom: -44px;
}

.ceremony-cta h2,
.ceremony-cta .button,
.ceremony-cta .eyebrow {
  position: relative;
  z-index: 1;
}

.ceremony-invitation {
  min-height: min(590px, calc(100svh - 92px));
  padding: clamp(58px, 6vw, 78px) 0 clamp(52px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.68) 0%, rgba(255, 250, 245, 0.44) 43%, rgba(255, 250, 245, 0.08) 72%),
    url("../img/ceremonies-hero-background-exact.png") center center / cover no-repeat;
  background-size: auto, cover;
}

.ceremony-invitation::before {
  inset: 20px;
  background: none;
  opacity: 1;
  border-color: rgba(143, 95, 90, 0.14);
}

.ceremony-invitation::after {
  display: none;
}

.ceremony-invitation .ceremony-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.72fr);
  gap: clamp(24px, 4vw, 48px);
}

.ceremony-invitation .ceremony-copy {
  max-width: 680px;
}

.ceremony-invitation .eyebrow {
  letter-spacing: 0.18em;
}

.ceremony-invitation h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 4.8vw, 4.45rem);
  line-height: 1.02;
}

.ceremony-invitation .lead {
  max-width: 510px;
  margin-top: 22px;
  color: #4d5759;
  font-size: clamp(1.02rem, 1.25vw, 1.14rem);
  line-height: 1.75;
}

.ceremony-invitation .button-row {
  margin-top: 30px;
}

.ceremony-invitation .large-button {
  padding: 15px 26px;
  border: 1px solid rgba(143, 95, 90, 0.2);
  border-radius: 14px;
  background: linear-gradient(135deg, #c9aaa0, #ead6cf);
  color: #263033;
  box-shadow: 0 14px 28px rgba(143, 95, 90, 0.16);
}

.ceremony-invitation .large-button:hover {
  background: linear-gradient(135deg, #e3c3bf, #f2dfd9);
  color: #263033;
  box-shadow: 0 18px 32px rgba(143, 95, 90, 0.2);
  transform: translateY(-1px);
}

.ceremony-bottom-flourish {
  width: min(32vw, 300px);
  opacity: 0.09;
}

.ceremony-invite-section {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.72fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
  padding-top: clamp(54px, 7vw, 82px);
  padding-bottom: clamp(52px, 7vw, 78px);
}

.ceremony-invite-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: min(260px, 45%);
  height: 1px;
  background: linear-gradient(90deg, rgba(156, 118, 98, 0.4), transparent);
}

.ceremony-invite-section::after {
  content: none;
}

.ceremony-soft-mark {
  position: absolute;
  right: 72px;
  bottom: 34px;
  z-index: -1;
  width: 200px;
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.035;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.ceremony-invite-copy {
  max-width: 650px;
}

.ceremony-invite-copy h2 {
  max-width: 620px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.ceremony-invite-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 18px;
  color: #536063;
  font-size: 1.05rem;
  line-height: 1.75;
}

.ceremony-label-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
  padding-top: 42px;
}

.ceremony-label-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: #8f5f5a;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(185, 130, 124, 0.18);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
}

.ceremony-handoff-note {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: start;
  margin-top: clamp(18px, 4vw, 36px);
  padding-top: clamp(26px, 4vw, 38px);
  border-top: 1px solid rgba(156, 118, 98, 0.18);
}

.ceremony-handoff-note .eyebrow,
.ceremony-handoff-note h2 {
  grid-column: 1;
}

.ceremony-handoff-note h2 {
  max-width: 460px;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1.08;
}

.ceremony-handoff-note .handoff-copy,
.ceremony-handoff-note .ceremony-handoff-button {
  grid-column: 2;
}

.ceremony-handoff-note .handoff-copy {
  margin-top: 8px;
  color: #536063;
  font-size: 1.02rem;
  line-height: 1.75;
}

.ceremony-handoff-note .ceremony-handoff-button {
  justify-self: start;
  margin-top: 22px;
  padding: 15px 26px;
  border: 1px solid rgba(143, 95, 90, 0.2);
  border-radius: 14px;
  background: linear-gradient(135deg, #c9aaa0, #ead6cf);
  color: #263033;
  box-shadow: 0 14px 28px rgba(143, 95, 90, 0.16);
}

.ceremony-handoff-note .ceremony-handoff-button:hover {
  background: linear-gradient(135deg, #e3c3bf, #f2dfd9);
  color: #263033;
  box-shadow: 0 18px 32px rgba(143, 95, 90, 0.2);
  transform: translateY(-1px);
}

.ceremony-cta {
  isolation: isolate;
  max-width: 940px;
  margin-bottom: clamp(46px, 6vw, 72px);
  padding: clamp(46px, 7vw, 74px) clamp(24px, 6vw, 72px);
  background:
    linear-gradient(rgba(38, 48, 51, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(185, 130, 124, 0.15), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(195, 165, 110, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 253, 249, 0.96), rgba(255, 246, 240, 0.92));
  background-size: 100% 32px, auto, auto, auto;
  border-color: rgba(156, 118, 98, 0.14);
  box-shadow: 0 20px 46px rgba(38, 48, 51, 0.08);
}

.ceremony-cta::before {
  left: auto;
  right: clamp(18px, 5vw, 54px);
  top: clamp(18px, 4vw, 42px);
  width: clamp(108px, 16vw, 168px);
  height: clamp(108px, 16vw, 168px);
  border-color: rgba(185, 130, 124, 0.14);
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.06;
  mix-blend-mode: multiply;
}

.ceremony-cta::after {
  left: -46px;
  right: auto;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border-color: rgba(127, 146, 127, 0.14);
}

.ceremony-cta h2,
.ceremony-cta p,
.ceremony-cta .button,
.ceremony-cta .eyebrow {
  position: relative;
  z-index: 1;
}

.ceremony-cta h2 {
  max-width: 700px;
  margin-inline: auto;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 1.05;
}

.ceremony-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px auto 0;
  color: #536063;
  font-size: 1.05rem;
  line-height: 1.72;
}

.ceremony-cta .large-button {
  margin-top: 28px;
  padding: 15px 26px;
  border: 1px solid rgba(143, 95, 90, 0.2);
  border-radius: 14px;
  background: linear-gradient(135deg, #c9aaa0, #ead6cf);
  color: #263033;
  box-shadow: 0 14px 28px rgba(143, 95, 90, 0.16);
  letter-spacing: 0.01em;
}

.ceremony-cta .large-button:hover {
  background: linear-gradient(135deg, #e3c3bf, #f2dfd9);
  color: #263033;
  box-shadow: 0 18px 32px rgba(143, 95, 90, 0.2);
  transform: translateY(-1px);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 42px 0 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.03), transparent 34%),
    var(--ink);
  border-top: 1px solid rgba(195, 165, 110, 0.24);
  color: rgba(255, 255, 255, 0.82);
}

.site-footer::before {
  content: "";
  position: absolute;
  right: clamp(-160px, -8vw, -80px);
  top: 16px;
  width: clamp(260px, 30vw, 430px);
  aspect-ratio: 1;
  background: var(--watermark-seal-1) center / contain no-repeat;
  opacity: 0.085;
  filter: grayscale(1);
  mix-blend-mode: screen;
  pointer-events: none;
}

.site-footer .wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 32px));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.footer-brand {
  position: relative;
  margin-bottom: 14px;
  padding: 8px 18px 10px 4px;
  color: white;
  isolation: isolate;
}

.footer-brand::before,
.footer-brand::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 48% 52% 44% 56%;
  filter: blur(1px);
  transform: rotate(-8deg);
  pointer-events: none;
}

.footer-brand::before {
  left: 4px;
  top: 7px;
  width: 112px;
  height: 42px;
  background: rgba(199, 101, 171, 0.48);
}

.footer-brand::after {
  left: 68px;
  top: 19px;
  width: 98px;
  height: 38px;
  background: rgba(133, 104, 202, 0.42);
  transform: rotate(9deg);
}

.footer-script-wordmark {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff8f0;
  font-family: "Style Script", "Playfair Display", Georgia, serif;
  font-size: clamp(2.45rem, 8vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
  text-shadow:
    0 2px 8px rgba(38, 48, 51, 0.5),
    0 0 1px rgba(255, 253, 249, 0.8);
}

.footer-brand small,
.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-grid > div {
  min-width: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid > div:first-child {
  padding-top: 0;
}

.site-footer h2 {
  margin-bottom: 10px;
  color: white;
  font-family: Inter, Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.site-footer p {
  max-width: min(32rem, calc(100vw - 48px));
  font-size: 0.95rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  text-wrap: pretty;
  white-space: normal;
}

.site-footer a {
  display: inline-flex;
  max-width: min(100%, calc(100vw - 48px));
  min-height: 34px;
  align-items: center;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
  transition: color 0.18s ease;
}

.site-footer a:hover {
  color: white;
}

.site-footer .copyright {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  text-align: left;
}

@media (max-width: 1080px) {
  .nav {
    justify-content: flex-start;
    padding-right: 60px;
  }

  .nav-toggle {
    position: fixed;
    top: 24px;
    right: 16px;
    z-index: 60;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fffdf9;
    border-color: rgba(53, 64, 67, 0.24);
    box-shadow: 0 8px 18px rgba(38, 48, 51, 0.08);
  }

  .nav-toggle::before {
    display: block;
    width: 20px;
    height: 14px;
    background:
      linear-gradient(currentColor 0 0) top / 20px 2px no-repeat,
      linear-gradient(currentColor 0 0) center / 20px 2px no-repeat,
      linear-gradient(currentColor 0 0) bottom / 20px 2px no-repeat;
  }

  .nav-toggle span:not(.sr-only) {
    display: none;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    z-index: 80;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: white;
    border: 1px solid rgba(53, 64, 67, 0.12);
    border-radius: 12px;
    box-shadow: 0 22px 48px rgba(38, 48, 51, 0.16);
    max-height: calc(100svh - 112px);
    overflow-y: auto;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 12px 14px;
    white-space: normal;
  }

  .hero-shell,
  .ceremony-grid,
  .mobile-notary-hero-shell,
  .split,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .ceremony-invitation .ceremony-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mobile-notary-visual {
    justify-self: center;
    width: min(100%, 480px);
    max-width: 440px;
    margin-right: 0;
    transform: none;
  }

  .ceremony-hero {
    min-height: auto;
  }

  .ceremony-copy {
    max-width: 720px;
  }

  .ceremony-visual {
    justify-self: center;
    width: min(100%, 420px);
  }

  .hero {
    padding-top: 62px;
  }

  .hero::after {
    width: 62vw;
    opacity: 0.34;
  }

  .service-grid,
  .content-grid,
  .two-col,
  .resource-grid,
  .review-grid,
  .ceremony-type-grid,
  .why-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credit-resource-band .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline > div {
    grid-template-columns: minmax(0, 1fr);
    transform: none !important;
  }

  .timeline p,
  .timeline-copy {
    grid-column: auto;
  }
}

@media (min-width: 760px) {
  .site-footer {
    padding-top: 46px;
  }

  .footer-grid {
    grid-template-columns: minmax(220px, 1.08fr) minmax(170px, 0.92fr);
    gap: 30px 42px;
  }

  .footer-grid > div {
    padding: 0;
    border-bottom: 0;
  }

  .site-footer .copyright {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@media (min-width: 1040px) {
  .site-footer {
    padding: 50px 0 26px;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.08fr) minmax(220px, 0.78fr) minmax(220px, 0.78fr) minmax(280px, 0.98fr);
    gap: 46px;
    align-items: start;
  }

  .footer-grid > div {
    display: flex;
    min-height: 138px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer-grid > div:first-child p {
    max-width: 18rem;
  }

  .footer-grid > div:nth-child(2) p {
    max-width: 16rem;
  }

  .footer-grid > div:nth-child(3) p {
    max-width: 15rem;
  }

  .footer-grid > div:nth-child(4) p {
    max-width: 18rem;
  }

  .site-footer h2 {
    min-height: 2.5em;
    margin-bottom: 12px;
    line-height: 1.25;
  }

  .site-footer a {
    white-space: nowrap;
  }

  .footer-script-wordmark {
    font-size: 3rem;
  }

  .site-footer .copyright {
    margin-top: 34px;
  }
}

@media (max-width: 640px) {
  .wrap,
  .narrow {
    width: min(1120px, calc(100% - 24px));
  }

  .nav {
    min-height: 82px;
  }

  .brand strong {
    font-size: 1.72rem;
  }

  .brand-logo-image {
    width: min(245px, 64vw);
    max-height: 68px;
  }

  .nav-toggle {
    top: 19px;
    right: 16px;
    left: auto;
    z-index: 60;
    display: inline-flex;
    flex: 0 0 44px;
    margin-left: auto;
  }

  .brand small {
    font-size: 0.66rem;
  }

  .nav-links {
    top: calc(100% + 8px);
  }

  .hero,
  .page-hero,
  .ceremony-hero {
    padding: 54px 0 48px;
  }

  .hero {
    padding: 62px 0 58px;
  }

  .hero .hero-shell {
    justify-items: center;
  }

  .hero .hero-copy {
    max-width: 21.5rem;
    margin-inline: auto;
    text-align: center;
  }

  .hero .eyebrow {
    max-width: 18rem;
    margin-inline: auto;
    line-height: 1.5;
  }

  .page-hero h1 {
    width: min(100%, 21rem);
    max-width: 21rem;
    margin-inline: auto;
    font-size: clamp(2rem, 9vw, 2.65rem);
    line-height: 1.08;
  }

  .page-hero .lead {
    width: min(100%, 21.5rem);
    max-width: 21.5rem;
    margin-inline: auto;
    font-size: 1rem;
  }

  .credit-hero {
    min-height: 528px;
    padding: 58px 0 52px;
    background:
      radial-gradient(circle at 12% 18%, rgba(185, 130, 124, 0.12), transparent 30%),
      radial-gradient(circle at 92% 78%, rgba(195, 165, 110, 0.14), transparent 34%),
      linear-gradient(rgba(195, 165, 110, 0.038) 1px, transparent 1px),
      linear-gradient(90deg, rgba(195, 165, 110, 0.032) 1px, transparent 1px),
      linear-gradient(145deg, #fffdf9 0%, #f9f0e9 52%, #f3e8df 100%);
    background-size: auto, auto, 30px 30px, 30px 30px, auto;
    border-bottom: 1px solid rgba(195, 165, 110, 0.2);
  }

  .credit-hero::after {
    background:
      radial-gradient(circle at 50% 48%, rgba(255, 253, 249, 0.88), transparent 42%),
      linear-gradient(180deg, rgba(255, 253, 249, 0.18), rgba(248, 243, 238, 0.26));
  }

  .credit-hero .wrap::before {
    content: "";
    position: absolute;
    inset: -24px -12px -26px;
    z-index: -1;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.82), rgba(255, 249, 244, 0.66)),
      radial-gradient(circle at 92% 16%, rgba(195, 165, 110, 0.08), transparent 28%);
    border: 1px solid rgba(195, 165, 110, 0.16);
    border-radius: 18px;
    box-shadow: 0 20px 46px rgba(38, 48, 51, 0.06);
    pointer-events: none;
  }

  .credit-hero .wrap::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: -4px;
    z-index: -1;
    width: 76px;
    height: 76px;
    border: 1px solid rgba(195, 165, 110, 0.18);
    border-radius: 50%;
    opacity: 0.55;
    pointer-events: none;
  }

  .credit-hero .eyebrow {
    width: min(100%, 18rem);
    max-width: 18rem;
    margin-inline: auto;
    font-size: 0.68rem;
    line-height: 1.45;
    letter-spacing: 0.14em;
  }

  .credit-hero h1 {
    width: min(100%, 19.5rem);
    max-width: 19.5rem;
    font-size: clamp(2.1rem, 9.5vw, 2.72rem);
    line-height: 1.03;
    text-wrap: normal;
  }

  .credit-hero .lead {
    width: min(100%, 19rem);
    max-width: 19rem;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.65;
  }

  .credit-hero .button-row {
    width: min(100%, calc(100vw - 56px), 19rem);
    margin: 24px auto 0;
  }

  .credit-hero .button {
    width: 100%;
  }

  .credit-planning-grid {
    width: min(calc(100vw - 40px), 350px);
    max-width: min(calc(100vw - 40px), 350px);
    margin-inline: auto;
    overflow: visible;
    gap: 14px;
    padding-block: 42px;
    grid-template-columns: minmax(0, 1fr);
  }

  .credit-planning-grid::before {
    inset: 14px -8px;
  }

  .credit-planning-grid::after {
    display: none;
  }

  .credit-planning-card,
  .credit-disclosure-card,
  .service-card.static.credit-planning-card:hover {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 19px 20px;
    transform: none;
  }

  .credit-disclosure-card {
    grid-column: auto;
  }

  .credit-planning-card::before {
    left: 20px;
    right: 20px;
    top: 14px;
  }

  .credit-planning-card h2,
  .credit-disclosure-card h2 {
    max-width: 100%;
    font-size: clamp(1.32rem, 6vw, 1.62rem);
    line-height: 1.1;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .credit-planning-card p,
  .credit-disclosure-card p {
    margin-top: 9px;
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.58;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .credit-card-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }

  .credit-planning-card .utility-label {
    margin-bottom: 8px;
  }

  .credit-disclosure-card .script-accent {
    margin-bottom: 6px;
    font-size: 2.1rem;
  }

  .credit-resource-band {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .credit-resource-band .section-heading {
    margin-bottom: 22px;
  }

  .credit-resource-band .section-heading::before {
    margin-bottom: 13px;
  }

  .credit-resource-band .section-heading p:not(.eyebrow) {
    margin-top: 9px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .resource-accordion {
    gap: 9px;
  }

  .resource-accordion-trigger {
    min-height: 64px;
    padding: 14px 16px;
  }

  .resource-accordion-title {
    margin-top: 4px;
    font-size: clamp(1.12rem, 5.4vw, 1.34rem);
  }

  .resource-accordion-icon {
    width: 30px;
    height: 30px;
  }

  .resource-accordion-content {
    margin-inline: 16px;
    padding-bottom: 16px;
  }

  .resource-accordion-content p {
    margin-top: 11px;
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .resource-download {
    margin-top: 7px;
  }

  .resource-note {
    gap: 10px;
    margin-top: 20px;
    padding: 13px 14px;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .credit-closing-cta {
    padding: 58px 20px 66px;
  }

  .credit-closing-cta::before {
    top: 24px;
  }

  .credit-closing-cta .cta-subtext {
    margin-top: 16px;
    line-height: 1.66;
  }

  .closing-annotation {
    margin-top: 13px;
  }

  .credit-closing-cta .cta-panel-actions {
    margin-top: 22px;
  }

  .process-service-hero {
    min-height: 520px;
    align-items: center;
    padding: 62px 0 58px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.97) 0%, rgba(255, 253, 249, 0.92) 54%, rgba(255, 253, 249, 0.72) 100%),
      url("../img/process-service-hero.png") 68% center / cover no-repeat;
  }

  .process-hero-copy {
    width: min(100%, 21.5rem);
    margin-inline: auto;
    text-align: center;
  }

  .process-hero-copy .eyebrow {
    margin-inline: auto;
    line-height: 1.45;
  }

  .process-hero-copy h1 {
    width: min(100%, 21rem);
    max-width: 21rem;
    margin-inline: auto;
    font-size: clamp(2.12rem, 9vw, 2.85rem);
    line-height: 1.06;
  }

  .process-hero-copy .lead {
    width: min(100%, 21.5rem);
    max-width: 21.5rem;
    margin-inline: auto;
  }

  .process-service-hero .button-row {
    width: min(100%, 20rem);
    max-width: 20rem;
    justify-content: center;
    margin-inline: auto;
  }

  .process-service-hero .button {
    width: 100%;
  }

  .mobile-notary-hero {
    padding: 56px 0 54px;
  }

  .mobile-notary-hero-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start;
    gap: 32px;
    overflow: visible;
  }

  .mobile-notary-copy {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
  }

  .mobile-notary-hero h1 {
    width: min(100%, 22rem);
    max-width: 100%;
    margin-inline: 0;
    font-size: clamp(2.15rem, 9.6vw, 2.75rem);
    line-height: 1.08;
  }

  .mobile-notary-copy .lead {
    width: min(100%, 22rem);
    max-width: 100%;
    margin-inline: 0;
  }

  .mobile-notary-copy .button-row {
    width: min(100%, 22rem);
    margin-top: 28px;
  }

  .mobile-notary-visual {
    grid-column: 1;
    justify-self: center;
    width: min(100%, calc(100vw - 42px), 330px);
    max-width: calc(100vw - 42px);
    margin-inline: auto;
  }

  .mobile-notary-visual::before {
    inset: -18px;
    border-radius: 22px;
  }

  .mobile-notary-visual::after {
    left: -12px;
    bottom: 28px;
    width: 44px;
    height: 44px;
  }

  .mobile-notary-visual img {
    border-radius: 12px;
  }

  .notary-info-card {
    width: 100%;
    padding: 24px;
  }

  .notary-info-card h2,
  .notary-info-card p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .notary-info-card h2 {
    font-size: clamp(1.65rem, 8vw, 2.05rem);
    line-height: 1.08;
  }

  .notary-info-card p {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .notary-info-card:first-child::before {
    right: 18px;
    bottom: 14px;
    font-size: 1.45rem;
    opacity: 0.75;
  }

  .notary-need-card,
  .notary-need-card:nth-child(3),
  .notary-need-card:nth-child(4),
  .notary-need-card:hover,
  .notary-need-card:nth-child(3):hover,
  .notary-need-card:nth-child(4):hover {
    transform: none;
  }

  .hero h1 {
    width: min(100%, 21rem);
    max-width: 21rem;
    margin-inline: auto;
    font-size: clamp(2.35rem, 11vw, 3.25rem);
    line-height: 1.05;
  }

  .hero .lead {
    width: min(100%, 21.5rem);
    max-width: 21.5rem;
    margin-inline: auto;
    font-size: 1rem;
  }

  .hero .hero-actions {
    width: min(100%, 20rem);
    justify-content: center;
    gap: 10px;
    margin-inline: auto;
  }

  .hero .hero-actions .button {
    width: 100%;
  }

  .hero .phone-link {
    justify-content: center;
    width: 100%;
  }

  .ceremony-hero {
    padding: 52px 0 44px;
  }

  .ceremony-invitation {
    min-height: auto;
    padding: 58px 0 50px;
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.84) 0%, rgba(255, 250, 245, 0.76) 54%, rgba(255, 250, 245, 0.46) 100%),
      url("../img/ceremonies-hero-background-exact.png") 62% center / auto 100% no-repeat;
  }

  .ceremony-invitation .ceremony-grid,
  .ceremony-invite-section,
  .ceremony-cta {
    width: min(calc(100vw - 32px), 420px);
    max-width: min(calc(100vw - 32px), 420px);
    margin-inline: auto;
  }

  .ceremony-invitation::before {
    inset: 10px;
    border-radius: 14px;
  }

  .ceremony-invitation::after {
    display: none;
  }

  .ceremony-top-flourish {
    right: 18px;
    top: 36px;
    width: 130px;
    height: 70px;
    opacity: 0.36;
  }

  .ceremony-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    width: min(100%, 19rem);
    max-width: 19rem;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .ceremony-hero .lead {
    width: min(100%, 19rem);
    max-width: 19rem;
    font-size: 0.97rem;
    overflow-wrap: anywhere;
  }

  .ceremony-visual {
    justify-self: center;
    width: min(100%, 330px);
    margin-top: 0;
    opacity: 0.76;
  }

  .ceremony-hero .button-row {
    gap: 8px;
    margin-top: 18px;
  }

  .ceremony-hero .large-button {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.92rem;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .ceremony-invite-section {
    display: block;
    padding-top: 56px;
    padding-bottom: 52px;
    overflow: hidden;
  }

  .ceremony-invite-section::before {
    top: 28px;
    width: 150px;
  }

  .ceremony-invite-section::after,
  .ceremony-soft-mark {
    opacity: 0.035;
  }

  .ceremony-invite-copy h2 {
    max-width: 100%;
    font-size: clamp(1.55rem, 6.5vw, 1.98rem);
    overflow-wrap: anywhere;
  }

  .ceremony-invite-copy p:not(.eyebrow) {
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .ceremony-label-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding-top: 24px;
  }

  .ceremony-label-row span {
    justify-content: flex-start;
    width: 100%;
    border-radius: 10px;
  }

  .ceremony-handoff-note {
    display: block;
    margin-top: 30px;
    padding-top: 28px;
  }

  .ceremony-handoff-note h2 {
    max-width: 100%;
    font-size: clamp(1.45rem, 6.2vw, 1.9rem);
    overflow-wrap: anywhere;
  }

  .ceremony-handoff-note .handoff-copy {
    max-width: 100%;
    margin-top: 14px;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .ceremony-handoff-note .ceremony-handoff-button {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
  }

  .ceremony-cta {
    padding: 42px 20px;
    overflow: hidden;
  }

  .ceremony-cta h2 {
    max-width: 100%;
    font-size: clamp(1.48rem, 6.3vw, 1.95rem);
    overflow-wrap: anywhere;
  }

  .ceremony-cta p:not(.eyebrow) {
    max-width: 100%;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .ceremony-cta .large-button {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    gap: 0;
    width: 100%;
    white-space: normal;
  }

  .hero::after {
    width: 100%;
    opacity: 0.16;
    background-position: center top;
  }

  .hero-shell {
    gap: 30px;
  }

  .hero-panel {
    width: 100%;
    max-width: 100%;
  }

  .hero-services {
    flex-wrap: wrap;
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .hero-services a {
    flex: 1 1 100%;
    justify-content: flex-start;
    min-height: 42px;
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .phone-link {
    justify-content: center;
  }

  .paper-card,
  .ceremony-card {
    padding: 22px;
  }

  .section {
    padding: 50px 0;
  }

  .service-grid,
  .content-grid,
  .two-col,
  .resource-grid,
  .review-grid,
  .ceremony-type-grid,
  .why-card-grid {
    grid-template-columns: 1fr;
  }

  .credit-resource-band {
    background-size: 42px 42px, 42px 42px, auto, auto;
  }

  .credit-resource-band::before {
    top: 58px;
    width: calc(100% - 42px);
  }

  .credit-resource-band::after {
    display: none;
  }

  .credit-resource-band .section-heading {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .credit-resource-band .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.78rem, 8vw, 2.35rem);
    overflow-wrap: anywhere;
  }

  .credit-resource-band .resource-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    overflow: visible;
  }

  .credit-resource-band .resource-grid::before {
    left: 8px;
    right: 8px;
    bottom: -14px;
  }

  .resource-file-card,
  .resource-file-card:nth-child(2),
  .resource-file-card:nth-child(4),
  .resource-file-card:nth-child(2):hover,
  .resource-file-card:nth-child(4):hover {
    margin-top: 0;
    transform: none;
  }

  .resource-file-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 22px;
  }

  .resource-file-card h3,
  .resource-file-card p,
  .resource-meta,
  .resource-download {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .resource-note {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .faq-item summary {
    min-height: 58px;
    padding: 16px 50px 16px 18px;
    font-size: 1.04rem;
  }

  .faq-item summary::after {
    right: 16px;
    width: 28px;
    height: 28px;
  }

  .faq-item p {
    padding: 16px 18px 20px;
  }

  .about-copy {
    padding: 22px;
  }

  .ceremony-invitation::before {
    inset: 10px;
    border-radius: 14px;
  }

  .ceremony-feature-card {
    justify-self: stretch;
  }

  .button-row,
  .button-row.center {
    align-items: stretch;
    justify-content: stretch;
  }

  .button {
    width: 100%;
  }

  .site-footer p,
  .site-footer a,
  .site-footer h2 {
    max-width: 20rem;
  }

  .site-footer .copyright {
    max-width: none;
    text-align: left;
  }

  .cta-panel {
    padding: 40px 18px;
  }

  .credit-closing-cta {
    width: min(calc(100vw - 32px), 360px);
    max-width: min(calc(100vw - 32px), 360px);
    margin-inline: auto;
    padding: 58px 20px 64px;
    text-align: left;
  }

  .credit-closing-cta::before {
    left: 20px;
    top: 28px;
    width: 160px;
  }

  .credit-closing-cta::after {
    right: -170px;
    bottom: -150px;
    width: 340px;
    opacity: 0.04;
  }

  .credit-closing-cta .credit-closing-copy,
  .credit-closing-cta .cta-panel-actions {
    margin-left: 0;
  }

  .credit-closing-cta h2 {
    max-width: 100%;
    font-size: clamp(2rem, 10vw, 2.8rem);
    overflow-wrap: anywhere;
  }

  .credit-closing-cta .cta-subtext {
    max-width: 100%;
    font-size: 1rem;
  }

  .credit-closing-cta .button.primary {
    width: 100%;
    min-height: 54px;
    padding-inline: 16px;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
  }

  .timeline > div {
    width: calc(100% - 8px);
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-right: 8px;
    padding: 26px 20px;
    transform: none !important;
  }

  .timeline p,
  .timeline-copy {
    grid-column: auto;
  }

  .timeline h2 {
    width: 100%;
    max-width: 19.5rem;
    font-size: clamp(1.85rem, 8vw, 2.25rem);
  }

  .timeline-copy {
    width: 100%;
    max-width: 19.5rem;
  }

  .timeline-copy p {
    max-width: 19.5rem;
  }
}

@media (min-width: 521px) and (max-width: 640px) {
  .nav-toggle {
    right: 16px;
    left: auto;
  }

  .credit-planning-grid {
    width: min(calc(100vw - 56px), 520px);
    max-width: min(calc(100vw - 56px), 520px);
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  header,
  footer,
  section {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .wrap,
  .narrow {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .hero-panel,
  .service-card,
  .review-card,
  .contact-section,
  .contact-form {
    min-width: 0;
    max-width: 100%;
  }

  .hero-panel p,
  .service-card p,
  .review-card p,
  .review-section h2,
  .contact-intro h2,
  .contact-intro p,
  .contact-form textarea {
    overflow-wrap: break-word;
  }

  .contact-section {
    grid-template-columns: minmax(0, 1fr);
    width: min(calc(100vw - 32px), 420px);
    max-width: min(calc(100vw - 32px), 420px);
    padding: 28px 18px;
  }

  .contact-section::before {
    inset: 10px;
  }

  .contact-intro p:not(.eyebrow) {
    max-width: 100%;
    font-size: 1rem;
  }

  .contact-form {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px;
  }

  .contact-form .button {
    width: 100%;
    justify-self: stretch;
  }

  .about-layout,
  .about-layout > *,
  .about-copy {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .about-hero .narrow,
  .about-pretty .about-layout {
    width: min(calc(100vw - 72px), 318px) !important;
    max-width: min(calc(100vw - 72px), 318px) !important;
    margin-inline: auto;
  }

  .about-pretty .about-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px;
  }

  .about-pretty .section-heading h2 {
    width: 100%;
    font-size: clamp(1.55rem, 6.8vw, 2.05rem);
    line-height: 1.12;
  }

  .about-copy {
    padding: 24px 22px;
  }

  .about-hero .lead,
  .about-pretty .section-heading h2,
  .about-copy p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .about-hero .lead {
    width: min(calc(100vw - 72px), 300px) !important;
    max-width: min(calc(100vw - 72px), 300px) !important;
  }

  .ceremony-invitation .large-button {
    width: 100%;
    max-width: 310px;
    justify-content: center;
    white-space: normal;
  }

  .hero .hero-copy,
  .page-hero .wrap,
  .credit-hero .wrap,
  .process-hero-copy,
  .mobile-notary-copy,
  .ceremony-copy {
    margin-inline: auto;
    text-align: center;
  }

  .hero .eyebrow,
  .page-hero .eyebrow,
  .credit-hero .eyebrow,
  .process-hero-copy .eyebrow,
  .mobile-notary-copy .eyebrow,
  .ceremony-copy .eyebrow,
  .hero h1,
  .page-hero h1,
  .credit-hero h1,
  .process-hero-copy h1,
  .mobile-notary-hero h1,
  .ceremony-hero h1,
  .hero .lead,
  .page-hero .lead,
  .credit-hero .lead,
  .process-hero-copy .lead,
  .mobile-notary-copy .lead,
  .ceremony-hero .lead {
    margin-inline: auto !important;
  }

  .hero .button-row,
  .page-hero .button-row,
  .credit-hero .button-row,
  .process-service-hero .button-row,
  .mobile-notary-copy .button-row,
  .ceremony-hero .button-row {
    justify-content: center;
    margin-inline: auto;
  }

  .hero .phone-link,
  .page-hero .phone-link,
  .mobile-notary-copy .phone-link {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 68px 0 64px;
    background:
      linear-gradient(90deg, rgba(255, 253, 249, 0.9) 0%, rgba(255, 253, 249, 0.78) 50%, rgba(255, 246, 240, 0.48) 100%),
      radial-gradient(circle at 86% 18%, rgba(185, 130, 124, 0.16), transparent 30%),
      url("../img/home-hero-luxury-parchment.png") 72% center / cover no-repeat,
      #f8eee7;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(255, 253, 249, 0.5), transparent 68%),
      radial-gradient(circle at 90% 28%, rgba(255, 253, 249, 0.16), transparent 30%);
    opacity: 0.5;
  }

  .hero .hero-shell {
    justify-items: start;
  }

  .hero .hero-copy {
    max-width: min(calc(100vw - 48px), 21rem);
    margin-left: clamp(8px, 4vw, 18px);
    margin-right: auto;
    text-align: left;
  }

  .hero .hero-copy::before {
    content: "";
    position: absolute;
    inset: -24px -18px -28px -18px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.54), rgba(255, 248, 242, 0.26));
    border: 1px solid rgba(195, 165, 110, 0.1);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(38, 48, 51, 0.045);
    pointer-events: none;
  }

  .hero .hero-copy::after {
    right: -70px;
    bottom: -48px;
    width: 118px;
    height: 118px;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .lead {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left;
  }

  .hero .eyebrow {
    max-width: 16rem;
  }

  .hero h1 {
    width: min(100%, 20.5rem);
    max-width: min(100%, 20.5rem) !important;
    font-size: clamp(2.55rem, 11.8vw, 3.12rem);
    line-height: 1.03;
  }

  .hero .lead {
    width: min(100%, 20rem);
    max-width: min(100%, 20rem);
    margin-top: 20px;
    line-height: 1.62;
  }

  .hero .button-row {
    width: min(100%, 18.6rem);
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .hero .phone-link {
    justify-content: flex-start;
  }

  .hero,
  .mobile-notary-hero,
  .credit-hero,
  .faq-hero {
    isolation: isolate;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
  }

  .hero {
    padding: 64px 0 62px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.76), rgba(255, 247, 241, 0.86)),
      radial-gradient(circle at 88% 22%, rgba(185, 130, 124, 0.16), transparent 30%),
      url("../img/home-hero-luxury-parchment.png") 68% center / cover no-repeat,
      #f8eee7;
  }

  .hero::before {
    opacity: 0.46;
    background:
      radial-gradient(circle at 82% 20%, rgba(255, 253, 249, 0.38), transparent 38%),
      radial-gradient(circle at 16% 72%, rgba(195, 165, 110, 0.1), transparent 30%);
  }

  .hero .hero-copy,
  .credit-hero .wrap,
  .faq-hero .wrap {
    position: relative;
    z-index: 1;
  }

  .hero .hero-copy::after,
  .credit-hero .wrap::after,
  .faq-hero .wrap::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(195, 165, 110, 0.16);
    border-radius: 50%;
    opacity: 0.45;
    pointer-events: none;
  }

  .hero .hero-copy::after {
    right: -42px;
    bottom: -34px;
  }

  .mobile-notary-hero {
    padding: 62px 0 52px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.84), rgba(255, 248, 242, 0.76)),
      radial-gradient(circle at 88% 20%, rgba(185, 130, 124, 0.14), transparent 32%),
      radial-gradient(circle at 12% 76%, rgba(127, 146, 127, 0.09), transparent 34%),
      #f8eee7;
  }

  .mobile-notary-hero::before {
    opacity: 0.5;
    background:
      linear-gradient(rgba(195, 165, 110, 0.034) 1px, transparent 1px),
      linear-gradient(90deg, rgba(195, 165, 110, 0.026) 1px, transparent 1px),
      radial-gradient(circle at 84% 42%, rgba(255, 253, 249, 0.52), transparent 38%);
    background-size: 28px 28px, 28px 28px, auto;
  }

  .mobile-notary-hero-shell {
    justify-items: center;
  }

  .mobile-notary-copy {
    max-width: 21.5rem;
    padding: 22px 18px 20px;
    background: rgba(255, 253, 249, 0.62);
    border: 1px solid rgba(195, 165, 110, 0.13);
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(38, 48, 51, 0.065);
  }

  .mobile-notary-visual {
    width: min(100%, calc(100vw - 54px), 290px);
    margin-top: -4px;
    opacity: 0.96;
  }

  .mobile-notary-visual::before {
    inset: -14px;
    background:
      radial-gradient(circle at 48% 48%, rgba(255, 253, 249, 0.62), transparent 54%),
      linear-gradient(145deg, rgba(255, 253, 249, 0.5), rgba(194, 170, 152, 0.12));
    box-shadow: 0 18px 42px rgba(38, 48, 51, 0.095);
  }

  .credit-hero {
    min-height: 555px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.78), rgba(255, 247, 241, 0.82)),
      radial-gradient(circle at 88% 18%, rgba(195, 165, 110, 0.12), transparent 30%),
      radial-gradient(circle at 12% 78%, rgba(127, 146, 127, 0.08), transparent 32%),
      url("../img/home-hero-luxury-parchment.png") 64% center / cover no-repeat,
      #fff8f0;
  }

  .credit-hero::after {
    background:
      radial-gradient(circle at 15% 24%, rgba(185, 130, 124, 0.1), transparent 26%),
      var(--watermark-seal-1) 104% 94% / 138px auto no-repeat,
      radial-gradient(circle at 82% 84%, rgba(195, 165, 110, 0.11), transparent 32%);
    opacity: 0.72;
  }

  .credit-hero .wrap::before {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.78), rgba(255, 249, 244, 0.58)),
      radial-gradient(circle at 100% 10%, rgba(195, 165, 110, 0.08), transparent 30%);
    backdrop-filter: blur(1px);
  }

  .credit-hero .wrap::after {
    right: -28px;
    bottom: -22px;
  }

  .faq-hero {
    padding: 66px 0 58px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.86), rgba(248, 238, 232, 0.82)),
      radial-gradient(circle at 16% 24%, rgba(185, 130, 124, 0.12), transparent 32%),
      radial-gradient(circle at 92% 72%, rgba(127, 146, 127, 0.1), transparent 34%),
      url("../img/home-hero-luxury-parchment.png") 64% center / cover no-repeat,
      #f8eee7;
  }

  .faq-hero::before {
    content: "";
    position: absolute;
    inset: 12px;
    z-index: 0;
    border: 1px solid rgba(195, 165, 110, 0.12);
    border-radius: 20px;
    background:
      var(--watermark-seal-1) 102% 92% / 140px auto no-repeat,
      linear-gradient(rgba(195, 165, 110, 0.03) 1px, transparent 1px);
    background-size: 140px auto, 100% 32px;
    opacity: 0.56;
    pointer-events: none;
  }

  .faq-hero .wrap::after {
    left: -42px;
    bottom: -32px;
  }

  .hero h1,
  .mobile-notary-hero h1,
  .credit-hero h1,
  .faq-hero h1 {
    max-width: min(100%, calc(100vw - 56px)) !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 {
    width: min(100%, 19.6rem);
    font-size: clamp(2.35rem, 11vw, 2.95rem);
    line-height: 1.06;
  }

  .mobile-notary-hero h1 {
    width: min(100%, 19.6rem);
    font-size: clamp(2.1rem, 9.6vw, 2.58rem);
    line-height: 1.08;
  }

  .credit-hero h1 {
    width: min(100%, 19rem);
    font-size: clamp(2.05rem, 9vw, 2.58rem);
  }

  .faq-hero h1 {
    width: min(100%, 19.2rem);
    font-size: clamp(2.05rem, 9.2vw, 2.54rem);
    line-height: 1.09;
  }

  .hero .lead,
  .mobile-notary-copy .lead,
  .credit-hero .lead,
  .faq-hero .lead {
    width: min(100%, calc(100vw - 64px), 20rem);
    max-width: min(100%, calc(100vw - 64px), 20rem);
  }

  .hero .button-row,
  .mobile-notary-copy .button-row,
  .credit-hero .button-row {
    width: min(100%, calc(100vw - 64px), 18.8rem);
  }

  .hero .button,
  .mobile-notary-copy .button,
  .credit-hero .button {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 66px 0 62px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.72) 0%, rgba(255, 249, 244, 0.76) 52%, rgba(255, 244, 238, 0.62) 100%),
      radial-gradient(circle at 88% 18%, rgba(185, 130, 124, 0.18), transparent 30%),
      url("../img/home-hero-luxury-parchment.png") 62% center / cover no-repeat,
      #f8eee7;
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 36%, rgba(255, 253, 249, 0.74), transparent 46%),
      radial-gradient(circle at 90% 28%, rgba(255, 253, 249, 0.2), transparent 30%);
    opacity: 0.58;
  }

  .hero .hero-shell {
    justify-items: center;
  }

  .hero .hero-copy {
    max-width: min(calc(100vw - 44px), 21.25rem);
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .hero .hero-copy::before {
    content: "";
    position: absolute;
    inset: -26px -16px -30px -16px;
    z-index: -1;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.62), rgba(255, 248, 242, 0.32)),
      radial-gradient(circle at 100% 90%, rgba(185, 130, 124, 0.08), transparent 34%);
    border: 1px solid rgba(195, 165, 110, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(38, 48, 51, 0.05);
    pointer-events: none;
  }

  .hero .hero-copy::after {
    right: -48px;
    bottom: -46px;
    width: 112px;
    height: 112px;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .lead {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

  .hero .eyebrow {
    max-width: 17rem;
  }

  .hero h1 {
    width: min(100%, 20.5rem);
    max-width: min(100%, 20.5rem) !important;
    font-size: clamp(2.55rem, 11.8vw, 3.12rem);
    line-height: 1.03;
  }

  .hero .lead {
    width: min(100%, 20rem);
    max-width: min(100%, 20rem);
    margin-top: 20px;
    line-height: 1.62;
  }

  .hero .button-row {
    width: min(100%, 18.6rem);
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero .phone-link {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 64px 0 66px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.76) 0%, rgba(255, 248, 242, 0.82) 58%, rgba(255, 242, 235, 0.64) 100%),
      radial-gradient(circle at 50% 18%, rgba(255, 253, 249, 0.66), transparent 36%),
      radial-gradient(circle at 88% 30%, rgba(185, 130, 124, 0.15), transparent 32%),
      url("../img/home-hero-luxury-parchment.png") 63% center / cover no-repeat,
      #f8eee7;
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 34%, rgba(255, 253, 249, 0.7), transparent 44%),
      radial-gradient(circle at 18% 78%, rgba(195, 165, 110, 0.08), transparent 30%);
    opacity: 0.6;
  }

  .hero .hero-shell {
    display: grid;
    justify-items: center !important;
  }

  .hero .hero-copy {
    width: min(calc(100vw - 66px), 18.6rem);
    max-width: min(calc(100vw - 66px), 18.6rem);
    margin-inline: auto !important;
    padding: 8px 6px 12px;
    text-align: center !important;
  }

  .hero .hero-copy::before {
    inset: -26px -14px -30px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.68), rgba(255, 247, 241, 0.36)),
      radial-gradient(circle at 50% 100%, rgba(185, 130, 124, 0.08), transparent 38%);
    border-color: rgba(195, 165, 110, 0.13);
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(38, 48, 51, 0.055);
  }

  .hero .hero-copy::after {
    right: -34px;
    bottom: -38px;
    width: 104px;
    height: 104px;
    opacity: 0.38;
  }

  .hero .eyebrow,
  .hero h1,
  .hero .lead {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hero .eyebrow {
    width: min(100%, 17rem);
    letter-spacing: 0.18em;
  }

  .hero h1 {
    width: min(100%, 17.25rem);
    max-width: min(100%, 17.25rem) !important;
    font-size: clamp(2.05rem, 9.4vw, 2.56rem);
    line-height: 1.04;
  }

  .hero .lead {
    width: min(100%, 17.6rem);
    max-width: min(100%, 17.6rem);
    margin-top: 20px;
    line-height: 1.6;
  }

  .hero .button-row {
    width: min(100%, 16.4rem);
    margin: 30px auto 0 !important;
    justify-content: center !important;
  }

  .hero .phone-link {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .process-hero-copy,
  .credit-hero .wrap,
  .faq-hero .wrap,
  .ceremony-copy {
    width: min(calc(100vw - 48px), 20rem) !important;
    max-width: min(calc(100vw - 48px), 20rem) !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .process-hero-copy h1,
  .credit-hero h1,
  .faq-hero h1,
  .ceremony-hero h1 {
    width: min(100%, 17.85rem) !important;
    max-width: min(100%, 17.85rem) !important;
    margin-inline: auto !important;
    text-align: center !important;
    overflow-wrap: normal;
  }

  .process-hero-copy h1 {
    font-size: clamp(2.05rem, 9vw, 2.45rem);
    line-height: 1.08;
  }

  .credit-hero h1,
  .faq-hero h1 {
    font-size: clamp(2rem, 8.7vw, 2.42rem);
    line-height: 1.09;
  }

  .ceremony-hero h1 {
    font-size: clamp(2rem, 8.8vw, 2.48rem);
    line-height: 1.09;
  }

  .process-hero-copy .lead,
  .credit-hero .lead,
  .faq-hero .lead,
  .ceremony-hero .lead {
    width: min(100%, 17.75rem) !important;
    max-width: min(100%, 17.75rem) !important;
    margin-inline: auto !important;
    text-align: center !important;
  }

  .process-service-hero .button-row,
  .credit-hero .button-row,
  .ceremony-hero .button-row {
    width: min(100%, 16.8rem) !important;
    max-width: min(100%, 16.8rem) !important;
    margin-inline: auto !important;
  }

  .process-service-hero .button,
  .credit-hero .button,
  .ceremony-hero .button {
    width: 100%;
  }

  .section-heading h2,
  .faq-section .section-heading h2,
  #ceremony-services .ceremony-service-intro h2,
  #ceremony-services .ceremony-invite-copy h2,
  .contact-intro h2 {
    max-width: min(100%, calc(100vw - 40px));
    overflow-wrap: break-word;
  }

  .faq-section .section-heading,
  #ceremony-services .ceremony-service-intro,
  #ceremony-services .ceremony-invite-copy,
  .contact-intro {
    max-width: min(100%, calc(100vw - 40px));
  }

  #ceremony-services .ceremony-invite-copy {
    width: min(100%, 18rem);
  }

  #ceremony-services .ceremony-invite-copy h2,
  #ceremony-services .ceremony-invite-copy p:not(.eyebrow) {
    width: min(100%, 18rem);
    max-width: min(100%, 18rem);
  }

  .faq-section .section-heading {
    width: min(100%, 18rem);
  }

  .faq-section .section-heading h2,
  .faq-section .section-heading p:not(.eyebrow) {
    width: min(100%, 18rem);
    max-width: min(100%, 18rem);
  }
}

/* Final mobile homepage hero polish: keep the desktop stationery artwork visible on phones. */
@media (max-width: 640px) {
  .hero {
    padding: 0 0 14px;
    background: #fbf2ed;
    border-radius: 0 0 22px 22px;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.18), rgba(246, 226, 218, 0.34)),
      radial-gradient(circle at 12% 18%, rgba(185, 130, 124, 0.14), transparent 32%);
    opacity: 1;
  }

  .hero .hero-shell {
    position: relative;
    width: min(calc(100vw - 18px), 24rem);
    min-height: 690px;
    margin-inline: auto;
    padding: 40px 20px 220px;
    overflow: hidden;
    border: 1px solid rgba(195, 165, 110, 0.2);
    border-radius: 0 0 26px 26px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.34) 0%, rgba(255, 248, 242, 0.24) 42%, rgba(246, 224, 215, 0.15) 100%),
      url("../img/home-hero-luxury-parchment.png") right top / auto 100% no-repeat,
      #fbf2ed;
    box-shadow: 0 26px 58px rgba(38, 48, 51, 0.08);
  }

  .hero .hero-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.6) 0%, rgba(255, 253, 249, 0.38) 36%, rgba(255, 246, 240, 0.02) 100%),
      radial-gradient(circle at 50% 26%, rgba(255, 253, 249, 0.78), transparent 37%);
    pointer-events: none;
  }

  .hero .hero-shell::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -4px;
    z-index: 0;
    width: 136%;
    height: 74%;
    background: url("../img/home-hero-luxury-parchment.png") right bottom / auto 100% no-repeat;
    opacity: 1;
    filter: saturate(1.32) contrast(1.12);
    mix-blend-mode: multiply;
    pointer-events: none;
  }

  .hero .hero-copy {
    position: relative;
    z-index: 1;
    width: min(100%, 18.9rem);
    max-width: min(100%, 18.9rem);
    padding: 0 4px;
  }

  .hero .hero-copy::before {
    inset: -16px -14px -24px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.66), rgba(255, 250, 246, 0.4)),
      radial-gradient(circle at 50% 100%, rgba(185, 130, 124, 0.08), transparent 40%);
    border-color: rgba(195, 165, 110, 0.14);
    backdrop-filter: blur(1px);
  }

  .hero h1 {
    width: min(100%, 18rem);
    max-width: min(100%, 18rem) !important;
  }

  .hero .lead {
    width: min(100%, 18.2rem);
    max-width: min(100%, 18.2rem);
  }
}

/* Mobile homepage hero: keep the artwork full and soften the top panel. */
@media (max-width: 640px) {
  .site-header .nav {
    min-height: 72px;
    padding-block: 4px;
  }

  .brand-logo-image {
    width: min(218px, 58vw);
    max-height: 58px;
  }

  .nav-toggle {
    top: 16px;
    right: 14px;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
  }

  .hero {
    padding: 0 0 10px !important;
    margin-top: 0;
  }

  .hero .hero-shell {
    width: min(calc(100vw - 18px), 23.8rem);
    min-height: 690px;
    padding: 24px 18px 210px !important;
    border-radius: 0 0 24px 24px;
  }

  .hero .hero-shell::before {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.16) 0%, rgba(255, 248, 242, 0.08) 34%, rgba(255, 246, 240, 0.02) 100%),
      radial-gradient(circle at 50% 23%, rgba(255, 253, 249, 0.2), transparent 34%);
  }

  .hero .hero-shell::after {
    right: -52px;
    bottom: 0;
    width: 128%;
    height: 68%;
  }

  .hero .hero-copy {
    width: min(calc(100vw - 62px), 18rem);
    max-width: min(calc(100vw - 62px), 18rem);
    padding: 2px 2px 6px;
  }

  .hero .hero-copy::before {
    inset: -8px -8px -12px !important;
    border-radius: 18px;
    background:
      radial-gradient(circle at 50% 30%, rgba(255, 253, 249, 0.22), transparent 54%),
      linear-gradient(180deg, rgba(255, 253, 249, 0.08), rgba(255, 250, 246, 0.03));
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero .eyebrow {
    width: min(100%, 16.4rem);
    margin-bottom: 10px;
    font-size: 0.74rem;
    line-height: 1.45;
    letter-spacing: 0.16em;
  }

  .hero h1 {
    width: min(100%, 17rem);
    max-width: min(100%, 17rem) !important;
    font-size: clamp(2rem, 8.8vw, 2.45rem);
    line-height: 1.02;
  }

  .hero .lead {
    width: min(100%, 17.2rem);
    max-width: min(100%, 17.2rem);
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero .button-row {
    width: min(100%, 16.2rem);
    margin: 18px auto 0 !important;
    gap: 11px;
  }

  .hero .button {
    min-height: 50px;
    padding: 13px 14px;
  }

  .hero .phone-link {
    margin-top: 4px;
  }
}

/* Clean mobile homepage hero reset: one continuous artwork panel, no white text card. */
@media (max-width: 640px) {
  .hero {
    padding: 0 0 30px !important;
    background: linear-gradient(180deg, #f6eee9 0%, #fffdf9 100%) !important;
    border-radius: 0 0 22px 22px;
  }

  .hero::before,
  .hero .hero-shell::before,
  .hero .hero-shell::after,
  .hero .hero-copy::before,
  .hero .hero-copy::after {
    content: none !important;
    display: none !important;
  }

  .hero .hero-shell {
    width: min(calc(100vw - 22px), 24rem);
    min-height: 0;
    margin-inline: auto;
    padding: 24px 22px 118px !important;
    overflow: hidden;
    border: 1px solid rgba(195, 165, 110, 0.16);
    border-radius: 0 0 28px 28px;
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.86) 0%, rgba(255, 251, 247, 0.66) 30%, rgba(255, 248, 244, 0.26) 54%, rgba(255, 246, 241, 0.08) 100%),
      url("../img/home-hero-luxury-parchment.png") right 58% / cover no-repeat,
      #fbf2ed !important;
    box-shadow: 0 22px 50px rgba(38, 48, 51, 0.08);
  }

  .hero .hero-copy {
    width: min(100%, 18.4rem);
    max-width: min(100%, 18.4rem);
    margin-inline: auto !important;
    padding: 0;
    text-align: center !important;
  }

  .hero .eyebrow {
    width: min(100%, 17rem);
    margin: 0 auto 10px !important;
    font-size: 0.72rem;
    line-height: 1.45;
    letter-spacing: 0.16em;
    text-align: center !important;
  }

  .hero h1 {
    width: min(100%, 17rem);
    max-width: min(100%, 17rem) !important;
    margin-inline: auto !important;
    font-size: clamp(2rem, 8.7vw, 2.42rem);
    line-height: 1.02;
    text-align: center !important;
  }

  .hero .lead {
    width: min(100%, 17.25rem);
    max-width: min(100%, 17.25rem);
    margin: 14px auto 0 !important;
    color: rgba(53, 64, 67, 0.92);
    font-size: 0.94rem;
    line-height: 1.48;
    text-align: center !important;
  }

  .hero .button-row {
    width: min(100%, 16.4rem);
    margin: 18px auto 0 !important;
    gap: 10px;
    justify-content: center !important;
  }

  .hero .button {
    min-height: 48px;
    padding: 12px 16px;
  }
}
