.style-book-page {
  margin: 0;
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  font-family: var(--figma-typography-family-sans), sans-serif;
}

.style-book-page * { box-sizing: border-box; }
.style-book-page [data-reveal] { opacity: 1; transform: none; }
.style-book-page.motion-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: opacity .7s ease, transform .7s ease;
  transition-delay: var(--reveal-delay, 0ms);
}
.style-book-page.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.book-container { width: min(calc(100% - 128px), 1180px); margin-inline: auto; }
[data-figma-theme] { color: var(--figma-style-book-text-primary); background: var(--figma-style-book-background-page); }

.book-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  border-bottom: 1px solid rgba(216, 180, 111, .22);
}

.book-header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.book-header .ref-brand,
.book-footer .ref-brand {
  color: var(--figma-style-book-text-primary);
  font: 500 28px/32px "Cormorant Garamond", serif;
  text-decoration: none;
}

.book-nav { display: flex; gap: 34px; }
.book-nav a,
.book-footer a {
  color: var(--figma-style-book-text-secondary);
  font: 500 13px/18px Manrope, sans-serif;
  text-decoration: none;
}

.book-header .book-button { justify-self: end; }
.book-button {
  min-width: 180px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 28px;
  color: var(--figma-primitives-color-surface-cream);
  background: var(--figma-primitives-color-brand-burgundy-800);
  border: 1px solid var(--figma-primitives-color-brand-burgundy-800);
  border-radius: 0;
  font: 600 15px/20px Manrope, sans-serif;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.book-button:hover {
  background: var(--figma-primitives-color-brand-burgundy-600);
  border-color: var(--figma-primitives-color-brand-burgundy-600);
}
.book-button:active {
  background: var(--figma-primitives-color-brand-burgundy-800);
  border-color: var(--figma-primitives-color-brand-burgundy-800);
  box-shadow: inset 0 0 0 1px rgba(255, 247, 239, .18);
}
.book-button:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: 3px; }
.book-button-small {
  min-width: 180px;
  min-height: 56px;
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  border-color: var(--figma-primitives-color-surface-cream);
}
.book-button-small:hover {
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-champagne);
  border-color: var(--figma-primitives-color-brand-burgundy-600);
}
.book-button-small:active {
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-champagne);
  border-color: var(--figma-primitives-color-brand-burgundy-800);
  box-shadow: inset 0 0 0 1px var(--figma-primitives-color-brand-burgundy-800);
}

.book-hero { overflow: hidden; }
.book-hero-grid {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 560px);
  gap: 60px;
  align-items: stretch;
}

.book-hero-copy {
  align-self: center;
  width: 560px;
  padding-block: 80px;
}

.book-hero h1 {
  margin: 0;
  color: var(--figma-style-book-text-primary);
  font: 600 88px/84px "Cormorant Garamond", serif;
}

.book-lead {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--figma-style-book-text-secondary);
  font: 400 20px/31px Manrope, sans-serif;
}

.book-hero-copy .book-button { margin-top: 28px; }
.book-hero-visual { width: 560px; height: 720px; margin: 0; overflow: hidden; }
.book-hero-visual picture { display: block; width: 100%; height: 100%; }
.book-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }

@media (min-width: 761px) {
  .style-book-page[data-style-book-mode="gift"] .book-hero-grid {
    height: 720px;
    min-height: 720px;
    max-height: 720px;
  }
}

.book-section { padding-block: 88px; }
.book-section-heading { max-width: 820px; margin-bottom: 44px; }
.book-section-heading.centered { max-width: 980px; margin-inline: auto; text-align: center; }
.book-section h2,
.book-order h2,
.book-stylist-title {
  margin: 0;
  color: var(--figma-style-book-text-primary);
  font: 600 56px/59px "Cormorant Garamond", serif;
}

.book-section-heading > p:last-child {
  margin: 32px auto 0;
  color: var(--figma-style-book-text-secondary);
  font: 400 18px/27px Manrope, sans-serif;
}

.book-value { min-height: 657px; }
.book-value h2 { white-space: pre-line; }
.book-value .book-section-heading { max-width: 960px; margin-bottom: 44px; }
.book-value .book-section-heading > p:last-child { max-width: 960px; text-align: center; text-align-last: center; white-space: pre-line; }
.book-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.book-value-grid article { text-align: center; }
.book-value-grid img { width: 88px; height: 84px; display: block; margin: 0 auto; object-fit: contain; }
.book-value-grid h3,
.book-requirements-grid h3 {
  margin: 18px 0 10px;
  color: var(--figma-style-book-text-primary);
  font: 600 30px/33px "Cormorant Garamond", serif;
}
.book-value-grid h3 { min-height: 66px; }
.book-value-grid p,
.book-requirements-grid p {
  margin: 0;
  color: var(--figma-style-book-text-secondary);
  font: 400 15px/24px Manrope, sans-serif;
}

.book-why-intro { min-height: 490px; }
.book-why-intro .book-section-heading { max-width: 1000px; margin-bottom: 0; }
.book-why-intro .book-section-heading > p:last-child { max-width: 940px; text-align: justify; text-align-last: center; }
.book-why-lead {
  max-width: 1000px !important;
  margin-top: 24px !important;
  color: var(--figma-style-book-text-primary) !important;
  font: 600 32px/40px "Cormorant Garamond", serif !important;
  text-align: center !important;
}

.book-why-principles { min-height: 800px; }
.book-why-principles .book-section-heading { margin-bottom: 48px; }
.book-why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.book-why-card { min-width: 0; }
.book-why-card-media { width: 100%; aspect-ratio: 3 / 4; overflow: hidden; background: var(--figma-style-book-background-section); }
.book-why-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.book-why-card h3 {
  margin: 20px 0 10px;
  color: var(--figma-style-book-text-primary);
  font: 600 30px/33px "Cormorant Garamond", serif;
}
.book-why-card p {
  margin: 0;
  color: var(--figma-style-book-text-secondary);
  font: 400 15px/24px Manrope, sans-serif;
}
.book-why-carousel-subtitle {
  max-width: 760px;
  margin: 48px auto 0;
  color: var(--figma-style-book-text-primary);
  font: 500 32px/40px "Cormorant Garamond", serif;
  text-align: center;
}
.book-why-carousel {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-inline: 8px;
  margin: 24px auto 0;
}
.book-why-viewport {
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.book-why-viewport::-webkit-scrollbar { display: none; }
.book-why-track { position: relative; display: flex; width: 100%; gap: 20px; }
.book-why-slide {
  display: flex;
  flex: 0 0 44%;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  margin: 0;
  scroll-snap-align: center;
}
.book-why-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 680px;
  object-fit: contain;
}
.book-why-slide figcaption {
  margin: 0 0 12px;
  color: var(--figma-style-book-text-primary);
  font: 500 18px/27px "Cormorant Garamond", serif;
}
.book-why-carousel > .book-gallery-control {
  border-color: var(--figma-primitives-color-brand-burgundy-800);
  color: var(--figma-primitives-color-brand-burgundy-800);
}
.book-why-carousel > .book-gallery-control:hover:not(:disabled),
.book-why-carousel > .book-gallery-control:focus-visible:not(:disabled) {
  background: rgba(75, 21, 35, .12);
}

.book-contents { min-height: 472px; }
.book-contents .book-section-heading { margin-bottom: 48px; }
.book-contents-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 300px)); gap: 0; justify-content: space-between; }
.book-contents-grid article { border-top: 1px solid var(--figma-style-book-accent-gold); padding-top: 28px; }
.book-contents-grid h3 {
  margin: 0 0 22px;
  color: var(--figma-style-book-text-primary);
  font: 600 32px/35px "Cormorant Garamond", serif;
  text-align: left;
}
.book-contents-grid ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.book-contents-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--figma-style-book-text-secondary);
  font: 400 15px/22px Manrope, sans-serif;
}
.book-contents-grid li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--figma-style-book-accent-gold);
}

.book-examples { min-height: 1036px; }
.book-examples .book-section-heading { margin-bottom: 40px; }
.book-examples .book-section-heading > p:last-child { max-width: 760px; }
.book-gallery-shell { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 16px; padding-inline: 8px; }
.book-gallery { min-width: 0; height: 667px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.book-gallery::-webkit-scrollbar { display: none; }
.book-gallery-track { display: flex; align-items: flex-start; gap: 24px; height: 100%; }
.book-gallery-slide { flex: 0 0 auto; width: auto; height: 667px; aspect-ratio: 595 / 842; margin: 0; scroll-snap-align: start; }
.book-gallery-slide img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.book-gallery-control,
.book-reviews-controls button { display: grid; place-items: center; width: 48px; min-width: 48px; height: 48px; min-height: 48px; padding: 0; border: 1px solid var(--figma-style-book-accent-gold); border-radius: 50%; color: var(--figma-style-book-accent-gold); background: transparent; font: 600 28px/28px Manrope, sans-serif; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, outline-color 180ms ease; }
.book-gallery-control:hover:not(:disabled), .book-gallery-control:focus-visible:not(:disabled), .book-reviews-controls button:hover:not(:disabled), .book-reviews-controls button:focus-visible:not(:disabled) { background: rgba(216, 180, 111, .12); }
.book-gallery-control:disabled, .book-reviews-controls button:disabled { opacity: .3; cursor: default; }

.book-stylist { min-height: 938px; }
.book-stylist-title { text-align: center; }
.book-stylist-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 56px;
  align-items: flex-start;
  margin-top: 48px;
}
.book-stylist-photo { width: 430px; height: 573px; margin: 0; overflow: hidden; }
.book-stylist-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.book-stylist-copy { display: flex; flex-direction: column; gap: 18px; }
.book-stylist-copy h3 {
  margin: 0;
  color: var(--figma-style-book-text-primary);
  font: 600 46px/51px "Cormorant Garamond", serif;
}
.book-stylist-role {
  margin: 0 !important;
  color: var(--figma-primitives-color-brand-burgundy-800) !important;
  font: 600 13px/17px Manrope, sans-serif !important;
  letter-spacing: 0;
}
.book-stylist-quote-block { display: grid; grid-template-columns: 26px 2px minmax(0, 1fr); column-gap: 12px; align-items: stretch; min-height: 156px; }
.book-stylist-quote-mark {
  width: 26px;
  color: var(--figma-style-book-accent-gold);
  font: 600 72px/72px "Cormorant Garamond", serif;
}
.book-stylist-quote-rule { width: 2px; min-height: 156px; background: var(--figma-style-book-border-soft); }
.book-stylist-quote {
  margin: 0;
  color: var(--figma-style-book-text-secondary);
  font: 200 30px/39px Manrope, sans-serif;
  white-space: pre-line;
}
.book-stylist-body {
  margin: 0;
  color: var(--figma-style-book-text-secondary);
  font: 400 20px/26px Manrope, sans-serif;
  white-space: pre-line;
}
.book-stylist[data-figma-theme="Dark"] .book-stylist-role { color: var(--figma-style-book-text-gold) !important; }
.book-stylist[data-figma-theme="Dark"] .book-stylist-quote,
.book-stylist[data-figma-theme="Dark"] .book-stylist-body { color: var(--figma-style-book-text-secondary); }

.book-requirements .book-section-heading { max-width: 1120px; }
.book-requirements .book-section-heading h2 { text-align: center; }
.book-requirements .book-section-heading > p:last-child { max-width: 1060px; margin-left: 0; }
.book-requirements-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.book-requirements-grid article { min-width: 0; }
.book-requirements-grid img { width: 100%; aspect-ratio: 1.3; display: block; object-fit: contain; margin-bottom: 18px; }
.book-requirements-grid h3 { margin-top: 0; font-size: 26px; line-height: 30px; }

.book-process { min-height: 438px; }
.book-process .book-section-heading { margin-bottom: 48px; }
.book-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.book-steps li { min-width: 0; }
.book-steps > li > span {
  color: var(--figma-style-book-text-primary);
  font: 700 36px/40px Manrope, sans-serif;
}
.book-steps h3 {
  margin: 20px 0 10px;
  color: var(--figma-style-book-text-primary);
  font: 600 24px/27px "Cormorant Garamond", serif;
}
.book-steps p { margin: 0; color: var(--figma-style-book-text-secondary); font: 400 14px/22px Manrope, sans-serif; }

.book-reviews { min-height: 742px; }
.book-reviews .book-section-heading { max-width: 760px; margin-bottom: 44px; }
.book-reviews .book-section-heading > p:last-child { margin-top: 18px; font-size: 20px; line-height: 31px; }
.book-reviews-carousel { position: relative; overflow: visible; }
.book-reviews-list { display: flex; gap: 29px; margin-inline: 72px; overflow-x: auto; overscroll-behavior-x: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.book-reviews-list::-webkit-scrollbar { display: none; }
.book-review-card {
  flex: 0 0 calc((100% - 58px) / 3);
  height: 280px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 24px 20px;
  overflow: hidden;
  color: var(--figma-style-book-text-primary);
  background: var(--figma-style-book-background-section);
  border: 1px solid var(--figma-style-book-border-soft);
  border-radius: 18px;
  scroll-snap-align: start;
}
.book-review-quote {
  height: 40px;
  color: var(--figma-style-book-accent-gold);
  font: 600 48px/52px "Cormorant Garamond", serif;
}
.book-review-text {
  position: relative;
  height: 110px;
  min-height: 0;
  flex: 0 0 110px;
  margin: 0;
  overflow: hidden;
  color: var(--figma-style-book-text-secondary);
  font: 400 14px/22px Manrope, sans-serif;
  white-space: pre-line;
}
.book-review-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  background: linear-gradient(transparent, var(--figma-style-book-background-section));
  pointer-events: none;
}
.book-review-card-footer { display: flex; align-items: flex-start; gap: 8px; margin-top: auto; }
.book-review-author,
.book-review-open,
.book-reviews-navigation { font: 600 12px/16px Manrope, sans-serif; letter-spacing: 1.8px; }
.book-review-author { margin: 0; text-transform: uppercase; }
.book-review-open {
  margin-left: auto;
  padding: 0;
  color: var(--figma-style-book-accent-gold);
  background: transparent;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  cursor: pointer;
}
.book-reviews-navigation { position: absolute; inset: 0; pointer-events: none; }
.book-reviews-navigation > span { display: none; }
.book-reviews-controls { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding-inline: 8px; pointer-events: none; }
.book-reviews-controls button { pointer-events: auto; }
.book-review-open:focus-visible,
.book-reviews-controls button:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: -2px; }

.book-faq-section { min-height: 705px; }
.book-faq-section .book-section-heading { margin-bottom: 40px; }
.book-faq { border-top: 1px solid rgba(216, 180, 111, .55); }
.book-faq details { border-bottom: 1px solid rgba(216, 180, 111, .55); }
.book-faq summary {
  position: relative;
  min-height: 71px;
  display: flex;
  align-items: center;
  padding: 20px 54px 20px 0;
  color: var(--figma-style-book-text-primary);
  font: 500 20px/28px Manrope, sans-serif;
  cursor: pointer;
  list-style: none;
}
.book-faq summary::-webkit-details-marker { display: none; }
.book-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--figma-style-book-text-gold);
  font: 400 24px/1 Manrope, sans-serif;
}
.book-faq details[open] summary::after { content: "−"; }
.book-faq details p { max-width: 900px; margin: -6px 54px 22px 0; color: var(--figma-style-book-text-secondary); font: 400 14px/22px Manrope, sans-serif; }

.book-order { min-height: 644px; padding-block: 0; text-align: left; }
.book-order-inner { position: relative; min-height: 644px; display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 450px); column-gap: 170px; align-items: start; }
.book-order-inner::before { content: ""; position: absolute; z-index: 0; top: 118px; bottom: 126px; left: 650px; width: 1px; background: rgba(216, 180, 111, .42); pointer-events: none; }
.book-order-copy { position: relative; z-index: 1; padding-top: 116px; }
.book-order h2 { max-width: 560px; margin: 0; }
.book-order-copy-accent { display: block; width: 78px; height: 2px; margin-top: 48px; background: var(--figma-style-book-accent-gold); }
.book-order-description { width: 500px; max-width: 100%; margin: 32px 0 0; color: var(--figma-style-book-text-secondary); font: 400 18px/27px Manrope, sans-serif; }
.book-order-offer { position: relative; z-index: 1; width: 450px; padding-top: 126px; }
.book-order-eyebrow { margin: 0; color: var(--figma-style-book-text-gold); font: 600 12px/16px Manrope, sans-serif; letter-spacing: .6px; }
.book-offer-price { display: block; width: 450px; margin: 30px 0 0; color: var(--figma-style-book-text-primary); font: 600 64px/70px Manrope, sans-serif; text-align: left; white-space: nowrap; }
.book-order-price-divider { display: block; width: 450px; height: 1px; margin-top: 32px; background: rgba(216, 180, 111, .9); }
.book-installment-now { display: block; width: 450px; margin-top: 20px; color: var(--figma-style-book-text-primary); font: 600 26px/30px Manrope, sans-serif; }
.book-installment-now > span { display: block; }
.book-order-offer > .book-button { width: 450px; min-height: 56px; margin-top: 37px; white-space: normal; text-align: center; }
.book-installment-note { width: 450px; max-width: 100%; margin: 20px 0 0; color: var(--figma-style-book-text-secondary); font: 400 12px/18px Manrope, sans-serif; text-align: left; }
.book-order[data-figma-theme="Dark"] .book-offer-price,
.book-order[data-figma-theme="Dark"] .book-installment-now { color: var(--figma-primitives-color-neutral-white); }
.book-order[data-figma-theme="Dark"] .book-button {
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  border-color: var(--figma-primitives-color-surface-cream);
}
.book-order[data-figma-theme="Dark"] .book-button:hover { background: var(--figma-primitives-color-surface-champagne); }

.book-contact-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  color: var(--figma-primitives-color-neutral-white);
  font: 400 14px/20px Manrope, sans-serif;
}
.book-contact-prompt { margin: 0; }
.book-contact-button { width: auto; min-width: 180px; margin: 0; cursor: pointer; }
.book-contact-button:focus-visible,
.book-contact-popover-link:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: 3px; }
.book-contact-popover {
  position: absolute;
  z-index: 5;
  top: calc(100% + 12px);
  left: 50%;
  width: 232px;
  max-width: calc(100vw - 32px);
  padding: 14px;
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  border: 1px solid var(--figma-style-book-border-soft);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(12, 8, 8, .28);
  transform: translateX(-50%);
}
.book-contact-popover[hidden] { display: none; }
.book-contact-popover.is-above { top: auto; bottom: calc(100% + 12px); }
.book-contact-popover-title { margin: 0 0 12px; color: var(--figma-primitives-color-neutral-ink); font: 600 13px/18px Manrope, sans-serif; text-align: center; }
.book-contact-popover-links { display: grid; justify-content: center; justify-items: center; gap: 8px; }
.book-contact-popover-messengers { grid-template-columns: repeat(4, 40px); }
.book-contact-popover-socials { grid-template-columns: repeat(3, 52px); }
.book-contact-popover-social-title { margin: 14px 0 12px; color: var(--figma-primitives-color-neutral-ink); font: 600 13px/18px Manrope, sans-serif; text-align: center; }
.book-contact-popover-link {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--figma-primitives-color-brand-burgundy-600);
  background: rgba(216, 180, 111, .16);
  border-radius: 50%;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.book-contact-popover-messengers .book-contact-popover-link { width: 40px; height: 40px; }
.book-contact-popover-link:hover { color: var(--figma-primitives-color-brand-burgundy-800); background: rgba(216, 180, 111, .3); transform: translateY(-1px); }
.book-contact-popover-link .book-footer-contact-icon { width: 32px; height: 32px; }
.book-contact-popover-link .book-footer-contact-icon svg { width: 18px; height: 18px; }

.book-footer { min-height: 102px; padding-block: 23px; }
.book-footer .book-container { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.book-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.book-footer-contact {
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--figma-primitives-color-brand-burgundy-600) !important;
  font: 600 14px/19px Manrope, sans-serif !important;
  white-space: nowrap;
}
.book-footer .book-footer-contact-link {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.book-footer button.book-footer-contact-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
  appearance: none;
}
.book-footer .book-footer-contact-link:hover,
.book-footer .book-footer-contact-link:focus-visible { color: var(--figma-primitives-color-brand-burgundy-800); }
.book-footer .book-footer-contact-link:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: 3px; }
.book-footer-email { position: relative; }
.book-footer-email-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  z-index: 2;
  padding: 6px 10px;
  color: var(--figma-primitives-color-surface-cream);
  background: var(--figma-primitives-color-brand-burgundy-800);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(42, 28, 30, .18);
  font: 600 12px/16px Manrope, sans-serif;
  white-space: nowrap;
  pointer-events: none;
  transform: translateX(-50%);
}
.book-footer-email-tooltip[hidden] { display: none; }
.book-footer-contact-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  color: var(--figma-primitives-color-brand-burgundy-600);
  background: var(--figma-primitives-color-surface-champagne);
  border-radius: 50%;
}
.book-footer-contact-icon svg { width: 18px; height: 18px; display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.book-footer-contact-icon svg.book-footer-brand-icon { fill: currentColor; stroke: none; }
.book-footer-contact-divider { width: 1px; height: 20px; flex: 0 0 1px; background: currentColor; opacity: .62; }

.book-review-modal {
  position: fixed;
  z-index: 101;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(33, 21, 21, .68);
  overscroll-behavior: contain;
}
.book-review-modal[hidden] { display: none; }
.book-review-dialog {
  position: relative;
  width: min(100%, 620px);
  max-height: min(720px, calc(100dvh - 48px));
  padding: 48px 44px 44px;
  overflow-y: auto;
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  border: 1px solid var(--figma-style-book-border-soft);
  border-radius: 18px;
  box-shadow: 0 24px 80px rgba(33, 21, 21, .38);
  overscroll-behavior: contain;
}
.book-review-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--figma-primitives-color-neutral-ink);
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--figma-style-book-border-soft);
  border-radius: 50%;
  font: 400 26px/1 Manrope, sans-serif;
  cursor: pointer;
}
.book-review-dialog-author { margin: 0 0 12px; color: var(--figma-primitives-color-brand-burgundy-800); font: 600 12px/16px Manrope, sans-serif; letter-spacing: 1.8px; text-transform: uppercase; }
.book-review-dialog h2 { margin: 0; font: 600 42px/44px "Cormorant Garamond", serif; }
.book-review-dialog-text { margin: 24px 0 0; font: 400 16px/26px Manrope, sans-serif; white-space: pre-line; }
.book-review-close:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: 3px; }

.book-checkout-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(33, 21, 21, .58);
  overscroll-behavior: contain;
}
.book-checkout-modal[hidden] { display: none; }
.book-checkout-dialog {
  position: relative;
  width: min(100%, 390px);
  max-height: min(760px, 100dvh);
  overflow-y: auto;
  padding: 32px 20px 28px;
  color: var(--figma-primitives-color-neutral-ink);
  background: var(--figma-primitives-color-surface-cream);
  box-shadow: 0 24px 80px rgba(33, 21, 21, .28);
  overscroll-behavior: contain;
}
.book-checkout-dialog h2 { margin: 0; font: 600 42px/42px "Cormorant Garamond", serif; }
.book-checkout-description { margin: 12px 0 0; font: 400 15px/23px Manrope, sans-serif; }
.book-checkout-price { display: block; margin-top: 12px; font: 600 26px/32px Manrope, sans-serif; }
.book-checkout-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  padding: 0;
  color: var(--figma-primitives-color-neutral-ink);
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--figma-style-book-border-soft);
  border-radius: 50%;
  font: 400 26px/1 Manrope, sans-serif;
  cursor: pointer;
}
.book-checkout-form { display: grid; gap: 14px; margin-top: 26px; }
.book-checkout-form > label.book-checkout-purchaser-label,
.book-checkout-methods legend,
.book-checkout-order-modes legend { font: 600 13px/18px Manrope, sans-serif; }
.book-checkout-form input[type="email"],
.book-checkout-form input[type="date"],
.book-checkout-form input[type="time"] { width: 100%; min-height: 52px; box-sizing: border-box; padding: 12px 14px; border: 1px solid var(--figma-style-book-border-soft); border-radius: 8px; color: inherit; background: #fff; font: 400 16px/22px Manrope, sans-serif; }
.book-checkout-form input[data-book-checkout-invalid="true"] { border-color: #a2293c; box-shadow: 0 0 0 2px rgba(162, 41, 60, .12); }
.book-checkout-form input:disabled { opacity: .58; }
.book-checkout-order-modes { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.book-checkout-order-modes label { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--figma-style-book-border-soft); border-radius: 10px; cursor: pointer; }
.book-checkout-order-modes label:has(input:checked) { border-color: var(--figma-style-book-accent-gold); background: rgba(216, 180, 111, .08); }
.book-checkout-order-modes input { margin-top: 2px; accent-color: var(--figma-primitives-color-brand-burgundy-800); }
.book-checkout-order-modes span { display: grid; gap: 3px; }
.book-checkout-order-modes small { color: var(--figma-style-book-text-secondary); font: 400 12px/17px Manrope, sans-serif; }
.book-checkout-gift-fields { display: grid; gap: 14px; padding: 14px 0; border: 1px solid var(--figma-style-book-border-soft); border-radius: 12px; background: rgba(255, 255, 255, .46); }
.book-checkout-gift-fields[hidden] { display: none; }
.book-checkout-gift-fields > label { font: 600 13px/18px Manrope, sans-serif; }
.book-checkout-delivery-date-time { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8px 10px; }
.book-checkout-delivery-date-time label { align-self: center; font: 600 12px/16px Manrope, sans-serif; }
.book-checkout-delivery-date-time input { min-width: 0; }
.book-checkout-timezone { grid-column: 1 / -1; margin: 0; color: var(--figma-style-book-text-secondary); font: 400 12px/17px Manrope, sans-serif; }
.book-checkout-methods { display: grid; gap: 8px; margin: 2px 0 0; padding: 0; border: 0; }
.book-checkout-methods label { display: flex; align-items: flex-start; gap: 10px; padding: 12px; border: 1px solid var(--figma-style-book-border-soft); border-radius: 10px; cursor: pointer; }
.book-checkout-methods label:has(input:checked) { border-color: var(--figma-style-book-accent-gold); background: rgba(216, 180, 111, .08); }
.book-checkout-methods input { margin-top: 2px; accent-color: var(--figma-primitives-color-brand-burgundy-800); }
.book-checkout-methods span { display: grid; gap: 3px; }
.book-checkout-methods small { color: var(--figma-style-book-text-secondary); font: 400 12px/17px Manrope, sans-serif; }
.book-checkout-form input:focus-visible,
.book-checkout-close:focus-visible,
.book-checkout-methods label:has(input:focus-visible),
.book-checkout-order-modes label:has(input:focus-visible),
.book-checkout-consent a:focus-visible,
.book-checkout-submit:focus-visible { outline: 2px solid var(--figma-style-book-accent-gold); outline-offset: 3px; }
.book-checkout-consent { display: flex; align-items: flex-start; gap: 8px; font: 400 13px/19px Manrope, sans-serif; cursor: pointer; }
.book-checkout-consent[data-book-checkout-invalid="true"] { color: #a2293c; }
.book-checkout-consent input { box-sizing: border-box; flex: 0 0 16px; width: 16px; min-width: 16px; height: 16px; min-height: 16px; margin: 1px 0 0; accent-color: var(--figma-primitives-color-brand-burgundy-800); }
.book-checkout-consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.book-checkout-required { margin-left: 3px; color: var(--figma-primitives-color-brand-burgundy-700); font-weight: 700; }
.book-checkout-error { margin: 0; color: #a2293c; font: 500 13px/19px Manrope, sans-serif; }
.book-checkout-error[data-state="notice"] { color: var(--figma-primitives-color-brand-burgundy-800); }
.book-checkout-submit { width: 100%; min-height: 54px; border: 0; border-radius: 999px; color: var(--figma-primitives-color-neutral-white); background: var(--figma-primitives-color-brand-burgundy-800); font: 600 14px/20px Manrope, sans-serif; cursor: pointer; }
.book-checkout-submit:disabled { border: 1px solid rgba(75, 21, 35, .32); color: rgba(255, 255, 255, .82); background: rgba(75, 21, 35, .32); cursor: not-allowed; opacity: 1; }
.book-checkout-submit[data-submitting="true"] { border-color: var(--figma-primitives-color-brand-burgundy-700); color: var(--figma-primitives-color-neutral-white); background: var(--figma-primitives-color-brand-burgundy-700); cursor: wait; }

@media (max-width: 1120px) {
  .book-container { width: min(calc(100% - 64px), 960px); }
  .book-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
  .book-hero-copy,
  .book-hero-visual { width: 100%; }
  .book-hero h1 { font-size: 72px; line-height: 70px; }
  .book-gallery-slide { height: 667px; }
  .book-stylist-grid { grid-template-columns: 38% 1fr; gap: 44px; }
  .book-order-inner { grid-template-columns: minmax(0, 1fr) minmax(360px, 420px); column-gap: 64px; }
  .book-order-inner::before { left: calc(100% - 484px); }
  .book-order-copy { padding-top: 96px; }
  .book-order-offer,
  .book-offer-price,
  .book-order-price-divider,
  .book-installment-now,
  .book-order-offer > .book-button,
  .book-installment-note { width: 100%; }
  .book-offer-price { font-size: 56px; line-height: 62px; }
}

@media (max-width: 760px) {
  .book-container { width: min(calc(100% - 32px), 600px); }
  .book-header,
  .book-header-inner { min-height: 64px; }
  .book-header { position: static; }
  .book-header-inner { grid-template-columns: 1fr auto; gap: 12px; }
  .book-nav { display: none; }
  .book-header .ref-brand { font-size: 25px; line-height: 28px; }
  .book-header .ref-brand { justify-self: start; }
  .book-button-small { min-width: 180px; min-height: 52px; padding-inline: 20px; }

  .book-hero-grid { width: 100%; min-height: 900px; display: block; }
  .book-hero-copy { position: relative; width: min(calc(100% - 32px), 600px); min-height: 420px; margin-inline: auto; padding: 56px 0; text-align: center; }
  .book-hero-copy::before,
  .book-hero-copy::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
    background: var(--figma-style-book-accent-gold);
  }
  .book-hero-copy::before { top: 30px; }
  .book-hero-copy::after { display: none; }
  .book-hero h1 { font-size: 58px; line-height: 56px; }
  .book-lead { margin-top: 28px; font-size: 16px; line-height: 26px; }
  .book-hero-copy .book-button { width: 100%; min-height: 52px; margin-top: 32px; }
  .book-hero-visual { width: 100%; height: 480px; }

  .book-section,
  .book-order { padding-block: 64px; }
  .book-section h2,
  .book-order h2,
  .book-stylist-title { font-size: 38px; line-height: 40px; }
  .book-section-heading { margin-bottom: 36px; }
  .book-section-heading > p:last-child { margin-top: 28px; font-size: 16px; line-height: 24px; }

  .book-value { min-height: auto; }
  .book-value .book-section-heading { margin-bottom: 32px; }
  .book-value-grid { grid-template-columns: 1fr; gap: 28px; }
  .book-value-grid img { width: 84px; height: 74px; }
  .book-value-grid h3 { min-height: 0; margin-top: 14px; font-size: 28px; line-height: 31px; }
  .book-value-grid p { max-width: 330px; margin-inline: auto; }

  .book-why-intro { min-height: auto; }
  .book-why-intro .book-section-heading > p {
    width: 310px;
    max-width: calc(100% - 48px);
    margin-inline: auto;
    text-align: left;
    text-align-last: auto;
  }
  .book-why-intro .book-section-heading > p:last-child { max-width: calc(100% - 48px); }
  .book-why-lead { font-size: 24px !important; line-height: 30px !important; text-align: left !important; text-align-last: auto !important; }
  .book-why-principles { min-height: auto; }
  .book-why-principles .book-section-heading { margin-bottom: 36px; }
  .book-why-grid { grid-template-columns: 1fr; gap: 18px; }
  .book-why-card { min-height: 0; }
  .book-why-card-media {
    width: 232.5px;
    height: 310px;
    margin-inline: auto;
    aspect-ratio: 3 / 4;
  }
  .book-why-card-media img { object-fit: contain; object-position: center; }
  .book-why-card h3 { margin-top: 16px; font-size: 28px; line-height: 31px; }
  .book-why-card p { font-size: 16px; line-height: 24px; }
  .book-why-carousel-subtitle {
    position: relative;
    width: calc(100% - 48px);
    max-width: 520px;
    box-sizing: border-box;
    margin: 28px auto 0;
    padding-top: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .book-why-carousel-subtitle::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    border-top: 1px solid var(--figma-style-book-accent-gold);
    content: "";
    transform: translateX(-50%);
  }
  .book-why-carousel { grid-template-columns: minmax(0, 1fr); gap: 0; width: 100%; margin-top: 16px; }
  .book-why-viewport { padding-inline: 16px; }
  .book-why-track { gap: 16px; }
  .book-why-slide { flex-basis: calc(100% - 48px); align-items: stretch; scroll-snap-align: start; }
  .book-why-carousel > .book-gallery-control { display: none; }
  .book-why-slide img { width: 100%; max-height: 68vh; max-height: 68svh; }
  .book-why-slide figcaption { font-size: 16px; line-height: 24px; }

  .book-contents { min-height: auto; }
  .book-contents .book-section-heading { margin-bottom: 36px; }
  .book-contents-grid { grid-template-columns: 1fr; gap: 24px; }
  .book-contents-grid article { min-height: 0; padding-top: 24px; }
  .book-contents-grid h3 { font-size: 28px; line-height: 31px; }

  .book-examples { min-height: auto; overflow: hidden; }
  .book-examples .book-container { width: 100%; }
  .book-examples .book-section-heading { width: calc(100% - 32px); margin-inline: auto; }
  .book-examples .book-section-heading h2 { height: auto; min-height: 0; overflow: visible; }
  .book-examples .book-section-heading > p:last-child { text-align: center; text-align-last: center; }
  .book-gallery-shell { display: block; padding-inline: 0; }
  .book-gallery { height: 430px; padding-inline: 16px; }
  .book-gallery-track { gap: 16px; }
  .book-gallery-slide { width: auto; height: 413px; }
  .book-gallery-control { display: none; }

  .book-stylist { min-height: auto; }
  .book-stylist-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .book-stylist-photo { width: 100%; height: 450px; }
  .book-stylist-copy h3 { font-size: 34px; line-height: 37px; }
  .book-stylist-copy { gap: 18px; }
  .book-stylist-quote-block { grid-template-columns: 17px 2px minmax(0, 1fr); column-gap: 8px; min-height: 0; }
  .book-stylist-quote-mark { width: 17px; font-size: 48px; line-height: 48px; }
  .book-stylist-quote-rule { min-height: 0; }
  .book-stylist-quote { font-size: 22px; line-height: 29px; }
  .book-stylist-body { font-size: 18px; line-height: 27px; }

  .book-requirements .book-section-heading { text-align: left; }
  .book-requirements-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 16px; }
  .book-requirements-grid img { aspect-ratio: 1; }
  .book-requirements-grid h3 { font-size: 23px; line-height: 26px; }
  .book-requirements-grid p { font-size: 13px; line-height: 20px; }

  .book-process { min-height: auto; }
  .book-steps { grid-template-columns: 1fr; gap: 32px; }
  .book-steps li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; }
  .book-steps h3 { margin-top: 4px; }

  .book-reviews { min-height: auto; }
  .book-reviews .book-section-heading { margin-bottom: 36px; }
  .book-reviews .book-section-heading > p:last-child { font-size: 16px; line-height: 24px; }
  .book-reviews-carousel { overflow: visible; }
  .book-reviews-navigation { display: none; }
  .book-reviews-list {
    display: flex;
    gap: 16px;
    width: calc(100% + 32px);
    margin-inline: -16px;
    padding: 0 16px 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
  }
  .book-reviews-list::-webkit-scrollbar { display: none; }
  .book-review-card { flex: 0 0 min(78vw, 310px); height: 292px; scroll-snap-align: start; }
  .book-review-dialog { width: 100%; max-height: min(720px, 100dvh); padding: 48px 24px calc(32px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; }
  .book-review-modal { align-items: end; padding: 0; }
  .book-review-dialog h2 { font-size: 38px; line-height: 40px; }
  .book-checkout-modal { align-items: end; padding: 0; }
  .book-checkout-dialog { width: 100%; max-height: min(760px, 100dvh); padding: 28px 20px calc(28px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; }
  .book-checkout-dialog h2 { font-size: 38px; line-height: 40px; }

  .book-faq-section { min-height: auto; }
  .book-faq summary { min-height: 76px; padding-right: 40px; font-size: 17px; line-height: 24px; }
  .book-faq details p { margin-right: 40px; }

  .book-order { min-height: auto; padding-block: 64px; text-align: center; }
  .book-order-inner { width: 100%; min-height: auto; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 26px; }
  .book-order-inner::before { display: none; }
  .book-order-copy { width: 100%; padding-top: 0; z-index: 2; }
  .book-contact-cta { align-items: center; margin-top: 0; }
  .book-order h2 { max-width: 358px; margin-inline: auto; font-size: 38px; line-height: 40px; }
  .book-order-copy-accent,
  .book-order-eyebrow { display: none; }
  .book-order-description { width: 358px; max-width: 100%; margin: 28px auto 0; font-size: 16px; line-height: 24px; }
  .book-order-offer { width: 100%; padding-top: 0; display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .book-offer-price { width: 100%; margin: 0; font-size: 28px; line-height: 31px; text-align: center; }
  .book-order-price-divider { width: 300px; margin: 0; }
  .book-installment-now { width: 100%; margin: 0; font-size: 14px; line-height: 22px; text-align: center; }
  .book-order-offer > .book-button { width: 100%; min-height: 52px; margin: 12px 0 0; }
  .book-installment-note { width: 340px; max-width: 100%; margin: 12px 0 0; font-size: 11px; line-height: 16px; text-align: center; }

  .book-footer { min-height: auto; padding-block: 20px; }
  .book-footer .book-container {
    width: 100%;
    min-height: 0;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding-inline: 16px;
  }
  .book-footer .ref-brand { font: 600 26px/35px "Cormorant Garamond", serif; }
  .book-footer nav { align-items: center; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 12px 16px; text-align: center; }
  .book-footer nav a { font: 400 13px/18px Manrope, sans-serif; text-align: center; }
  .book-footer-contact { width: min(100%, 280px); max-width: 100%; min-width: 0; min-height: 36px; justify-content: center; gap: 4px; }
  .book-footer-contact-icon { width: 28px; height: 28px; flex-basis: 28px; }
  .book-footer-contact-icon svg { width: 16px; height: 16px; }
  .book-footer-contact-divider { height: 18px; }
}

@media (max-width: 420px) {
  .book-header .ref-brand { font-size: 23px; }
  .book-button-small { min-width: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  .book-button,
  .style-book-page.motion-ready [data-reveal] { transition: none; }
  .style-book-page.motion-ready [data-reveal] { opacity: 1; transform: none; }
  .book-why-viewport { scroll-behavior: auto; }
}
