:root {
  --bg: #FBF6F2;
  --bg-2: #F3E7DE;
  --surface: #FFFDFB;
  --surface-2: #FFF7F0;
  --surface-3: #F8EEE7;
  --text: #241714;
  --text-muted: #6A5550;
  --line: #E7D6CA;
  --line-strong: #D9BEAC;
  --accent: #9B624F;
  --accent-deep: #7C4537;
  --accent-soft: #D8B49A;
  --gold: #C79A69;
  --green: #35574A;
  --shadow: 0 20px 60px rgba(36, 23, 20, 0.08);
  --shadow-lg: 0 28px 90px rgba(36, 23, 20, 0.13);
  --radius-xs: 12px;
  --radius-sm: 18px;
  --radius: 24px;
  --radius-lg: 34px;
  --max: 1200px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(216, 180, 154, 0.22), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(199, 154, 105, 0.10), transparent 22%),
    linear-gradient(180deg, #fffaf6 0%, var(--bg) 18%, #f7eee7 100%);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  color: var(--text);
  padding: 0.95rem 1rem;
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(155, 98, 79, 0.12);
}
textarea { min-height: 130px; resize: vertical; }
::selection { background: rgba(155, 98, 79, 0.18); }

.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5.5rem 0; position: relative; }
.section.compact { padding: 4rem 0; }
.section-head { display: grid; gap: 0.8rem; margin-bottom: 2.2rem; max-width: 760px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-deep);
  font-weight: 800;
}
.eyebrow::before { content: ""; width: 40px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); }
.kicker { color: var(--accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; line-height: 0.97; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4rem); }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.3rem); }
h4 { font-size: clamp(1.2rem, 2vw, 1.7rem); }
p { margin: 0; color: var(--text-muted); }
p.lead { font-size: 1.08rem; max-width: 65ch; }
strong { color: var(--text); }
ul.clean { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.8rem; }
ul.clean li { position: relative; padding-left: 1.5rem; color: var(--text-muted); }
ul.clean li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--accent));
}

.topline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 0.78rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  color: var(--accent-deep);
  background: linear-gradient(90deg, rgba(216, 180, 154, 0.3), rgba(255,255,255,0.7), rgba(216, 180, 154, 0.3));
  border-bottom: 1px solid rgba(155, 98, 79, 0.12);
}
.topline span { opacity: 0.92; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(251, 246, 242, 0.86);
  border-bottom: 1px solid rgba(231, 214, 202, 0.75);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
body.is-scrolled .site-header { box-shadow: 0 16px 40px rgba(36, 23, 20, 0.06); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 82px;
}
.brand { display: inline-flex; align-items: center; gap: 0.95rem; min-width: 0; }
.brand-mark { width: 44px; height: 44px; flex: 0 0 44px; }
.brand-copy { display: grid; gap: 0.12rem; min-width: 0; }
.brand-title { font-family: var(--font-display); font-size: 1.6rem; line-height: 1; color: var(--text); }
.brand-tag { font-size: 0.82rem; color: var(--text-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-nav { display: flex; align-items: center; gap: 1.1rem; }
.site-nav a {
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.55rem 0.2rem;
  position: relative;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0.18rem;
  right: 0.18rem;
  bottom: 0.1rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--gold));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--text); }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.7);
  width: 48px;
  height: 48px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 0.23rem;
  flex-direction: column;
  box-shadow: var(--shadow);
}
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--text); border-radius: 999px; }
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(36, 23, 20, 0.44);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.mobile-menu[aria-hidden="false"] { opacity: 1; pointer-events: auto; }
.mobile-panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(390px, 100%);
  background: linear-gradient(180deg, #fffaf6, #f7ece4);
  padding: 1.2rem;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.25rem;
}
.mobile-menu[aria-hidden="false"] .mobile-panel { transform: translateX(0); }
.mobile-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.mobile-links { display: grid; gap: 0.35rem; align-content: start; }
.mobile-links a {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-weight: 800;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(231, 214, 202, 0.8);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: none; box-shadow: 0 0 0 4px rgba(155, 98, 79, 0.18); }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  box-shadow: 0 14px 34px rgba(124, 69, 55, 0.22);
}
.btn-primary:hover { box-shadow: 0 18px 40px rgba(124, 69, 55, 0.28); }
.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.76);
  border-color: var(--line);
  box-shadow: var(--shadow);
}
.btn-ghost {
  color: var(--accent-deep);
  background: rgba(216, 180, 154, 0.18);
  border-color: rgba(155, 98, 79, 0.18);
}
.btn-header { white-space: nowrap; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.hero { position: relative; padding: 4.5rem 0 5rem; overflow: clip; }
.hero::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -6%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(216, 180, 154, 0.20), transparent 68%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 3rem; align-items: center; }
.hero-copy { display: grid; gap: 1.35rem; position: relative; z-index: 1; }
.hero-copy .lead { max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 0.2rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.15rem; }
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(231, 214, 202, 0.95);
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 12px 24px rgba(36, 23, 20, 0.04);
}
.trust-chip::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--accent));
}
.hero-visual { position: relative; }
.hero-visual > img {
  width: 100%;
  border-radius: 36px;
  border: 1px solid rgba(231, 214, 202, 0.9);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.85), rgba(248, 238, 231, 0.85));
}
.floating-card {
  position: absolute;
  right: -12px;
  bottom: 24px;
  width: min(320px, 82%);
  padding: 1.25rem;
  border-radius: 26px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(231,214,202,0.95);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}
.floating-card h3 { font-size: 1.55rem; margin-bottom: 0.55rem; }
.floating-card p { font-size: 0.95rem; margin-bottom: 0.75rem; }
.floating-card .mini-list { display: grid; gap: 0.55rem; }
.mini-list span { display: inline-flex; gap: 0.65rem; align-items: center; color: var(--text); font-weight: 700; font-size: 0.92rem; }
.mini-list span::before { content: ""; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--accent)); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.3rem; }
.panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,250,246,0.88));
  border: 1px solid rgba(231,214,202,0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.panel.soft { background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(248,238,231,0.78)); }
.card-pad { padding: 1.55rem; }
.card-pad-lg { padding: 1.95rem; }

.value-card, .process-card, .reassure-card, .faq-item, .collection-card, .contact-card, .metric-card, .timeline-card, .package-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,248,243,0.9));
  border: 1px solid rgba(231,214,202,0.96);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.value-card, .process-card, .reassure-card, .metric-card, .timeline-card { padding: 1.5rem; }
.value-card h3, .process-card h3, .reassure-card h3, .metric-card h3 { margin-bottom: 0.6rem; }
.icon-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  background: linear-gradient(145deg, rgba(216,180,154,0.33), rgba(255,255,255,0.95));
  border: 1px solid rgba(216,180,154,0.4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}
.story-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; gap: 1.6rem; align-items: stretch; }
.story-grid .panel { height: 100%; }
.quote-panel {
  padding: 1.8rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(124,69,55,0.95), rgba(155,98,79,0.95));
  color: white;
  box-shadow: var(--shadow-lg);
}
.quote-panel p { color: rgba(255,255,255,0.84); }
.quote-panel h3 { margin-bottom: 0.75rem; color: white; }
.quote-panel blockquote {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
}
.quote-panel .signature { font-weight: 800; font-size: 0.95rem; letter-spacing: 0.03em; }

.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; }
.collection-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.collection-media {
  aspect-ratio: 1.02 / 1;
  background: linear-gradient(180deg, rgba(255,255,255,0.4), rgba(248,238,231,0.8));
  border-bottom: 1px solid rgba(231,214,202,0.95);
}
.collection-media img { width: 100%; height: 100%; object-fit: cover; }
.collection-body { display: grid; gap: 0.9rem; padding: 1.45rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(216, 180, 154, 0.18);
  color: var(--accent-deep);
  border: 1px solid rgba(155, 98, 79, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
}
.collection-specs { display: grid; gap: 0.65rem; font-size: 0.93rem; }
.collection-specs strong { display: inline-block; min-width: 92px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.8rem; }
.filter-button {
  border: 1px solid rgba(231,214,202,0.95);
  background: rgba(255,255,255,0.8);
  color: var(--text-muted);
  border-radius: 999px;
  padding: 0.78rem 1rem;
  font-weight: 800;
  transition: all 0.18s ease;
  box-shadow: 0 10px 24px rgba(36, 23, 20, 0.05);
}
.filter-button.is-active, .filter-button:hover { background: linear-gradient(135deg, rgba(124,69,55,0.96), rgba(155,98,79,0.96)); color: white; border-color: transparent; }
.collection-card.is-hidden { display: none; }

.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.step-number {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(155,98,79,0.18), rgba(255,255,255,0.9));
  color: var(--accent-deep);
  font-weight: 900;
  font-size: 1rem;
  border: 1px solid rgba(155,98,79,0.18);
}
.comparison-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 720px; }
.comparison-table th,
.comparison-table td { padding: 1rem 1.1rem; text-align: left; border-bottom: 1px solid rgba(231,214,202,0.9); }
.comparison-table th { font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-deep); background: rgba(255, 247, 240, 0.8); position: sticky; top: 0; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table .highlight { color: var(--text); font-weight: 800; }
.table-shell { padding: 0; overflow: hidden; }

.timeline { display: grid; gap: 1rem; position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  bottom: 0.4rem;
  left: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-soft), rgba(216,180,154,0.12));
}
.timeline-card { position: relative; padding-left: 4rem; }
.timeline-card::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 1.65rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--accent));
  box-shadow: 0 0 0 7px rgba(216, 180, 154, 0.22);
}
.metric-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.metric-card strong { display: block; margin-bottom: 0.5rem; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent-deep); }
.metric-card p { font-size: 1rem; color: var(--text); font-weight: 700; }

.faq-list { display: grid; gap: 0.9rem; }
.faq-item { overflow: hidden; }
.faq-toggle {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.35rem;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--text);
  font-weight: 800;
}
.faq-toggle span:last-child {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(216, 180, 154, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(155,98,79,0.15);
  color: var(--accent-deep);
  font-weight: 900;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-answer-inner { padding: 0 1.35rem 1.35rem; }
.faq-item.is-open .faq-answer { max-height: 420px; }
.faq-item.is-open .faq-toggle span:last-child { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: white; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.95rem; }
.form-grid .span-2 { grid-column: 1 / -1; }
.form-note { font-size: 0.86rem; color: var(--text-muted); }
.form-panel { padding: 1.5rem; display: grid; gap: 1rem; }
.form-panel h3 { margin-bottom: 0.3rem; }
.form-panel .btn { width: 100%; }
.label { font-weight: 800; font-size: 0.92rem; color: var(--text); display: block; margin-bottom: 0.5rem; }

.contact-layout { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 1.5rem; align-items: start; }
.contact-stack { display: grid; gap: 1rem; }
.contact-card { padding: 1.35rem; }
.contact-card h3 { margin-bottom: 0.45rem; }
.info-list { display: grid; gap: 0.75rem; }
.info-item { display: flex; gap: 0.8rem; align-items: flex-start; }
.info-dot { width: 1rem; height: 1rem; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--accent)); margin-top: 0.45rem; flex: 0 0 auto; }
.checklist { display: grid; gap: 0.8rem; }
.checklist .item { display: flex; gap: 0.7rem; }
.checklist .item::before { content: "✓"; font-weight: 900; color: var(--green); }

.cta-band {
  padding: 2rem;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(120deg, rgba(124,69,55,0.96), rgba(155,98,79,0.9), rgba(199,154,105,0.78));
  color: white;
  box-shadow: var(--shadow-lg);
}
.cta-band p { color: rgba(255,255,255,0.86); }
.cta-band .button-row { justify-content: flex-end; }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; }
.visual-shell {
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(248,238,231,0.88));
  border: 1px solid rgba(231,214,202,0.96);
  box-shadow: var(--shadow-lg);
}
.visual-shell img { border-radius: 28px; }
.package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.package-card { padding: 1.5rem; display: grid; gap: 1rem; }
.package-card.featured { background: linear-gradient(180deg, rgba(124,69,55,0.95), rgba(155,98,79,0.95)); color: white; border: 1px solid rgba(124,69,55,0.3); }
.package-card.featured p, .package-card.featured li { color: rgba(255,255,255,0.84); }
.package-card .pill { width: fit-content; }
.package-card .button-row { margin-top: 0.2rem; }

.thankyou-shell {
  min-height: calc(100vh - 260px);
  display: grid;
  place-items: center;
  padding: 3rem 0 5rem;
}
.thankyou-card { max-width: 780px; padding: 2.2rem; }
.thankyou-card h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); margin-bottom: 0.8rem; }
.thankyou-card .button-row { margin-top: 1.5rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-footer { padding: 4rem 0 1.5rem; border-top: 1px solid rgba(231,214,202,0.9); background: rgba(255, 250, 246, 0.7); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 0.9fr; gap: 1.5rem; }
.footer-grid h3 { margin-bottom: 0.7rem; font-size: 1.55rem; }
.footer-grid h4 { margin-bottom: 0.75rem; font-size: 1.15rem; font-family: var(--font-body); font-weight: 800; }
.footer-links { display: grid; gap: 0.6rem; }
.footer-links a { color: var(--text-muted); font-weight: 700; }
.footer-links a:hover { color: var(--text); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.4rem;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(231,214,202,0.9);
  color: var(--text-muted);
  font-size: 0.9rem;
}
.footer-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.footer-badges span {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(231,214,202,0.95);
  font-weight: 700;
}

.floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 35;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.92rem 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(124,69,55,0.28);
}
.consult-modal {
  position: fixed;
  inset: auto 1rem 1rem auto;
  z-index: 55;
  width: min(420px, calc(100% - 2rem));
  padding: 1.3rem;
  border-radius: 26px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(231,214,202,0.95);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.consult-modal.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.consult-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.92);
}
.consult-modal h3 { margin-bottom: 0.55rem; }
.consult-modal p { margin-bottom: 1rem; font-size: 0.94rem; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 100;
  background: white;
  color: var(--text);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  box-shadow: var(--shadow);
}
.skip-link:focus { left: 1rem; }

.page-hero-strip { padding-top: 3.6rem; }
.page-hero-strip .hero-grid { align-items: start; }
.badge-line { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.2rem; }
.badge-line .pill { background: rgba(255,255,255,0.84); }
.centered { text-align: center; margin-inline: auto; }
.centered .eyebrow, .centered .pill-row { margin-inline: auto; justify-content: center; }

@media (max-width: 1120px) {
  .site-nav { gap: 0.85rem; }
  .hero-grid, .story-grid, .split-feature, .contact-layout, .cta-band, .footer-grid { grid-template-columns: 1fr; }
  .cta-band .button-row { justify-content: flex-start; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .package-grid { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
  .site-nav, .btn-header { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { padding-top: 3.3rem; }
  .hero-grid, .process-grid, .metric-strip, .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .collection-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .span-2 { grid-column: auto; }
  .floating-card { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 1rem; }
  .timeline-card { padding-left: 3.4rem; }
  .cta-band { padding: 1.6rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .floating-cta { display: inline-flex; }
}

@media (max-width: 640px) {
  .container { width: min(var(--max), calc(100% - 1.2rem)); }
  .section { padding: 4.25rem 0; }
  .hero { padding: 2.9rem 0 4rem; }
  .topline { font-size: 0.8rem; padding-inline: 0.8rem; }
  .brand-tag { display: none; }
  .panel, .value-card, .process-card, .reassure-card, .contact-card, .faq-item, .metric-card, .timeline-card, .package-card { border-radius: 20px; }
  .quote-panel, .visual-shell, .cta-band { border-radius: 26px; }
  .grid-4 { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .button-row { width: 100%; }
  .trust-row { gap: 0.6rem; }
}
