:root {
  --color-ink: #1a1a1a;
  --color-muted: #6d6a64;
  --color-line: rgba(26, 26, 26, 0.12);
  --color-paper: #ffffff;
  --color-soft: #f2f2f2;
  --color-warm: #eee7dc;
  --color-black: #000000;
  --container: 1600px;
  --gutter: 48px;
  --announcement-height: 48px;
  --button-radius: 10px;
  --card-radius: 8px;
  --shadow-soft: 0 22px 60px rgba(26, 26, 26, 0.12);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

body.has-mobile-drawer {
  overflow: hidden;
}

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

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

button,
input {
  font: inherit;
}

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

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

.site-shell {
  position: relative;
  z-index: 20;
}

.announcement-bar {
  height: var(--announcement-height);
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  justify-items: center;
  background: var(--color-black);
  color: var(--color-paper);
}

.announcement-bar p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.announcement-bar__arrow,
.icon-button,
.mobile-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.announcement-bar__arrow {
  width: 44px;
  height: 44px;
}

.announcement-bar svg,
.icon-button svg,
.assurance-card svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: absolute;
  top: var(--announcement-height);
  left: 0;
  right: 0;
  min-height: 112px;
  padding: 24px var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  color: var(--color-paper);
}

body:not(.home) .site-header {
  position: relative;
  top: auto;
  color: var(--color-ink);
  background: var(--color-paper);
  border-bottom: 1px solid var(--color-line);
}

.desktop-nav--left {
  justify-self: start;
}

.desktop-nav--right {
  justify-self: end;
  display: flex;
  align-items: start;
  gap: 30px;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 30px;
  margin: 0;
  padding: 0;
}

.nav-list a {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 32px;
}

.currency-pill {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.icon-button {
  width: 34px;
  height: 34px;
  padding: 0;
}

.brand-mark {
  justify-self: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  min-width: 220px;
  text-align: center;
}

.brand-mark__name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.brand-mark__since {
  font-size: 10px;
  font-weight: 600;
}

.custom-logo-link img {
  max-width: 220px;
  max-height: 70px;
  object-fit: contain;
}

.mobile-header,
.mobile-cart,
.mobile-drawer {
  display: none;
}

.hero {
  position: relative;
  min-height: 700px;
  height: calc(100vh - var(--announcement-height));
  max-height: 820px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 8, 0.1), rgba(255, 255, 255, 0.22) 44%, rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.1));
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 48px));
  margin-top: 72px;
  text-align: center;
  color: #3c2b1f;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 72px;
  line-height: 0.98;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-offer {
  width: min(520px, 100%);
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 3px solid #3c2b1f;
  border-radius: var(--card-radius);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(60, 43, 31, 0.18);
}

.hero-offer div {
  padding: 18px 20px 20px;
  background: #3c2b1f;
  color: var(--color-paper);
}

.hero-offer div + div {
  background: var(--color-paper);
  color: #3c2b1f;
}

.hero-offer strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.hero-offer span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 38px;
  border-radius: var(--button-radius);
  font-weight: 700;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button--light {
  background: var(--color-paper);
  color: var(--color-ink);
  box-shadow: 0 12px 30px rgba(26, 26, 26, 0.12);
}

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

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

.button--dark:hover {
  background: #3b3a35;
}

.offer-band {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.offer-band__item {
  min-height: 132px;
  padding: 22px 24px;
  display: grid;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--color-line);
  border-radius: var(--card-radius);
  background: #faf8f4;
}

.offer-band__item--dark {
  background: var(--color-ink);
  color: var(--color-paper);
}

.offer-band__item span,
.offer-band__item em {
  color: var(--color-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.offer-band__item--dark span,
.offer-band__item--dark em {
  color: rgba(255, 255, 255, 0.72);
}

.offer-band__item strong {
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
}

.assurance {
  background: var(--color-soft);
  padding: 72px var(--gutter) 76px;
}

.assurance__heading {
  max-width: var(--container);
  margin: 0 auto 54px;
  text-align: center;
}

.assurance h2 {
  margin: 0;
  font-size: 96px;
  line-height: 1;
  font-weight: 500;
}

.assurance__heading p {
  margin: 16px 0 0;
  font-size: 28px;
  font-weight: 600;
}

.assurance-grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.assurance-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 22px;
  min-height: 160px;
  text-align: center;
}

.assurance-card__icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f0ebe6;
}

.assurance-card--amber .assurance-card__icon {
  color: #f2a31b;
  background: #f7f0e8;
}

.assurance-card--stone .assurance-card__icon {
  color: #202020;
  background: #e7e7e7;
}

.assurance-card--green .assurance-card__icon {
  color: #08a75f;
  background: #e5f0ea;
}

.assurance-card--violet .assurance-card__icon {
  color: #8b35f6;
  background: #eee5f6;
}

.assurance-card h3 {
  max-width: 260px;
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.featured-products {
  max-width: var(--container);
  margin: 0 auto;
  padding: 78px var(--gutter) 92px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: var(--color-muted);
}

.section-heading h2 {
  margin: 0;
  max-width: 780px;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 600;
}

.text-link {
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

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

.product-card {
  min-width: 0;
}

.product-card__media {
  display: block;
  padding: 18px;
  border-radius: var(--card-radius);
  background: #f0f0f0;
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  aspect-ratio: 1 / 1.16;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(26, 26, 26, 0.18);
}

.product-card__body {
  padding-top: 16px;
}

.product-card__body p {
  margin: 0 0 6px;
  color: var(--color-muted);
  font-size: 12px;
}

.product-card__body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.product-card__body span {
  font-weight: 800;
}

.section-heading--center {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center h2 {
  margin-right: auto;
  margin-left: auto;
}

.style-showcase,
.room-section,
.customer-gallery,
.faq {
  max-width: var(--container);
  margin: 0 auto;
  padding: 78px var(--gutter) 88px;
}

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

.style-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--card-radius);
  background: #f7f5ef;
}

.style-card__media {
  display: block;
  padding: 18px 18px 0;
}

.style-card__media img {
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  border-radius: calc(var(--card-radius) - 2px);
  box-shadow: 0 8px 20px rgba(26, 26, 26, 0.12);
}

.style-card__body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px;
}

.style-card__body strong {
  font-size: 20px;
  line-height: 1.2;
}

.style-card__body em {
  color: var(--color-muted);
  font-style: normal;
}

.product-section--soft {
  max-width: none;
  background: #f5f4f1;
}

.product-section--soft .section-heading,
.product-section--soft .product-grid {
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
}

.product-card__media {
  position: relative;
}

.product-card__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--color-ink);
  color: var(--color-paper);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card__badge--new {
  background: #3b6f65;
}

.transformation {
  max-width: var(--container);
  margin: 0 auto;
  padding: 88px var(--gutter);
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: center;
}

.transformation__copy h2,
.size-guide__copy h2,
.reviews__intro h2,
.artist-process__copy h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 600;
}

.transformation__copy p:not(.eyebrow),
.size-guide__copy p,
.reviews__intro p,
.artist-process__copy p {
  max-width: 560px;
  margin: 20px 0 28px;
  color: var(--color-muted);
  font-size: 16px;
}

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

.before-after__panel {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: linear-gradient(180deg, #ebe7df 0%, #f7f4ef 60%, #ded5c9 61%, #d8cabc 100%);
}

.before-after__panel span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.before-after__panel--after {
  background: linear-gradient(180deg, #e6ece9 0%, #f6f5f0 58%, #dcd0be 59%, #d4c5b4 100%);
}

.before-after__panel--after img {
  position: absolute;
  top: 74px;
  left: 50%;
  width: min(70%, 300px);
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
  transform: translateX(-50%);
  box-shadow: 0 18px 38px rgba(26, 26, 26, 0.2);
}

.room-line {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 64px;
  height: 96px;
  border-radius: 48px 48px 12px 12px;
  background: #c6b9aa;
}

.room-line::before,
.room-line::after {
  content: "";
  position: absolute;
  bottom: -34px;
  width: 30%;
  height: 42px;
  border-radius: 8px;
  background: #9c8d7f;
}

.room-line::before {
  left: 8%;
}

.room-line::after {
  right: 8%;
}

.room-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.95fr 0.95fr;
  gap: 22px;
}

.room-card {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: #ece8df;
}

.room-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform 220ms ease;
}

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

.room-card span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  border-radius: var(--button-radius);
  background: rgba(255, 255, 255, 0.92);
  font-weight: 800;
}

.room-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18));
}

.size-guide {
  max-width: var(--container);
  margin: 0 auto;
  padding: 88px var(--gutter);
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1fr) minmax(220px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.size-wall {
  position: relative;
  min-height: 410px;
  border-radius: var(--card-radius);
  background: linear-gradient(180deg, #ece9e2 0%, #f8f6f1 66%, #ded3c2 67%, #d5c5b3 100%);
}

.size-frame {
  position: absolute;
  display: grid;
  place-items: center;
  border: 10px solid #1f1d1a;
  background: #f4efe7;
  color: #1f1d1a;
  font-size: 12px;
  font-weight: 800;
}

.size-frame--s {
  top: 72px;
  left: 9%;
  width: 96px;
  height: 132px;
}

.size-frame--m {
  top: 46px;
  left: 34%;
  width: 140px;
  height: 188px;
  background: #e8eef0;
}

.size-frame--l {
  top: 28px;
  right: 8%;
  width: 178px;
  height: 248px;
  background: #ebe4d8;
}

.size-chips {
  display: grid;
  gap: 12px;
}

.size-chips a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--color-line);
  border-radius: var(--card-radius);
  font-weight: 800;
}

.customer-gallery {
  padding-top: 34px;
}

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

.customer-grid figure {
  margin: 0;
}

.customer-grid img {
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
  border-radius: var(--card-radius);
  background: #efeee9;
}

.customer-grid figcaption {
  margin-top: 12px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 700;
}

.reviews {
  background: #111111;
  color: var(--color-paper);
  padding: 82px var(--gutter) 90px;
}

.reviews__intro,
.review-grid {
  max-width: var(--container);
  margin: 0 auto;
}

.reviews__intro {
  margin-bottom: 34px;
}

.reviews__intro p {
  color: rgba(255, 255, 255, 0.68);
}

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

.review-card {
  min-height: 270px;
  padding: 28px;
  display: grid;
  align-content: start;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--card-radius);
  background: rgba(255, 255, 255, 0.06);
}

.review-card__stars {
  color: #f3b13f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}

.review-card strong {
  margin-top: 10px;
}

.review-card span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.artist-process {
  max-width: var(--container);
  margin: 0 auto;
  padding: 92px var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.artist-process__media img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  border-radius: var(--card-radius);
}

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

.process-list span {
  min-height: 78px;
  padding: 16px;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-line);
  border-radius: var(--card-radius);
  background: #faf8f4;
  font-weight: 800;
}

.faq {
  padding-top: 40px;
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--color-line);
  border-radius: var(--card-radius);
  background: var(--color-paper);
}

.faq-list summary {
  min-height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
}

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

.site-footer {
  border-top: 1px solid var(--color-line);
  background: #111111;
  color: var(--color-paper);
}

.site-footer__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 54px var(--gutter);
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(140px, 0.56fr)) minmax(260px, 0.9fr);
  gap: 36px;
}

.brand-mark--footer {
  align-items: flex-start;
  min-width: 0;
  margin-bottom: 16px;
}

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

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links strong,
.footer-links a,
.newsletter-form label {
  font-weight: 700;
}

.footer-links strong {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.96);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.newsletter-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 14px;
}

.newsletter-form input {
  min-height: 46px;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--card-radius);
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-paper);
}

.newsletter-form button {
  min-height: 46px;
  border: 0;
  border-radius: var(--button-radius);
  padding: 0 20px;
  background: var(--color-paper);
  color: var(--color-ink);
  font-weight: 800;
  cursor: pointer;
}

.fallback-page {
  max-width: 760px;
  margin: 120px auto;
  padding: 0 24px;
}

.fallback-page h1 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.15;
}

@media (max-width: 1180px) {
  :root {
    --gutter: 32px;
  }

  .site-header {
    gap: 16px;
  }

  .nav-list {
    gap: 14px 20px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .assurance h2 {
    font-size: 76px;
  }

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

  .offer-band,
  .style-grid,
  .room-grid,
  .review-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transformation,
  .size-guide,
  .artist-process {
    grid-template-columns: 1fr;
  }

  .reviews {
    display: block;
  }

  .reviews__intro {
    max-width: var(--container);
    margin: 0 auto 34px;
  }

  .site-footer__inner {
    grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(180px, 0.7fr));
  }
}

@media (max-width: 900px) {
  :root {
    --announcement-height: 38px;
    --gutter: 20px;
  }

  .announcement-bar {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }

  .announcement-bar p {
    font-size: 11px;
  }

  .announcement-bar__arrow {
    width: 36px;
    height: 36px;
  }

  .site-header {
    min-height: 48px;
    padding: 8px 16px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: var(--color-paper);
  }

  .desktop-nav,
  .desktop-nav--right {
    display: none;
  }

  .mobile-header {
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .mobile-cart {
    display: inline-flex;
    justify-self: end;
  }

  .brand-mark {
    min-width: 140px;
  }

  .brand-mark__name {
    font-size: 17px;
  }

  .brand-mark__since {
    font-size: 8px;
  }

  .icon-button {
    width: 32px;
    height: 32px;
  }

  .hero {
    min-height: 490px;
    height: 560px;
    max-height: none;
    background-position: 32% center;
  }

  .hero__scrim {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.08) 42%, rgba(0, 0, 0, 0.08)),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.24));
  }

  .hero__content {
    width: min(340px, calc(100% - 40px));
    margin-top: 92px;
    color: #312419;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 18px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .hero-offer {
    margin-bottom: 24px;
    border-width: 2px;
  }

  .hero-offer div {
    padding: 12px 10px 13px;
  }

  .hero-offer strong {
    font-size: 25px;
  }

  .hero-offer span {
    font-size: 10px;
  }

  .button {
    min-height: 54px;
    padding: 0 28px;
  }

  .assurance {
    padding: 42px var(--gutter) 46px;
  }

  .assurance__heading {
    margin-bottom: 34px;
  }

  .assurance h2 {
    font-size: 36px;
  }

  .assurance__heading p {
    margin-top: 4px;
    font-size: 18px;
  }

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

  .assurance-card {
    min-height: 150px;
    gap: 18px;
  }

  .assurance-card__icon {
    width: 74px;
    height: 74px;
  }

  .assurance-card h3 {
    font-size: 18px;
  }

  .featured-products {
    padding: 54px var(--gutter) 64px;
  }

  .offer-band,
  .style-showcase,
  .room-section,
  .size-guide,
  .customer-gallery,
  .reviews,
  .artist-process,
  .faq,
  .transformation {
    padding-top: 52px;
    padding-bottom: 58px;
  }

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

  .offer-band__item {
    min-height: 108px;
    padding: 18px;
  }

  .offer-band__item strong {
    font-size: 30px;
  }

  .section-heading {
    display: block;
  }

  .section-heading h2 {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .section-heading--center {
    margin-bottom: 28px;
  }

  .style-grid,
  .room-grid,
  .customer-grid,
  .review-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .style-card {
    grid-template-columns: 0.85fr 1fr;
    grid-template-rows: auto;
  }

  .style-card__media {
    padding: 12px;
  }

  .style-card__media img {
    height: 100%;
    aspect-ratio: 1 / 1.05;
  }

  .style-card__body {
    padding: 16px;
  }

  .transformation {
    display: block;
  }

  .transformation__copy {
    margin-bottom: 28px;
  }

  .transformation__copy h2,
  .size-guide__copy h2,
  .reviews__intro h2,
  .artist-process__copy h2 {
    font-size: 30px;
  }

  .before-after {
    grid-template-columns: 1fr;
  }

  .before-after__panel {
    min-height: 360px;
  }

  .before-after__panel--after img {
    top: 64px;
    width: min(54%, 210px);
  }

  .room-line {
    bottom: 46px;
    height: 64px;
  }

  .room-card,
  .room-card img {
    min-height: 310px;
  }

  .size-wall {
    min-height: 320px;
  }

  .size-frame {
    border-width: 7px;
    font-size: 10px;
  }

  .size-frame--s {
    top: 118px;
    left: 8%;
    width: 74px;
    height: 96px;
  }

  .size-frame--m {
    top: 84px;
    left: 35%;
    width: 104px;
    height: 136px;
  }

  .size-frame--l {
    top: 54px;
    right: 8%;
    width: 124px;
    height: 166px;
  }

  .reviews__intro {
    margin-bottom: 24px;
  }

  .review-card {
    min-height: 0;
  }

  .artist-process {
    gap: 28px;
  }

  .process-list span {
    min-height: 52px;
  }

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

  .product-card__media {
    padding: 10px;
  }

  .product-card__body h3 {
    font-size: 13px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px var(--gutter);
  }

  .mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    pointer-events: none;
    background: rgba(0, 0, 0, 0);
    transition: background-color 180ms ease;
  }

  .mobile-drawer.is-open {
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.36);
  }

  .mobile-drawer__panel {
    width: min(86vw, 360px);
    height: 100%;
    padding: 22px;
    background: var(--color-paper);
    color: var(--color-ink);
    transform: translateX(-100%);
    transition: transform 180ms ease;
  }

  .mobile-drawer.is-open .mobile-drawer__panel {
    transform: translateX(0);
  }

  .mobile-drawer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
    font-weight: 800;
  }

  .mobile-drawer__close {
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--color-line);
    border-radius: var(--button-radius);
    color: var(--color-ink);
    font-weight: 700;
  }

  .mobile-drawer__links {
    list-style: none;
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
  }

  .mobile-drawer__links a {
    display: block;
    padding: 8px 0;
    font-size: 18px;
    font-weight: 700;
  }
}

@media (max-width: 540px) {
  .style-card {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card__media img {
    aspect-ratio: 1 / 1.08;
  }
}


@media (max-width: 1180px) {
  .site-footer__inner {
    grid-template-columns: minmax(260px, 1fr) repeat(2, minmax(150px, 0.7fr));
  }
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 540px) {
  .newsletter-form div {
    grid-template-columns: 1fr;
  }
}
