:root {
  --ivory: #F5EFDF;
  --navy: #0B355F;
  --steel: #416887;
  --mist: #C6D8DF;
  --gold: #C6A65E;
  --charcoal: #202521;
  --muted: #4B5F6A;
  --base: #FBFAF7;
  --paper: #F5EFDF;
  --metal: linear-gradient(115deg, #8D7035 0%, #C6A65E 38%, #E2CC94 68%, #A88743 100%);
  --line: linear-gradient(90deg, #A88743, #D8C18B 45%, #A88743);
  --signature: linear-gradient(130deg, oklch(0.958 0.024 88) 0%, oklch(0.985 0.006 220) 44%, oklch(0.943 0.020 235) 100%);
  --soft: linear-gradient(130deg, oklch(0.985 0.004 91.4) 0%, oklch(0.954 0.016 232) 100%);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --section-space: clamp(48px, 6vw, 80px);
  --container: 1184px;
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  overflow-x: clip;
  background: var(--base);
}
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--base);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body, input, select, textarea, button { font-family: var(--sans); }
button, input, select, textarea { font-size: 1rem; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .65; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
p { margin: 0 0 1.05rem; max-width: 62ch; text-wrap: pretty; }
h1, h2, h3, p, figure, blockquote { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; font-weight: 500; text-wrap: balance; }
h1, h2 { font-family: var(--serif); letter-spacing: -.025em; line-height: 1.02; color: var(--navy); }
h1 { font-size: clamp(2.55rem, 4.7vw, 4.75rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.3rem, 4.5vw, 4.25rem); margin-bottom: 22px; }
h3 { font-family: var(--serif); color: var(--navy); font-size: 1.65rem; line-height: 1.16; margin-bottom: 12px; }
h1 em, h2 em { font-weight: 500; color: var(--steel); }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; flex-shrink: 0; vertical-align: middle; }
figure, blockquote { margin: 0; }
address { font-style: normal; }
ul, ol { padding-left: 1.3rem; }
:focus-visible { outline: 3px solid #98732E; outline-offset: 5px; }
.dark :focus-visible, .site-footer :focus-visible { outline-color: #E2CC94; }
::selection { background: var(--navy); color: var(--ivory); }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: var(--section-space);
  isolation: isolate;
}
.base { background: var(--base); }
.soft { background: #EEF3F3; background: var(--soft); }
.signature { background: #F5F1E7; background: var(--signature); }
.dark { background: var(--navy); color: var(--ivory); }
.dark h2, .dark h3 { color: var(--ivory); }
.dark h2 em {
  color: #E2CC94;
  background: var(--metal);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.signature::before, .soft::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.76' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23416887' filter='url(%23n)' opacity='.6' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 20px;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--line); flex: 0 0 34px; }
.section-number { font-variant-numeric: tabular-nums; }
.dark .eyebrow { color: #D3E1E7; }
.section-heading { max-width: 880px; margin-bottom: 32px; }
.section-heading > p:last-child { margin-bottom: 0; }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.6; color: var(--navy); }
.microcopy, .section-note, .pending, .status-line { font-size: .875rem; line-height: 1.6; }
.microcopy { color: var(--muted); }
.section-note { margin: 24px 0 0; max-width: 90ch; color: var(--muted); }
.pending { display: inline; color: #72532A; overflow-wrap: anywhere; }
.dark .pending, .site-footer .pending { color: #E2CC94; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link { position: absolute; top: 8px; left: 12px; transform: translateY(-150%); z-index: 100; background: var(--navy); color: var(--ivory); padding: 12px 20px; }
.skip-link:focus { transform: translateY(0); }
.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: var(--ivory);
  background: var(--navy);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: background .25s, box-shadow .3s, transform .3s var(--ease);
}
.button::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 250%;
  left: -65%;
  top: -60%;
  background: linear-gradient(90deg, transparent, #F5EFDF24, transparent);
  transform: rotate(22deg);
  transition: left .8s var(--ease);
  pointer-events: none;
}
.button:hover { background: #174B76; box-shadow: 0 8px 22px #0B355F14; }
.button:hover::after { left: 140%; }
.text-link, .text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  padding-block: 8px;
  color: var(--navy);
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #A88743;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
.text-link:hover, .text-button:hover { color: var(--steel); }
.text-button { padding-inline: 0; border: 0; background: transparent; }
.dark .text-link { color: var(--ivory); }
.icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #A8874380;
  background: transparent;
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 1.6rem;
  line-height: 1;
  color: inherit;
}
.icon-button:hover { background: #C6A65E18; }

.site-header {
  position: relative;
  height: 76px;
  padding-block: 0;
  z-index: 5;
  background: var(--ivory);
  border-bottom: 1px solid #C6A65E45;
}
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; min-width: 0; }
.brand-mark { width: 44px; height: 44px; }
.brand-type { display: flex; flex-direction: column; }
.brand-type strong { color: var(--navy); font-family: var(--serif); font-size: 1.45rem; line-height: 1.08; font-weight: 600; white-space: nowrap; }
.brand-type small { margin-top: 5px; font-size: .6875rem; line-height: 1.2; color: var(--muted); white-space: nowrap; }
.desktop-nav { display: none; align-items: center; gap: 18px; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; font-size: .8125rem; text-decoration: none; color: var(--navy); }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 0; bottom: 6px; background: var(--line); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="location"]::after { transform: scaleX(1); }
.header-cta { display: none; flex-shrink: 0; white-space: nowrap; min-height: 46px; padding: 12px 17px; font-size: .8125rem; }
.menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; width: 44px; height: 44px; border: 1px solid #A8874380; background: transparent; color: var(--navy); flex-shrink: 0; }
.menu-toggle span { width: 21px; height: 1px; background: currentColor; }
.mobile-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 28px max(24px, env(safe-area-inset-left));
  background: var(--ivory);
  border: 0;
  color: var(--navy);
  overflow-y: auto;
}
.mobile-menu::backdrop { background: #0B355F80; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 28px; }
.mobile-menu-top .eyebrow { margin: 0; }
.mobile-menu nav { display: flex; flex-direction: column; margin-bottom: 28px; }
.mobile-menu nav a { min-height: 48px; padding: 5px 0; font-family: var(--serif); font-size: clamp(1.75rem, 6vw, 2.5rem); line-height: 1.2; text-decoration: none; }
.mobile-menu[open] nav a { animation: menu-enter .45s var(--ease) both; }
.mobile-menu[open] nav a:nth-child(2) { animation-delay: .035s; }
.mobile-menu[open] nav a:nth-child(3) { animation-delay: .07s; }
.mobile-menu[open] nav a:nth-child(4) { animation-delay: .105s; }
.mobile-menu[open] nav a:nth-child(5) { animation-delay: .14s; }
.mobile-menu[open] nav a:nth-child(6) { animation-delay: .175s; }
.mobile-menu[open] nav a:nth-child(7) { animation-delay: .21s; }
.mobile-menu[open] nav a:nth-child(8) { animation-delay: .245s; }
@keyframes menu-enter { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: none; } }

.hero { padding-bottom: 76px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 5vw, 80px); align-items: center; }
.hero-copy { min-width: 0; }
.hero .eyebrow { margin-bottom: 12px; }
.location-line { color: var(--steel); font-size: .875rem; margin-bottom: 18px; }
.direct-answer { font-size: 1rem; color: var(--muted); max-width: 56ch; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; }
.rating-line { display: flex; align-items: center; flex-wrap: wrap; column-gap: 12px; row-gap: 3px; width: fit-content; min-height: 44px; margin-top: 20px; font-size: .875rem; text-decoration: none; }
.rating-line strong { font-variant-numeric: tabular-nums; }
.stars { color: #8D7035; letter-spacing: .06em; }
.dark .stars { color: #E2CC94; }
.portrait-object { width: 320px; max-width: 100%; justify-self: end; text-align: center; }
.portrait-frame { padding: 9px; border: 1px solid #A8874390; border-radius: 150px 150px 4px 4px; background: #F5EFDF60; box-shadow: 20px 24px 50px #0B355F10; }
.portrait-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 142px 142px 2px 2px; filter: saturate(.95) contrast(1.015); }
.portrait-object figcaption { margin-top: 20px; }
.portrait-object figcaption span { display: block; font-family: var(--serif); font-size: 1.6rem; color: var(--navy); }
.portrait-object figcaption small { display: block; margin-top: 3px; font-size: .875rem; color: var(--muted); }
.signature-arc { width: 180px; height: 34px; margin-top: 12px; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); display: inline-flex; gap: 18px; align-items: center; min-height: 44px; color: var(--steel); font-size: .8125rem; text-decoration: none; white-space: nowrap; }
.scroll-cue span { font-size: 1.2rem; }
.marquee { padding: 18px 0; overflow: hidden; background: var(--navy); color: var(--ivory); }
.marquee-track { width: max-content; display: flex; animation: marquee 48s linear infinite; }
.marquee-track span { display: block; white-space: nowrap; padding-right: 28px; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.6rem); }
.marquee b { color: #E2CC94; font-size: .7em; margin-inline: 20px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(32px, 6vw, 80px); }
.professional-register { font-size: .875rem; margin-top: 22px; }
.professional-register .pending { display: block; margin-top: 5px; }
.about-aside { padding-left: clamp(24px, 3vw, 44px); position: relative; }
.about-aside::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1px; background: var(--line); }
.philosophy p { font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.25rem); line-height: 1.25; color: var(--navy); }
.philosophy cite { font-style: normal; font-size: .875rem; color: var(--muted); }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.stats > div { display: flex; flex-direction: column; }
.stats strong { font-family: var(--serif); color: var(--navy); font-size: 2.8rem; font-weight: 500; line-height: 1.1; font-variant-numeric: tabular-nums; }
.stats strong > span:last-child:not([data-count]) { font-size: 1.3rem; }
.stats > div > span { font-size: .875rem; margin-top: 8px; color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 36px; }
.values article { position: relative; padding-top: 24px; }
.values article::before { content: ""; height: 1px; position: absolute; top: 0; left: 0; right: 0; background: var(--line); }
.value-icon, .contact-icon { width: 40px; height: 40px; fill: none; stroke: url(#metal); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.values h3 { margin-top: 14px; font-size: 1.55rem; }
.values p { font-size: .9375rem; color: var(--muted); margin-bottom: 0; }

.shelf-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; max-width: none; margin-bottom: 22px; }
.shelf-heading h2 { margin-bottom: 0; }
.shelf-heading > p { max-width: 32ch; font-size: .9375rem; color: var(--muted); }
.shelf-stage { width: 100%; min-width: 0; }
.shelf-books {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 40px;
  max-width: 800px;
  margin-inline: auto;
  padding: 24px 25px 30px;
  perspective: 1200px;
}
.book-card {
  --r: -2deg;
  --yaw: -5deg;
  --cover-color: #0B355F;
  --detail-pitch: 0deg;
  --detail-yaw: 0deg;
  display: block;
  position: relative;
  width: 100%;
  max-width: 156px;
  aspect-ratio: 2 / 3;
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 3px 7px 7px 3px;
  background: transparent;
  transform: translateY(0) rotate(var(--r)) rotateY(var(--yaw));
  transform-style: preserve-3d;
  transition: transform .55s var(--ease);
  text-align: left;
  color: var(--ivory);
}
.book-card:nth-child(2) { --r: -.7deg; --yaw: -3deg; --cover-color: #153D60; }
.book-card:nth-child(3) { --r: .7deg; --yaw: 2deg; --cover-color: #284F68; }
.book-card:nth-child(4) { --r: 2deg; --yaw: 4deg; --cover-color: #416887; }
.book-card:nth-child(5) { --r: -1.5deg; --yaw: -4deg; --cover-color: #35586A; }
.book-card:nth-child(6) { --r: 1deg; --yaw: -2deg; --cover-color: #244A62; }
.book-card:nth-child(7) { --r: -.5deg; --yaw: 2deg; --cover-color: #1C4058; }
.book-card:nth-child(8) { --r: 2.2deg; --yaw: 4deg; --cover-color: #294957; }
.book-card:focus-visible { outline: 3px solid #98732E; outline-offset: 9px; }
.book { display: block; position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(var(--detail-pitch)) rotateY(var(--detail-yaw)); transition: transform .3s var(--ease); }
.book-shadow, .book-back, .page-block, .page-fan, .front-cover { position: absolute; inset: 0; display: block; border-radius: 3px 7px 7px 3px; transform-style: preserve-3d; transform-origin: 1.5% center; }
.book-shadow { box-shadow: 6px 16px 22px #0B355F25; transform: translateZ(-14px); }
.book-back { background: var(--cover-color); transform: translate3d(5px, 0, -14px); }
.page-block { inset: 1.9% 1.5% 1.9% 4.4%; background: repeating-linear-gradient(90deg, #E5DECA 0 1px, #F5EFDF 1px 3px); transform: translate3d(6px, 1px, -10px); border-right: 1px solid #BDAE88; }
.page-fan { inset: 2% 2% 2% 4%; transform: translateZ(-8px); }
.page-fan > span { position: absolute; inset: 0; background: var(--paper); border: 1px solid #C5B68D; border-radius: 2px 6px 6px 2px; transform-origin: left center; transition: transform .55s var(--ease); }
.front-cover { background: var(--cover-color); border: 1px solid #C6A65E60; overflow: hidden; transform: translateZ(9px); backface-visibility: hidden; transition: transform .55s var(--ease), box-shadow .55s var(--ease); }
.front-cover img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.16); transform-origin: center; }
.front-cover::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #0B355F60 0%, transparent 4%, #F5EFDF26 7%, transparent 12%, transparent 65%, #F5EFDF0A); pointer-events: none; }
.book-card.cover-missing .front-cover { background: linear-gradient(155deg, #0B355F 0%, #1a4a7a 55%, #0B355F 100%); border: 1px solid #C6A65E60; }
.book-card.cover-missing::before { content: ""; position: absolute; inset: 14px; border: 1px solid #C6A65E45; border-radius: 2px; z-index: 2; pointer-events: none; }
.book-card.cover-missing .front-cover img { visibility: hidden; }
.book-card.cover-missing::after { content: attr(data-title); position: absolute; inset: 45% 14px 10%; display: flex; align-items: center; justify-content: center; z-index: 3; color: var(--ivory); font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; text-align: center; transform: translateZ(20px); pointer-events: none; }
.shelf-stage[data-mode="detail"] { display: grid; grid-template-columns: minmax(220px, 300px) minmax(0, 1fr); align-items: center; gap: clamp(34px, 5vw, 80px); min-height: 510px; }
.shelf-stage[data-mode="detail"] .shelf-books { display: flex; align-items: center; justify-content: center; width: 100%; max-width: none; padding: 24px 14px; margin: 0; overflow: visible; }
.shelf-stage[data-mode="detail"] .book-card:not(.selected) { display: none; }
.shelf-stage[data-mode="detail"] .book-card.selected { max-width: 260px; flex: 1; transform: rotate(-1deg); }
.book-card.selected .front-cover { transform: translate3d(0, 0, 18px) rotateY(-29deg); box-shadow: 25px 26px 44px #0B355F28, inset 2px 0 4px #F5EFDF25; }
.book-card.selected .page-fan > span:nth-child(1) { transform: rotateY(-4deg); }
.book-card.selected .page-fan > span:nth-child(2) { transform: rotateY(-8deg); }
.book-card.selected .page-fan > span:nth-child(3) { transform: rotateY(-12deg); }
.book-card.selected .page-fan > span:nth-child(4) { transform: rotateY(-16deg); }
.panel-column { display: grid; min-width: 0; }
.book-panel { grid-column: 1 / -1; position: relative; min-width: 0; padding: 28px 0; }
.panel-close { position: absolute; right: 0; top: 0; }
.book-panel .eyebrow { padding-right: 50px; font-size: .6875rem; }
.book-panel h3 { font-size: clamp(2rem, 3.4vw, 3.3rem); margin-bottom: 20px; }
.book-panel > p { max-width: 62ch; }
.book-panel .button { margin-top: 14px; }
.book-panel .microcopy { margin-top: 12px; margin-bottom: 0; }
.fine-list { padding-left: 20px; margin-block: 20px; }
.fine-list li { padding-left: 5px; margin-bottom: 7px; }
.fine-list li::marker { color: #98732E; }
@media (hover: hover) and (pointer: fine) {
  .shelf-stage[data-mode="browse"] .book-card:hover { transform: translateY(-20px) rotate(0deg) rotateY(0deg); z-index: 3; }
}

.feature-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.feature-grid .button { margin-top: 12px; }
.feature-document { position: relative; padding: clamp(28px, 3.8vw, 48px); background: var(--ivory); border: 1px solid #A8874360; }
.feature-document h3 { font-size: clamp(1.9rem, 3vw, 2.75rem); }
.document-rule { height: 1px; background: var(--line); margin: 18px 0 24px; }
.comparison { margin: 0 0 20px; }
.comparison > div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; margin-bottom: 18px; }
.comparison dt { font-weight: 600; color: var(--navy); font-size: .9375rem; }
.comparison dd { margin: 0; font-size: .9375rem; color: var(--muted); }
.feature-document .microcopy { margin-bottom: 0; }
.care-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; list-style: none; padding: 0; margin: 40px 0 0; }
.care-steps li { position: relative; padding-top: 24px; }
.care-steps li::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--line); }
.step-number { display: block; font-family: var(--serif); font-size: 2.6rem; color: var(--steel); margin-bottom: 24px; line-height: 1; }
.care-steps h3 { font-size: 1.7rem; }
.care-steps p { color: var(--muted); font-size: .9375rem; margin-bottom: 0; }
.process-closing { margin-top: 32px; font-size: .9375rem; color: var(--navy); }

.review-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 6vw, 80px); align-items: center; }
.review-layout .section-heading { margin-bottom: 0; }
.review-layout h2 { font-size: clamp(2.35rem, 4vw, 3.75rem); }
.review-disclaimer { margin-top: 24px; color: #D3E1E7; font-size: .875rem; }
.review-slider { min-width: 0; position: relative; padding-left: 34px; }
.review-slider::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: var(--line); }
.review-slide { margin-bottom: 34px; }
.review-slider.is-enhanced .review-slide { margin-bottom: 0; }
.review-slides { min-height: 360px; }
.review-kicker { color: #E2CC94; font-size: .875rem; }
.review-slide blockquote p { font-family: var(--serif); font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.36; font-weight: 500; }
.review-slide figcaption { display: flex; flex-direction: column; gap: 3px; margin-top: 24px; font-size: .9375rem; }
.review-slide figcaption span { color: #D3E1E7; font-size: .875rem; }
.review-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-block: 24px 12px; max-width: 360px; }
.review-dots { display: flex; align-items: center; gap: 0; }
.review-dot { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.review-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; border: 1px solid #E2CC94; background: transparent; transition: background .25s, transform .25s; }
.review-dot[aria-pressed="true"]::before { background: #E2CC94; transform: scale(1.35); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.faq-item { position: relative; border-bottom: 1px solid #A8874355; }
.faq-item:first-child { border-top: 1px solid #A8874355; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; padding: 17px 0; cursor: pointer; list-style: none; color: var(--navy); font-size: 1rem; font-weight: 500; line-height: 1.45; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; flex: 0 0 24px; text-align: center; font-size: 1.4rem; font-weight: 400; color: #8D7035; }
.faq-item[open] summary::after { content: "−"; }
.faq-item > div { padding: 0 28px 20px 0; }
.faq-item p { margin: 0; font-size: .9375rem; color: var(--muted); }
@supports (interpolate-size: allow-keywords) {
  .faq-item { interpolate-size: allow-keywords; }
  .faq-item::details-content { height: 0; overflow: clip; transition: height .3s var(--ease), content-visibility .3s allow-discrete; }
  .faq-item[open]::details-content { height: auto; }
}
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.location-information address { font-size: 1.15rem; color: var(--navy); margin-bottom: 18px; }
.inline-actions { display: flex; flex-wrap: wrap; gap: 8px 24px; }
.status-line { color: var(--navy); margin: 8px 0; min-height: 1em; }
.status-line:empty { margin: 0; min-height: 0; }
.building-figure { margin-top: 22px; }
.building-figure img { width: 100%; max-height: 210px; aspect-ratio: 16 / 8; object-fit: cover; object-position: center 40%; border-radius: 3px; filter: saturate(.9); }
.building-figure figcaption { margin-top: 8px; font-size: .875rem; color: var(--muted); }
.map-column { display: flex; flex-direction: column; min-width: 0; }
.map-column iframe { display: block; border: 1px solid #A8874380; width: 100%; flex: 1; min-height: 350px; height: 420px; border-radius: 3px; background: var(--mist); }
.map-column .microcopy { margin: 12px 0 0; }
.cta-content { text-align: center; max-width: 820px; }
.cta-content .eyebrow { justify-content: center; }
.cta-content h2 { font-size: clamp(3rem, 5.8vw, 5.5rem); }
.cta-content > p { margin-inline: auto; }
.cta-content > p:not(.eyebrow):not(.microcopy) { max-width: 48ch; font-size: 1.1rem; color: var(--muted); }
.cta-content .button { margin-block: 14px 22px; }
.cta-content .microcopy { margin-bottom: 0; }
.cta-arc { display: block; width: 170px; height: 44px; margin: 24px auto 34px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.contact-form { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .9375rem; font-weight: 500; }
.field label span { color: var(--muted); font-weight: 400; }
input, select, textarea { width: 100%; min-width: 0; background: #F5EFDF70; color: var(--charcoal); border: 1px solid #41688775; border-radius: 3px; padding: 13px 15px; line-height: 1.5; }
input, select { height: 52px; }
textarea { display: block; min-height: 116px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #52636A; opacity: 1; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline-color: #98732E; outline-offset: 3px; border-color: #98732E; }
select { appearance: none; -webkit-appearance: none; padding-right: 44px; }
select:invalid { color: #52636A; }
select option { color: var(--charcoal); background: var(--base); }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 19px; top: 20px; width: 8px; height: 8px; border-right: 2px solid #98732E; border-bottom: 2px solid #98732E; transform: rotate(45deg); pointer-events: none; }
.contact-form .button { align-self: flex-start; }
.contact-form .microcopy { margin: -3px 0 0; }
.contact-form .status-line { margin: 0; }
.contact-cards { display: grid; grid-template-rows: repeat(3, 1fr) auto; gap: 14px; align-items: stretch; }
.contact-card { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 18px; align-items: start; padding: 23px; border: 1px solid #A8874355; background: #F5EFDF65; }
.contact-card h3 { font-family: var(--sans); font-size: .9375rem; font-weight: 600; margin-bottom: 8px; }
.contact-card p { font-size: .9375rem; margin-bottom: 4px; }
.contact-card a { display: inline-flex; align-items: center; min-height: 44px; color: var(--navy); font-variant-numeric: tabular-nums; }
.contact-card a:hover { color: var(--steel); }
.contact-card .pending { font-size: .875rem; }
.social-link { font-size: .875rem; overflow-wrap: anywhere; }

.site-footer { background: var(--navy); color: var(--ivory); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 30px; }
.footer-brand { display: inline-flex; min-height: 44px; font-family: var(--serif); font-size: 1.85rem; text-decoration: none; }
.site-footer h3 { color: var(--ivory); font-family: var(--sans); font-size: .9375rem; margin-bottom: 16px; }
.site-footer p, .site-footer address { font-size: .875rem; color: #D3E1E7; }
.site-footer address { margin-block: 14px; }
.site-footer nav a, .footer-grid > div > a:not(.footer-brand) { display: flex; align-items: center; width: fit-content; min-height: 44px; font-size: .875rem; text-decoration: none; overflow-wrap: anywhere; }
.site-footer a:hover { text-decoration: underline; text-decoration-color: #E2CC94; }
.footer-legal { margin-top: 30px; padding-top: 24px; border-top: 1px solid #C6A65E55; }
.footer-legal p { max-width: 110ch; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid #C6A65E55; margin-top: 24px; padding-top: 18px; }
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; }
.floating-actions { position: fixed; right: 22px; bottom: max(22px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; z-index: 10; transition: opacity .25s, visibility .25s; }
.floating-actions.is-suppressed { opacity: 0; visibility: hidden; pointer-events: none; }
.floating-whatsapp { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 12px 18px; background: var(--navy); color: var(--ivory); border: 1px solid #C6A65E; border-radius: 30px; box-shadow: 0 5px 20px #0B355F22; text-decoration: none; font-size: .875rem; }
.floating-whatsapp .icon { width: 24px; height: 24px; }
.floating-whatsapp::before { content: ""; position: absolute; inset: 0 53px 0 0; border: 1px solid #A8874370; border-radius: 30px; animation: subtle-pulse 3s ease-out infinite; pointer-events: none; }
.back-top { display: grid; place-items: center; width: 44px; height: 44px; background: var(--ivory); color: var(--navy); border: 1px solid #A8874380; border-radius: 50%; }
@keyframes subtle-pulse { 0%, 70%, 100% { opacity: 0; transform: scale(1); } 15% { opacity: .6; } 60% { opacity: 0; transform: scale(1.12); } }

.legal-body .site-header { height: 76px; }
.legal-main { padding: var(--section-space) 0; min-height: 70vh; }
.legal-container { width: min(820px, calc(100% - 48px)); margin: 0 auto; }
.legal-main h1 { font-size: clamp(2.6rem, 6vw, 4rem); }
.legal-main h2 { font-family: var(--sans); font-size: 1.35rem; line-height: 1.35; letter-spacing: 0; margin: 36px 0 14px; font-weight: 600; }
.legal-main p, .legal-main li { max-width: 76ch; }
.legal-main li { margin-bottom: 10px; }
.legal-note { padding: 18px 20px; border: 1px solid #A8874380; background: var(--ivory); margin-block: 24px; }
.legal-footer { background: var(--navy); color: var(--ivory); padding: 26px 0; }
.legal-footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; }
.legal-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-footer p { margin: 0; font-size: .875rem; }
.error-number { font-family: var(--serif); font-size: 6rem; color: var(--steel); line-height: 1; }

@media (min-width: 1024px) {
  .header-cta { display: inline-flex; margin-left: auto; }
}
@media (min-width: 1280px) {
  .desktop-nav { display: flex; }
  .menu-toggle { display: none; }
  .header-inner { gap: 18px; }
}
@media (max-width: 1100px) {
  .care-steps { grid-template-columns: repeat(2, 1fr); gap: 30px 36px; }
  .step-number { margin-bottom: 16px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
}
@media (max-width: 900px) {
  .shelf-heading { display: block; }
  .shelf-heading > p { max-width: 55ch; margin-top: 18px; }
  .shelf-books {
    display: flex;
    gap: 30px;
    max-width: none;
    width: 100%;
    padding: 28px 18px 34px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 18px;
    scrollbar-width: thin;
    scrollbar-color: #A88743 #C6D8DF;
    -webkit-overflow-scrolling: touch;
  }
  .book-card { flex: 0 0 180px; width: 180px; max-width: 180px; scroll-snap-align: center; }
  .shelf-stage[data-mode="detail"] { grid-template-columns: minmax(0, 1fr); gap: 12px; min-height: 0; }
  .shelf-stage[data-mode="detail"] .shelf-books { scroll-snap-type: none; }
  .shelf-stage[data-mode="detail"] .book-card.selected { flex: 0 0 205px; max-width: 205px; width: 205px; }
  .book-panel { padding-top: 28px; max-width: 650px; width: 100%; margin-inline: auto; }
  .book-card.cover-missing::after { font-size: 1.65rem; }
}
@media (max-width: 840px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .hero { padding-top: 42px; padding-bottom: 70px; }
  .hero-copy { max-width: 640px; }
  .hero h1 { font-size: clamp(2.65rem, 7vw, 4rem); }
  .portrait-object { width: 260px; justify-self: center; }
  .portrait-object figcaption { margin-top: 12px; }
  .signature-arc { margin-top: 6px; height: 26px; }
  .about-grid, .feature-grid, .review-layout, .faq-layout, .location-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-aside { padding-left: 24px; }
  .about-grid { gap: 28px; }
  .values { gap: 20px; }
  .values h3 { font-size: 1.4rem; }
  .review-slider { padding-left: 24px; }
  .review-slides { min-height: 290px; }
  .review-slide blockquote p { font-size: 1.75rem; }
  .faq-layout .section-heading { margin-bottom: 0; }
  .building-figure img { max-height: 250px; aspect-ratio: 16 / 8; }
  .map-column iframe { min-height: 300px; height: 340px; flex: auto; }
  .contact-cards { grid-template-rows: auto; }
  .contact-card { min-height: 130px; }
}
@media (max-width: 560px) {
  :root { --section-space: 44px; }
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-type strong { font-size: 1.23rem; }
  .brand-type small { font-size: .625rem; letter-spacing: 0; }
  .hero { padding-top: 30px; padding-bottom: 58px; }
  .hero-grid { gap: 20px; }
  .hero h1 { font-size: clamp(2.35rem, 9vw, 3.15rem); margin-bottom: 16px; }
  .hero .eyebrow { font-size: .6875rem; gap: 9px; margin-bottom: 8px; }
  .location-line { font-size: .8125rem; margin-bottom: 14px; }
  .direct-answer { font-size: .9375rem; line-height: 1.55; margin-bottom: 0; }
  .hero-actions { margin-top: 18px; gap: 2px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { font-size: .875rem; }
  .hero .rating-line { margin-top: 10px; column-gap: 9px; font-size: .8125rem; }
  .portrait-object { width: 200px; }
  .portrait-frame { padding: 6px; }
  .portrait-object figcaption span { font-size: 1.35rem; }
  .portrait-object figcaption small { font-size: .875rem; }
  .portrait-object .signature-arc { display: none; }
  .scroll-cue { bottom: 8px; font-size: .75rem; }
  .eyebrow { font-size: .6875rem; letter-spacing: .14em; margin-bottom: 16px; }
  h2 { font-size: clamp(2.2rem, 8.5vw, 3rem); margin-bottom: 18px; }
  .section-heading { margin-bottom: 24px; }
  .values { grid-template-columns: minmax(0, 1fr); gap: 20px; margin-top: 28px; }
  .values article { padding-top: 18px; display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 4px 16px; }
  .values h3 { margin: 2px 0 4px; font-size: 1.5rem; }
  .values p { grid-column: 2; }
  .values .value-icon { grid-row: 1 / 3; }
  .philosophy p { font-size: 1.85rem; }
  .stats { margin-top: 24px; }
  .shelf-books { gap: 28px; }
  .shelf-stage[data-mode="detail"] .book-card.selected { width: 170px; max-width: 170px; flex-basis: 170px; }
  .book-panel .button { width: 100%; }
  .book-panel h3 { font-size: 2.25rem; }
  .feature-document { padding: 24px; }
  .comparison > div { grid-template-columns: minmax(0, 1fr); gap: 3px; }
  .care-steps { grid-template-columns: minmax(0, 1fr); gap: 22px; margin-top: 28px; }
  .care-steps li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 15px; padding-top: 20px; }
  .step-number { font-size: 2.1rem; margin: 0; }
  .care-steps h3 { font-size: 1.55rem; }
  .process-closing { margin-top: 24px; }
  .review-slider { padding-left: 20px; }
  .review-slides { min-height: 0; }
  .review-slide blockquote p { font-size: 1.55rem; }
  .review-controls { gap: 0; }
  .review-controls .icon-button { flex-shrink: 0; }
  .review-dots { flex: 1; justify-content: center; }
  .review-dot { width: 44px; }
  .review-disclaimer { margin-bottom: 0; }
  .faq-item summary { min-height: 64px; font-size: .9375rem; }
  .faq-item > div { padding-right: 12px; }
  .building-figure img { max-height: none; aspect-ratio: 16 / 10; }
  .map-column iframe { height: 300px; min-height: 300px; }
  .cta-content h2 { font-size: clamp(2.9rem, 11vw, 4rem); }
  .cta-content .button { width: 100%; }
  .contact-form .button { width: 100%; }
  .contact-card { padding: 20px; gap: 14px; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .site-footer { padding: 44px 0 30px; }
  .footer-bottom { display: block; }
  .footer-bottom > div { margin-block: 6px; }
  .floating-actions { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); gap: 8px; }
  .floating-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp::before { inset: 0 52px 0 0; }
  .legal-main h1 { font-size: 2.6rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .brand-type strong { font-size: 1.12rem; }
  .brand-type small { font-size: .59rem; }
  .review-slider { padding-left: 0; }
  .review-slider::before { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .marquee-track { transform: none; }
  .shelf-books { scroll-behavior: auto; }
  .shelf-stage[data-mode="browse"] .book-card:hover { transform: rotate(var(--r)); }
}