:root {
  --paper: #f9fbfb;
  --ivory: #eaf1f3;
  --sand: #cfe0e8;
  --line: #e2e7e8;
  --gold: #9cbecc;
  --gold-dark: #5f8499;
  --rose: #9aaeb5;
  --ink: #33424d;
  --muted: #7f8b93;
  --soft: rgba(250, 247, 245, 0.82);
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Montserrat", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.35;
}

body.menu-open,
body.cart-open,
body.search-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

select,
textarea {
  font: inherit;
}

.topbar {
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--sand);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.gift {
  color: var(--gold);
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(28px, 4vw, 70px);
  padding: 0 clamp(22px, 3.2vw, 58px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(14px);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(36px, 3.55vw, 68px);
  color: #433a33;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--gold-dark);
}

.nav-left {
  justify-content: flex-end;
}

.nav-right {
  justify-content: flex-start;
  flex: 0 0 auto;
}

.header-right {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 3vw, 52px);
}

.brand {
  min-width: 245px;
  display: grid;
  justify-items: center;
  line-height: 1;
}

.brand-star {
  color: var(--gold);
  font-size: 13px;
}

.brand-name {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  text-transform: uppercase;
}

.brand-place {
  margin-top: 4px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.36em;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}

.icon-button,
.menu-toggle {
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.icon-button {
  position: relative;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
}

.icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-button span {
  position: absolute;
  right: -7px;
  top: -3px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-size: 10px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  place-items: center;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 1px;
  margin: 4px auto;
  background: currentColor;
}

.search-panel {
  position: fixed;
  inset: 97px 0 auto;
  z-index: 40;
  display: none;
  justify-content: center;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 18px 40px rgba(59, 42, 34, 0.12);
}

body.search-open .search-panel {
  display: flex;
}

.search-box {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
}

.search-box input,
.newsletter input {
  min-height: 35px;
  border: 1px solid var(--line);
  padding: 0 12px;
  color: var(--ink);
  background: white;
}

.search-box button,
.newsletter button {
  min-height: 35px;
  border: 1px solid var(--gold);
  padding: 0 18px;
  background: var(--gold);
  color: white;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.search-box button:last-child {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: clamp(520px, 68vh, 720px);
  overflow: hidden;
  background: var(--ivory);
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 720ms ease, transform 1600ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.88) 0%, rgba(255, 253, 249, 0.7) 34%, rgba(255, 253, 249, 0.04) 70%);
}

.hero-copy {
  position: absolute;
  top: 0;
  left: 16.4vw;
  z-index: 2;
  width: min(610px, 46vw);
  padding-top: clamp(120px, 15vh, 168px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.hero-copy.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero h1 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(38px, 3.5vw, 64px);
  font-weight: 400;
  line-height: 1.16;
}

.hero p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #5a4b42;
  font-size: 17px;
}

.hero-kicker {
  margin-bottom: 13px !important;
  color: var(--gold-dark) !important;
  font-size: 12px !important;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  padding: 0 28px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.button.filled {
  background: var(--gold);
  color: white;
}

.button.ghost {
  border-color: rgba(140, 100, 54, 0.42);
  background: rgba(255, 253, 249, 0.74);
  color: var(--gold-dark);
}

.button.outline {
  color: var(--gold-dark);
  background: white;
}

.button.full {
  width: 100%;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  display: flex;
  gap: 13px;
  transform: translateX(-50%);
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: white;
  opacity: 0.95;
  cursor: pointer;
}

.hero-dots button.active {
  background: var(--gold);
}

.trust-strip {
  height: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: #fbf6ef;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trust-strip span {
  display: grid;
  place-items: center;
  height: 100%;
  border-right: 1px solid var(--line);
}

.trust-strip span:last-child {
  border-right: 0;
}

.categories {
  width: min(1500px, calc(100% - 15.6vw));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 24px auto 0;
}

.category-card {
  position: relative;
  height: clamp(165px, 12vw, 220px);
  overflow: hidden;
  padding: 24px 24px 18px;
  background: var(--ivory);
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 61% center;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 239, 0.9) 0%, rgba(255, 248, 239, 0.76) 38%, rgba(255, 248, 239, 0.05) 100%);
}

.category-card span,
.category-card small,
.category-card em {
  position: relative;
  z-index: 1;
  display: block;
}

.category-card span {
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 20px;
  text-transform: uppercase;
}

.category-card small {
  color: #6d5d52;
  font-family: var(--serif);
  font-size: 16px;
}

.category-card em {
  margin-top: 20px;
  color: var(--gold-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.selection {
  padding: 24px 0 42px;
  text-align: center;
}

.selection h2 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.product-grid {
  width: min(1365px, calc(100% - 15.6vw));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 33px;
  margin: 0 auto 16px;
}

.product-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--line);
  background: white;
}

.product-media {
  position: relative;
  aspect-ratio: 3 / 3.7;
  overflow: hidden;
  background: var(--ivory);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus, center);
}

.favorite {
  position: absolute;
  right: 12px;
  top: 9px;
  z-index: 2;
  border: 0;
  background: transparent;
  color: white;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.favorite.is-active {
  color: #c98d88;
}

.product-info {
  min-height: 78px;
  padding: 13px 12px 14px;
  font-family: var(--serif);
  line-height: 1.12;
  text-align: center;
}

.product-info h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.product-info p {
  margin: 1px 0;
  color: #66564b;
  font-size: 12px;
}

.product-price {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.product-badge {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 2;
  padding: 6px 9px;
  background: rgba(255, 253, 249, 0.86);
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-card .quick-add {
  position: absolute;
  inset: auto 8px 8px;
  min-height: 30px;
  border: 1px solid var(--gold);
  background: rgba(255, 253, 249, 0.94);
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.product-card:hover .quick-add {
  opacity: 1;
  transform: translateY(0);
}

.selection-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.atelier {
  min-height: 171px;
  display: grid;
  grid-template-columns: 34% 26% 40%;
  align-items: stretch;
  margin-top: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbf5ed;
}

.atelier > img {
  width: 100%;
  height: 100%;
  min-height: 171px;
  object-fit: cover;
  object-position: center;
}

.atelier-copy {
  display: grid;
  align-content: center;
  padding: 20px 44px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.atelier h2 {
  margin: 0 0 9px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.atelier p {
  margin: 0 0 10px;
  color: #5f5148;
  font-size: 12px;
}

.atelier a {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.atelier-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 8px;
  padding: 16px 50px 16px 10px;
}

.atelier-values article {
  display: grid;
  justify-items: center;
  gap: 5px;
  text-align: center;
}

.atelier-values span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1;
}

.atelier-values strong {
  max-width: 130px;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.atelier-values small {
  max-width: 132px;
  color: #6d5d52;
  font-size: 11px;
  line-height: 1.2;
}

.boutique-photo {
  display: grid;
  grid-template-columns: 31% 69%;
  align-items: stretch;
  min-height: 255px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.boutique-copy {
  display: grid;
  align-content: center;
  padding: 36px 5.7vw;
  border-right: 1px solid var(--line);
}

.boutique-copy h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.08;
}

.boutique-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.boutique-copy a {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.boutique-photo img {
  width: 100%;
  height: 100%;
  min-height: 255px;
  object-fit: cover;
  object-position: center;
}

.section-heading {
  max-width: 1200px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-heading .eyebrow {
  color: var(--gold-dark);
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.9vw, 74px);
  font-weight: 500;
  line-height: 1.04;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.appointment-flow {
  padding: 72px 5.4vw 78px;
  border-bottom: 1px solid var(--line);
  background: #f7f5f0;
}

.flow-steps {
  width: min(1840px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  border: 1px solid transparent;
  background: white;
}

.flow-steps article {
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(28px, 2.4vw, 44px) clamp(24px, 2.4vw, 40px);
  border-right: 1px solid var(--line);
}

.flow-steps article:last-child {
  border-right: 0;
}

.flow-steps span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 600;
}

.flow-steps strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
}

.flow-steps p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.rendezvous-section {
  padding: 86px 5.6vw 72px;
  background: var(--paper);
}

.rdv-form {
  width: min(1720px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0 auto;
}

.rdv-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rdv-form input,
.rdv-form select,
.rdv-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #ded2c4;
  border-radius: 0;
  padding: 0 16px;
  color: var(--ink);
  background: white;
  font-weight: 400;
  font-size: 15px;
}

.rdv-form input::placeholder,
.rdv-form textarea::placeholder {
  color: #777;
  opacity: 0.9;
}

.rdv-form textarea {
  min-height: 140px;
  padding-top: 16px;
  resize: vertical;
}

.rdv-form .wide {
  grid-column: 1 / -1;
}

.rdv-form button.wide {
  min-height: 54px;
  grid-column: 1 / -1;
  font-size: 13px;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.services article {
  min-height: 102px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px 46px;
  background: var(--paper);
}

.services span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
}

.services strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.services p {
  margin: 4px 0 7px;
  color: var(--muted);
  font-size: 12px;
}

.services a {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  min-height: 143px;
  display: grid;
  grid-template-columns: 1.25fr 1.25fr 1.5fr 1.1fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.site-footer > * {
  height: 100%;
  display: grid;
  align-content: center;
  padding: 18px 48px;
  border-right: 1px solid var(--line);
}

.newsletter label {
  font-family: var(--serif);
  font-size: 14px;
  text-transform: uppercase;
}

.newsletter small {
  margin: 3px 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.newsletter div {
  display: grid;
  grid-template-columns: 1fr auto;
}

.newsletter input {
  min-width: 0;
  height: 31px;
  font-size: 12px;
}

.newsletter button {
  min-height: 31px;
  font-size: 10px;
}

.footer-perks {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.footer-perks small {
  color: var(--muted);
  font-weight: 400;
}

.site-footer blockquote {
  margin: 0;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.site-footer nav {
  gap: 6px;
  color: #5f5148;
  font-size: 12px;
}

.site-footer nav a:hover {
  color: var(--gold-dark);
}

.footer-brand {
  justify-items: center;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.footer-brand strong {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.footer-brand small {
  color: var(--gold-dark);
  font-size: 9px;
  letter-spacing: 0.32em;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(410px, 100vw);
  height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 16px;
  padding: 22px;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(59, 42, 34, 0.22);
  transform: translateX(104%);
  transition: transform 180ms ease;
}

body.cart-open .cart-drawer {
  transform: translateX(0);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.cart-head h2 {
  font-family: var(--serif);
  font-weight: 400;
}

.cart-line {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.cart-line img {
  width: 70px;
  height: 76px;
  object-fit: cover;
}

.cart-line h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.cart-line p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.cart-line button {
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  cursor: pointer;
}

.cart-empty {
  color: var(--muted);
  text-align: center;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-top: 15px;
}

.shade {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  background: rgba(59, 42, 34, 0.28);
}

body.cart-open .shade {
  display: block;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 80;
  width: min(430px, calc(100% - 32px));
  padding: 12px 16px;
  background: var(--ink);
  color: white;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, calc(100% + 48px));
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    padding: 0 22px;
  }

  .header-right {
    display: contents;
  }

  .main-nav {
    gap: 0;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 800;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: fixed;
    inset: 97px 0 auto;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    background: var(--paper);
    box-shadow: 0 18px 40px rgba(59, 42, 34, 0.12);
  }

  body.menu-open .main-nav {
    display: grid;
  }

  .nav-left {
    justify-content: stretch;
  }

  .nav-right {
    top: calc(97px + 165px);
    justify-content: stretch;
  }

  .main-nav a {
    padding: 18px 22px;
    border-top: 1px solid var(--line);
  }

  .hero-copy {
    width: min(560px, 58vw);
    left: 7vw;
  }

  .categories,
  .product-grid {
    width: calc(100% - 44px);
  }

  .atelier {
    grid-template-columns: 1fr;
  }

  .atelier-values {
    padding: 22px;
  }

  .boutique-photo {
    grid-template-columns: 1fr;
  }

  .boutique-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .services,
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .topbar {
    height: 34px;
    font-size: 10px;
  }

  .site-header {
    height: 64px;
  }

  .brand {
    min-width: 164px;
  }

  .brand-name {
    font-size: 18px;
  }

  .brand-place {
    font-size: 8px;
  }

  .hide-mobile {
    display: none;
  }

  .main-nav,
  .search-panel {
    inset: 98px 0 auto;
  }

  .search-box {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 500px;
  }

  .hero-slide {
    object-position: 69% center;
  }

  .hero::before {
    background: rgba(255, 253, 249, 0.72);
  }

  .hero-copy {
    width: auto;
    left: 0;
    right: 0;
    padding: 96px 22px 0;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    width: min(310px, 100%);
  }

  .trust-strip {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip span {
    min-height: 46px;
    border-bottom: 1px solid var(--line);
  }

  .categories {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .category-card {
    height: 126px;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .product-media {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .product-card .quick-add {
    position: static;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    opacity: 1;
    transform: none;
  }

  .atelier-copy {
    padding: 26px 22px;
  }

  .atelier-values {
    grid-template-columns: 1fr 1fr;
  }

  .boutique-copy {
    padding: 28px 22px;
  }

  .boutique-photo img {
    min-height: 230px;
  }

  .appointment-flow,
  .rendezvous-section {
    padding: 48px 22px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 39px;
  }

  .section-heading p:not(.eyebrow) {
    font-size: 17px;
  }

  .flow-steps,
  .rdv-form {
    grid-template-columns: 1fr;
  }

  .flow-steps article {
    min-height: 190px;
    padding: 28px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .flow-steps article:last-child {
    border-bottom: 0;
  }

  .flow-steps strong {
    font-size: 31px;
  }

  .flow-steps p {
    font-size: 16px;
  }

  .rdv-form label {
    font-size: 15px;
  }

  .rdv-form input,
  .rdv-form select {
    min-height: 58px;
  }

  .rdv-form textarea {
    min-height: 150px;
  }

  .services {
    grid-template-columns: 1fr;
  }

  .services article {
    padding: 16px 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer > * {
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 460px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-media {
    height: auto;
    aspect-ratio: 3 / 4;
  }
}
