:root {
  --ivory: #f5f1ea;
  --paper: #fbf9f5;
  --ink: #171916;
  --muted: #68675f;
  --line: rgba(23, 25, 22, 0.16);
  --wine: #602537;
  --green: #183128;
  --gold: #b89a62;
  --coral: #bd5947;
  --white: #fffdf9;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Songti SC", "STSong", serif;
  --sans: "Avenir Next", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  --page-pad: clamp(22px, 4vw, 72px);
  --section-gap: clamp(88px, 12vw, 176px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Information, client care, craft and journal pages */
.information-page {
  background: #f6f1e9;
  color: #171b18;
}

.information-page main {
  overflow: clip;
}

.info-hero,
.craft-hero {
  min-height: calc(100svh - 92px);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  background: #0f3027;
  color: #f8f2e8;
}

.info-hero-copy,
.craft-hero-copy {
  align-self: center;
  padding: clamp(64px, 8vw, 150px) clamp(32px, 7vw, 112px);
  max-width: 720px;
}

.info-hero-copy h1,
.craft-hero-copy h1,
.contact-hero h1,
.journal-heading h1 {
  margin: 22px 0 26px;
  font-family: var(--serif);
  font-size: clamp(54px, 6.6vw, 112px);
  line-height: 0.94;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.info-hero-copy > p:last-child,
.craft-hero-copy > p:last-child,
.contact-hero > div > p:last-child {
  max-width: 520px;
  color: rgba(248, 242, 232, 0.72);
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.7;
}

.info-hero-media,
.craft-hero-media {
  min-height: 620px;
  overflow: hidden;
}

.info-hero-media img,
.craft-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.care-anchor-nav {
  position: sticky;
  top: var(--header-height, 64px);
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f6f1e9;
  border-bottom: 1px solid rgba(23, 27, 24, 0.18);
}

.care-anchor-nav a {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px clamp(20px, 3vw, 48px);
  border-right: 1px solid rgba(23, 27, 24, 0.14);
  color: inherit;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.care-anchor-nav a:last-child {
  border-right: 0;
}

.care-anchor-nav a:hover {
  background: #17382f;
  color: #f8f2e8;
}

.care-anchor-nav span,
.measure-number,
.contact-details article > span,
.craft-process-grid article > span,
.journal-note > span {
  color: #a76459;
  font-size: 11px;
  letter-spacing: 0.14em;
}

.care-anchor-nav strong {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.care-section {
  scroll-margin-top: 128px;
  padding-top: clamp(96px, 12vw, 190px);
  padding-bottom: clamp(96px, 12vw, 190px);
}

.care-section-toned {
  background: #e9dfd2;
}

.care-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  column-gap: clamp(50px, 10vw, 180px);
  align-items: end;
  margin-bottom: clamp(54px, 8vw, 110px);
}

.care-section-heading .eyebrow {
  grid-column: 1 / -1;
}

.care-section-heading h2,
.craft-manifesto h2,
.craft-process h2,
.material-story-copy h2,
.contact-intro h2 {
  margin: 18px 0 0;
  max-width: 900px;
  font-family: var(--serif);
  font-size: clamp(44px, 5.1vw, 86px);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.care-section-heading > p:last-child,
.craft-manifesto-grid > p,
.contact-intro > p:last-child {
  margin: 18px 0 0;
  color: rgba(23, 27, 24, 0.67);
  font-size: 15px;
  line-height: 1.75;
}

.measure-layout,
.policy-grid,
.contact-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(23, 27, 24, 0.18);
  border-left: 1px solid rgba(23, 27, 24, 0.18);
}

.measure-card,
.policy-card,
.contact-details article {
  min-height: 330px;
  padding: clamp(28px, 4vw, 58px);
  border-right: 1px solid rgba(23, 27, 24, 0.18);
  border-bottom: 1px solid rgba(23, 27, 24, 0.18);
}

.measure-card h3,
.policy-card h3,
.contact-details h3,
.craft-process-grid h3 {
  margin: clamp(54px, 7vw, 100px) 0 18px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.1vw, 38px);
  line-height: 1.05;
  font-weight: 400;
}

.measure-card p,
.policy-card p,
.contact-details p,
.craft-process-grid p {
  margin: 0;
  color: rgba(23, 27, 24, 0.68);
  font-size: 14px;
  line-height: 1.7;
}

.measurement-note {
  margin-top: clamp(48px, 7vw, 96px);
  padding: clamp(32px, 5vw, 72px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  background: #17382f;
  color: #f8f2e8;
}

.measurement-note h3 {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 58px);
  line-height: 1;
  font-weight: 400;
}

.measurement-note > p {
  align-self: end;
  margin: 0;
  color: rgba(248, 242, 232, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.care-dual-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(23, 27, 24, 0.18);
}

.care-process {
  padding: clamp(32px, 5vw, 72px);
}

.care-process + .care-process {
  border-left: 1px solid rgba(23, 27, 24, 0.18);
}

.process-title {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(23, 27, 24, 0.18);
}

.process-title > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #a76459;
  border-radius: 50%;
  color: #a76459;
  font-size: 12px;
}

.process-title h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.care-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: care-step;
}

.care-process li {
  position: relative;
  padding: 30px 0 30px 50px;
  border-bottom: 1px solid rgba(23, 27, 24, 0.13);
  counter-increment: care-step;
}

.care-process li::before {
  content: counter(care-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 31px;
  color: #a76459;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.care-process li strong {
  display: block;
  margin-bottom: 9px;
  font-size: 13px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.care-process li p {
  margin: 0;
  color: rgba(23, 27, 24, 0.66);
  font-size: 14px;
  line-height: 1.7;
}

.policy-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  padding-top: 36px;
  border-top: 1px solid rgba(23, 27, 24, 0.18);
}

.policy-contact p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 48px);
}

/* Contact */
.contact-hero {
  min-height: 76svh;
  padding: clamp(92px, 12vw, 190px) clamp(28px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(50px, 10vw, 180px);
  align-items: end;
  background: #14352c;
  color: #f8f2e8;
}

.contact-hero h1 {
  max-width: 940px;
}

.contact-email-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(248, 242, 232, 0.3);
  border-bottom: 1px solid rgba(248, 242, 232, 0.3);
  color: inherit;
  text-decoration: none;
}

.contact-email-hero span {
  grid-column: 1 / -1;
  color: rgba(248, 242, 232, 0.56);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-email-hero strong {
  overflow-wrap: anywhere;
  font-size: 15px;
  font-weight: 500;
}

.contact-email-hero i {
  font-style: normal;
}

.contact-content {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 10vw, 160px);
  padding-top: clamp(90px, 11vw, 170px);
  padding-bottom: clamp(90px, 11vw, 170px);
}

.contact-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 20px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form label > span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(23, 27, 24, 0.3);
  border-radius: 0;
  background: transparent;
  color: inherit;
  padding: 15px 0;
  font: inherit;
  outline: 0;
}

.contact-form textarea {
  border: 1px solid rgba(23, 27, 24, 0.25);
  padding: 18px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #a76459;
}

.contact-form .button {
  margin-top: 14px;
}

.contact-form .form-message a {
  color: #8f4f47;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-details {
  padding-top: 0;
  padding-bottom: clamp(90px, 11vw, 160px);
  border-left: 0;
}

.contact-details article:first-child {
  border-left: 1px solid rgba(23, 27, 24, 0.18);
}

/* Craft */
.craft-hero {
  grid-template-columns: 1.08fr 0.92fr;
  background: #260d13;
}

.craft-manifesto {
  padding-top: clamp(100px, 13vw, 200px);
  padding-bottom: clamp(100px, 13vw, 200px);
}

.craft-manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(60px, 11vw, 190px);
  align-items: end;
}

.craft-process {
  background: #e9dfd2;
}

.craft-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(23, 27, 24, 0.18);
  border-left: 1px solid rgba(23, 27, 24, 0.18);
}

.craft-process-grid article {
  min-height: 410px;
  padding: clamp(26px, 3vw, 46px);
  border-right: 1px solid rgba(23, 27, 24, 0.18);
  border-bottom: 1px solid rgba(23, 27, 24, 0.18);
}

.material-story {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: clamp(60px, 10vw, 170px);
  padding-top: clamp(90px, 12vw, 180px);
  padding-bottom: clamp(90px, 12vw, 180px);
}

.material-story-image {
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
}

.material-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.material-story-copy dl {
  margin: 54px 0 0;
}

.material-story-copy dl > div {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 26px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 27, 24, 0.18);
}

.material-story-copy dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.material-story-copy dd {
  margin: 0;
  color: rgba(23, 27, 24, 0.67);
  font-size: 14px;
  line-height: 1.65;
}

.craft-quote {
  padding: clamp(100px, 14vw, 220px) clamp(30px, 10vw, 160px);
  background: #14352c;
  color: #f8f2e8;
  text-align: center;
}

.craft-quote blockquote {
  max-width: 1200px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

/* Journal */
.journal-heading {
  padding-top: clamp(120px, 14vw, 220px);
  padding-bottom: clamp(80px, 9vw, 130px);
}

.journal-heading h1 {
  max-width: 1240px;
  color: #17382f;
}

.journal-feature {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 760px;
  background: #260d13;
  color: #f8f2e8;
}

.journal-feature-media {
  overflow: hidden;
}

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

.journal-feature-copy {
  align-self: center;
  padding: clamp(50px, 7vw, 110px);
}

.journal-feature-copy h2 {
  margin: 22px 0 30px;
  font-family: var(--serif);
  font-size: clamp(42px, 4.6vw, 74px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.journal-feature-copy p:not(.eyebrow) {
  color: rgba(248, 242, 232, 0.7);
  font-size: 15px;
  line-height: 1.75;
}

.journal-feature-copy .link-button {
  margin-top: 22px;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: clamp(90px, 11vw, 170px);
  padding-bottom: clamp(90px, 11vw, 170px);
}

.journal-card {
  background: #efe7dc;
}

.journal-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.journal-card img {
  width: 100%;
  aspect-ratio: 0.92 / 1;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.journal-card:hover img {
  transform: scale(1.025);
}

.journal-card > a > div {
  padding: 30px 28px 34px;
}

.journal-card h2 {
  min-height: 2.4em;
  margin: 18px 0 30px;
  font-family: var(--serif);
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.08;
  font-weight: 400;
}

.journal-card span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-notes {
  padding-top: 0;
  padding-bottom: clamp(100px, 13vw, 200px);
}

.journal-note {
  display: grid;
  grid-template-columns: 100px minmax(0, 920px);
  gap: 50px;
  padding: clamp(70px, 9vw, 140px) 0;
  border-top: 1px solid rgba(23, 27, 24, 0.2);
}

.journal-note > span {
  padding-top: 7px;
}

.journal-note h2 {
  margin: 18px 0 30px;
  font-family: var(--serif);
  font-size: clamp(40px, 4.6vw, 76px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.journal-note div > p:last-child {
  max-width: 760px;
  color: rgba(23, 27, 24, 0.68);
  font-size: 16px;
  line-height: 1.85;
}

.journal-signup {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  align-items: end;
  padding: clamp(80px, 10vw, 150px) clamp(28px, 7vw, 112px);
  background: #14352c;
  color: #f8f2e8;
}

.journal-signup h2 {
  margin: 18px 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.6vw, 76px);
  line-height: 1;
  font-weight: 400;
}

.journal-signup > div > p:last-child {
  color: rgba(248, 242, 232, 0.65);
}

.journal-signup .newsletter-form {
  max-width: none;
}

@media (max-width: 1000px) {
  .info-hero,
  .craft-hero,
  .journal-feature,
  .contact-hero,
  .contact-content,
  .craft-manifesto-grid,
  .material-story,
  .journal-signup {
    grid-template-columns: 1fr;
  }

  .info-hero-media,
  .craft-hero-media {
    min-height: 62vw;
    order: -1;
  }

  .contact-hero {
    min-height: auto;
  }

  .contact-intro {
    position: static;
  }

  .craft-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .journal-feature-media {
    min-height: 70vw;
  }
}

@media (max-width: 720px) {
  .info-hero,
  .craft-hero {
    min-height: 0;
  }

  .info-hero-copy,
  .craft-hero-copy {
    padding: 64px 20px 78px;
  }

  .info-hero-copy h1,
  .craft-hero-copy h1,
  .contact-hero h1,
  .journal-heading h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .info-hero-media,
  .craft-hero-media {
    min-height: 96vw;
  }

  .care-anchor-nav {
    position: static;
    grid-template-columns: 1fr;
  }

  .care-anchor-nav a {
    padding: 18px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 27, 24, 0.14);
  }

  .care-section {
    scroll-margin-top: 78px;
  }

  .care-section-heading,
  .measurement-note,
  .care-dual-grid,
  .contact-form,
  .material-story-copy dl > div,
  .journal-note {
    grid-template-columns: 1fr;
  }

  .care-section-heading {
    gap: 20px;
    align-items: start;
  }

  .care-section-heading h2,
  .craft-manifesto h2,
  .craft-process h2,
  .material-story-copy h2,
  .contact-intro h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .measure-layout,
  .policy-grid,
  .contact-details,
  .journal-grid,
  .craft-process-grid {
    grid-template-columns: 1fr;
  }

  .measure-card,
  .policy-card,
  .contact-details article,
  .craft-process-grid article {
    min-height: 0;
  }

  .measure-card h3,
  .policy-card h3,
  .contact-details h3,
  .craft-process-grid h3 {
    margin-top: 42px;
  }

  .measurement-note {
    gap: 34px;
  }

  .care-process + .care-process {
    border-left: 0;
    border-top: 1px solid rgba(23, 27, 24, 0.18);
  }

  .policy-contact {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-hero {
    padding: 86px 20px 72px;
    gap: 56px;
  }

  .contact-form {
    gap: 24px;
  }

  .contact-details article:first-child {
    border-left: 1px solid rgba(23, 27, 24, 0.18);
  }

  .material-story-copy dl > div {
    gap: 12px;
  }

  .craft-quote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .journal-heading {
    padding-top: 100px;
  }

  .journal-feature {
    min-height: 0;
  }

  .journal-feature-media {
    min-height: 100vw;
  }

  .journal-feature-copy {
    padding: 58px 20px 70px;
  }

  .journal-grid {
    gap: 36px;
  }

  .journal-card h2 {
    min-height: 0;
  }

  .journal-note {
    gap: 20px;
  }

  .journal-signup {
    gap: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Private commission operations: availability, fit record and trust */
.commission-availability {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  gap: clamp(60px, 10vw, 160px);
  align-items: end;
  background: var(--wine);
  color: #fff;
}

.availability-copy h2,
.bespoke-assurance h2,
.sizing-studio h2 {
  max-width: 920px;
  margin: 18px 0 28px;
  font-family: var(--serif);
  font-size: clamp(50px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.availability-copy > p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.8;
}

.availability-meter {
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.availability-meter > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.availability-meter > div:first-child > span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.availability-meter strong {
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.8;
}

.availability-meter strong small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 15px;
}

.availability-track {
  height: 2px;
  margin: 35px 0 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.availability-track i {
  width: 0;
  height: 100%;
  display: block;
  background: var(--gold);
  transition: width 700ms var(--ease);
}

.availability-meter > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a4cc9a;
  box-shadow: 0 0 0 6px rgba(164, 204, 154, 0.12);
}

.bespoke-process .bespoke-journey {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.bespoke-process .bespoke-journey li:nth-child(n + 5) {
  border-top: 0;
}

.bespoke-process .bespoke-journey li:nth-child(4) {
  border-right: 1px solid rgba(21, 47, 38, 0.2);
}

.bespoke-process .bespoke-journey li:nth-child(5) {
  grid-column: 1;
}

.bespoke-process .bespoke-journey h3 {
  margin-top: 78px;
}

.bespoke-assurance {
  background: var(--green);
  color: #fff;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.assurance-grid article {
  min-height: 350px;
  padding: clamp(25px, 3.2vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.assurance-grid article > span {
  color: var(--gold);
  font-size: 9px;
}

.assurance-grid h3 {
  margin: 105px 0 18px;
  font-family: var(--serif);
  font-size: clamp(25px, 2.3vw, 36px);
  font-weight: 400;
  line-height: 1.05;
}

.assurance-grid p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.75;
}

.sizing-studio {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  background: #e9dfd2;
}

.sizing-studio-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.sizing-studio ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.sizing-studio li {
  min-height: 210px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sizing-studio li > span {
  color: var(--wine);
  font-size: 9px;
}

.sizing-studio li strong {
  display: block;
  margin: 75px 0 10px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.sizing-studio li small {
  color: var(--muted);
  line-height: 1.6;
}

.fit-application,
.privacy-choice {
  margin-top: 18px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.fit-application-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.fit-application-head > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bespoke-field-label {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fit-application-head small,
.privacy-choice small,
.full-field > small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 1.65;
}

.fit-application-head button {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hand-photo-upload {
  margin-bottom: 22px;
}

.measurement-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin-top: 26px;
}

.measurement-grid > strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.measurement-hand {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.measurement-hand label span {
  overflow: hidden;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.measurement-hand input {
  padding: 10px 4px;
  text-align: center;
}

.consultation-form .save-size-profile {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-top: 22px;
}

.consultation-form .save-size-profile input {
  width: 16px;
  flex: 0 0 16px;
}

.consultation-form .save-size-profile span {
  letter-spacing: 0;
  text-transform: none;
}

.commission-success-message {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid rgba(229, 200, 131, 0.4);
}

.commission-success-message strong {
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.commission-success-message span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.commission-success-message a {
  color: #fff;
  font-size: 11px;
}

@media (max-width: 1000px) {
  .commission-availability {
    grid-template-columns: 1fr;
  }

  .bespoke-process .bespoke-journey,
  .assurance-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bespoke-process .bespoke-journey li:nth-child(n + 3) {
    border-top: 0;
  }
}

@media (max-width: 720px) {
  .availability-copy h2,
  .bespoke-assurance h2,
  .sizing-studio h2 {
    font-size: 49px;
  }

  .bespoke-process .bespoke-journey,
  .assurance-grid,
  .sizing-studio ol,
  .measurement-grid {
    grid-template-columns: 1fr;
  }

  .bespoke-process .bespoke-journey li {
    min-height: 260px;
    border-top: 0;
    border-right: 1px solid rgba(21, 47, 38, 0.2);
  }

  .bespoke-process .bespoke-journey li:first-child {
    border-top: 1px solid rgba(21, 47, 38, 0.2);
  }

  .assurance-grid article {
    min-height: 285px;
  }

  .fit-application-head {
    flex-direction: column;
  }

  .measurement-grid > strong:nth-of-type(2) {
    grid-row: 3;
  }

  .measurement-hand {
    grid-template-columns: repeat(5, minmax(48px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.panel-open {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

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

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

::selection {
  background: var(--wine);
  color: var(--white);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 200ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.announcement {
  position: relative;
  z-index: 101;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 48px;
  background: var(--green);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.announcement-close {
  position: absolute;
  right: 16px;
  top: 50%;
  padding: 2px 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 18px;
  font-weight: 200;
  transform: translateY(-50%);
}

.announcement.closed {
  display: none;
}

.site-header.announcement-dismissed {
  top: 0;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 34px;
  left: 0;
  width: 100%;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 var(--page-pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  transition:
    background-color 350ms ease,
    color 350ms ease,
    transform 350ms ease,
    border-color 350ms ease;
}

.site-header.scrolled {
  top: 0;
  background: rgba(245, 241, 234, 0.92);
  border-color: var(--line);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.site-header.hidden {
  transform: translateY(-100%);
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
}

.desktop-nav a {
  position: relative;
  padding: 8px 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.wordmark {
  font-family: var(--serif);
  font-size: clamp(26px, 2vw, 32px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}

.header-actions {
  justify-self: end;
  gap: 13px;
}

.icon-button,
.bag-button,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.icon-button,
.bag-button {
  width: 34px;
  height: 34px;
  padding: 6px;
}

.icon-button svg,
.bag-button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.language-picker::after {
  margin-left: -12px;
  content: "⌄";
  font-size: 10px;
  pointer-events: none;
}

.language-picker select {
  min-width: 58px;
  padding: 8px 18px 8px 7px;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  appearance: none;
}

.language-picker select option {
  background: var(--paper);
  color: var(--ink);
}

.bag-button {
  position: relative;
}

.bag-button > span {
  position: absolute;
  right: -1px;
  top: -1px;
  min-width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
}

.menu-button {
  display: none;
  flex-direction: column;
  gap: 6px;
}

.menu-button span {
  width: 19px;
  height: 1px;
  background: currentColor;
}

.mobile-menu {
  position: fixed;
  z-index: 250;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(46vw, 480px);
  display: flex;
  flex-direction: column;
  padding: 28px clamp(16px, 2.8vw, 38px);
  background: var(--green);
  color: var(--ivory);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: opacity 350ms ease, transform 500ms var(--ease);
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  box-shadow: 70vw 0 0 rgba(7, 12, 9, 0.42);
}

.mobile-menu-head,
.mobile-menu-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.mobile-menu nav a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-family: var(--serif);
  font-size: clamp(19px, 4vw, 40px);
  line-height: 1.08;
}

.mobile-menu nav a span:last-child {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.mobile-menu-foot {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-language-picker select {
  padding-left: 0;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a1711;
  color: var(--white);
}

.hero-static-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: hero-reveal 1.8s var(--ease) both;
}

.hero-3d-stage,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-3d-stage {
  background:
    radial-gradient(circle at 68% 40%, rgba(70, 128, 104, 0.34), transparent 30%),
    radial-gradient(circle at 78% 12%, rgba(206, 172, 96, 0.1), transparent 22%),
    linear-gradient(145deg, #0c2a22 0%, #061812 56%, #030b08 100%);
  animation: hero-reveal 1.8s var(--ease) both;
}

.hero-3d-stage canvas {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.hero-3d-stage canvas:active,
.hero-3d-stage canvas.is-dragging {
  cursor: grabbing;
}

.hero-3d-stage::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -120px 130px rgba(0, 0, 0, 0.34), inset 0 0 110px rgba(0, 0, 0, 0.18);
}

.hero-3d-badge,
.hero-3d-gesture,
.hero-3d-product {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.78);
  pointer-events: none;
}

.hero-3d-badge {
  top: 92px;
  right: var(--page-pad);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 99px;
  background: rgba(4, 19, 14, 0.4);
  backdrop-filter: blur(10px);
  font-size: 8px;
  letter-spacing: 0.14em;
}

.hero-3d-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8b96c;
  box-shadow: 0 0 0 4px rgba(216, 185, 108, 0.15);
}

.hero-3d-gesture {
  right: var(--page-pad);
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 8px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-3d-gesture i {
  color: #d8b96c;
  font-family: var(--serif);
  font-size: 18px;
  font-style: normal;
}

.hero-3d-product {
  left: 56%;
  bottom: 30px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.hero-3d-product span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-3d-product strong {
  color: #fffaf1;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.hero-shade {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 14, 10, 0.78) 0%, rgba(5, 14, 10, 0.3) 48%, rgba(5, 14, 10, 0.04) 75%),
    linear-gradient(0deg, rgba(5, 14, 10, 0.4) 0%, transparent 35%);
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(660px, 70vw);
  margin: 70px 0 0 var(--page-pad);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #d6bb84;
}

.hero h1 {
  max-width: 600px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7.3vw, 112px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.87;
}

.hero-copy {
  max-width: 530px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.hero-3d-button {
  gap: 11px;
  padding-inline: 18px;
}

.hero-3d-orbit {
  display: grid;
  width: 35px;
  height: 24px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: color 250ms ease, background-color 250ms ease, border-color 250ms ease;
}

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

.button-light:hover {
  background: #e8dfd2;
}

.button-dark {
  background: var(--green);
  color: var(--white);
}

.button-dark:hover {
  background: #29463b;
}

.button-outline {
  border: 1px solid var(--green);
  background: transparent;
  color: var(--green);
}

.button-outline:hover {
  background: rgba(22, 53, 43, 0.07);
}

.button-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: var(--white);
}

.button-outline-light:hover {
  background: var(--white);
  color: var(--green);
}

.link-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.link-button.light {
  color: var(--white);
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  right: var(--page-pad);
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue i {
  width: 1px;
  height: 54px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  transform-origin: top;
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
  0%, 100% { transform: scaleY(0.35); opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

.section-pad {
  padding: var(--section-gap) var(--page-pad);
}

.manifesto {
  min-height: 720px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.display-copy {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 108px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.display-copy span,
.display-copy em {
  display: block;
}

.display-copy em {
  color: var(--wine);
  font-weight: 400;
}

.manifesto-copy {
  max-width: 600px;
  margin: 42px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 48px;
}

.section-heading h2,
.gifting h2,
.try-copy h2,
.newsletter h2 {
  max-width: 740px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.section-heading.centered {
  justify-content: center;
  text-align: center;
}

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

.collection-card {
  position: relative;
  min-height: min(68vw, 760px);
  overflow: hidden;
  background: #cfc7bb;
  color: var(--white);
}

.collection-card-wide {
  grid-column: 1 / -1;
  min-height: min(57vw, 780px);
}

.collection-card img,
.collection-card .card-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.collection-card img {
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}

.collection-card-wide img {
  object-position: center 55%;
}

.collection-card:hover img {
  transform: scale(1.025);
}

.card-overlay {
  background: linear-gradient(0deg, rgba(5, 11, 8, 0.68), transparent 60%);
}

.collection-meta {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(24px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
}

.collection-meta p {
  margin: 0 0 7px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.collection-meta h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.collection-meta a {
  position: absolute;
  right: 0;
  bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-products {
  background: var(--paper);
}

.section-note {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.product-card {
  position: relative;
}

.product-image {
  position: relative;
  width: 100%;
  aspect-ratio: 0.82;
  display: block;
  overflow: hidden;
  padding: 0;
  background: #e7e0d7;
  cursor: zoom-in;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}

.product-card:nth-child(1) .product-image img {
  object-position: 48% 50%;
}

.product-card:nth-child(2) .product-image img {
  object-position: 62% 50%;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  background: rgba(250, 248, 243, 0.9);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.wishlist {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: 9px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(250, 248, 243, 0.88);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 21px;
  transition: background-color 200ms ease, color 200ms ease;
}

.wishlist.active {
  background: var(--wine);
  color: white;
}

.product-3d-chip {
  position: absolute;
  z-index: 3;
  top: 55px;
  right: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 99px;
  background: rgba(12, 39, 31, 0.78);
  color: white;
  cursor: pointer;
  backdrop-filter: blur(9px);
  box-shadow: 0 6px 18px rgba(8, 26, 20, 0.14);
  transition: background-color 180ms ease, transform 180ms ease;
}

.product-3d-chip:hover {
  background: var(--green);
  transform: translateY(-1px);
}

.product-3d-chip span {
  font-family: var(--serif);
  font-size: 13px;
}

.product-3d-chip b {
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-info {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0 15px;
}

.product-info h3 {
  margin: 0 0 2px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 500;
}

.product-info p,
.product-info strong {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 500;
}

.quick-add {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.quick-add:disabled {
  color: #9b9d98;
  cursor: not-allowed;
}

.try-on {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  background: var(--green);
  color: var(--white);
}

.try-visual {
  position: relative;
  aspect-ratio: 1.2;
  overflow: hidden;
}

.try-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.try-reticle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(56%, 420px);
  aspect-ratio: 1.5;
  transform: translate(-50%, -50%);
}

.try-reticle i {
  position: absolute;
  width: 32px;
  height: 32px;
  border-color: rgba(255, 255, 255, 0.9);
  border-style: solid;
}

.try-reticle i:nth-child(1) { top: 0; left: 0; border-width: 1px 0 0 1px; }
.try-reticle i:nth-child(2) { top: 0; right: 0; border-width: 1px 1px 0 0; }
.try-reticle i:nth-child(3) { bottom: 0; right: 0; border-width: 0 1px 1px 0; }
.try-reticle i:nth-child(4) { bottom: 0; left: 0; border-width: 0 0 1px 1px; }

.try-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(15, 31, 26, 0.78);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.try-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8fca9b;
  box-shadow: 0 0 0 4px rgba(143, 202, 155, 0.17);
}

.try-copy h2 {
  margin-bottom: 28px;
  font-size: clamp(45px, 5vw, 76px);
}

.try-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.72);
}

.try-copy small {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.gifting {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(50px, 9vw, 150px);
}

.gift-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0;
  color: var(--muted);
}

.gift-list {
  margin: 34px 0;
  padding: 0;
  list-style: none;
}

.gift-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.gift-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.gift-list li span:first-child {
  color: var(--gold);
  font-size: 9px;
}

.gift-visual {
  position: relative;
  aspect-ratio: 0.73;
  overflow: hidden;
  background: #d7b59d;
}

.gift-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-toggle {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 253, 249, 0.88);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.bespoke {
  position: relative;
  min-height: min(84vw, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: var(--section-gap) var(--page-pad);
  background: var(--green);
  color: var(--white);
  text-align: center;
}

.bespoke-bg {
  position: absolute;
  inset: -5%;
  background:
    linear-gradient(0deg, rgba(11, 25, 20, 0.72), rgba(11, 25, 20, 0.28)),
    url("assets/evening-collection.webp") center / cover no-repeat;
  filter: saturate(0.72);
}

.bespoke-content {
  position: relative;
  z-index: 1;
  max-width: 950px;
}

.bespoke h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.bespoke-content > p:not(.eyebrow) {
  max-width: 510px;
  margin: 32px auto;
  color: rgba(255, 255, 255, 0.76);
}

.ritual {
  background: var(--paper);
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.ritual-steps li {
  position: relative;
  min-height: 330px;
  padding: 32px clamp(22px, 3vw, 46px);
  border-left: 1px solid var(--line);
  text-align: center;
}

.ritual-steps li:last-child {
  border-right: 1px solid var(--line);
}

.step-number {
  position: absolute;
  top: 0;
  left: 14px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.step-icon {
  position: relative;
  width: 90px;
  height: 112px;
  margin: 10px auto 24px;
}

.measure-icon i {
  position: absolute;
  left: 50%;
  width: 34px;
  height: 66px;
  border: 1px solid var(--wine);
  border-radius: 60% 60% 35% 35%;
  transform: translateX(-50%);
}

.measure-icon i:nth-child(2) { top: 14px; left: 30%; opacity: 0.45; }
.measure-icon i:nth-child(3) { top: 14px; left: 70%; opacity: 0.45; }

.apply-icon i {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 44px;
  height: 86px;
  border: 1px solid var(--wine);
  border-radius: 60% 60% 35% 35%;
  background: linear-gradient(150deg, transparent 45%, rgba(96, 37, 55, 0.12) 46%);
  transform: translateX(-50%);
}

.wear-icon i {
  position: absolute;
  top: 11px;
  left: 30%;
  width: 39px;
  height: 84px;
  border: 1px solid var(--wine);
  border-radius: 60% 60% 35% 35%;
  transform: rotate(-9deg);
}

.wear-icon i:nth-child(2) {
  left: 52%;
  transform: rotate(9deg);
}

.ritual-steps h3 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}

.ritual-steps p {
  max-width: 280px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
}

.ritual-link {
  width: max-content;
  display: flex;
  margin: 48px auto 0;
}

.story {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background: var(--wine);
  color: var(--white);
  text-align: center;
}

.story::before,
.story::after {
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.story::before { top: -230px; left: -150px; }
.story::after { right: -160px; bottom: -240px; }

.story blockquote {
  max-width: 1040px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.story-copy {
  max-width: 640px;
  margin: 38px auto 28px;
  color: rgba(255, 255, 255, 0.72);
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: end;
  gap: clamp(50px, 8vw, 120px);
}

.newsletter h2 {
  font-size: clamp(40px, 5vw, 68px);
}

.newsletter-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid var(--ink);
}

.newsletter-form input {
  min-width: 0;
  padding: 14px 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: var(--serif);
  font-size: 21px;
}

.newsletter-form input::placeholder {
  color: #99958c;
}

.newsletter-form button {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-message {
  min-height: 20px;
  margin: 8px 0 0;
  color: var(--wine);
  font-size: 11px;
}

.newsletter-form .form-message {
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
}

.newsletter-consent {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 520px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.newsletter-consent input {
  width: 13px;
  min-width: 13px;
  margin-top: 1px;
  padding: 0;
  accent-color: var(--green);
}

.site-footer {
  padding: 72px var(--page-pad) 28px;
  background: var(--green);
  color: var(--white);
}

.footer-top {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 80px;
  padding-bottom: 80px;
}

.footer-wordmark {
  display: block;
  margin-bottom: 18px;
  font-size: 44px;
}

.footer-top > div:first-child p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--serif);
  font-size: 20px;
}

.footer-email {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.footer-socials {
  display: grid;
  gap: 8px;
  width: min(100%, 290px);
  margin-top: 24px;
}

.footer-socials > a,
.footer-socials > .footer-social-name {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.footer-socials > a {
  transition: color 180ms ease, border-color 180ms ease;
}

.footer-socials > a:hover {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.footer-socials strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 500;
}

.contact-page .contact-details {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-social-links {
  display: grid;
  gap: 15px;
}

.contact-social-links > a,
.contact-social-links > div {
  display: grid;
  gap: 5px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 27, 24, 0.18);
}

.contact-social-links small {
  color: rgba(23, 27, 24, 0.52);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-social-links strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1100px) and (min-width: 761px) {
  .contact-page .contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .contact-page .contact-details {
    grid-template-columns: 1fr;
  }
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links h3 {
  margin: 0 0 14px;
  color: #d6bb84;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  width: max-content;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.footer-bottom div {
  display: flex;
  gap: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 850ms var(--ease), transform 850ms var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.overlay {
  position: fixed;
  z-index: 180;
  inset: 0;
  background: rgba(10, 14, 11, 0.46);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  backdrop-filter: blur(2px);
}

.overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  width: min(460px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
  transform: translateX(100%);
  transition: transform 500ms var(--ease);
}

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

.drawer-head,
.search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.drawer-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
}

.drawer-head .icon-button,
.search-head .icon-button,
.modal-close,
.mobile-menu-head .icon-button {
  font-family: var(--sans);
  font-size: 27px;
  font-weight: 200;
}

.cart-empty {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bag-illustration {
  position: relative;
  width: 70px;
  height: 76px;
  display: block;
  margin-bottom: 24px;
  border: 1px solid var(--ink);
}

.bag-illustration::before {
  position: absolute;
  top: -18px;
  left: 19px;
  width: 30px;
  height: 28px;
  border: 1px solid var(--ink);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  content: "";
}

.cart-empty h3 {
  margin: 0 0 4px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 500;
}

.cart-empty p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 12px;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
}

.cart-item {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-item img {
  width: 86px;
  height: 105px;
  object-fit: cover;
}

.cart-item h3 {
  margin: 0 0 2px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

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

.quantity-control {
  width: max-content;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
}

.quantity-control button,
.quantity-control span {
  width: 28px;
  height: 26px;
  display: grid;
  place-items: center;
  background: transparent;
  font-size: 11px;
}

.quantity-control button {
  cursor: pointer;
}

.cart-item-price {
  font-size: 11px;
}

.cart-summary {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.cart-summary > div {
  display: flex;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 20px;
}

.cart-summary p {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 10px;
}

.cart-summary .button {
  width: 100%;
}

.search-panel {
  position: fixed;
  z-index: 210;
  top: 0;
  left: 0;
  width: 100%;
  padding: 34px var(--page-pad) 48px;
  background: var(--paper);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 350ms ease, transform 500ms var(--ease);
}

.search-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-head p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid var(--ink);
}

.search-form input {
  padding: 25px 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 70px);
}

.search-form button {
  background: transparent;
  cursor: pointer;
  font-size: 34px;
}

.search-suggestions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.search-suggestions span,
.search-suggestions button {
  font-size: 10px;
}

.search-results {
  max-width: 980px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.search-results > p {
  margin: 18px 0 10px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-results > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.search-results a {
  position: relative;
  display: grid;
  gap: 7px;
  padding: 18px 44px 18px 18px;
  background: var(--paper);
}

.search-results a:hover {
  background: #eee8dd;
}

.search-results a span {
  font-family: var(--serif);
  font-size: 21px;
}

.search-results a small {
  color: var(--muted);
  font-size: 9px;
}

.search-results a b {
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--gold-deep);
  font-weight: 400;
  transform: translateY(-50%);
}

.search-results .search-no-results {
  padding: 24px 0;
  text-transform: none;
}

.search-suggestions span {
  margin-right: 7px;
  color: var(--muted);
}

.search-suggestions button {
  padding: 7px 11px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.modal {
  position: fixed;
  z-index: 300;
  inset: 50% auto auto 50%;
  width: min(900px, calc(100% - 40px));
  max-height: calc(100svh - 40px);
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  opacity: 0;
  overflow: auto;
  transform: translate(-50%, -46%);
  transition: opacity 250ms ease, transform 350ms var(--ease);
}

.modal[open] {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.modal::backdrop {
  background: rgba(9, 14, 11, 0.67);
  backdrop-filter: blur(3px);
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(250, 248, 243, 0.86);
  cursor: pointer;
}

.quick-view-modal {
  grid-template-columns: 1.08fr 0.92fr;
}

.quick-view-modal[open] {
  display: grid;
}

.quick-modal-image {
  min-height: 610px;
}

.quick-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quick-modal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 48px;
}

.quick-modal-copy h2,
.info-modal h2,
.bespoke-modal h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.modal-price {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
}

.quick-modal-copy > p:not(.eyebrow):not(.modal-price) {
  color: var(--muted);
  font-size: 12px;
}

.size-choice {
  display: flex;
  gap: 7px;
  margin: 25px 0;
  padding: 0;
  border: 0;
}

.size-choice legend {
  width: 100%;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.size-choice label input {
  position: absolute;
  opacity: 0;
}

.size-choice label span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  font-size: 10px;
}

.size-choice input:checked + span {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.full-button {
  width: 100%;
}

.modal-3d-button {
  justify-content: space-between;
  margin-top: 8px;
}

.modal-3d-button span:last-child {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0;
}

.modal-ar {
  width: max-content;
  margin: 17px auto 0;
}

.product-3d-modal {
  width: min(1160px, calc(100% - 36px));
  background: #081a15;
  color: var(--white);
  overflow: hidden;
}

.product-3d-modal[open] {
  display: block;
}

.product-3d-modal .modal-close {
  background: rgba(250, 248, 243, 0.12);
  color: white;
  backdrop-filter: blur(10px);
}

.viewer-header,
.viewer-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
}

.viewer-header {
  min-height: 104px;
}

.viewer-header h2 {
  margin: 1px 0 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.viewer-header > p {
  margin: 0 56px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.viewer-stage {
  position: relative;
  min-height: clamp(430px, 56vh, 680px);
  background:
    radial-gradient(circle at 50% 34%, rgba(64, 115, 94, 0.38), transparent 38%),
    radial-gradient(circle at 20% 10%, rgba(199, 165, 93, 0.1), transparent 24%),
    linear-gradient(145deg, #0c2a22 0%, #061812 54%, #030b08 100%);
  overflow: hidden;
}

.viewer-stage canvas {
  width: 100%;
  height: clamp(430px, 56vh, 680px);
  display: block;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.viewer-stage canvas:active,
.viewer-stage canvas.is-dragging {
  cursor: grabbing;
}

.viewer-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.42);
}

.viewer-badge {
  position: absolute;
  top: 18px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 99px;
  background: rgba(12, 34, 28, 0.66);
  backdrop-filter: blur(10px);
  font-size: 8px;
  letter-spacing: 0.12em;
}

.viewer-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d8b96c;
  box-shadow: 0 0 0 4px rgba(216, 185, 108, 0.16);
}

.viewer-gesture {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 99px;
  background: rgba(2, 12, 9, 0.52);
  color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(9px);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.viewer-gesture i {
  color: #d8b96c;
  font-family: var(--serif);
  font-size: 17px;
  font-style: normal;
}

.viewer-error {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 2;
  width: min(360px, 80%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.floating-3d-entry {
  position: fixed;
  z-index: 48;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 8px 17px 8px 9px;
  border: 1px solid rgba(214, 185, 112, 0.72);
  border-radius: 99px;
  background: rgba(8, 30, 24, 0.92);
  color: #fffaf1;
  box-shadow: 0 13px 38px rgba(4, 18, 14, 0.3);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.floating-3d-entry span {
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.floating-3d-entry b {
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.floating-3d-entry:hover {
  transform: translateY(-2px);
  background: #102f27;
}

.viewer-controls {
  min-height: 78px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.viewer-material {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.viewer-material span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.viewer-material strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.viewer-controls > div:last-child {
  display: flex;
  gap: 7px;
}

.viewer-controls button {
  min-width: 42px;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  font-size: 9px;
}

.viewer-controls button:hover,
.viewer-controls button.active {
  border-color: rgba(216, 185, 108, 0.9);
  background: rgba(216, 185, 108, 0.12);
  color: white;
}

.info-modal,
.bespoke-modal {
  width: min(620px, calc(100% - 40px));
  padding: clamp(42px, 7vw, 74px);
  text-align: center;
}

.info-modal-mark {
  position: relative;
  width: 160px;
  height: 105px;
  display: grid;
  place-items: center;
  margin: 0 auto 34px;
  border: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 36px;
}

.info-modal-mark i {
  position: absolute;
  width: 17px;
  height: 17px;
  border-color: var(--wine);
  border-style: solid;
}

.info-modal-mark i:nth-of-type(1) { top: 8px; left: 8px; border-width: 1px 0 0 1px; }
.info-modal-mark i:nth-of-type(2) { top: 8px; right: 8px; border-width: 1px 1px 0 0; }
.info-modal-mark i:nth-of-type(3) { right: 8px; bottom: 8px; border-width: 0 1px 1px 0; }
.info-modal-mark i:nth-of-type(4) { bottom: 8px; left: 8px; border-width: 0 0 1px 1px; }

.info-modal > p:not(.eyebrow) {
  max-width: 470px;
  margin: 20px auto 30px;
  color: var(--muted);
}

.bespoke-modal {
  width: min(760px, calc(100% - 40px));
  text-align: left;
}

.bespoke-modal > .eyebrow,
.bespoke-modal > h2 {
  text-align: center;
}

.bespoke-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.bespoke-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.bespoke-form label span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bespoke-form input,
.bespoke-form select,
.bespoke-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  background: transparent;
}

.bespoke-form textarea {
  resize: vertical;
}

.full-field {
  grid-column: 1 / -1;
}

.toast {
  position: fixed;
  z-index: 400;
  right: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  padding: 12px 18px;
  background: var(--green);
  color: var(--white);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 250ms ease, transform 250ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-header {
    height: 64px;
  }

  .desktop-nav,
  .account-button {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    justify-self: start;
  }

  .header-actions {
    gap: 4px;
  }

  .site-header .language-picker {
    display: none;
  }

  .hero-content {
    width: min(620px, calc(100vw - 44px));
  }

  .try-on,
  .gifting,
  .newsletter,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .try-on {
    gap: 55px;
  }

  .try-visual {
    aspect-ratio: 1.35;
  }

  .gifting {
    gap: 60px;
  }

  .gift-visual {
    aspect-ratio: 1;
  }

  .footer-top {
    gap: 55px;
  }
}

@media (max-width: 720px) {
  :root {
    --section-gap: 92px;
  }

  .announcement {
    min-height: 31px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 8px;
  }

  .site-header {
    top: 31px;
  }

  .site-header.announcement-dismissed {
    top: 0;
  }

  .site-header .search-button {
    display: none;
  }

  .hero {
    align-items: flex-start;
    padding: 122px 0 0;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 14, 10, 0.77) 0%, rgba(5, 14, 10, 0.25) 46%, rgba(5, 14, 10, 0.18) 100%),
      linear-gradient(0deg, rgba(5, 14, 10, 0.52) 0%, transparent 36%);
  }

  .hero-content {
    margin: 0 var(--page-pad);
  }

  .hero h1 {
    max-width: 390px;
    font-size: clamp(50px, 15vw, 68px);
  }

  .hero-copy {
    max-width: 400px;
    margin-top: 23px;
    font-size: 13px;
    line-height: 1.6;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 27px;
  }

  .hero-3d-badge {
    top: 79px;
    right: 17px;
  }

  .hero-3d-product {
    display: none;
  }

  .hero-3d-gesture {
    right: 17px;
    bottom: 18px;
  }

  .scroll-cue {
    display: none;
  }

  .manifesto {
    min-height: 590px;
  }

  .manifesto-copy {
    margin-top: 28px;
    font-size: 13px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .section-heading h2,
  .gifting h2,
  .try-copy h2,
  .newsletter h2 {
    font-size: clamp(41px, 12vw, 58px);
  }

  .collection-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .collection-card,
  .collection-card-wide {
    grid-column: auto;
    min-height: 122vw;
  }

  .collection-card-wide img {
    object-position: 52% center;
  }

  .collection-meta a {
    position: static;
    display: inline-block;
    margin-top: 15px;
  }

  .product-grid {
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 86vw;
    gap: 12px;
    margin-right: calc(var(--page-pad) * -1);
    overflow-x: auto;
    padding-right: var(--page-pad);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    scroll-snap-align: start;
  }

  .try-on {
    padding-right: 0;
    padding-left: 0;
  }

  .try-visual {
    aspect-ratio: 0.95;
  }

  .try-copy {
    padding: 0 var(--page-pad);
  }

  .gift-visual {
    aspect-ratio: 0.76;
  }

  .bespoke {
    min-height: 780px;
  }

  .bespoke h2 {
    font-size: clamp(54px, 16vw, 80px);
  }

  .ritual-steps {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .ritual-steps li,
  .ritual-steps li:last-child {
    min-height: 285px;
    padding-top: 24px;
    border: 0;
    border-top: 1px solid var(--line);
  }

  .ritual-steps li:last-child {
    border-bottom: 1px solid var(--line);
  }

  .story {
    min-height: 700px;
  }

  .story blockquote {
    font-size: clamp(46px, 13vw, 68px);
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    row-gap: 42px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .search-panel {
    padding-top: 24px;
  }

  .search-form input {
    font-size: 34px;
  }

  .search-suggestions {
    flex-wrap: wrap;
  }

  .quick-view-modal[open] {
    display: block;
  }

  .quick-modal-image {
    min-height: 0;
    aspect-ratio: 1.1;
  }

  .quick-modal-copy {
    padding: 35px 24px;
  }

  .product-3d-modal {
    width: calc(100% - 20px);
    max-height: calc(100svh - 20px);
  }

  .viewer-header,
  .viewer-controls {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 17px 18px;
  }

  .viewer-header {
    min-height: 112px;
    padding-right: 60px;
  }

  .viewer-header > p {
    margin: 0;
  }

  .viewer-stage canvas {
    width: 100%;
    height: min(52svh, 510px);
    transform: none;
  }

  .viewer-stage {
    min-height: min(52svh, 510px);
  }

  .viewer-gesture {
    right: 12px;
    bottom: 12px;
  }

  .viewer-controls > div:last-child {
    width: 100%;
    overflow-x: auto;
  }

  .viewer-controls button {
    flex: 1 0 auto;
  }

  .bespoke-form {
    grid-template-columns: 1fr;
  }

  .full-field {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Apple-style product story for the Mirelle homepage. */
.apple-product-home {
  background: #000;
  color: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}

.apple-product-home .announcement {
  background: #1d1d1f;
  color: #f5f5f7;
}

.apple-product-home .site-header,
.apple-product-home .site-header.scrolled {
  height: 58px;
  background: rgba(0, 0, 0, 0.78);
  border-color: rgba(255, 255, 255, 0.1);
  color: #f5f5f7;
  backdrop-filter: saturate(180%) blur(20px);
}

.apple-product-home .site-header.hidden {
  transform: none;
}

.apple-product-home .site-header svg {
  stroke: currentColor;
}

.apple-product-home .language-picker select {
  color: inherit;
}

.apple-product-home .hero {
  --hero-progress: 0;
  min-height: 190svh;
  display: block;
  padding: 0;
  overflow: visible;
  background: #000;
}

.apple-product-home .hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(56, 105, 84, 0.28), transparent 35%),
    #000;
}

.apple-product-home .hero-word-display {
  position: absolute;
  z-index: 1;
  top: clamp(105px, 13vh, 150px);
  left: 50%;
  width: min(1280px, 92vw);
  margin: 0;
  transform: translateX(-50%) translateY(calc(var(--hero-progress) * -72px)) scale(calc(1 + var(--hero-progress) * 0.08));
  opacity: calc(1 - var(--hero-progress) * 1.3);
  color: #f5f5f7;
  text-align: center;
  transition: opacity 0.08s linear;
  will-change: transform, opacity;
}

.apple-product-home .hero-word-display span {
  display: block;
  margin-bottom: -0.08em;
  color: #d7b570;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1;
}

.apple-product-home .hero-word-display strong {
  display: block;
  background: linear-gradient(108deg, #fff3f6 0%, #dfa8b8 30%, #f6d5dd 52%, #a87482 78%, #fff0f3 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(88px, 16vw, 238px);
  font-weight: 780;
  letter-spacing: -0.085em;
  line-height: 0.88;
}

.apple-product-home .hero-3d-stage {
  z-index: 3;
  background: transparent;
  animation: none;
  opacity: calc(1 - var(--hero-progress) * 0.08);
  transform: translateY(calc(var(--hero-progress) * -1.5vh));
  will-change: transform;
}

.apple-product-home .hero-3d-stage::after {
  box-shadow: inset 0 -160px 140px rgba(0, 0, 0, 0.48), inset 0 0 120px rgba(0, 0, 0, 0.16);
}

.apple-product-home .hero-shade {
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 35%);
}

.apple-product-home .hero-3d-badge {
  z-index: 5;
  top: 100px;
  right: 3.5vw;
}

.apple-product-home .hero-buy-panel {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: clamp(30px, 5vh, 58px);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  transform: translateX(-50%) translateY(calc(var(--hero-progress) * 45px));
  opacity: calc(1 - var(--hero-progress) * 1.18);
  text-align: center;
  will-change: transform, opacity;
}

.apple-product-home .hero-buy-panel p,
.apple-product-home .hero-buy-panel strong {
  margin: 0;
  color: #f5f5f7;
  font-size: 14px;
  font-weight: 600;
}

.apple-product-home .apple-buy-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 99px;
  background: #b96f86;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.apple-product-home .apple-buy-button:hover {
  background: #cb8097;
}

.apple-product-home .hero-3d-gesture {
  z-index: 5;
  right: 3.5vw;
  bottom: 34px;
  opacity: calc(1 - var(--hero-progress) * 1.4);
}

.apple-product-home .manifesto {
  min-height: 105svh;
  background: #000;
  color: #f5f5f7;
}

.apple-product-home .manifesto .eyebrow,
.apple-product-home .collections .eyebrow,
.apple-product-home .featured-products .eyebrow {
  color: #c99543;
}

.apple-product-home .manifesto .display-copy {
  max-width: 1040px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 118px);
  font-weight: 680;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.apple-product-home .manifesto .display-copy span,
.apple-product-home .manifesto .display-copy em {
  color: #f5f5f7;
  font-style: normal;
}

.apple-product-home .manifesto-copy {
  max-width: 720px;
  color: #86868b;
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 550;
  line-height: 1.45;
}

.apple-product-home .collections {
  overflow: hidden;
  background: #1d1d1f;
  color: #f5f5f7;
}

.apple-product-home .section-heading h2,
.apple-product-home .gifting h2,
.apple-product-home .try-copy h2,
.apple-product-home .newsletter h2 {
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-weight: 680;
  letter-spacing: -0.055em;
}

.apple-product-home .collections .section-heading h2,
.apple-product-home .featured-products .section-heading h2 {
  font-size: clamp(48px, 6vw, 84px);
}

.apple-product-home .collections .link-button,
.apple-product-home .featured-products .section-note {
  color: #a8a8ad;
}

.apple-product-home .collection-grid {
  grid-auto-flow: column;
  grid-auto-columns: min(82vw, 930px);
  grid-template-columns: none;
  gap: 20px;
  overflow-x: auto;
  padding: 0 var(--page-pad) 24px;
  margin-inline: calc(var(--page-pad) * -1);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.apple-product-home .collection-grid::-webkit-scrollbar {
  display: none;
}

.apple-product-home .collection-card,
.apple-product-home .collection-card-wide {
  min-height: min(72svh, 760px);
  grid-column: auto;
  grid-row: auto;
  border-radius: 30px;
  scroll-snap-align: center;
}

.apple-product-home .featured-products {
  background: #000;
  color: #f5f5f7;
}

.apple-product-home .product-card {
  overflow: hidden;
  border-radius: 26px;
  background: #1d1d1f;
}

.apple-product-home .product-card .product-image {
  background: #f1ede6;
}

.apple-product-home .product-info {
  padding: 18px 18px 4px;
}

.apple-product-home .product-info h3,
.apple-product-home .product-price,
.apple-product-home .product-description {
  color: #f5f5f7;
}

.apple-product-home .product-description {
  color: #a1a1a6;
}

.apple-product-home .add-button {
  width: calc(100% - 36px);
  margin: 14px 18px 18px;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 99px;
  color: #f5f5f7;
}

.apple-product-home .try-on {
  min-height: 100svh;
  background: #0b0b0c;
}

.apple-product-home .gifting {
  min-height: 100svh;
  background: #f5f5f7;
  color: #1d1d1f;
}

.apple-product-home .ritual {
  background: #1d1d1f;
  color: #f5f5f7;
}

.apple-product-home .ritual-step,
.apple-product-home .ritual-step p {
  color: #a1a1a6;
}

.apple-product-home .story {
  min-height: 105svh;
  background:
    radial-gradient(circle at 50% 85%, rgba(151, 109, 47, 0.26), transparent 30%),
    #000;
}

.apple-product-home .newsletter {
  background: #f5f5f7;
  color: #1d1d1f;
}

@media (max-width: 720px) {
  .apple-product-home .hero {
    min-height: 170svh;
    padding: 0;
  }

  .apple-product-home .hero-sticky {
    height: 100svh;
  }

  .apple-product-home .hero-word-display {
    top: 118px;
    width: 94vw;
  }

  .apple-product-home .hero-word-display span {
    font-size: 34px;
  }

  .apple-product-home .hero-word-display strong {
    font-size: clamp(52px, 15vw, 68px);
    letter-spacing: -0.075em;
  }

  .apple-product-home .hero-3d-badge {
    top: 73px;
  }

  .apple-product-home .hero-buy-panel {
    bottom: 66px;
    width: 90%;
  }

  .apple-product-home .hero-3d-gesture {
    right: 50%;
    bottom: 22px;
    transform: translateX(50%);
    white-space: nowrap;
  }

  .apple-product-home .manifesto {
    min-height: 90svh;
  }

  .apple-product-home .manifesto .display-copy {
    font-size: clamp(48px, 14vw, 66px);
  }

  .apple-product-home .manifesto-copy {
    font-size: 17px;
  }

  .apple-product-home .collection-grid {
    grid-auto-columns: 88vw;
  }

  .apple-product-home .collection-card,
  .apple-product-home .collection-card-wide {
    min-height: 66svh;
    border-radius: 24px;
  }

  .apple-product-home .try-on,
  .apple-product-home .gifting {
    min-height: auto;
  }
}

/* Dedicated catalogue page */
.shop-page {
  background: #f4efe8;
}

.shop-page .site-header,
.shop-page .site-header.scrolled {
  background: rgba(8, 27, 21, 0.9);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fffaf1;
  backdrop-filter: blur(18px);
}

.shop-page .site-header .desktop-nav a.active::after {
  transform: scaleX(1);
}

.shop-page-main {
  background: #f4efe8;
}

.shop-hero {
  position: relative;
  min-height: 78svh;
  display: grid;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  padding: 160px var(--page-pad) 78px;
  background:
    radial-gradient(circle at 15% 40%, rgba(91, 137, 116, 0.24), transparent 31%),
    linear-gradient(132deg, #071a14 0%, #102e24 58%, #173b30 100%);
  color: #fffaf1;
}

.shop-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.shop-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(54px, 6.5vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.shop-hero-copy > p:last-child {
  max-width: 550px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.7;
}

.shop-hero-visual {
  position: relative;
  z-index: 1;
  width: min(590px, 44vw);
  aspect-ratio: 1;
  justify-self: end;
  overflow: hidden;
  border-radius: 50% 50% 4px 4px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.4);
}

.shop-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.13);
}

.shop-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-hero-count {
  position: absolute;
  z-index: 2;
  right: var(--page-pad);
  bottom: 34px;
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-hero-count strong {
  color: #d6b76f;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.shop-catalog {
  padding-top: clamp(85px, 10vw, 150px);
  background: #f4efe8;
}

.shop-filters {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  margin: 38px 0 46px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.shop-filters::-webkit-scrollbar {
  display: none;
}

.shop-filters button {
  min-height: 38px;
  flex: 0 0 auto;
  padding: 0 17px;
  border: 1px solid rgba(22, 53, 43, 0.25);
  border-radius: 99px;
  color: var(--green);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.shop-filters button:hover,
.shop-filters button.active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.shop-product-grid {
  min-height: 520px;
}

/* Mirelle is presented publicly as a private commission house. */
[data-cart-open],
[data-cart-drawer],
.account-button,
.gift-builder,
.product-detail-price,
[data-related-product-price] {
  display: none !important;
}

.archive-product-card {
  display: flex;
  flex-direction: column;
  padding-top: 28px;
  border-top: 1px solid rgba(22, 53, 43, 0.24);
}

.archive-study-number {
  margin-bottom: 13px;
  color: #9a7446;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.archive-product-card .product-image {
  cursor: pointer;
}

.archive-product-card .product-info {
  padding-bottom: 10px;
}

.archive-use-note {
  min-height: 52px;
  margin: 0 0 18px;
  color: #6e746e;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.55;
}

.archive-card-actions {
  display: grid;
  gap: 0;
  margin-top: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.archive-card-actions a,
.archive-card-actions button {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.archive-card-actions a:last-child,
.archive-card-actions button:last-child {
  border-bottom: 0;
}

.archive-card-actions a:last-child {
  color: var(--wine);
}

.product-primary-action[href] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 900px) {
  .shop-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 145px;
  }

  .shop-hero-visual {
    width: min(680px, 100%);
    justify-self: center;
  }
}

@media (max-width: 600px) {
  .shop-hero {
    gap: 40px;
    padding: 125px 22px 78px;
  }

  .shop-hero h1 {
    font-size: clamp(48px, 15vw, 64px);
  }

  .shop-hero-copy > p:last-child {
    margin-top: 22px;
    font-size: 13px;
  }

  .shop-hero-count {
    right: 22px;
    bottom: 20px;
  }

  .shop-filters {
    margin: 28px 0 34px;
  }

  .commission-only-site .shop-product-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 46px;
    margin-right: 0;
    overflow-x: visible;
    padding-right: 0;
    scroll-snap-type: none;
  }

  .commission-only-site .shop-product-grid .product-card {
    scroll-snap-align: none;
  }
}

/* Gifting, bespoke and brand-story pages */
.editorial-page {
  background: var(--paper);
}

.editorial-page .site-header,
.editorial-page .site-header.scrolled {
  background: rgba(8, 27, 21, 0.9);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fffaf1;
  backdrop-filter: blur(18px);
}

.editorial-page .site-header .desktop-nav a.active::after {
  transform: scaleX(1);
}

.editorial-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  align-items: stretch;
  grid-template-columns: 1.08fr 0.92fr;
  background: #0a211a;
  color: #fff;
}

.editorial-hero-media {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.editorial-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 62%, rgba(7, 25, 19, 0.3));
}

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

.editorial-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 145px clamp(38px, 6vw, 105px) 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(127, 72, 87, 0.23), transparent 32%),
    #0a211a;
}

.editorial-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(60px, 7vw, 112px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.editorial-hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.7;
}

.bespoke-editorial-hero .editorial-hero-copy {
  background:
    radial-gradient(circle at 65% 20%, rgba(128, 34, 58, 0.28), transparent 34%),
    #17090d;
}

.bespoke-editorial-hero .editorial-hero-media::after {
  background: linear-gradient(90deg, transparent 55%, rgba(23, 9, 13, 0.42));
}

.editorial-intro {
  background: var(--paper);
}

.editorial-intro-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(60px, 10vw, 170px);
}

.editorial-intro-grid h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 92px);
}

.editorial-intro-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.8;
}

.service-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
  background: var(--paper);
}

.service-pillars article {
  min-height: 350px;
  padding: 38px clamp(24px, 3.5vw, 55px);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-pillars article:last-child {
  border-right: 1px solid var(--line);
}

.service-pillars article > span,
.bespoke-process li > span,
.brand-principle-grid article > span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.service-pillars h2 {
  max-width: 310px;
  margin: 92px 0 18px;
  font-size: clamp(32px, 3vw, 48px);
}

.service-pillars p {
  max-width: 350px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.editorial-film {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(380px, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(55px, 9vw, 150px);
  background: #e7ddd1;
}

.editorial-film-media {
  position: relative;
  aspect-ratio: 1.05;
  overflow: hidden;
}

.editorial-film-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editorial-film-copy h2 {
  max-width: 600px;
  font-size: clamp(48px, 5vw, 78px);
}

.editorial-film-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0;
  color: var(--muted);
  line-height: 1.75;
}

.editorial-cta {
  min-height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-gap) var(--page-pad);
  text-align: center;
}

.wine-cta {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.06), transparent 30%),
    var(--wine);
  color: #fff;
}

.editorial-cta h2 {
  max-width: 1000px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(56px, 7vw, 106px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.editorial-cta > div {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}

.bespoke-process {
  background: #ece3d8;
}

.bespoke-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.bespoke-process li {
  min-height: 330px;
  padding: 30px clamp(20px, 2.8vw, 42px);
  border-top: 1px solid rgba(21, 47, 38, 0.2);
  border-left: 1px solid rgba(21, 47, 38, 0.2);
}

.bespoke-process li:last-child {
  border-right: 1px solid rgba(21, 47, 38, 0.2);
}

.bespoke-process h3 {
  margin: 110px 0 15px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.bespoke-process li p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.bespoke-options {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.9fr);
  gap: clamp(55px, 10vw, 160px);
  background: var(--paper);
}

.bespoke-options-visual {
  aspect-ratio: 1;
  overflow: hidden;
}

.bespoke-options-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bespoke-options-copy h2 {
  font-size: clamp(50px, 5.4vw, 84px);
}

.bespoke-options-copy ul {
  margin: 35px 0;
  padding: 0;
  list-style: none;
}

.bespoke-options-copy li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.bespoke-options-copy li:last-child {
  border-bottom: 1px solid var(--line);
}

.bespoke-note {
  color: var(--wine);
  font-size: 12px;
  line-height: 1.7;
}

.bespoke-faq {
  background: #eee7dc;
}

.bespoke-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid rgba(21, 47, 38, 0.22);
}

.bespoke-faq details {
  min-height: 190px;
  padding: 28px clamp(22px, 3vw, 44px);
  border-right: 1px solid rgba(21, 47, 38, 0.22);
  border-bottom: 1px solid rgba(21, 47, 38, 0.22);
}

.bespoke-faq details:nth-child(2n + 1) {
  border-left: 1px solid rgba(21, 47, 38, 0.22);
}

.bespoke-faq summary {
  position: relative;
  padding-right: 36px;
  cursor: pointer;
  list-style: none;
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 37px);
  line-height: 1.08;
}

.bespoke-faq summary::-webkit-details-marker { display: none; }

.bespoke-faq summary::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--gold-deep);
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 300;
}

.bespoke-faq details[open] summary::after { content: "−"; }

.bespoke-faq details p {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.consultation-section {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(60px, 9vw, 150px);
  background: var(--green);
  color: #fff;
}

.consultation-copy h2 {
  margin: 0;
  font-size: clamp(50px, 5.4vw, 82px);
}

.consultation-copy > p:not(.eyebrow) {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.7;
}

.consultation-form {
  width: 100%;
  max-width: none;
  padding: 0;
}

.consultation-form label {
  color: rgba(255, 255, 255, 0.72);
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.consultation-form select option {
  color: var(--ink);
}

.consultation-form .form-message {
  color: #e5c883;
}

.story-page-hero {
  min-height: 100svh;
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  background: var(--wine);
  color: #fff;
}

.story-page-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(35px, 6vw, 100px) 80px;
}

.story-page-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(65px, 7.2vw, 118px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.story-page-hero-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.story-page-hero-media {
  min-height: 100svh;
  overflow: hidden;
}

.story-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-origin {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
}

.story-origin-copy h2 {
  margin: 0;
  font-size: clamp(50px, 5.6vw, 88px);
}

.story-origin-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 30px;
  color: var(--muted);
  line-height: 1.8;
}

.story-origin-media {
  aspect-ratio: 1.1;
  overflow: hidden;
}

.story-origin-media img,
.singapore-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-statement {
  min-height: 75svh;
  display: grid;
  place-items: center;
  padding: var(--section-gap) var(--page-pad);
  background: #0b241c;
  color: #fff;
  text-align: center;
}

.story-statement blockquote {
  max-width: 1150px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(57px, 7.5vw, 116px);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.brand-principles {
  background: #ece3d8;
}

.brand-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 70px;
}

.brand-principle-grid article {
  min-height: 360px;
  padding: 34px clamp(24px, 3.5vw, 52px);
  border-top: 1px solid rgba(21, 47, 38, 0.18);
  border-left: 1px solid rgba(21, 47, 38, 0.18);
}

.brand-principle-grid article:last-child {
  border-right: 1px solid rgba(21, 47, 38, 0.18);
}

.brand-principle-grid h3 {
  max-width: 320px;
  margin: 105px 0 17px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.brand-principle-grid p {
  max-width: 370px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.singapore-section {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0;
  padding: 0;
  background: #132f26;
  color: #fff;
}

.singapore-visual {
  min-height: 780px;
  overflow: hidden;
}

.singapore-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(38px, 6vw, 100px);
}

.singapore-copy h2 {
  margin: 0;
  font-size: clamp(50px, 5.5vw, 82px);
}

.singapore-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.8;
}

@media (max-width: 980px) {
  .editorial-hero,
  .story-page-hero {
    grid-template-columns: 1fr;
  }

  .editorial-hero-media,
  .story-page-hero-media {
    min-height: 64svh;
  }

  .editorial-hero-copy,
  .story-page-hero-copy {
    min-height: 65svh;
    order: -1;
  }

  .editorial-intro-grid,
  .editorial-film,
  .bespoke-options,
  .consultation-section,
  .story-origin,
  .singapore-section {
    grid-template-columns: 1fr;
  }

  .service-pillars,
  .brand-principle-grid {
    grid-template-columns: 1fr;
  }

  .service-pillars article,
  .brand-principle-grid article {
    min-height: 260px;
    border-right: 1px solid var(--line);
  }

  .service-pillars h2,
  .brand-principle-grid h3 {
    margin-top: 55px;
  }

  .bespoke-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .singapore-visual {
    min-height: 65svh;
  }
}

@media (max-width: 600px) {
  .editorial-hero-copy,
  .story-page-hero-copy {
    min-height: auto;
    padding: 135px 22px 70px;
  }

  .editorial-hero-copy h1,
  .story-page-hero h1 {
    font-size: clamp(46px, 13vw, 58px);
    letter-spacing: -0.045em;
    line-height: 0.94;
  }

  .editorial-hero-media,
  .story-page-hero-media {
    min-height: 58svh;
  }

  .editorial-intro-grid h2,
  .editorial-film-copy h2,
  .bespoke-options-copy h2,
  .consultation-copy h2,
  .story-origin-copy h2,
  .singapore-copy h2 {
    font-size: 45px;
  }

  .service-pillars article,
  .brand-principle-grid article {
    padding: 28px 22px;
  }

  .editorial-film {
    gap: 45px;
  }

  .bespoke-process ol {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .bespoke-faq-grid { grid-template-columns: 1fr; }
  .bespoke-faq details { min-height: auto; border-left: 1px solid rgba(21, 47, 38, 0.22); }

  .bespoke-process li {
    min-height: 270px;
    border-right: 1px solid rgba(21, 47, 38, 0.2);
  }

  .bespoke-process h3 {
    margin-top: 75px;
  }

  .consultation-form {
    grid-template-columns: 1fr;
  }

  .consultation-form .full-field {
    grid-column: auto;
  }

  .story-statement {
    min-height: 70svh;
  }

  .story-statement blockquote {
    font-size: 48px;
  }

  .singapore-copy {
    padding: 70px 22px;
  }

  .editorial-cta {
    min-height: 580px;
  }

  .editorial-cta h2 {
    font-size: 51px;
  }

  .editorial-cta > div {
    align-items: center;
    flex-direction: column;
  }
}

/* Guided gifting configurator */
.gift-builder {
  background: #f4efe8;
}

.gift-builder-heading {
  max-width: 900px;
  margin-bottom: 70px;
}

.gift-builder-heading h2 {
  margin: 0;
  font-size: clamp(55px, 6vw, 92px);
}

.gift-builder-heading > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.gift-builder-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: clamp(55px, 9vw, 140px);
}

.gift-builder-form {
  display: grid;
  gap: 58px;
}

.gift-builder-step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin: 0;
  padding: 0;
  border: 0;
}

.gift-builder-step legend {
  width: 100%;
  display: flex;
  align-items: baseline;
  grid-column: 1 / -1;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.gift-builder-step legend span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: 0.14em;
}

.gift-builder-step legend strong {
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
}

.gift-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gift-field.full-field {
  grid-column: 1 / -1;
}

.gift-field input,
.gift-field select,
.gift-field textarea {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid rgba(22, 53, 43, 0.22);
  border-radius: 0;
  outline: none;
  background: rgba(255, 255, 255, 0.46);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.gift-field input:focus,
.gift-field select:focus,
.gift-field textarea:focus {
  border-color: var(--green);
}

.gift-field textarea {
  resize: vertical;
}

.gift-field small {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #9a958b;
  font-size: 8px;
}

.gift-recommendation {
  grid-column: 1 / -1;
  padding: 25px 28px;
  border-left: 3px solid #c9a659;
  background: #e8ddd0;
}

.gift-recommendation > span {
  display: block;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gift-recommendation strong {
  display: block;
  margin: 8px 0;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.gift-recommendation p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.gift-recommendation button {
  margin-top: 16px;
  padding: 0 0 4px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gift-box-options {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gift-box-option {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  cursor: pointer;
}

.gift-box-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gift-box-swatch {
  position: relative;
  aspect-ratio: 1.35;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid transparent;
  transition: border-color 180ms ease, transform 180ms ease;
}

.gift-box-swatch i,
.gift-summary-visual i {
  position: relative;
  width: 58%;
  height: 55%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 10px;
  box-shadow: 0 12px 22px rgba(38, 22, 18, 0.16), inset 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.gift-box-swatch i::before,
.gift-box-swatch i::after,
.gift-summary-visual i::before,
.gift-summary-visual i::after {
  position: absolute;
  background: rgba(218, 183, 104, 0.82);
  content: "";
}

.gift-box-swatch i::before,
.gift-summary-visual i::before {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
}

.gift-box-swatch i::after,
.gift-summary-visual i::after {
  top: 50%;
  right: 0;
  left: 0;
  height: 2px;
}

.ivory-box {
  background: linear-gradient(135deg, #e7dfd4, #fffaf0);
}

.ivory-box i {
  border-color: #aa9b89;
}

.rose-box {
  background: linear-gradient(135deg, #ad5d65, #d58b84);
}

.emerald-box {
  background: linear-gradient(135deg, #0b2d24, #214d3e);
}

.gift-box-option-copy {
  display: flex;
  min-height: 125px;
  flex-direction: column;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-top: 0;
}

.gift-box-option-copy strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.gift-box-option-copy small {
  margin: 5px 0 12px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.gift-box-option-copy b {
  margin-top: auto;
  color: var(--wine);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gift-box-option input:checked + .gift-box-swatch {
  border-color: var(--green);
  transform: translateY(-3px);
}

.gift-box-option input:checked ~ .gift-box-option-copy {
  border-color: var(--green);
  background: rgba(255, 255, 255, 0.42);
}

.gift-design-link {
  grid-column: 1 / -1;
  width: max-content;
  margin-top: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gift-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.gift-consent input {
  margin-top: 2px;
  accent-color: var(--green);
}

.gift-summary {
  position: sticky;
  top: 120px;
  padding: 28px;
  border: 1px solid rgba(22, 53, 43, 0.2);
  background: #fffaf2;
}

.gift-summary-visual {
  aspect-ratio: 1.45;
  display: grid;
  margin: 24px 0;
  place-items: center;
}

.gift-summary dl {
  margin: 0;
}

.gift-summary dl div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 15px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.gift-summary dl div:last-child {
  border-bottom: 1px solid var(--line);
}

.gift-summary dt {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gift-summary dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
}

.gift-summary-note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .gift-builder-layout {
    grid-template-columns: 1fr;
  }

  .gift-summary {
    position: static;
    order: -1;
  }
}

@media (max-width: 600px) {
  .gift-builder-heading {
    margin-bottom: 46px;
  }

  .gift-builder-heading h2 {
    font-size: 47px;
  }

  .gift-builder-form {
    gap: 44px;
  }

  .gift-builder-step {
    grid-template-columns: 1fr;
  }

  .gift-field.full-field,
  .gift-recommendation,
  .gift-box-options,
  .gift-design-link {
    grid-column: auto;
  }

  .gift-box-options {
    grid-template-columns: 1fr;
  }

  .gift-box-option {
    display: grid;
    grid-template-columns: 138px 1fr;
  }

  .gift-box-swatch {
    height: 100%;
    aspect-ratio: auto;
  }

  .gift-box-option-copy {
    min-height: 130px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .gift-design-link {
    width: auto;
    line-height: 1.5;
  }
}

.gift-step-note {
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.gift-product-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.gift-product-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.gift-product-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gift-product-image {
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
  border: 2px solid transparent;
  background: #e6ddd3;
  transition: border-color 180ms ease, transform 180ms ease;
}

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

.gift-product-copy {
  display: flex;
  min-height: 108px;
  flex-direction: column;
  padding: 11px 2px 0;
}

.gift-product-copy strong {
  overflow: hidden;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-product-copy small {
  overflow: hidden;
  margin: 4px 0 9px;
  color: var(--muted);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gift-product-copy b {
  margin-top: auto;
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
}

.gift-product-option input:checked + .gift-product-image {
  border-color: var(--green);
  transform: translateY(-3px);
}

.gift-product-option input:checked ~ .gift-product-copy strong::after {
  margin-left: 7px;
  color: var(--green);
  content: "✓";
  font-family: var(--sans);
  font-size: 10px;
}

.gift-product-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.gift-summary-product {
  display: grid;
  align-items: center;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  margin: 22px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.gift-summary-product img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.gift-summary-product div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gift-summary-product span {
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.gift-summary-product strong {
  margin: 5px 0 7px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
}

.gift-summary-product b {
  color: var(--wine);
  font-size: 10px;
}

.consultation-form label > small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.bespoke-image-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bespoke-field-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bespoke-image-upload {
  min-height: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: background 180ms ease, border-color 180ms ease;
}

.bespoke-image-upload:hover {
  border-color: #e0c077;
  background: rgba(255, 255, 255, 0.08);
}

.bespoke-image-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.bespoke-image-upload .upload-mark {
  display: block;
  margin-bottom: 7px;
  color: #e0c077;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 300;
}

.bespoke-image-upload strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.bespoke-image-upload small {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
}

.bespoke-image-previews {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
}

.bespoke-image-preview {
  min-width: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.07);
}

.bespoke-image-preview img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
}

.bespoke-image-preview figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 7px 8px;
}

.bespoke-image-preview figcaption span {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.65);
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bespoke-image-preview button {
  flex: 0 0 auto;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
}

.upload-message {
  min-height: 18px;
  margin: 0;
  color: #e0c077;
  font-size: 10px;
}

@media (max-width: 760px) {
  .gift-product-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bespoke-image-previews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Product detail and commerce flow */
.product-detail-page .site-header,
.cart-page .site-header {
  background: rgba(245, 241, 234, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.product-detail-page main,
.commerce-main {
  padding-top: 106px;
}

.product-breadcrumb {
  display: flex;
  gap: 10px;
  padding: 28px clamp(24px, 5vw, 80px) 20px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-breadcrumb a:hover {
  color: var(--wine);
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.65fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-right: 1px solid var(--line);
}

.product-detail-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #eee6dc;
}

.product-gallery-main {
  grid-column: 1 / -1;
  aspect-ratio: 1.28;
}

.product-gallery-crop {
  aspect-ratio: 1;
}

.product-detail-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-gallery-crop-one img {
  object-position: 18% 50%;
  transform: scale(1.42);
}

.product-gallery-crop-two img {
  object-position: 82% 52%;
  transform: scale(1.5);
}

.product-purchase-panel {
  background: var(--paper);
}

.product-purchase-sticky {
  position: sticky;
  top: 90px;
  padding: clamp(42px, 6vw, 86px) clamp(34px, 5vw, 72px) 70px;
}

.product-title-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-top: 14px;
}

.product-title-line h1 {
  max-width: 540px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.product-detail-wishlist {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
}

.product-detail-subtitle {
  margin: 20px 0 10px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-detail-price {
  font-size: 14px;
  font-weight: 600;
}

.product-detail-description {
  max-width: 540px;
  margin: 25px 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
}

.product-stock-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  color: #365b48;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-stock-note i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #668a72;
  box-shadow: 0 0 0 4px rgba(102, 138, 114, 0.12);
}

.product-stock-note.sold-out {
  color: #8a4444;
}

.product-stock-note.sold-out i {
  background: #a76565;
}

.product-fit-card {
  margin: 0 0 26px;
  padding: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.product-fit-card > span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-fit-card strong {
  display: block;
  margin: 7px 0;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.product-fit-card p,
.product-fit-card a {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.product-fit-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 15px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-primary-action,
.product-secondary-action {
  width: 100%;
  margin-top: 9px;
  border: 1px solid var(--green);
}

.product-secondary-action {
  background: transparent;
  color: var(--green);
}

.product-primary-action:disabled,
.product-secondary-action:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-gift-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 2px 13px;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-service-notes {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.product-service-notes div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
}

.product-service-notes span {
  color: var(--gold);
  font-size: 8px;
}

.product-service-notes p {
  margin: 0;
}

.product-accordions {
  border-top: 1px solid var(--line);
}

.product-accordions details {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.product-accordions summary {
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-accordions p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.product-editorial-band {
  min-height: 460px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 90px 10vw;
  background: var(--green);
  color: #fff;
  text-align: center;
}

.product-editorial-band blockquote {
  max-width: 970px;
  margin: 24px auto;
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.product-editorial-band > p:last-child {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1.7;
}

.product-related {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
  gap: 8vw;
}

.product-related h2 {
  max-width: 500px;
  margin: 14px 0 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
}

.related-product-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 28px;
  padding: 18px;
  background: #eee6dc;
}

.related-product-card img {
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
}

.related-product-card span {
  display: flex;
  flex-direction: column;
}

.related-product-card strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.related-product-card small {
  margin: 8px 0 18px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.header-text-link {
  white-space: nowrap;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-page-head {
  padding: 80px clamp(24px, 7vw, 112px) 48px;
  border-bottom: 1px solid var(--line);
}

.cart-page-head h1,
.checkout-form-panel h1 {
  margin: 13px 0 15px;
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 100px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
}

.cart-page-head > p:last-child {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, 0.55fr);
  gap: clamp(44px, 7vw, 110px);
  padding: 58px clamp(24px, 7vw, 112px) 100px;
}

.cart-page-layout[hidden],
.checkout-layout[hidden] {
  display: none;
}

.cart-page-line {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.cart-page-line:first-child {
  padding-top: 0;
}

.cart-page-line-image img {
  width: 180px;
  height: 180px;
  display: block;
  object-fit: cover;
}

.cart-page-line-copy h2 {
  margin: 7px 0 8px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}

.cart-page-line-copy > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 10px;
}

.cart-page-line > strong {
  font-size: 12px;
}

.cart-page-remove,
.cart-remove {
  display: block;
  margin-top: 13px;
  color: var(--muted);
  cursor: pointer;
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cart-remove {
  grid-column: 2;
  margin: -12px 0 0;
  justify-self: start;
}

.order-summary-card {
  position: sticky;
  top: 110px;
  height: max-content;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.order-summary-card > div,
.checkout-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  color: var(--muted);
  font-size: 10px;
}

.order-summary-card > div strong,
.checkout-totals strong {
  color: var(--ink);
}

.order-summary-card .order-summary-total,
.checkout-totals > div:last-child {
  margin-top: 6px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
}

.delivery-progress {
  height: 2px;
  margin: 20px 0 10px;
  overflow: hidden;
  padding: 0 !important;
  background: rgba(23, 25, 22, 0.12);
}

.delivery-progress i {
  width: var(--progress, 0%);
  height: 100%;
  display: block;
  background: var(--gold);
  transition: width 300ms ease;
}

.delivery-progress-note {
  min-height: 18px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.order-summary-card .button {
  width: 100%;
  margin: 20px 0 13px;
}

.order-summary-card > small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.6;
  text-align: center;
}

.commerce-empty {
  min-height: 600px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 24px;
  text-align: center;
}

.commerce-empty[hidden] {
  display: none;
}

.commerce-empty h2,
.commerce-empty h1 {
  margin: 22px 0 10px;
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 400;
}

.commerce-empty p {
  max-width: 500px;
  color: var(--muted);
  line-height: 1.7;
}

.commerce-empty .button {
  margin-top: 20px;
}

.cart-assurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.cart-assurance div {
  min-height: 190px;
  padding: 38px clamp(24px, 5vw, 70px);
  background: var(--green);
  color: #fff;
}

.cart-assurance span {
  color: var(--gold);
  font-size: 8px;
}

.cart-assurance strong {
  display: block;
  margin: 25px 0 8px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.cart-assurance p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
}

.commerce-footer {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-page,
.confirmation-page {
  background: var(--paper);
}

.checkout-header.site-header {
  top: 0;
  background: rgba(251, 249, 245, 0.94);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.checkout-back {
  justify-self: start;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-header > .language-picker {
  justify-self: end;
}

.checkout-main {
  padding-top: 72px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  min-height: calc(100vh - 164px);
}

.checkout-form-panel {
  padding: clamp(60px, 7vw, 110px) clamp(32px, 8vw, 130px);
}

.checkout-form-panel h1 {
  max-width: 760px;
  font-size: clamp(54px, 7vw, 92px);
}

.checkout-intro {
  max-width: 650px;
  margin: 25px 0 45px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.checkout-form fieldset {
  margin: 0 0 38px;
  padding: 0;
  border: 0;
}

.checkout-form legend {
  width: 100%;
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 25px;
}

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

.checkout-field-full {
  grid-column: 1 / -1;
}

.checkout-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-field span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-field input,
.checkout-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  outline: none;
}

.checkout-field input:focus,
.checkout-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(184, 154, 98, 0.12);
}

.checkout-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  line-height: 1.5;
}

.checkout-consent input {
  margin-top: 2px;
  accent-color: var(--green);
}

.checkout-payment-note {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  margin: 28px 0 20px;
  padding: 19px;
  background: #eee8de;
}

.checkout-payment-note > span {
  color: var(--gold);
  font-size: 22px;
}

.checkout-payment-note p,
.checkout-payment-note small {
  display: block;
  margin: 0;
}

.checkout-payment-note strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.checkout-payment-note small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.checkout-form-message {
  min-height: 20px;
  color: #9a3c3c;
  font-size: 10px;
}

.checkout-submit {
  width: 100%;
}

.checkout-submit:disabled {
  opacity: 0.55;
  cursor: wait;
}

.checkout-terms {
  color: var(--muted);
  font-size: 8px;
  line-height: 1.6;
  text-align: center;
}

.checkout-summary-panel {
  border-left: 1px solid var(--line);
  background: #eee8de;
}

.checkout-summary-sticky {
  position: sticky;
  top: 72px;
  padding: clamp(48px, 6vw, 88px);
}

.checkout-items {
  margin: 24px 0 34px;
}

.checkout-line {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 17px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-line .cart-page-line-image img {
  width: 90px;
  height: 90px;
}

.checkout-line h2 {
  margin: 5px 0;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.checkout-line .cart-page-line-copy > p:not(.eyebrow),
.checkout-line .cart-page-line-copy > span {
  display: block;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 8px;
}

.checkout-line > strong {
  font-size: 10px;
}

.checkout-summary-sticky > small {
  color: var(--muted);
  font-size: 8px;
}

.confirmation-main {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  padding-top: 72px;
}

.confirmation-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(32px, 9vw, 150px);
  text-align: center;
}

.confirmation-mark {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.confirmation-mark span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 34px;
}

.confirmation-card h1 {
  max-width: 800px;
  margin: 16px 0 20px;
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 94px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.confirmation-lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}

.confirmation-reference {
  min-width: min(100%, 470px);
  margin: 32px 0 20px;
  padding: 22px;
  border: 1px solid var(--line);
}

.confirmation-reference span,
.confirmation-reference strong {
  display: block;
}

.confirmation-reference span {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.confirmation-reference strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.confirmation-items,
.confirmation-total {
  width: min(100%, 470px);
}

.confirmation-items div,
.confirmation-total {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  font-size: 10px;
}

.confirmation-total {
  margin-top: 10px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.confirmation-email {
  color: var(--muted);
  font-size: 9px;
}

.confirmation-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.confirmation-next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(55px, 7vw, 110px);
  background: var(--green);
  color: #fff;
}

.confirmation-next ol {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.confirmation-next li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.confirmation-next li > span {
  color: var(--gold);
  font-size: 8px;
}

.confirmation-next p,
.confirmation-next strong,
.confirmation-next small {
  display: block;
  margin: 0;
}

.confirmation-next strong {
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.confirmation-next small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .product-detail-shell,
  .checkout-layout,
  .confirmation-main {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery {
    border-right: 0;
  }

  .product-purchase-sticky,
  .checkout-summary-sticky {
    position: static;
  }

  .product-related {
    grid-template-columns: 1fr;
  }

  .cart-page-layout {
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    position: static;
  }

  .checkout-summary-panel {
    grid-row: 1;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .product-detail-page main,
  .commerce-main {
    padding-top: 94px;
  }

  .product-breadcrumb {
    padding: 18px 18px 14px;
  }

  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-gallery-main {
    aspect-ratio: 1;
  }

  .product-gallery-crop {
    display: none;
  }

  .product-purchase-sticky {
    padding: 40px 20px 55px;
  }

  .product-title-line h1 {
    font-size: 50px;
  }

  .product-editorial-band {
    min-height: 410px;
    padding: 70px 24px;
  }

  .product-editorial-band blockquote {
    font-size: 37px;
  }

  .product-related {
    gap: 36px;
  }

  .related-product-card {
    grid-template-columns: 110px 1fr;
    gap: 16px;
    padding: 12px;
  }

  .related-product-card img {
    width: 110px;
  }

  .related-product-card strong {
    font-size: 21px;
  }

  .header-text-link {
    display: none;
  }

  .cart-page-head {
    padding: 55px 20px 34px;
  }

  .cart-page-head h1 {
    font-size: 58px;
  }

  .cart-page-layout {
    gap: 45px;
    padding: 35px 20px 70px;
  }

  .cart-page-line {
    grid-template-columns: 108px 1fr;
    gap: 16px;
  }

  .cart-page-line-image img {
    width: 108px;
    height: 128px;
  }

  .cart-page-line-copy h2 {
    font-size: 23px;
  }

  .cart-page-line > strong {
    grid-column: 2;
    margin-top: -7px;
  }

  .order-summary-card {
    padding: 25px 20px;
  }

  .cart-assurance {
    grid-template-columns: 1fr;
  }

  .cart-assurance div {
    min-height: 155px;
  }

  .commerce-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-header.site-header {
    height: 64px;
    padding: 0 16px;
  }

  .checkout-back {
    max-width: 90px;
    font-size: 7px;
  }

  .checkout-main,
  .confirmation-main {
    padding-top: 64px;
  }

  .checkout-summary-sticky {
    padding: 40px 20px;
  }

  .checkout-form-panel {
    padding: 55px 20px 75px;
  }

  .checkout-form-panel h1 {
    font-size: 54px;
  }

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

  .checkout-field-full {
    grid-column: auto;
  }

  .checkout-line {
    grid-template-columns: 72px 1fr auto;
    gap: 12px;
  }

  .checkout-line .cart-page-line-image img {
    width: 72px;
    height: 82px;
  }

  .confirmation-card,
  .confirmation-next {
    padding: 70px 20px;
  }

  .confirmation-card h1 {
    font-size: 52px;
  }

  .confirmation-actions {
    flex-direction: column;
  }
}

.page-back-button {
  position: absolute;
  z-index: 99;
  top: 119px;
  left: clamp(16px, 2vw, 32px);
  min-width: 92px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid rgba(23, 25, 22, 0.16);
  border-radius: 999px;
  background: rgba(251, 249, 245, 0.92);
  box-shadow: 0 8px 24px rgba(20, 29, 24, 0.08);
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, background 180ms ease;
}

.page-back-button:hover {
  background: #fff;
  transform: translateX(-3px);
}

.page-back-button > span:first-child {
  font-size: 15px;
  font-weight: 400;
}

.checkout-back[data-page-back] {
  position: static;
}

.has-page-back .product-breadcrumb {
  padding-left: 152px;
}

@media (max-width: 720px) {
  .page-back-button {
    top: 104px;
    left: 12px;
    min-width: 86px;
    height: 34px;
    padding: 0 12px;
    background: rgba(251, 249, 245, 0.95);
  }

  .has-page-back .product-breadcrumb {
    min-height: 50px;
    align-items: center;
    padding-left: 112px;
  }
}

/* Bespoke-first homepage and private commission archive */
.bespoke-home .account-button,
.bespoke-home .bag-button,
.editorial-page .account-button,
.editorial-page .bag-button {
  display: none;
}

.bespoke-home .hero-content {
  width: min(760px, 78vw);
}

.bespoke-home .hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 7.7vw, 118px);
}

.home-commission-start {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 150px);
  background: var(--paper);
}

.commission-start-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 6.5vw, 100px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.commission-start-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.commission-start-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.home-availability-mini {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 30px 0 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-availability-mini > div {
  display: grid;
  gap: 6px;
}

.home-availability-mini strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.home-availability-mini small {
  color: var(--muted);
  font-size: 9px;
}

.commission-brief-sheet {
  position: relative;
  padding: clamp(30px, 4.5vw, 64px);
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(23, 25, 22, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 25, 22, 0.035) 1px, transparent 1px),
    #eee8de;
  background-size: 28px 28px;
  box-shadow: 20px 24px 0 rgba(24, 48, 39, 0.08);
}

.brief-sheet-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.commission-brief-sheet ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.commission-brief-sheet li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.commission-brief-sheet li > span {
  color: var(--gold);
  font-size: 9px;
}

.commission-brief-sheet strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 400;
}

.commission-brief-sheet p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}

.brief-sheet-signature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 25px;
  color: var(--muted);
  font-size: 9px;
}

.brief-sheet-signature i {
  width: 32px;
  height: 32px;
  display: block;
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.commission-includes {
  background: #e9e1d6;
}

.commission-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.commission-value-card {
  min-height: 510px;
  padding: 28px clamp(20px, 2.7vw, 42px) 36px;
  border-left: 1px solid var(--line);
}

.commission-value-card:last-child {
  border-right: 1px solid var(--line);
}

.commission-value-card > span {
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.commission-value-card h3 {
  margin: 38px 0 16px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.commission-value-card > p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.commission-value-mark {
  position: relative;
  height: 155px;
  margin-top: 48px;
}

.mark-dialogue {
  border: 1px solid rgba(23, 25, 22, 0.3);
  border-radius: 50%;
}

.mark-dialogue i {
  position: absolute;
  top: 52%;
  width: 42%;
  height: 1px;
  background: var(--gold);
}

.mark-dialogue i:first-child { left: 12%; transform: rotate(14deg); }
.mark-dialogue i:last-child { right: 12%; transform: rotate(-14deg); }

.mark-sketch {
  border: 1px solid rgba(23, 25, 22, 0.26);
}

.mark-sketch::before,
.mark-sketch::after,
.mark-sketch i {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(96, 37, 55, 0.5);
  transform-origin: left center;
}

.mark-sketch::before { width: 80%; top: 25%; left: 10%; transform: rotate(18deg); }
.mark-sketch::after { width: 70%; bottom: 24%; left: 17%; transform: rotate(-22deg); }
.mark-sketch i:nth-child(1) { width: 56%; top: 48%; left: 15%; transform: rotate(-8deg); }
.mark-sketch i:nth-child(2) { width: 45%; top: 67%; left: 42%; transform: rotate(9deg); }
.mark-sketch i:nth-child(3) { width: 34%; top: 38%; left: 51%; transform: rotate(74deg); }

.mark-fit {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 7px;
  border-bottom: 1px solid rgba(23, 25, 22, 0.28);
}

.mark-fit i {
  width: 19%;
  display: block;
  border: 1px solid rgba(23, 25, 22, 0.34);
  border-radius: 50% 50% 5px 5px;
}

.mark-fit i:nth-child(1) { height: 62%; }
.mark-fit i:nth-child(2) { height: 78%; }
.mark-fit i:nth-child(3) { height: 70%; }
.mark-fit i:nth-child(4) { height: 50%; }

.mark-private {
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 25, 22, 0.26);
}

.mark-private i {
  width: 54px;
  height: 68px;
  display: block;
  border: 1px solid var(--gold);
  border-radius: 28px 28px 7px 7px;
}

.commission-archive {
  background: var(--paper);
}

.archive-consent-note {
  max-width: 720px;
  margin: -10px 0 55px auto;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
}

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

.commission-case-card {
  border: 1px solid var(--line);
  background: #eee8de;
}

.case-card-lead {
  grid-row: span 2;
}

.case-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.24;
  background: #cfc6ba;
}

.case-card-lead .case-card-media {
  aspect-ratio: 0.96;
}

.case-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.76);
}

.case-card-media > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 10px 12px;
  background: rgba(15, 35, 28, 0.82);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.case-card-copy {
  padding: clamp(24px, 3.3vw, 46px);
}

.case-card-copy > p {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.case-card-copy h3 {
  max-width: 620px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 55px);
  font-weight: 400;
  line-height: 1.04;
}

.case-card-copy dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin: 36px 0;
}

.case-card-copy dl div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.case-card-copy dt {
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-card-copy dd {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.case-card-copy > a {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-card-placeholder {
  min-height: 290px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--green);
  background-size: 30px 30px;
  color: #fff;
  text-align: center;
}

.case-card-placeholder > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 300;
}

.case-card-placeholder strong {
  margin: 10px 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.case-card-placeholder small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 8px;
}

.header-commission-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid currentColor;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-page-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  background: var(--green);
  color: #fff;
}

.archive-page-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 150px clamp(35px, 6vw, 100px) 80px;
}

.archive-page-hero h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6.6vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.archive-page-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.8;
}

.archive-page-hero-media {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.archive-page-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.archive-page-hero-media > span {
  position: absolute;
  right: 25px;
  bottom: 25px;
  padding: 10px 13px;
  background: rgba(15, 35, 28, 0.8);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.archive-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: clamp(60px, 10vw, 160px);
  background: var(--paper);
}

.archive-status h2,
.archive-return h2 {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.6vw, 86px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.97;
}

.archive-status > p,
.archive-return > div:last-child > p {
  margin: 52px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.archive-study-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #e9e1d6;
}

.archive-study {
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--paper);
}

.archive-study-large {
  grid-row: span 2;
}

.archive-study figure {
  position: relative;
  aspect-ratio: 1.25;
  overflow: hidden;
  margin: 0;
}

.archive-study-large figure {
  aspect-ratio: 0.94;
}

.archive-study figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.72);
}

.archive-study figcaption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 12px;
  background: rgba(15, 35, 28, 0.82);
  color: #fff;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.archive-study > div:last-child {
  padding: clamp(28px, 4vw, 60px);
}

.archive-study > div:last-child > span {
  color: var(--wine);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.archive-study h2 {
  margin: 22px 0;
  font-family: var(--serif);
  font-size: clamp(31px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.03;
}

.archive-study p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.archive-study-empty {
  grid-template-rows: 1fr auto;
}

.archive-empty-mark {
  min-height: 330px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: var(--green);
  color: #fff;
  text-align: center;
}

.archive-empty-mark > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 54px;
}

.archive-empty-mark strong {
  margin: 10px 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.archive-empty-mark small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
}

.archive-anatomy {
  background: var(--green);
  color: #fff;
}

.archive-anatomy h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 90px);
  font-weight: 400;
  line-height: 0.95;
}

.archive-anatomy ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.archive-anatomy li {
  min-height: 210px;
  padding: 28px 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.archive-anatomy li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.archive-anatomy li span {
  color: var(--gold);
  font-size: 8px;
}

.archive-anatomy li strong {
  display: block;
  margin-top: 85px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.archive-return {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.65fr);
  gap: clamp(60px, 10vw, 160px);
  background: var(--paper);
}

.archive-return .button {
  margin-top: 28px;
}

@media (max-width: 1000px) {
  .home-commission-start,
  .archive-status,
  .archive-return,
  .archive-page-hero {
    grid-template-columns: 1fr;
  }

  .commission-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commission-value-card:nth-child(3) {
    border-top: 1px solid var(--line);
  }

  .archive-page-hero-media {
    min-height: 70svh;
  }

  .archive-anatomy ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bespoke-home .hero-content {
    width: calc(100% - 40px);
  }

  .bespoke-home .hero h1 {
    max-width: 100%;
    font-size: 50px;
    text-wrap: balance;
  }

  .home-commission-start {
    gap: 52px;
  }

  .commission-start-copy h2 {
    font-size: 51px;
  }

  .commission-start-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .commission-brief-sheet {
    padding: 24px 18px;
    box-shadow: 10px 12px 0 rgba(24, 48, 39, 0.08);
  }

  .commission-value-grid,
  .commission-archive-grid,
  .archive-study-grid {
    grid-template-columns: 1fr;
  }

  .commission-value-card {
    min-height: auto;
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
  }

  .commission-value-mark {
    height: 125px;
  }

  .archive-consent-note {
    margin: -5px 0 38px;
  }

  .case-card-lead {
    grid-row: auto;
  }

  .case-card-lead .case-card-media,
  .case-card-media {
    aspect-ratio: 1;
  }

  .case-card-copy dl {
    grid-template-columns: 1fr;
  }

  .header-commission-link {
    display: none;
  }

  .archive-page-hero-copy {
    padding: 150px 20px 65px;
  }

  .archive-page-hero h1 {
    font-size: 54px;
  }

  .archive-page-hero-media {
    min-height: 54svh;
  }

  .archive-study-large {
    grid-row: auto;
  }

  .archive-study-large figure,
  .archive-study figure {
    aspect-ratio: 1;
  }

  .archive-anatomy ol {
    grid-template-columns: 1fr;
  }

  .archive-anatomy li {
    min-height: 135px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }

  .archive-anatomy li strong {
    margin-top: 42px;
  }
}

/* Private client portal */
.client-portal-main {
  background: var(--paper);
}

.client-portal-hero {
  min-height: 82svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: end;
  padding: 165px var(--page-pad) 90px;
  background: var(--green);
  color: #fff;
}

.client-portal-hero h1,
.client-current h2,
.client-timeline h2,
.client-workspace h2,
.client-fit-record h2,
.client-portal-error h2 {
  max-width: 950px;
  margin: 18px 0 26px;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.client-portal-hero > div:first-child > p:last-child,
.client-current > div:first-child > p:last-child,
.client-portal-error > p:not(.eyebrow) {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.75;
}

.client-reference-card {
  padding: clamp(28px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.client-reference-card > span,
.client-reference-card > small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.client-reference-card strong {
  display: block;
  margin: 38px 0 18px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(23px, 2.5vw, 38px);
  font-weight: 400;
  overflow-wrap: anywhere;
}

.client-portal-loading {
  min-height: 40svh;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 18px;
}

.client-portal-loading > span {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-top-color: var(--wine);
  border-radius: 50%;
  animation: spin 700ms linear infinite;
}

.client-current,
.client-fit-record {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: clamp(60px, 10vw, 160px);
  background: #efe7dc;
}

.client-current > div:first-child > p:last-child {
  color: var(--muted);
}

.client-next-action {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px 26px;
  border: 1px solid rgba(74, 34, 42, 0.18);
  background: rgba(255, 255, 255, 0.5);
}

.client-next-action > span {
  color: var(--wine);
  font-size: 9px;
  letter-spacing: 0.18em;
}

.client-next-action strong {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.client-next-action p {
  max-width: 680px;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

.client-next-action small {
  max-width: 210px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
  text-align: right;
}

.client-next-action .button {
  min-width: 150px;
  text-align: center;
}

#client-design,
#client-payment,
#client-presentation,
#client-fit,
#client-conversation,
#client-delivery {
  scroll-margin-top: 86px;
}

.client-summary dl,
.client-quote-panel dl {
  margin: 0;
  border-top: 1px solid var(--line);
}

.client-summary dl > div,
.client-quote-panel dl > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.client-summary dt,
.client-quote-panel dt {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-summary dd,
.client-quote-panel dd {
  margin: 0;
  text-align: right;
}

.client-timeline {
  background: var(--wine);
  color: #fff;
}

.client-timeline ol {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.client-timeline li {
  min-height: 145px;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.38);
}

.client-timeline li span {
  display: block;
  color: inherit;
  font-size: 8px;
}

.client-timeline li strong {
  display: block;
  margin-top: 52px;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
}

.client-timeline li.complete {
  color: rgba(255, 255, 255, 0.7);
}

.client-timeline li.current {
  background: var(--gold);
  color: #17251f;
}

.client-workspace {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.client-workspace > article {
  padding: clamp(34px, 6vw, 90px);
  background: var(--paper);
}

.client-workspace h2 {
  font-size: clamp(40px, 4.5vw, 70px);
}

.client-design-preview {
  min-height: 360px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 16px;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid var(--line);
  background: #eee7dc;
  text-align: center;
}

.client-design-preview > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 50px;
}

.client-design-preview > p {
  max-width: 340px;
  color: var(--muted);
  line-height: 1.7;
}

.client-design-preview img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}

.client-design-versions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.client-design-versions article {
  overflow: hidden;
  border: 1px solid rgba(30, 50, 40, 0.14);
  background: #f6f2eb;
}

.client-design-versions article.current {
  border-color: #b39156;
  box-shadow: 0 0 0 1px rgba(179, 145, 86, 0.2);
}

.client-design-versions article > div {
  aspect-ratio: 1;
  overflow: hidden;
  background: #e8e2d8;
}

.client-design-versions img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.client-design-versions footer {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.client-design-versions span,
.client-design-versions small {
  color: #8a7b65;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.client-design-versions strong {
  color: #1f342b;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.client-design-versions p {
  margin: 0;
  color: #67675f;
  font-size: 11px;
  line-height: 1.65;
}

.client-design-decision,
.client-design-record {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #f7f2e9;
}

.client-design-decision > p,
.client-design-record p,
.client-design-record small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.client-design-decision .client-revision-limit {
  margin: 12px 0 16px;
  padding: 9px 12px;
  border-left: 2px solid var(--gold-deep);
  background: rgba(191, 150, 74, 0.08);
  color: var(--ink);
  font-size: 10px;
}

.client-design-decision label,
.client-design-decision label span,
.client-design-record > span,
.client-design-record > strong,
.client-design-record > small {
  display: block;
}

.client-design-decision label span,
.client-design-record > span {
  margin-bottom: 8px;
  color: var(--gold-deep);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-design-decision textarea {
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  background: #fffdf8;
  resize: vertical;
}

.client-design-decision > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.client-design-record > strong {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.client-action-message {
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--wine);
  font-size: 10px;
}

.client-payment-actions {
  display: grid;
  gap: 12px;
  margin: 30px 0 18px;
}

.client-payment-actions > span {
  padding: 15px;
  border: 1px solid #8dab7d;
  color: #45603f;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.client-payment-actions > p,
.client-quote-panel > small {
  color: var(--muted);
  font-size: 10px;
}

.client-payment-actions .client-payment-manual-note {
  margin: 0;
  padding: 13px 15px;
  border-left: 2px solid var(--gold);
  background: rgba(229, 200, 131, 0.13);
  line-height: 1.7;
}

.client-fit-record {
  background: var(--green);
  color: #fff;
}

.client-fit-status {
  max-width: 520px;
  margin-top: 34px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.client-fit-status span,
.client-fit-status strong,
.client-fit-status small {
  display: block;
}

.client-fit-form {
  margin-top: 38px;
  padding: clamp(24px, 4vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.client-fit-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.client-fit-form-head strong,
.client-fit-form-head small {
  display: block;
}

.client-fit-form-head strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.client-fit-form-head small {
  max-width: 580px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.6;
}

.client-fit-form-head button {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 9px;
}

.client-fit-form .bespoke-image-upload {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.client-fit-form .measurement-grid {
  margin-top: 24px;
}

.client-fit-form .measurement-hand input {
  color: var(--ink);
}

.client-fit-form .save-size-profile {
  margin: 20px 0;
}

@media (max-width: 700px) {
  .search-results > div { grid-template-columns: 1fr; }
  .client-fit-form-head { flex-direction: column; }
  .client-design-decision > div .button { width: 100%; }
}

.client-fit-status span {
  color: #d5bb85;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.client-fit-status strong {
  margin-top: 10px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.client-fit-status small {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.7;
}

.client-measurements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.client-measurements > div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.client-measurements span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  text-transform: capitalize;
}

.client-measurements strong {
  display: block;
  margin-top: 14px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.client-project-room {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 6vw, 92px);
  background: #f2eee6;
}

.client-project-room h2,
.client-delivery-room h2 {
  margin: 12px 0 28px;
  color: #17372d;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.05;
}

.client-progress-gallery,
.client-message-list {
  display: grid;
  gap: 12px;
}

.client-progress-gallery article {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(31, 52, 43, 0.13);
  background: #fff;
}

.client-progress-gallery article > img,
.client-progress-mark {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.client-progress-mark {
  display: grid;
  place-items: center;
  background: #17372d;
  color: #c8a96b;
  font-family: var(--serif);
  font-size: 34px;
}

.client-progress-gallery article > div:last-child {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 20px;
}

.client-progress-gallery span,
.client-progress-gallery small {
  color: #93784c;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.client-progress-gallery strong {
  color: #25362f;
  font-size: 13px;
  line-height: 1.55;
}

.client-progress-empty {
  min-height: 250px;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 34px;
  border: 1px solid rgba(31, 52, 43, 0.13);
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.client-progress-empty span { color: #b39156; font-size: 38px; }
.client-progress-empty strong { margin-top: 12px; color: #17372d; font-family: var(--serif); font-size: 22px; }
.client-progress-empty p { max-width: 340px; margin: 8px 0 0; color: #77756d; font-size: 11px; line-height: 1.7; }

.client-conversation {
  padding: clamp(26px, 4vw, 46px);
  background: #17372d;
  color: #fff;
}

.client-conversation h2 { color: #fff; }
.client-message-list { max-height: 480px; overflow-y: auto; padding-right: 6px; }
.client-message-list article { max-width: 88%; padding: 14px 16px; background: rgba(255, 255, 255, 0.09); }
.client-message-list article.from-client { margin-left: auto; background: #f5efe5; color: #17372d; }
.client-message-list span,
.client-message-list small { color: #c5aa72; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; }
.client-message-list article.from-client span,
.client-message-list article.from-client small { color: #8d7652; }
.client-message-list p { margin: 6px 0; font-size: 12px; line-height: 1.7; white-space: pre-wrap; }
.client-message-empty { color: rgba(255, 255, 255, 0.62); font-size: 11px; line-height: 1.7; }
.client-conversation form { display: grid; gap: 14px; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.client-conversation form label { display: grid; gap: 8px; }
.client-conversation form label span { color: #d1ba8b; font-size: 10px; }
.client-conversation textarea { width: 100%; padding: 13px; border: 1px solid rgba(255, 255, 255, 0.24); background: rgba(255, 255, 255, 0.06); color: #fff; resize: vertical; }
.client-conversation .button-dark { background: #f4eee4; color: #17372d; }

.client-delivery-room {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.65fr) minmax(240px, 0.55fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #17372d;
  color: #fff;
}

.client-delivery-room h2 { color: #fff; }
.client-delivery-room > div:first-child > p:last-child { max-width: 560px; color: rgba(255, 255, 255, 0.66); font-size: 12px; line-height: 1.75; }
.client-delivery-card { min-height: 220px; display: grid; align-content: center; gap: 8px; padding: 28px; border: 1px solid rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.06); }
.client-delivery-card span,
.client-delivery-card small { color: #cfb77f; font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }
.client-delivery-card strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.client-delivery-card p { margin: 2px 0; color: rgba(255, 255, 255, 0.7); font-size: 12px; line-height: 1.7; }
.client-delivery-card a { color: #fff; font-size: 11px; text-decoration: underline; text-underline-offset: 4px; }
.client-record-actions { display: grid; gap: 12px; }
.client-record-actions .button { width: 100%; }
.client-close-application { padding: 13px 10px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.25); background: transparent; color: rgba(255, 255, 255, 0.72); cursor: pointer; font-size: 10px; }
.client-record-actions p { margin: 0; color: rgba(255, 255, 255, 0.52); font-size: 9px; line-height: 1.65; }

.client-portal-error {
  background: var(--paper);
}

.client-portal-error > p:not(.eyebrow) {
  color: var(--muted);
}

@media (max-width: 900px) {
  .client-portal-hero,
  .client-current,
  .client-fit-record,
  .client-workspace,
  .client-project-room,
  .client-delivery-room {
    grid-template-columns: 1fr;
  }

  .client-timeline ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .client-next-action {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .client-next-action .button,
  .client-next-action > small {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .client-portal-hero {
    min-height: auto;
    padding: 140px 20px 60px;
  }

  .client-portal-hero h1,
  .client-current h2,
  .client-timeline h2,
  .client-fit-record h2,
  .client-portal-error h2 {
    font-size: 44px;
    letter-spacing: -0.04em;
    line-height: 0.98;
  }

  .client-timeline ol {
    grid-template-columns: 1fr;
  }

  .client-timeline li {
    min-height: 105px;
  }

  .client-timeline li strong {
    margin-top: 28px;
  }

  .client-next-action {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
  }

  .client-next-action .button,
  .client-next-action > small {
    grid-column: auto;
  }

  .client-next-action .button {
    width: 100%;
  }

  .client-design-versions {
    grid-template-columns: 1fr;
  }

  .client-progress-gallery article {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .client-progress-gallery article > img,
  .client-progress-mark {
    height: 126px;
  }

  .client-message-list article {
    max-width: 95%;
  }
}

/* Bespoke gifting: presentation is attached to a commission */
.gifting-detail-page .gift-builder,
.gifting-detail-page .editorial-film {
  display: none;
}

.gift-commission-path {
  background: #eee6dc;
}

.gift-commission-path .gift-builder-heading {
  max-width: 920px;
}

.gift-commission-boxes {
  display: grid;
  gap: 28px;
  margin-top: 70px;
}

.gift-commission-boxes .gift-box-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 570px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.gift-commission-boxes .gift-box-detail:nth-child(even) .gift-box-photo {
  order: 2;
}

.gift-box-photo {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d8cec0;
}

.gift-box-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 24, 20, 0.42));
  content: "";
  pointer-events: none;
}

.gift-box-photo img {
  width: 100%;
  height: 100%;
  min-height: 570px;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gift-box-detail:hover .gift-box-photo img {
  transform: scale(1.025);
}

.gift-box-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gift-box-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
}

.gift-commission-boxes h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.gift-box-lede {
  max-width: 520px;
  margin: 0 0 30px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
}

.gift-box-specs {
  margin: 0;
  border-top: 1px solid var(--line);
}

.gift-box-specs div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.gift-box-specs dt {
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.gift-box-specs dd {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.gift-commission-boxes a {
  display: inline-block;
  align-self: flex-start;
  margin-top: 28px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gift-presentation-note {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 120px);
  margin-top: 28px;
  padding: clamp(44px, 6vw, 78px);
  background: var(--green);
  color: #f5eee5;
}

.gift-presentation-note .eyebrow {
  color: #d2aa70;
}

.gift-presentation-note h3 {
  max-width: 690px;
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.gift-presentation-note div > p {
  max-width: 720px;
  margin: 0;
  color: rgba(245, 238, 229, 0.74);
  font-size: 12px;
  line-height: 1.8;
}

.gift-layer-legend {
  max-width: 760px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(245, 238, 229, 0.18);
}

.gift-layer-legend li {
  display: grid;
  grid-template-columns: 34px 120px minmax(0, 1fr);
  align-items: baseline;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(245, 238, 229, 0.18);
}

.gift-layer-legend li > span {
  color: #d2aa70;
  font-size: 9px;
  font-weight: 700;
}

.gift-layer-legend li > div {
  display: contents;
}

.gift-layer-legend strong {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gift-layer-legend small {
  color: rgba(245, 238, 229, 0.68);
  font-size: 10px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .gift-commission-boxes .gift-box-detail {
    grid-template-columns: 1fr;
  }

  .gift-commission-boxes .gift-box-detail:nth-child(even) .gift-box-photo {
    order: 0;
  }

  .gift-box-photo,
  .gift-box-photo img {
    min-height: auto;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 720px) {
  .gift-commission-boxes {
    gap: 18px;
    margin-top: 46px;
  }

  .gift-box-detail-copy {
    padding: 34px 24px 38px;
  }

  .gift-box-photo figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
  }

  .gift-box-specs div {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .gift-presentation-note {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 42px 26px;
  }

  .gift-layer-legend li {
    grid-template-columns: 28px 86px minmax(0, 1fr);
    gap: 8px;
  }
}

/* Privacy notice and terms */
.legal-page {
  background: #f4efe8;
  color: var(--ink);
}

.legal-header {
  background: rgba(244, 239, 232, 0.92);
  border-bottom: 1px solid rgba(25, 54, 46, 0.12);
  backdrop-filter: blur(18px);
}

.checkout-header.site-header > .language-picker {
  display: inline-flex;
}

.legal-main {
  padding-top: 72px;
}

.legal-hero {
  min-height: 72vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(130px, 17vw, 240px) var(--page-pad) clamp(70px, 9vw, 130px);
  background:
    radial-gradient(circle at 78% 24%, rgba(209, 188, 159, 0.46), transparent 29%),
    linear-gradient(145deg, #f7f2eb 0%, #e7dbcd 100%);
}

.terms-legal-hero {
  background:
    radial-gradient(circle at 76% 21%, rgba(177, 151, 104, 0.23), transparent 30%),
    linear-gradient(145deg, #f5efe6 0%, #ded1c0 100%);
}

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

.legal-hero h1 {
  max-width: 1040px;
  margin: 20px 0 28px;
  font-family: var(--serif);
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.legal-lead {
  max-width: 720px;
  color: rgba(23, 47, 40, 0.72);
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.45;
}

.policy-status {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: 20px;
  margin-top: 52px;
  padding-top: 18px;
  border-top: 1px solid rgba(23, 47, 40, 0.18);
  color: rgba(23, 47, 40, 0.58);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.policy-status strong {
  color: var(--green);
  font-size: 11px;
  font-weight: 600;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(55px, 10vw, 180px);
  padding: clamp(85px, 10vw, 150px) var(--page-pad);
}

.legal-nav {
  position: sticky;
  top: 108px;
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 25px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.legal-nav p {
  margin: 0 0 13px;
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-nav a {
  width: max-content;
  max-width: 100%;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  transition: color 180ms ease, transform 180ms ease;
}

.legal-nav a:hover {
  color: var(--green);
  transform: translateX(4px);
}

.legal-copy {
  max-width: 890px;
}

.legal-section {
  scroll-margin-top: 120px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  padding: 0 0 clamp(72px, 8vw, 118px);
}

.legal-section > span {
  padding-top: 8px;
  color: var(--wine);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.legal-section h2,
.legal-section p,
.legal-section ul,
.legal-section ol,
.legal-section > a {
  grid-column: 2;
}

.legal-section h2 {
  margin: 0 0 30px;
  font-family: var(--serif);
  font-size: clamp(36px, 4.6vw, 68px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.legal-section p,
.legal-section li {
  color: rgba(24, 47, 41, 0.74);
  font-size: 13px;
  line-height: 1.9;
}

.legal-section p {
  margin: 0 0 18px;
}

.legal-section ul,
.legal-section ol {
  display: grid;
  gap: 13px;
  margin: 0;
  padding-left: 19px;
}

.legal-emphasis {
  margin: 0 0 clamp(72px, 8vw, 118px);
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(122, 63, 61, 0.2);
  background: rgba(255, 255, 255, 0.38);
}

.legal-emphasis h2,
.legal-emphasis p,
.legal-emphasis ol,
.legal-emphasis ul,
.legal-emphasis > span {
  grid-column: 1 / -1;
}

.legal-emphasis > span {
  padding-top: 0;
  margin-bottom: 16px;
}

.legal-contact {
  padding: clamp(36px, 6vw, 74px);
  background: var(--green);
  color: var(--white);
}

.legal-contact h2,
.legal-contact p,
.legal-contact > a,
.legal-contact > span {
  grid-column: 1 / -1;
}

.legal-contact > span {
  padding-top: 0;
  margin-bottom: 16px;
  color: #d6bb84;
}

.legal-contact p {
  color: rgba(255, 255, 255, 0.7);
}

.legal-contact > a,
.legal-inline-link {
  width: max-content;
  max-width: 100%;
  margin-top: 13px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.legal-inline-link {
  color: var(--green);
  font-weight: 600;
}

.legal-footer {
  min-height: 120px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 35px;
  padding: 30px var(--page-pad);
  background: #132c25;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-footer .wordmark {
  color: #fff;
  font-size: 24px;
  text-transform: none;
}

.legal-footer div {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.legal-footer a[aria-current="page"] {
  color: #d6bb84;
}

.legal-footer > span {
  justify-self: end;
}

.checkout-consent-required {
  margin-bottom: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(25, 54, 46, 0.18);
  background: rgba(255, 255, 255, 0.45);
}

.checkout-consent a,
.bespoke-policy-consent a {
  border-bottom: 1px solid currentColor;
  color: var(--green);
}

.bespoke-policy-consent {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 12px !important;
  margin-top: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bespoke-policy-consent input {
  width: auto;
  margin-top: 2px;
  accent-color: #d6bb84;
}

.bespoke-policy-consent > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.7;
  text-transform: none !important;
}

.bespoke-policy-consent > span span {
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.bespoke-policy-consent a {
  color: #fff;
}

.commerce-policy-links {
  display: flex;
  gap: 16px;
}

.commerce-policy-links a {
  border-bottom: 1px solid rgba(25, 54, 46, 0.25);
}

@media (max-width: 820px) {
  .legal-hero {
    min-height: 650px;
    padding-top: 150px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .legal-nav {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .legal-nav p {
    grid-column: 1 / -1;
  }

  .legal-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .legal-footer div {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .legal-footer > span {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .legal-main {
    padding-top: 64px;
  }

  .legal-hero {
    min-height: 600px;
    padding: 130px 20px 65px;
  }

  .legal-hero h1 {
    font-size: clamp(58px, 20vw, 86px);
  }

  .policy-status {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .legal-layout {
    padding: 75px 20px 90px;
  }

  .legal-nav {
    grid-template-columns: 1fr;
  }

  .legal-section {
    grid-template-columns: 32px 1fr;
    column-gap: 10px;
  }

  .legal-section h2 {
    font-size: 38px;
  }

  .legal-emphasis,
  .legal-contact {
    display: block;
    padding: 30px 24px;
  }

  .legal-emphasis > span,
  .legal-contact > span {
    display: block;
  }

  .legal-footer {
    padding: 36px 20px;
  }
}

/* Private gifting workflow */
.gift-application {
  min-width: 0;
  margin: 4px 0 12px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(224, 201, 160, .35);
  background: rgba(255, 255, 255, .045);
}

.gift-application[hidden],
.client-gift-room[hidden] { display: none; }
.gift-sequence-notice { padding: clamp(20px, 3vw, 30px); border: 1px solid rgba(224, 201, 160, .35); background: rgba(255, 255, 255, .045); }
.gift-sequence-notice[hidden] { display: none; }
.gift-sequence-notice span,
.gift-sequence-notice strong { display: block; }
.gift-sequence-notice span { color: #d8bc88; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.gift-sequence-notice strong { margin-top: 8px; color: #f5ead8; font: clamp(24px, 3vw, 38px)/1.15 var(--serif); font-weight: 400; }
.gift-sequence-notice p { max-width: 780px; margin: 12px 0 0; color: rgba(255, 255, 255, .62); font-size: 12px; line-height: 1.75; }
.gift-application legend { width: 100%; padding: 0 0 18px; }
.gift-application legend span,
.gift-application legend small { display: block; }
.gift-application legend span { color: #f4ead8; font: clamp(24px, 2.5vw, 34px)/1.15 var(--serif); }
.gift-application legend small { margin-top: 7px; color: rgba(255, 255, 255, .55); font-size: 11px; }
.gift-application-grid,
.client-gift-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gift-application-grid .wide,
.client-gift-form .wide { grid-column: 1 / -1; }
.gift-application-grid label,
.client-gift-form > label { min-width: 0; }
.gift-application-grid small { display: block; margin-top: 7px; color: rgba(255, 255, 255, .52); font-size: 10px; line-height: 1.55; }

.client-gift-room {
  display: grid;
  grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
  background: #f4efe7;
  color: #183328;
}
.client-gift-intro h2 { max-width: 560px; margin: 10px 0 18px; font: clamp(38px, 5vw, 70px)/1.02 var(--serif); font-weight: 400; }
.client-gift-intro > p:not(.eyebrow) { max-width: 510px; color: #6f6a61; line-height: 1.75; }
.client-gift-form { padding: clamp(24px, 4vw, 42px); border: 1px solid #ded3c2; background: rgba(255,255,255,.62); }
.client-gift-form label > span { display: block; margin-bottom: 7px; color: #6f695f; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.client-gift-form input,
.client-gift-form select,
.client-gift-form textarea { width: 100%; box-sizing: border-box; border: 0; border-bottom: 1px solid #cfc4b3; border-radius: 0; padding: 12px 0; background: transparent; color: #183328; font: inherit; }
.client-gift-form textarea { resize: vertical; }
.client-gift-form :disabled { opacity: .68; cursor: not-allowed; }
.client-gift-confirm { display: grid; gap: 14px; padding-top: 6px; }
.client-gift-confirm > label { display: flex; gap: 10px; align-items: center; color: #5e5a52; font-size: 12px; }
.client-gift-confirm > label input { width: auto; }
.client-gift-confirm > label span { margin: 0; text-transform: none; }
.client-gift-status { display: flex; gap: 12px; align-items: center; margin-top: 28px; padding: 15px; border: 1px solid #dccfb9; }
.client-gift-status > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; }
.client-gift-status > div { display: grid; gap: 3px; }
.client-gift-status small { color: #776f64; }
.client-gift-status.confirmed > span { background: #dcebdd; color: #235e36; }
.client-gift-status.pending > span { background: #f0dfc1; color: #8c5a1c; }

@media (max-width: 760px) {
  .gift-application-grid,
  .client-gift-form,
  .client-gift-room { grid-template-columns: 1fr; }
  .gift-application-grid .wide,
  .client-gift-form .wide { grid-column: auto; }
  .client-gift-room { gap: 30px; }
}
.contact-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.55;
}

.contact-consent input {
  width: 18px !important;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.contact-consent a { color: inherit; text-decoration: underline; }

.commission-success-message > p {
  max-width: 680px;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  line-height: 1.7;
}

.commission-success-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }

.commission-success-actions a,
.commission-success-actions button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
}

.commission-success-actions .whatsapp-handoff-button {
  border-color: #d7e7dc;
  background: #eaf4ed;
  color: #17372d;
  font-weight: 700;
}

.commission-success-actions .wecom-handoff-button {
  border-color: #d7c091;
  background: #f5ead3;
  color: #17372d;
  font-weight: 700;
}

.client-payment-actions .client-wecom-payment,
.client-wecom-payment {
  border: 1px solid rgba(23, 55, 45, 0.28);
  background: transparent;
  color: var(--green);
}

.wecom-concierge {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
}

.wecom-concierge-trigger {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 8px;
  border: 1px solid rgba(232, 211, 168, 0.42);
  border-radius: 999px;
  background: rgba(19, 47, 39, 0.96);
  box-shadow: 0 14px 34px rgba(10, 25, 21, 0.2);
  color: #fff;
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wecom-concierge-trigger:hover {
  transform: translateY(-2px);
  background: #17372d;
  box-shadow: 0 18px 40px rgba(10, 25, 21, 0.28);
}

.wecom-concierge-trigger > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d8bb80;
  color: #17372d;
  font-family: var(--serif);
  font-size: 15px;
}

.wecom-concierge-trigger strong {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.wecom-concierge-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 28px;
  visibility: hidden;
  pointer-events: none;
}

.wecom-concierge-modal.open {
  visibility: visible;
  pointer-events: auto;
}

.wecom-concierge-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 18, 15, 0.72);
  opacity: 0;
  backdrop-filter: blur(10px);
  transition: opacity 220ms ease;
}

.wecom-concierge-modal.open .wecom-concierge-backdrop { opacity: 1; }

.wecom-concierge-card {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 46px;
  align-items: center;
  padding: 46px;
  border: 1px solid rgba(216, 187, 128, 0.32);
  background: #f4efe7;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  color: var(--green);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

.wecom-concierge-modal.open .wecom-concierge-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wecom-concierge-card h2 {
  max-width: 390px;
  margin: 12px 0 18px;
  font-family: var(--serif);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 400;
  line-height: 0.98;
}

.wecom-concierge-card > div > p:not(.eyebrow) {
  max-width: 440px;
  margin: 0 0 26px;
  color: rgba(23, 55, 45, 0.7);
  font-size: 12px;
  line-height: 1.8;
}

.wecom-concierge-card figure {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(23, 55, 45, 0.12);
  background: #fff;
}

.wecom-concierge-card figure img {
  width: 100%;
  height: auto;
  display: block;
}

.wecom-concierge-card figcaption {
  padding: 10px 4px 2px;
  color: rgba(23, 55, 45, 0.56);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.wecom-concierge-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(23, 55, 45, 0.2);
  border-radius: 50%;
  background: transparent;
  color: var(--green);
  font-size: 22px;
  cursor: pointer;
}

.wecom-modal-open { overflow: hidden; }

@media (max-width: 600px) {
  .commission-success-actions {
    display: grid;
  }

  .commission-success-actions a,
  .commission-success-actions button {
    width: 100%;
  }

  .wecom-concierge {
    right: 14px;
    bottom: 14px;
  }

  .wecom-concierge-trigger {
    min-height: 44px;
    padding-right: 13px;
  }

  .wecom-concierge-trigger > span {
    width: 30px;
    height: 30px;
  }

  .wecom-concierge-modal { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .wecom-concierge-trigger,
  .wecom-concierge-backdrop,
  .wecom-concierge-card { transition: none; }
}
