:root {
  --ink: #1c1714;
  --muted: #75695f;
  --paper: #f7e6ca;
  --white: #ffffff;
  --mist: #f3dfd7;
  --forest: #ad9c8e;
  --sage: #e8d59e;
  --coral: #d9bbb0;
  --copper: #ad9c8e;
  --sun: #e8d59e;
  --blue: #ead4ca;
  --line: #d8c5b2;
  --button: #d9bbb0;
  --button-hover: #ad9c8e;
  --block: #ad9c8e;
  --accent: #e8d59e;
  --pop: #d9bbb0;
  --shadow: 0 18px 45px rgba(92, 70, 54, 0.16);
  --header-height: 102px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open,
body.cart-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 100;
  width: auto;
  height: auto;
  clip: auto;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.top-bar {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 8px 18px;
  color: var(--ink);
  background: var(--block);
  font-size: 0.82rem;
}

.top-bar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  max-width: 1180px;
  min-height: 68px;
  margin: 0 auto;
  padding: 0 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
}

.brand strong,
.brand small {
  display: block;
}

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

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--button);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.mobile-cart-button {
  display: none;
}

.button,
.icon-button,
.filter-button,
.segmented-control button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.button {
  gap: 8px;
  padding: 10px 18px;
  font-weight: 800;
}

.button:hover,
.icon-button:hover,
.filter-button:hover,
.segmented-control button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--ink);
  background: var(--button);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--button-hover);
}

.button-light {
  color: var(--ink);
  background: var(--button);
  border-color: var(--button);
}

.button-ghost {
  color: var(--ink);
  background: var(--button);
  border-color: var(--button);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  color: var(--ink);
  background: var(--button-hover);
}

.icon-button {
  position: relative;
  gap: 8px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--button);
  font-weight: 800;
}

.icon-button b {
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding: 0 6px;
  color: var(--ink);
  background: var(--button);
  border-radius: 999px;
  font-size: 0.72rem;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.menu-button span[aria-hidden="true"],
.menu-button::before,
.menu-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--forest);
}

.hero {
  position: relative;
  display: grid;
  min-height: 78vh;
  place-items: center start;
  overflow: hidden;
  background-image: url("assets/spray-tan-session.jpg");
  background-position: center 45%;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 24, 23, 0.83) 0%, rgba(23, 24, 23, 0.52) 45%, rgba(23, 24, 23, 0.1) 100%),
    linear-gradient(0deg, rgba(23, 24, 23, 0.24), rgba(23, 24, 23, 0.04));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 90px 24px 70px;
  margin-left: max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--block);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--accent);
}

.hero h1 {
  margin: 0;
  max-width: 700px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5rem;
  line-height: 0.96;
  font-weight: 700;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 36px 0 0;
}

.hero-metrics div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.hero-metrics dt {
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-metrics dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(17, 16, 16, 0.2);
  background: var(--block);
}

.category-strip a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 18px 28px;
  border-right: 1px solid rgba(28, 23, 20, 0.18);
  color: var(--ink);
  font-weight: 900;
}

.category-strip a:last-child {
  border-right: 0;
}

.category-strip span {
  color: var(--accent);
  font-size: 0.78rem;
}

.category-strip a:nth-child(1) {
  background: transparent;
}

.category-strip a:nth-child(2) {
  background: transparent;
}

.category-strip a:nth-child(3) {
  background: transparent;
}

.category-strip a:nth-child(4) {
  color: var(--ink);
  background: transparent;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 82px 22px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading.compact {
  display: block;
  max-width: 700px;
}

.section-heading h2,
.split-copy h2,
.bridal-copy h2,
.about-section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 700;
}

.section-heading p:last-child,
.split-copy > p,
.bridal-copy > p,
.about-section p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.shop-section {
  background: var(--paper);
}

.shop-section .section-heading h2::after,
.bridal-copy h2::after,
.about-section h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 8px;
  margin-top: 18px;
  background: var(--accent);
}

.shop-section .section-heading h2::after {
  margin-top: 16px;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-button {
  min-width: 84px;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--white);
  border-color: var(--button);
  font-weight: 800;
}

.filter-button.active {
  color: var(--ink);
  background: var(--button);
  border-color: var(--button);
}

.search-box {
  display: block;
  min-width: 260px;
}

.search-box input {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--forest);
  border-radius: 6px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(32, 28, 23, 0.07);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--mist);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 9px;
  color: var(--ink);
  background: var(--block);
  border-radius: 4px;
  font-size: 0.74rem;
  font-weight: 900;
}

.product-card:nth-child(4n + 1) .product-badge {
  color: var(--ink);
  background: var(--block);
}

.product-card:nth-child(4n + 2) .product-badge {
  color: var(--ink);
  background: var(--block);
}

.product-card:nth-child(4n + 3) .product-badge {
  color: var(--ink);
  background: var(--block);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.product-card h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.product-card p {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.price {
  color: var(--block);
  font-size: 1.02rem;
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: 56px;
  align-items: center;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 14px;
  align-items: end;
}

.image-stack img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack img:last-child {
  height: 340px;
  margin-bottom: -34px;
  border: 8px solid var(--paper);
}

.service-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.service-list article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--accent);
  border-radius: 8px;
}

.service-list h3,
.service-list p {
  margin: 0;
}

.service-list h3 {
  font-size: 1rem;
}

.service-list p {
  color: var(--muted);
  font-size: 0.92rem;
}

.shade-section {
  max-width: none;
  background: var(--blue);
  border-block: 1px solid rgba(82, 0, 255, 0.18);
}

.shade-section > * {
  max-width: 1180px;
  margin-inline: auto;
}

.shade-studio {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.shade-preview {
  display: grid;
  min-height: 320px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--block));
  border-radius: 8px;
}

.shade-preview span {
  padding: 8px 12px;
  background: rgba(23, 24, 23, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-weight: 900;
}

.shade-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: 380px;
  margin-bottom: 24px;
  padding: 6px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.segmented-control button {
  min-height: 40px;
  padding: 7px 12px;
  color: var(--ink);
  background: transparent;
  border-color: transparent;
  font-weight: 900;
}

.segmented-control button.active {
  color: var(--ink);
  background: var(--button);
}

.shade-controls h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.shade-controls p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.bridal-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.85fr);
  gap: 40px;
  align-items: center;
}

.timeline {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.timeline span {
  color: var(--button);
  font-weight: 900;
}

.bridal-panel {
  overflow: hidden;
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.bridal-panel img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.bridal-panel div {
  padding: 24px;
}

.bridal-panel h3,
.bridal-panel p {
  margin: 0;
}

.bridal-panel p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
}

.prep-section {
  max-width: none;
  background: var(--white);
}

.prep-section > * {
  max-width: 1180px;
  margin-inline: auto;
}

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

.prep-grid article {
  min-height: 210px;
  padding: 24px;
  background: linear-gradient(180deg, var(--paper), var(--white));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.prep-grid span {
  color: var(--button);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.prep-grid h3 {
  margin: 18px 0 8px;
}

.prep-grid p {
  margin: 0;
  color: var(--muted);
}

.reviews-section {
  max-width: none;
  color: var(--ink);
  background: var(--block);
}

.reviews-section .section-heading,
.review-grid {
  max-width: 1180px;
  margin-inline: auto;
}

.reviews-section .eyebrow,
.reviews-section h2 {
  color: var(--ink);
}

.reviews-section .eyebrow {
  color: var(--accent);
}

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

.review-grid article {
  padding: 20px;
  background: rgba(247, 230, 202, 0.34);
  border: 1px solid rgba(28, 23, 20, 0.18);
  border-radius: 8px;
}

.review-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.review-grid p {
  margin: 0;
  color: rgba(28, 23, 20, 0.78);
  font-size: 0.93rem;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.75fr);
  gap: 36px;
  align-items: start;
}

address {
  display: grid;
  gap: 8px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(32, 28, 23, 0.07);
  font-style: normal;
}

address strong {
  color: var(--block);
}

address a {
  color: var(--block);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq-section {
  padding-top: 28px;
}

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

.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--block);
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  justify-content: flex-end;
  background: rgba(23, 24, 23, 0);
  pointer-events: none;
  transition: background 180ms ease;
}

.cart-drawer.open {
  background: rgba(23, 24, 23, 0.42);
  pointer-events: auto;
}

.cart-panel {
  display: flex;
  width: min(430px, 100vw);
  height: 100%;
  flex-direction: column;
  background: var(--paper);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.cart-header,
.cart-footer {
  padding: 18px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-header h2 {
  margin: 0;
  font-size: 1.35rem;
}

.close-button {
  min-height: 38px;
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.cart-item h3 {
  margin: 0 0 4px;
  font-size: 0.95rem;
}

.cart-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.cart-qty {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qty-button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
}

.empty-cart {
  margin: 0;
  color: var(--muted);
}

.cart-footer {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 34px max(22px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--ink);
}

.site-footer p {
  max-width: 560px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: end;
  gap: 14px;
}

.footer-actions a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 230, 202, 0.88)),
    var(--paper);
}

.booking-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px max(18px, calc((100vw - 1180px) / 2));
  background: rgba(247, 230, 202, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.78fr);
  gap: 36px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 22px 48px;
}

.booking-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  line-height: 1;
}

.booking-hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.booking-note {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 620px;
  margin-top: 28px;
  padding: 16px;
  background: var(--accent);
  border: 1px solid rgba(28, 23, 20, 0.15);
  border-radius: 8px;
}

.booking-note strong {
  flex: 0 0 auto;
}

.booking-note span {
  color: var(--ink);
}

.booking-hero-copy,
.booking-hero-card {
  min-width: 0;
}

.booking-hero-card {
  overflow: hidden;
  background: var(--block);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-hero-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.booking-hero-card div {
  padding: 22px;
}

.booking-hero-card span,
.booking-hero-card strong {
  display: block;
}

.booking-hero-card span {
  color: rgba(28, 23, 20, 0.72);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-hero-card strong {
  margin-top: 3px;
  font-size: 1.55rem;
}

.booking-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(360px, 1fr);
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 82px;
}

.booking-summary,
.booking-form {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(92, 70, 54, 0.08);
}

.booking-summary {
  position: sticky;
  top: 96px;
  align-self: start;
  overflow: hidden;
}

.booking-summary img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.booking-summary h2 {
  margin: 0;
  padding: 22px 22px 8px;
  font-size: 1.35rem;
}

.booking-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 22px 22px;
}

.booking-summary div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.booking-summary div:last-child {
  border-bottom: 0;
}

.booking-summary dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-summary dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.booking-form {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.form-section {
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.form-step {
  margin: 0 0 8px;
  color: var(--button-hover);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.form-section h2 {
  margin: 0 0 18px;
  font-size: 1.65rem;
}

.booking-options {
  display: grid;
  gap: 12px;
}

.booking-options label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.booking-options input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--button-hover);
}

.booking-options strong,
.booking-options small {
  display: block;
}

.booking-options small {
  margin-top: 3px;
  color: var(--muted);
}

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

.date-grid button {
  min-height: 82px;
  padding: 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.date-grid button.active,
.date-grid button:hover {
  background: var(--button);
  border-color: var(--button-hover);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field-grid label,
.notes-field {
  display: grid;
  gap: 7px;
}

.field-grid span,
.notes-field span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 900;
}

.field-grid input,
.field-grid select,
.notes-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.notes-field {
  margin-top: 14px;
}

.notes-field textarea {
  min-height: 120px;
  resize: vertical;
}

.booking-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: var(--block);
}

.booking-actions p {
  max-width: 390px;
  margin: 0;
  color: rgba(28, 23, 20, 0.75);
  font-size: 0.92rem;
}

@media (max-width: 960px) {
  :root {
    --header-height: 88px;
  }

  .top-bar {
    justify-content: start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .nav-shell {
    grid-template-columns: auto 42px 1fr auto;
    gap: 12px;
    min-height: 64px;
  }

  .menu-button {
    display: inline-block;
    grid-column: 2;
    grid-row: 1;
  }

  .nav-links {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 22px 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-actions {
    grid-column: 4;
    grid-row: 1;
  }

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

  .nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-actions .button {
    display: none;
  }

  .hero {
    min-height: 76vh;
    background-position: center;
  }

  .hero h1 {
    font-size: 3.6rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .hero-metrics,
  .category-strip,
  .product-grid,
  .prep-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading,
  .split-section,
  .shade-studio,
  .bridal-section,
  .about-section,
  .booking-hero,
  .booking-shell {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .split-copy h2,
  .bridal-copy h2,
  .about-section h2 {
    font-size: 2.35rem;
  }

  .booking-hero h1 {
    font-size: 3rem;
  }

  .booking-summary {
    position: static;
  }

  .image-stack img {
    height: 380px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 15px;
  }

  .brand {
    min-width: 0;
  }

  .top-bar {
    justify-content: center;
    gap: 16px;
    overflow: hidden;
  }

  .top-bar a:last-child {
    display: none;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .nav-shell {
    width: 100vw;
    max-width: none;
    padding-inline: 14px;
    padding-right: 68px;
    position: relative;
  }

  .nav-actions {
    display: none;
  }

  .hero-content {
    padding: 70px 18px 54px;
    margin-left: 0;
  }

  .hero h1 {
    max-width: 330px;
    font-size: 2.55rem;
  }

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

  .nav-actions .icon-button {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .nav-actions .icon-button > span[aria-hidden="true"] {
    display: none;
  }

  .mobile-cart-button {
    position: fixed;
    top: 48px;
    right: auto;
    left: min(calc(100vw - 76px), 314px);
    z-index: 60;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 10px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--button);
    border-radius: 6px;
    font-weight: 900;
  }

  .mobile-cart-button b {
    display: grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding: 0 6px;
    color: var(--white);
    background: var(--button);
    border-radius: 999px;
    font-size: 0.72rem;
  }

  .hero-metrics,
  .category-strip,
  .product-grid,
  .prep-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .category-strip a {
    min-height: 60px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 58px 18px;
  }

  .section-heading h2,
  .split-copy h2,
  .bridal-copy h2,
  .about-section h2 {
    font-size: 2rem;
  }

  .shop-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    min-width: 0;
  }

  .product-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .product-footer .button {
    width: 100%;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack img,
  .image-stack img:last-child,
  .bridal-panel img {
    height: 310px;
    margin: 0;
    border: 0;
  }

  .shade-controls {
    padding: 22px;
  }

  .segmented-control {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-actions {
    justify-content: start;
  }

  .booking-header {
    width: 100%;
    padding: 12px 14px;
    padding-right: 90px;
    position: relative;
    overflow: hidden;
  }

  .booking-header .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .booking-header .brand strong {
    max-width: 118px;
  }

  .booking-header .button {
    position: absolute;
    top: 12px;
    left: min(calc(100vw - 76px), 314px);
    flex: 0 0 auto;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .booking-hero {
    padding: 46px 18px 34px;
    overflow: hidden;
  }

  .booking-hero-copy,
  .booking-note,
  .booking-hero-card {
    max-width: 340px;
  }

  .booking-hero h1 {
    max-width: 320px;
    font-size: 2.08rem;
    line-height: 1.05;
  }

  .booking-hero p {
    max-width: 330px;
  }

  .booking-note {
    align-items: start;
    flex-direction: column;
  }

  .booking-hero-card img {
    height: 280px;
  }

  .booking-shell {
    max-width: 376px;
    padding: 0 18px 58px;
  }

  .form-section {
    padding: 22px;
  }

  .date-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

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