
.luxe-page .luxe-actions a {
  min-height: 44px;
  padding: 0 19px;
  border-color: rgba(221,194,137,.72);
  background: transparent;
  color: #fffaf0;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: -.01em;
  transition: background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}

@media (max-width: 800px) {
  .luxe-page .luxe-hero.standard-page-hero {
    width: calc(100% - 14px) !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 750 / 350 !important;
    border-radius: 18px !important;
  }
}
.luxe-page .luxe-actions a:hover { transform: translateY(-1px); border-color: #e2c68b; }
.luxe-page .luxe-actions a:first-child { background: #171411; border-color: #171411; color: #fffaf0; }
.luxe-page .luxe-actions a:first-child:hover { background: #d1ae69; border-color: #d1ae69; color: #211914; }

.luxe-page .luxe-collection-nav {
  padding: 7px 10px;
  gap: 3px;
  border-radius: 18px;
  background: rgba(250,247,240,.88);
  box-shadow: 0 12px 34px rgba(52,39,24,.035);
}
.luxe-page .luxe-collection-nav a {
  position: relative;
  min-height: 38px;
  padding: 0 17px;
  border-radius: 11px;
  background: transparent;
  color: #51493f;
  font-size: 10px;
  font-weight: 670;
}
.luxe-page .luxe-collection-nav a:first-child { background: #eee4cf; color: #211b16; }
.luxe-page .luxe-collection-nav a:not(:first-child)::after {
  content: "";
  position: absolute;
  right: 17px;
  bottom: 6px;
  left: 17px;
  height: 1px;
  background: #af8741;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.luxe-page .luxe-collection-nav a:hover::after { transform: scaleX(1); }

.luxe-editorial-intro,
.luxe-seo-editorial,
.luxe-faq {
  width: min(1280px,calc(100% - 24px));
  margin: 56px auto 0;
}
.luxe-editorial-intro {
  display: grid;
  grid-template-columns: minmax(260px,.72fr) minmax(0,1.48fr);
  gap: clamp(28px,4vw,58px);
  align-items: center;
}
.luxe-editorial-intro > header {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.luxe-editorial-intro h2,
.luxe-seo-editorial h2,
.luxe-faq h2 {
  margin: 13px 0 14px;
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: clamp(31px,3vw,42px);
  font-weight: 470;
  line-height: .99;
  letter-spacing: -.055em;
}
.luxe-editorial-intro > header p {
  max-width: 420px;
  margin: 0;
  color: #6b6257;
  font-size: 13px;
  line-height: 1.65;
}
.luxe-editorial-cards {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.luxe-editorial-cards article {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ddd2c0;
  border-radius: 23px;
  background: #fbf9f4;
  box-shadow: 0 16px 42px rgba(45,32,20,.045);
}
.luxe-editorial-cards img {
  width: 100%;
  height: 170px;
  display: block;
  object-fit: cover;
}
.luxe-editorial-cards article > div { padding: 18px 18px 20px; }
.luxe-editorial-cards span,
.luxe-finishing-grid small {
  display: block;
  color: #9a742f;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.luxe-editorial-cards strong {
  margin: 8px 0 6px;
  display: block;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.025em;
}
.luxe-editorial-cards p {
  margin: 0;
  color: #72695e;
  font-size: 10px;
  line-height: 1.55;
}

.luxe-page .luxe-finishing {
  padding: clamp(32px,4vw,52px);
  background: linear-gradient(145deg,#f0e7d8 0%,#f8f4ec 64%,#eee3d1 100%);
  box-shadow: 0 22px 54px rgba(48,35,20,.045);
}
.luxe-page .luxe-finishing > header {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.72fr);
  gap: 36px;
  align-items: end;
}
.luxe-page .luxe-finishing > header h2 { margin-bottom: 0; }
.luxe-page .luxe-finishing > header > p { padding-bottom: 2px; }
.luxe-page .luxe-finishing > .luxe-finishing-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  border: 0;
}
.luxe-page .luxe-finishing-grid article {
  min-height: 210px;
  padding: 24px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  gap: 15px;
  align-content: start;
  border: 1px solid rgba(197,179,146,.74);
  border-radius: 20px;
  background: rgba(255,253,248,.72);
}
.luxe-page .luxe-finishing-grid article:last-child { border-right: 1px solid rgba(197,179,146,.74); }
.luxe-service-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #211a16;
  color: #d8b56f;
  font: 500 18px/1 var(--serif);
}
.luxe-page .luxe-finishing-grid strong {
  margin: 9px 0 8px;
  display: block;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: -.025em;
}
.luxe-page .luxe-finishing-grid p {
  margin: 0;
  color: #70675c;
  font-size: 11px;
  line-height: 1.58;
}
.luxe-page .luxe-finishing-grid a {
  margin-top: 17px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #8c6726;
  font-size: 10px;
  font-weight: 760;
}
.luxe-page .luxe-finishing > .luxe-standards {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border: 1px solid rgba(197,179,146,.7);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,253,248,.48);
}
.luxe-standards span {
  padding: 17px 20px;
  border-right: 1px solid rgba(197,179,146,.65);
}
.luxe-standards span:last-child { border-right: 0; }
.luxe-standards strong,.luxe-standards small { display: block; }
.luxe-standards strong { font-size: 11px; font-weight: 690; }
.luxe-standards small { margin-top: 4px; color: #776e62; font-size: 8.5px; line-height: 1.4; }

.luxe-seo-editorial {
  padding: clamp(34px,4.5vw,58px) 0;
  display: grid;
  grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
  gap: clamp(40px,7vw,100px);
  border-top: 1px solid #d5c9b7;
  border-bottom: 1px solid #d5c9b7;
}
.luxe-seo-editorial h2 { max-width: 510px; }
.luxe-seo-copy > p {
  max-width: 760px;
  margin: 0 0 15px;
  color: #625a50;
  font-size: 13px;
  line-height: 1.72;
}
.luxe-seo-copy > div {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.luxe-seo-copy a {
  min-height: 94px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-content: center;
  column-gap: 15px;
  border: 1px solid #d6cab7;
  border-radius: 18px;
  background: #fbf9f4;
}
.luxe-seo-copy a small { grid-column: 1/-1; margin-bottom: 5px; color: #9b742f; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.luxe-seo-copy a strong { font-size: 12px; font-weight: 680; }

.luxe-faq {
  display: grid;
  grid-template-columns: minmax(240px,.54fr) minmax(0,1.46fr);
  gap: clamp(36px,7vw,96px);
}
.luxe-faq > header { padding-top: 8px; }
.luxe-faq details { border-top: 1px solid #d5c9b7; }
.luxe-faq details:last-child { border-bottom: 1px solid #d5c9b7; }
.luxe-faq summary {
  min-height: 61px;
  padding: 15px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 680;
}
.luxe-faq summary::-webkit-details-marker { display: none; }
.luxe-faq summary span { color: #a37a31; font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.luxe-faq details[open] summary span { transform: rotate(45deg); }
.luxe-faq details p { max-width: 760px; margin: -3px 0 18px; color: #6d6459; font-size: 11px; line-height: 1.65; }

@media (max-width: 960px) {
  .luxe-editorial-intro,.luxe-seo-editorial,.luxe-faq { grid-template-columns: 1fr; }
  .luxe-editorial-intro > header { max-width: 620px; }
  .luxe-page .luxe-finishing > header { grid-template-columns: 1fr; gap: 10px; }
  .luxe-page .luxe-finishing > .luxe-finishing-grid { grid-template-columns: 1fr; }
  .luxe-page .luxe-finishing-grid article { min-height: 0; }
  .luxe-page .luxe-finishing > .luxe-standards { grid-template-columns: 1fr 1fr; }
  .luxe-standards span:nth-child(2) { border-right: 0; }
  .luxe-standards span:nth-child(-n+2) { border-bottom: 1px solid rgba(197,179,146,.65); }
  .luxe-faq { gap: 20px; }
}

@media (max-width: 700px) {
  .luxe-page .luxe-actions a { min-height: 36px; font-size: 8.5px; }
  .luxe-page .luxe-collection-nav { border-radius: 14px; }
  .luxe-page .luxe-collection-nav a { min-height: 34px; padding: 0 12px; font-size: 8.5px; }
  .luxe-editorial-intro,.luxe-seo-editorial,.luxe-faq { width: calc(100% - 12px); margin-top: 42px; }
  .luxe-editorial-intro { gap: 20px; }
  .luxe-editorial-intro > header { padding: 0 10px; }
  .luxe-editorial-intro h2,.luxe-seo-editorial h2,.luxe-faq h2 { font-size: clamp(27px,8vw,33px); }
  .luxe-editorial-intro > header p,.luxe-seo-copy > p { font-size: 11px; }
  .luxe-editorial-cards { grid-template-columns: 86vw 86vw 86vw; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .luxe-editorial-cards::-webkit-scrollbar { display: none; }
  .luxe-editorial-cards article { scroll-snap-align: start; }
  .luxe-editorial-cards img { height: 155px; }
  .luxe-page .luxe-finishing { padding: 26px 16px; }
  .luxe-page .luxe-finishing > .luxe-finishing-grid { gap: 9px; }
  .luxe-page .luxe-finishing-grid article { padding: 18px; grid-template-columns: 38px minmax(0,1fr); gap: 12px; border-bottom: 1px solid rgba(197,179,146,.74); }
  .luxe-service-mark { width: 38px; height: 38px; }
  .luxe-page .luxe-finishing > .luxe-standards { grid-template-columns: 1fr; }
  .luxe-standards span { border-right: 0; border-bottom: 1px solid rgba(197,179,146,.65); }
  .luxe-standards span:last-child { border-bottom: 0; }
  .luxe-seo-editorial { padding: 32px 10px; gap: 20px; }
  .luxe-seo-copy > div { grid-template-columns: 1fr; }
  .luxe-faq { padding: 0 10px; }
  .luxe-faq summary { min-height: 56px; font-size: 11px; }
  .luxe-faq details p { font-size: 10.5px; }
}

.luxe-page { --luxe-ink:#281b19; --luxe-gold:#d0ad67; background:#f4efe6; color:var(--luxe-ink); }
.luxe-page .site-header + & { margin-top:0; }
.luxe-hero { width:min(1280px,calc(100% - 24px)); min-height:560px; margin:20px auto 0; display:grid; grid-template-columns:1.02fr .98fr; overflow:hidden; border-radius:30px; background:radial-gradient(circle at 15% 10%,#4b2c2b,#251715 72%); color:#fff7e8; }
.luxe-hero > div { padding:clamp(42px,6vw,88px); display:flex; flex-direction:column; justify-content:center; }
.luxe-kicker { color:var(--luxe-gold); font-size:11px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.luxe-hero h1 { margin:20px 0; font-size:clamp(52px,6.4vw,90px); font-weight:480; line-height:.91; letter-spacing:-.07em; }
.luxe-hero h1 em { color:#e0c485; font-family:var(--serif); font-weight:400; }
.luxe-hero p { max-width:570px; color:#ded0c2; font-size:17px; line-height:1.68; }
.luxe-hero img { width:100%; height:100%; min-height:560px; object-fit:cover; filter:saturate(.72) contrast(1.06); }
.luxe-actions { margin-top:30px; display:flex; gap:10px; flex-wrap:wrap; }
.luxe-actions a { min-height:50px; padding:0 22px; display:inline-flex; align-items:center; border:1px solid #a78959; border-radius:999px; color:#fff8eb; font-weight:700; }
.luxe-actions a:first-child { background:#d0ad67; color:#271915; }
.luxe-pillars,.luxe-products,.luxe-concierge { width:min(1280px,calc(100% - 24px)); margin:clamp(54px,7vw,88px) auto 0; }
.luxe-pillars { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid #cdbfA9; border-bottom:1px solid #cdbfa9; }
.luxe-pillars article { padding:38px; border-right:1px solid #cdbfa9; }
.luxe-pillars article:last-child { border:0; }
.luxe-pillars span { color:#a8803d; font:700 11px/1 ui-sans-serif; letter-spacing:.14em; }
.luxe-pillars h2 { margin:18px 0 10px; font:500 clamp(27px,2.7vw,38px)/1.05 var(--serif); }
.luxe-pillars p { color:#6d6258; line-height:1.6; }
.luxe-products > div:first-child { max-width:760px; margin-bottom:30px; }
.luxe-products h2,.luxe-concierge h2 { margin:15px 0 10px; font:500 clamp(42px,5vw,68px)/.98 var(--serif); letter-spacing:-.045em; }
.luxe-products > div:first-child p,.luxe-concierge p { color:#675e56; font-size:17px; line-height:1.65; }
.luxe-concierge { margin-bottom:76px; padding:clamp(42px,6vw,82px); border-radius:30px; background:#2b1b19; color:#fff4e2; }
.luxe-concierge p { max-width:760px; color:#dacdc0; }
.luxe-concierge a { margin-top:24px; min-height:50px; padding:0 22px; display:inline-flex; align-items:center; gap:22px; border-radius:999px; background:#d0ad67; color:#2b1b19; font-weight:800; }

@media (max-width:900px) {
  .luxe-hero img { min-height:300px; height:300px; }
  .luxe-pillars { grid-template-columns:1fr; }
  .luxe-pillars article { border-right:0; border-bottom:1px solid #cdbfa9; }
}

@media (max-width:600px) {
  .luxe-hero { width:calc(100% - 12px); min-height:0; margin-top:8px; border-radius:22px; }
  .luxe-hero > div { padding:30px 22px; }
  .luxe-hero h1 { font-size:50px; }
  .luxe-hero p { font-size:14px; }
  .luxe-hero img { min-height:210px; height:210px; }
  .luxe-actions a { width:100%; justify-content:center; }
  .luxe-pillars article { padding:26px 20px; }
  .luxe-concierge { padding:34px 22px; border-radius:22px; }
}

.luxe-page {
  background: var(--paper);
}

.luxe-hero {
  min-height: 390px;
  background: linear-gradient(130deg,#2b201d,#46302c);
}

.luxe-hero img {
  min-height: 390px;
}

.luxe-pillars,
.luxe-products,
.luxe-concierge {
  margin-top: 52px;
}

.luxe-pillars article {
  padding: 28px;
}

.luxe-products > div:first-child {
  margin-bottom: 24px;
}

@media (max-width:780px) {
  .luxe-hero img {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width:540px) {
  .luxe-hero img {
    height: 150px;
    min-height: 150px;
  }
}
.luxe-page {
  padding-bottom: 72px;
  background: var(--paper);
  color: var(--ink);
}

.luxe-page .luxe-hero.standard-page-hero {
  width: min(1280px,calc(100% - 24px));
  min-height: 390px;
  height: 390px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: minmax(0,54%) minmax(0,46%);
  overflow: hidden;
  border: 1px solid #d9cfbf;
  border-radius: 30px;
  background: linear-gradient(130deg,#2b211e,#49322d);
  color: #fff7e8;
}

.luxe-page .luxe-hero.standard-page-hero > div:first-child {
  min-width: 0;
  padding: clamp(30px,4vw,54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.luxe-page .luxe-hero.standard-page-hero h1 {
  max-width: 570px;
  margin: 9px 0 12px;
  color: #fff8ec;
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: clamp(33px,3.2vw,42px) !important;
  font-weight: 480;
  line-height: .94;
  letter-spacing: -.065em;
}

.luxe-page .luxe-hero.standard-page-hero h1 em {
  color: #d9b96f;
  font-family: inherit;
  font-style: normal;
}

.luxe-page .luxe-hero.standard-page-hero p {
  max-width: 540px;
  margin: 0;
  color: #d8ccc0;
  font-size: clamp(11px,.92vw,14px);
  line-height: 1.55;
}

.luxe-page .luxe-hero-visual {
  min-width: 0;
  height: 390px;
  overflow: hidden;
}

.luxe-page .luxe-hero-visual img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover !important;
  object-position: 50% 58% !important;
  filter: saturate(.8) contrast(1.03);
}

.luxe-page .luxe-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.luxe-page .luxe-actions a {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a98b59;
  border-radius: 999px;
  color: #fff9ed;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.luxe-page .luxe-actions a:first-child {
  background: #d0ad67;
  color: #2a1b18;
}

.luxe-collection-nav {
  width: min(1280px,calc(100% - 24px));
  margin: 12px auto 0;
  padding: 8px;
  display: flex;
  gap: 6px;
  overflow-x: auto;
  border: 1px solid #ddd3c4;
  border-radius: 999px;
  background: #faf7f0;
  scrollbar-width: none;
}

.luxe-collection-nav::-webkit-scrollbar,
.luxe-product-rail::-webkit-scrollbar { display: none; }

.luxe-collection-nav a {
  min-height: 34px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #554d43;
  font-size: 10px;
  font-weight: 720;
  white-space: nowrap;
}

.luxe-collection-nav a:first-child {
  background: #211a17;
  color: #fff9ed;
}

.luxe-page .luxe-pillars {
  width: min(1280px,calc(100% - 24px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid #d1c5b2;
  border-bottom: 1px solid #d1c5b2;
}

.luxe-page .luxe-pillars article {
  min-height: 150px;
  padding: 25px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #d1c5b2;
}

.luxe-page .luxe-pillars article:last-child { border-right: 0; }

.luxe-page .luxe-pillars span {
  color: #a77d31;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}

.luxe-page .luxe-pillars h2 {
  margin: 9px 0 5px;
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: clamp(21px,2vw,27px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
}

.luxe-page .luxe-pillars p {
  max-width: 340px;
  margin: 0;
  color: #6d655a;
  font-size: clamp(10px,.85vw,12px);
  line-height: 1.52;
}

.luxe-product-section,
.luxe-finishing,
.luxe-page .luxe-concierge {
  width: min(1280px,calc(100% - 24px));
  margin: 56px auto 0;
}

.luxe-product-section > header {
  margin-bottom: 23px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.luxe-product-section > header > div { max-width: 720px; }

.luxe-product-section h2,
.luxe-finishing h2,
.luxe-page .luxe-concierge h2 {
  margin: 9px 0 7px;
  font-family: var(--font-geist),Arial,sans-serif;
  font-size: clamp(31px,3.2vw,42px);
  font-weight: 480;
  line-height: .98;
  letter-spacing: -.055em;
}

.luxe-product-section header p,
.luxe-finishing header p,
.luxe-page .luxe-concierge p {
  max-width: 690px;
  margin: 0;
  color: #696157;
  font-size: clamp(11px,.95vw,14px);
  line-height: 1.58;
}

.luxe-product-section > header > a {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
  border: 1px solid #cfc3af;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.luxe-product-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.luxe-product-rail > .product-card {
  min-width: calc((100% - 48px)/5);
  flex: 0 0 calc((100% - 48px)/5);
  scroll-snap-align: start;
}

.luxe-finishing {
  padding: clamp(30px,4vw,50px);
  border: 1px solid #d7cbb8;
  border-radius: 30px;
  background: linear-gradient(135deg,#efe6d7,#f8f4eb);
}

.luxe-finishing > header { max-width: 760px; }

.luxe-finishing > div {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  border-top: 1px solid #d2c4ae;
}

.luxe-finishing article {
  min-height: 145px;
  padding: 20px 18px 10px;
  border-right: 1px solid #d2c4ae;
}

.luxe-finishing article:last-child { border-right: 0; }
.luxe-finishing article span { color: #9d742b; font-size: 9px; font-weight: 800; }
.luxe-finishing article strong { margin: 22px 0 7px; display: block; font-size: 15px; }
.luxe-finishing article p { margin: 0; color: #70675b; font-size: 10px; line-height: 1.5; }

.luxe-page .luxe-concierge {
  margin-bottom: 0;
  padding: clamp(34px,4.5vw,58px);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 34px;
  border-radius: 30px;
  background: #2b1d1a;
  color: #fff6e7;
}

.luxe-page .luxe-concierge h2 { max-width: 760px; color: #fff6e7; }
.luxe-page .luxe-concierge p { color: #d6c9bc; }
.luxe-concierge-actions { display: flex; flex-direction: column; gap: 8px; }
.luxe-page .luxe-concierge-actions a {
  min-height: 42px;
  margin: 0;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid #b99657;
  border-radius: 999px;
  background: transparent;
  color: #fff7e8;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}
.luxe-page .luxe-concierge-actions a:first-child { background: #d0ad67; color: #291b18; }

@media (max-width:900px) {
  .luxe-page .luxe-hero.standard-page-hero {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .luxe-page .luxe-hero-visual { height: 180px; }
  .luxe-product-rail > .product-card {
    min-width: calc((100% - 24px)/3);
    flex-basis: calc((100% - 24px)/3);
  }
  .luxe-finishing > div { grid-template-columns: repeat(3,1fr); }
  .luxe-finishing article:nth-child(3) { border-right: 0; }
  .luxe-finishing article { border-bottom: 1px solid #d2c4ae; }
  .luxe-page .luxe-concierge { grid-template-columns: 1fr; align-items: start; }
  .luxe-concierge-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width:600px) {
  .luxe-page { padding-bottom: 48px; }
  .luxe-page .luxe-hero.standard-page-hero {
    width: calc(100% - 12px);
    margin-top: 6px;
    border-radius: 22px;
  }
  .luxe-page .luxe-hero.standard-page-hero > div:first-child { padding: 18px; }
  .luxe-page .luxe-hero.standard-page-hero h1 {
    margin: 7px 0 9px;
    font-size: clamp(23px,6.25vw,28px) !important;
  }
  .luxe-page .luxe-hero.standard-page-hero p { font-size: 11px; }
  .luxe-page .luxe-hero-visual { height: 100px; }
  .luxe-page .luxe-actions { margin-top: 13px; display: grid; grid-template-columns: 1fr 1fr; }
  .luxe-page .luxe-actions a { min-height: 34px; padding: 0 7px; font-size: 7.5px; }
  .luxe-collection-nav,
  .luxe-page .luxe-pillars,
  .luxe-product-section,
  .luxe-finishing,
  .luxe-page .luxe-concierge { width: calc(100% - 12px); }
  .luxe-collection-nav { margin-top: 8px; border-radius: 18px; }
  .luxe-page .luxe-pillars { margin-top: 34px; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .luxe-page .luxe-pillars article { min-width: 78vw; min-height: 125px; padding: 20px; scroll-snap-align: start; }
  .luxe-page .luxe-pillars h2 { font-size: 23px; }
  .luxe-page .luxe-pillars p { font-size: 10px; }
  .luxe-product-section,
  .luxe-finishing,
  .luxe-page .luxe-concierge { margin-top: 44px; }
  .luxe-product-section > header { margin-bottom: 17px; align-items: flex-start; }
  .luxe-product-section > header > a { min-height: 34px; padding: 0 11px; font-size: 8px; }
  .luxe-product-section h2,
  .luxe-finishing h2,
  .luxe-page .luxe-concierge h2 { font-size: clamp(26px,8vw,32px); }
  .luxe-product-section header p,
  .luxe-finishing header p,
  .luxe-page .luxe-concierge p { font-size: 11px; }
  .luxe-product-rail { gap: 9px; }
  .luxe-product-rail > .product-card { min-width: 78vw; flex-basis: 78vw; }
  .luxe-finishing { padding: 28px 18px; border-radius: 22px; }
  .luxe-finishing > div { grid-template-columns: 1fr 1fr; }
  .luxe-finishing article { min-height: 125px; }
  .luxe-finishing article:nth-child(3) { border-right: 1px solid #d2c4ae; }
  .luxe-finishing article:nth-child(even) { border-right: 0; }
  .luxe-page .luxe-concierge { padding: 30px 20px; border-radius: 22px; }
  .luxe-concierge-actions { flex-direction: column; }
  .luxe-page .luxe-concierge-actions a { width: 100%; }
}
.luxe-page .luxe-editorial-intro,
.luxe-page .luxe-builder-close { position: relative; }

.luxe-page .luxe-collection-nav {
  width: min(1280px, calc(100% - 24px));
  min-height: 52px;
  margin: 14px auto 0;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #d9cdb8;
  border-radius: 999px;
  background: rgba(251, 249, 244, .94);
  box-shadow: 0 12px 32px rgba(42, 31, 19, .035);
}
.luxe-nav-collections,
.luxe-nav-services { display: flex; align-items: center; gap: 4px; }
.luxe-nav-services {
  min-height: 40px;
  padding-left: 14px;
  border-left: 1px solid #d9cdb8;
}
.luxe-page .luxe-collection-nav a,
.luxe-page .luxe-collection-nav a:first-child {
  min-height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 999px;
  background: transparent;
  color: #4b453d;
  font-size: 12px;
  font-weight: 600;
}
.luxe-page .luxe-collection-nav a:first-child { color: #211d18; }
.luxe-page .luxe-collection-nav a:not(:first-child)::after { display: none; }
.luxe-page .luxe-collection-nav .luxe-gift-card-link,
.luxe-page .luxe-collection-nav .luxe-gift-card-link:first-child {
  min-height: 40px;
  gap: 9px;
  padding: 0 19px 0 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #191713, #302920);
  color: #fffaf0;
  box-shadow: inset 0 0 0 1px rgba(219, 184, 112, .22), 0 7px 18px rgba(28, 22, 15, .12);
}
.luxe-gift-card-link > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(226, 194, 126, .62);
  border-radius: 50%;
  color: #ddbd7a;
  font: 600 8px/1 var(--font-geist), Arial, sans-serif;
  letter-spacing: -.08em;
}

.luxe-editorial-cards span { color: #8d6422; font-size: 9px; letter-spacing: .105em; }
.luxe-editorial-cards strong { font-size: 18px; font-weight: 690; }
.luxe-editorial-cards p { color: #625b52; font-size: 11.5px; line-height: 1.58; }

.luxe-page .luxe-finishing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 4vw, 50px);
  border: 1px solid rgba(185, 157, 105, .34);
  background:
    radial-gradient(circle at 92% 0%, rgba(207, 174, 105, .18), transparent 30%),
    linear-gradient(135deg, #eee3d1 0%, #faf7f0 52%, #eee2cf 100%);
}
.luxe-page .luxe-finishing > header h2 {
  margin-top: 12px;
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.04;
}
.luxe-page .luxe-finishing > header > p {
  max-width: 520px;
  color: #625b51;
  font-size: 12px;
  line-height: 1.65;
}
.luxe-page .luxe-finishing::before {
  content: "";
  width: 260px;
  height: 260px;
  position: absolute;
  z-index: -1;
  right: -95px;
  top: -110px;
  border: 1px solid rgba(169, 128, 56, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(169, 128, 56, .045), 0 0 0 75px rgba(169, 128, 56, .025);
}
.luxe-page .luxe-finishing > .luxe-finishing-grid { gap: 15px; }
.luxe-page .luxe-finishing-grid article {
  min-height: 176px;
  padding: 23px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  overflow: hidden;
  border-color: rgba(177, 148, 94, .36);
  border-radius: 19px;
  background: rgba(255, 253, 248, .68);
  box-shadow: 0 11px 28px rgba(56, 40, 21, .035);
  animation: luxeCardArrival .65s both;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.luxe-page .luxe-finishing-grid article:nth-child(2) { animation-delay: .1s; }
.luxe-page .luxe-finishing-grid article:nth-child(3) { animation-delay: .2s; }
.luxe-service-visual {
  width: 70px;
  height: 70px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(151, 109, 41, .26);
  border-radius: 50%;
  background: linear-gradient(145deg, #f7edda 0%, #e6cca0 100%);
  color: #74531d;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.76), 0 7px 17px rgba(92, 64, 24, .1);
}
.luxe-service-visual::after {
  content: "";
  width: 42%;
  height: 180%;
  position: absolute;
  transform: translateX(-220%) rotate(20deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  animation: luxeVisualSheen 7s 1.5s infinite;
}
.luxe-service-visual svg { width: 33px; height: 33px; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.luxe-service-visual svg path,
.luxe-service-visual svg rect,
.luxe-service-visual svg circle { vector-effect: non-scaling-stroke; }
.luxe-service-visual .luxe-visual-accent { stroke: #fff3cf; stroke-dasharray: 160; animation: luxeLineDraw 2.2s ease both; }
.luxe-page .luxe-finishing-grid article > div { padding: 2px 0 0; }
.luxe-page .luxe-finishing-grid small { font-size: 9px; color: #936a28; }
.luxe-page .luxe-finishing-grid strong { margin: 8px 0 7px; font-size: 17px; line-height: 1.18; }
.luxe-page .luxe-finishing-grid p { font-size: 10.5px; line-height: 1.55; }
.luxe-page .luxe-finishing-grid a { margin-top: 11px; }
.luxe-page .luxe-finishing > .luxe-standards {
  margin-top: 13px;
  padding: 7px;
  gap: 6px;
  border: 1px solid rgba(217, 185, 120, .16);
  border-radius: 20px;
  background: linear-gradient(120deg, #171814 0%, #22211b 58%, #29231b 100%);
  box-shadow: 0 16px 35px rgba(34, 28, 19, .11);
}
.luxe-standards article {
  min-width: 0;
  min-height: 76px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 250, 238, .035);
  transition: background .22s ease, transform .22s ease;
}
.luxe-standards article > i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220, 184, 111, .35);
  border-radius: 50%;
  background: rgba(209, 170, 91, .1);
  color: #dfbd75;
}
.luxe-standards article > i svg { width: 18px; height: 18px; }
.luxe-standards article > div { min-width: 0; }
.luxe-page .luxe-standards strong { display: block; color: #fff7e9; font-size: 12.5px; font-weight: 680; line-height: 1.25; }
.luxe-page .luxe-standards small { display: block; margin-top: 5px; color: #bdb5a8; font-size: 9.5px; line-height: 1.4; }

.luxe-builder-close {
  width: min(1280px, calc(100% - 24px));
  margin: 72px auto 0;
  padding: 0;
  color: #1d1a16;
}
.luxe-builder-close .luxe-seo-editorial,
.luxe-builder-close .luxe-faq {
  width: 100%;
  margin: 0;
}
.luxe-builder-close .luxe-seo-editorial {
  padding: 0 0 clamp(54px, 6vw, 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, .55fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: end;
  border: 0;
}
.luxe-builder-close .luxe-seo-copy { max-width: 830px; }
.luxe-builder-close .luxe-seo-copy h2 {
  max-width: 750px;
  margin: 14px 0 25px;
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.04;
}
.luxe-builder-close .luxe-seo-copy > p { max-width: 800px; font-size: 13px; line-height: 1.75; }
.luxe-seo-paths { display: grid; gap: 11px; }
.luxe-builder-close .luxe-seo-paths a {
  min-height: 104px;
  padding: 21px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-content: center;
  gap: 7px 14px;
  border: 1px solid #d4c6ad;
  border-radius: 19px;
  background: rgba(255, 253, 248, .64);
  color: #211d18;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.luxe-builder-close .luxe-seo-paths small {
  grid-column: 1;
  color: #8c6728;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.luxe-builder-close .luxe-seo-paths strong { grid-column: 1; font-size: 13px; font-weight: 690; }
.luxe-builder-close .luxe-seo-paths a > span {
  width: 39px;
  height: 39px;
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  place-items: center;
  border: 1px solid #d4c6ad;
  border-radius: 50%;
  color: #9e7228;
}
.luxe-builder-close .luxe-seo-paths svg { width: 17px; }
.luxe-builder-close .luxe-faq {
  padding: 32px 12px 0;
  grid-template-columns: minmax(330px, .52fr) minmax(0, 1.48fr);
  gap: clamp(38px, 5vw, 66px);
  border-top: 1px solid #d5c9b7;
}
.luxe-builder-close .luxe-faq h2 { max-width: 380px; font-size: 38.5px; line-height: 1.02; }
.luxe-builder-close .luxe-faq > div { border-top: 0; }
.luxe-builder-close .luxe-faq details:first-child { border-top: 0; }
.luxe-builder-close .luxe-faq details:last-child { border-bottom: 0; }
.luxe-builder-close .luxe-faq summary {
  min-height: 64px;
  padding: 14px 4px;
  font-size: 13.5px;
  font-weight: 560;
}
.luxe-builder-close .luxe-faq summary span {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid #d4c6ad;
  border-radius: 50%;
  background: rgba(255,253,248,.48);
  font-size: 15px;
}
.luxe-builder-close .luxe-faq details[open] {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 13px;
  background: rgba(255,253,248,.44);
}
.luxe-builder-close .luxe-faq details p {
  margin: -2px 44px 18px 4px;
  font-size: 12.5px;
  font-weight: 400;
}

.luxe-page .luxe-concierge {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(205, 174, 111, .2);
  background:
    radial-gradient(circle at 88% 12%, rgba(187, 143, 68, .2), transparent 30%),
    radial-gradient(circle at 10% 110%, rgba(100, 82, 56, .22), transparent 38%),
    linear-gradient(126deg, #121713 0%, #1a1d19 48%, #262019 100%);
  box-shadow: 0 24px 68px rgba(27, 25, 20, .13);
}
.luxe-page .luxe-concierge::before {
  content: "";
  width: 290px;
  height: 290px;
  position: absolute;
  z-index: -1;
  right: -78px;
  top: -178px;
  border: 1px solid rgba(221, 187, 117, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(221, 187, 117, .025), 0 0 0 88px rgba(221, 187, 117, .014);
}
.luxe-page .luxe-concierge::after {
  content: "";
  width: 42%;
  height: 1px;
  position: absolute;
  left: clamp(34px, 4.5vw, 58px);
  bottom: 22px;
  background: linear-gradient(90deg, rgba(210, 176, 106, .45), transparent);
}
.luxe-page .luxe-concierge > * { position: relative; z-index: 1; }
.luxe-page .luxe-concierge h2 { color: #fbf4e7; text-shadow: 0 1px 18px rgba(0,0,0,.16); }
.luxe-page .luxe-concierge p { color: #cfc9bc; }
.luxe-page .luxe-concierge .luxe-kicker { color: #d6b36c; }
.luxe-page .luxe-concierge-actions a {
  border-color: rgba(211, 171, 91, .75);
  background: rgba(255, 251, 241, .025);
  color: #fff8ea;
  backdrop-filter: blur(8px);
}
.luxe-page .luxe-concierge-actions a:first-child {
  border-color: #d5b268;
  background: linear-gradient(135deg, #e0c078, #c99e4f);
  color: #191813;
  box-shadow: 0 11px 28px rgba(15, 14, 10, .18);
}

@media (hover: hover) {
  .luxe-page .luxe-collection-nav a:not(.luxe-gift-card-link):hover { background: #eee5d5; color: #1f1b17; }
  .luxe-page .luxe-finishing-grid article:hover { transform: translateY(-5px); border-color: rgba(162, 119, 42, .6); box-shadow: 0 23px 48px rgba(56, 40, 21, .09); }
  .luxe-standards article:hover { transform: translateY(-2px); background: rgba(255, 244, 221, .075); }
  .luxe-builder-close .luxe-seo-paths a:hover { transform: translateY(-2px); border-color: #b98c40; box-shadow: 0 12px 28px rgba(53, 38, 21, .07); }
  .luxe-page .luxe-concierge-actions a:hover { border-color: #e0bd72; background: rgba(255, 250, 237, .08); }
  .luxe-page .luxe-concierge-actions a:first-child:hover { background: linear-gradient(135deg, #e8cb87, #d4aa58); }
}

@media (max-width: 960px) {
  .luxe-page .luxe-collection-nav { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .luxe-page .luxe-collection-nav::-webkit-scrollbar { display: none; }
  .luxe-nav-collections,
  .luxe-nav-services { flex: 0 0 auto; }
  .luxe-page .luxe-finishing > header h2 { font-size: 34px; }
  .luxe-page .luxe-finishing-grid article { min-height: 154px; grid-template-columns: 64px minmax(0, 1fr); }
  .luxe-service-visual { width: 64px; height: 64px; }
  .luxe-page .luxe-finishing > .luxe-standards { grid-template-columns: 1fr 1fr; }
  .luxe-builder-close .luxe-seo-editorial,
  .luxe-builder-close .luxe-faq { grid-template-columns: 1fr; }
  .luxe-builder-close .luxe-faq {
    padding: 24px 4px 0;
    gap: 10px;
  }
  .luxe-builder-close .luxe-faq h2 {
    max-width: 330px;
    font-size: 26px;
  }
  .luxe-builder-close .luxe-faq summary {
    min-height: 58px;
    padding: 13px 2px;
    font-size: 12px;
  }
  .luxe-builder-close .luxe-faq summary span {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 15px;
  }
  .luxe-builder-close .luxe-faq details[open] {
    margin-inline: -8px;
    padding-inline: 8px;
  }
  .luxe-builder-close .luxe-faq details p {
    margin: -1px 34px 16px 2px;
    font-size: 11.5px;
  }
  .luxe-builder-close .luxe-seo-copy h2 { font-size: 34px; }
  .luxe-seo-paths { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .luxe-page .luxe-collection-nav { width: calc(100% - 12px); min-height: 48px; margin-top: 7px; padding: 5px; gap: 8px; border-radius: 999px; }
  .luxe-nav-services { padding-left: 8px; }
  .luxe-page .luxe-collection-nav a,
  .luxe-page .luxe-collection-nav a:first-child { min-height: 38px; padding: 0 14px; font-size: 11px; border-radius: 999px; }
  .luxe-page .luxe-collection-nav .luxe-gift-card-link,
  .luxe-page .luxe-collection-nav .luxe-gift-card-link:first-child { min-height: 38px; padding-right: 12px; }
  .luxe-gift-card-link > span { width: 22px; height: 22px; }
  .luxe-editorial-cards span { font-size: 8.5px; }
  .luxe-editorial-cards strong { font-size: 17px; }
  .luxe-editorial-cards p { font-size: 11px; }
  .luxe-page .luxe-finishing { padding: 26px 16px; }
  .luxe-page .luxe-finishing > header h2 { font-size: 26px; font-weight: 470; }
  .luxe-page .luxe-finishing-grid article { min-height: 0; padding: 18px; display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 14px; }
  .luxe-service-visual { width: 56px; height: 56px; }
  .luxe-service-visual svg { width: 28px; height: 28px; }
  .luxe-page .luxe-finishing-grid article > div { padding: 0; }
  .luxe-page .luxe-finishing-grid strong { font-size: 17px; }
  .luxe-page .luxe-finishing > .luxe-standards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .luxe-page .luxe-finishing > .luxe-standards::-webkit-scrollbar { display: none; }
  .luxe-standards article { flex: 0 0 78vw; min-height: 72px; scroll-snap-align: start; }
  .luxe-page .luxe-standards strong { font-size: 12px; }
  .luxe-page .luxe-standards small { font-size: 9.5px; }
  .luxe-builder-close { width: calc(100% - 32px); margin-top: 48px; }
  .luxe-builder-close .luxe-seo-editorial { padding: 0 0 42px; gap: 28px; }
  .luxe-builder-close .luxe-seo-copy h2 { font-size: 26px; font-weight: 470; }
  .luxe-seo-paths { grid-template-columns: 1fr; }
  .luxe-builder-close .luxe-seo-paths a { min-height: 92px; }
  .luxe-builder-close .luxe-faq { padding-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .luxe-page .luxe-finishing-grid article,
  .luxe-service-visual::after,
  .luxe-service-visual .luxe-visual-accent { animation: none !important; }
  .luxe-page .luxe-finishing-grid article,
  .luxe-builder-close .luxe-seo-paths a { transition: none; }
}
.luxe-page .luxe-hero .luxe-actions a:first-child{background:#171411;border-color:#171411;color:#fffaf0}
.luxe-page .luxe-hero .luxe-actions a:last-child{background:transparent;border-color:rgba(221,194,137,.72);color:#fffaf0}
.luxe-page .luxe-hero .luxe-actions a:hover{background:#d1ae69;border-color:#d1ae69;color:#211914}
.luxe-page .luxe-hero.standard-page-hero {
  position: relative;
  display: block;
  aspect-ratio: 1600 / 536;
  height: auto !important;
  min-height: 0 !important;
  background: #eee1ce;
  color: #211914;
}

.luxe-page .luxe-hero.standard-page-hero > .luxe-hero-copy {
  position: relative;
  z-index: 2;
  width: 49%;
  min-height: 100%;
  padding: clamp(28px, 3.9vw, 52px);
}

.luxe-page .luxe-hero.standard-page-hero .luxe-kicker {
  color: #8a6429;
}

.luxe-page .luxe-hero.standard-page-hero h1 {
  color: #211914;
}

.luxe-page .luxe-hero.standard-page-hero h1 em {
  color: #9b702d;
}

.luxe-page .luxe-hero.standard-page-hero p {
  max-width: 470px;
  color: #62564a;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-hero-visual {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  min-height: 0 !important;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-hero-visual img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: right center !important;
  filter: none;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-actions a:first-child {
  border-color: #211914;
  background: #211914;
  color: #fffaf0;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-actions a:last-child {
  border-color: rgba(104, 78, 42, .48);
  background: rgba(255, 251, 243, .42);
  color: #33261d;
}

@media (max-width: 900px) {
  .luxe-page .luxe-hero.standard-page-hero {
    aspect-ratio: 1280 / 470;
  }

  .luxe-page .luxe-hero.standard-page-hero > .luxe-hero-copy {
    width: 51%;
    padding: 24px;
  }
}

@media (max-width: 600px) {
  .luxe-page .luxe-hero.standard-page-hero {
    aspect-ratio: 750 / 612;
  }

  .luxe-page .luxe-hero.standard-page-hero > .luxe-hero-copy {
    width: 48%;
    min-height: 100%;
    padding: 16px 6px 14px 16px;
    justify-content: flex-start;
  }

  .luxe-page .luxe-hero.standard-page-hero h1 {
    margin: 7px 0 8px;
    font-size: clamp(22px, 6vw, 27px) !important;
  }

  .luxe-page .luxe-hero.standard-page-hero p {
    font-size: 9.5px;
    line-height: 1.45;
  }

  .luxe-page .luxe-hero.standard-page-hero .luxe-actions {
    width: min(150px, 100%);
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .luxe-page .luxe-hero.standard-page-hero .luxe-actions a {
    width: 100%;
    min-height: 30px;
    padding: 0 8px;
    justify-content: center;
    font-size: 7px;
  }
}
.luxe-page .luxe-hero.standard-page-hero h1 {
  font-size: 40px !important;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-actions {
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
}

.luxe-page .luxe-hero.standard-page-hero .luxe-actions a {
  width: max-content;
  min-width: max-content;
  min-height: 40px;
  padding-inline: 22px;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 721px) and (max-width: 1024px) {
  .luxe-page .luxe-hero.standard-page-hero h1 {
    font-size: 34px !important;
  }
}

@media (max-width: 720px) {
  .luxe-page .luxe-hero.standard-page-hero h1 {
    font-size: 28px !important;
  }

  .luxe-page .luxe-hero.standard-page-hero .luxe-actions {
    width: auto;
    margin-top: 5px;
    gap: 5px;
  }

  .luxe-page .luxe-hero.standard-page-hero .luxe-actions a {
    width: max-content;
    min-width: max-content;
    min-height: 34px;
    padding-inline: 9px;
    font-size: 9px;
    font-weight: 750;
  }
}

@media (max-width: 540px) {
  .luxe-page .luxe-hero.standard-page-hero h1 {
    margin-block: 5px 8px;
    font-size: clamp(23px, 6.8vw, 28px) !important;
  }

  .luxe-page .luxe-hero.standard-page-hero .luxe-actions a {
    min-height: 32px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .luxe-page .luxe-hero.standard-page-hero p {
    font-size: 11px;
    line-height: 1.5;
  }

  .luxe-page .luxe-product-section > header p,
  .luxe-page .luxe-editorial-cards p,
  .luxe-page .luxe-finishing-grid p,
  .luxe-page .luxe-seo-copy > p,
  .luxe-page .luxe-concierge p {
    font-size: 11.5px;
  }

  .luxe-page .luxe-product-section > header > a {
    font-size: 10px;
  }

  .luxe-page .product-card-info p {
    font-size: 11px;
  }
}
@media (min-width: 701px) and (max-width: 960px) {
  .luxe-page .luxe-finishing > .luxe-finishing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxe-page .luxe-finishing-grid article {
    min-height: 164px;
  }

  .luxe-page .luxe-finishing-grid article:last-child {
    grid-column: 1 / -1;
  }

  .luxe-page .luxe-finishing > .luxe-standards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .luxe-page .luxe-collection-nav {
    scroll-padding-inline: 6px;
    overscroll-behavior-inline: contain;
  }

  .luxe-page .luxe-collection-nav a,
  .luxe-page .luxe-collection-nav a:first-child {
    min-height: 40px;
  }

  .luxe-page .luxe-editorial-intro {
    margin-top: 40px;
    gap: 18px;
  }

  .luxe-page .luxe-editorial-cards {
    grid-template-columns: repeat(3, min(84vw, 326px));
    padding-inline: 4px;
    scroll-padding-inline: 4px;
    overscroll-behavior-inline: contain;
  }

  .luxe-page .luxe-editorial-cards article {
    border-radius: 20px;
  }

  .luxe-page .luxe-product-section {
    margin-top: 42px;
  }

  .luxe-page .luxe-product-section > header {
    gap: 12px;
  }

  .luxe-page .luxe-product-section > header > div {
    min-width: 0;
  }

  .luxe-page .luxe-product-section > header > a {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 10px;
  }

  .luxe-page .luxe-product-rail {
    scroll-padding-inline: 2px;
    overscroll-behavior-inline: contain;
  }

  .luxe-page .luxe-finishing {
    margin-top: 42px;
    padding: 24px 16px;
  }

  .luxe-page .luxe-finishing > header {
    gap: 10px;
  }

  .luxe-page .luxe-finishing-grid article {
    padding: 16px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 13px;
  }

  .luxe-page .luxe-service-visual {
    width: 52px;
    height: 52px;
  }

  .luxe-page .luxe-finishing > .luxe-standards {
    scroll-padding-inline: 7px;
    overscroll-behavior-inline: contain;
  }

  .luxe-page .luxe-standards article {
    flex-basis: min(82vw, 310px);
  }

  .luxe-builder-close .luxe-faq {
    gap: 10px;
  }

  .luxe-builder-close .luxe-faq summary {
    min-height: 58px;
    padding: 13px 2px;
    font-size: 12px;
    line-height: 1.35;
  }

  .luxe-builder-close .luxe-faq summary span {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    font-size: 15px;
  }

  .luxe-builder-close .luxe-faq details p {
    margin: -1px 34px 16px 2px;
    font-size: 11.5px;
  }

  .luxe-page .luxe-concierge {
    padding: 28px 20px;
  }

  .luxe-page .luxe-concierge-actions a {
    min-height: 44px;
  }

  .luxe-page .luxe-concierge-actions {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
  }

  .luxe-page .luxe-concierge-actions a {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
    gap: 5px;
    font-size: clamp(9.5px, 2.6vw, 10.5px);
    line-height: 1.15;
    white-space: nowrap;
  }

  .luxe-builder-close .luxe-seo-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .luxe-builder-close .luxe-seo-paths a {
    min-height: 96px;
    padding: 14px 11px;
    grid-template-columns: minmax(0, 1fr) 32px;
    gap: 5px 7px;
    border-radius: 17px;
  }

  .luxe-builder-close .luxe-seo-paths small {
    font-size: 6.5px;
    line-height: 1.25;
  }

  .luxe-builder-close .luxe-seo-paths strong {
    font-size: 10.5px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .luxe-builder-close .luxe-seo-paths a > span {
    width: 32px;
    height: 32px;
  }
}

.luxe-product-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.luxe-product-actions > a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #cfc3af;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
}

.luxe-product-actions > div {
  display: flex;
  gap: 7px;
}

.luxe-product-actions button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #cfc3af;
  border-radius: 50%;
  background: rgba(255, 253, 248, .72);
  color: #211d18;
  font-size: 18px;
  cursor: pointer;
}

.luxe-page .luxe-finishing-grid strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.018em;
}

@media (max-width: 700px) {
  .luxe-page .luxe-product-section > header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .luxe-product-actions {
    align-self: end;
    gap: 6px;
  }

  .luxe-product-actions > a {
    display: none;
  }

  .luxe-product-actions > div {
    gap: 6px;
  }

  .luxe-product-actions button {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .luxe-page .luxe-product-rail {
    gap: 8px;
  }

  .luxe-page .luxe-product-rail > .product-card {
    min-width: calc((100% - 8px) / 2);
    flex-basis: calc((100% - 8px) / 2);
  }

  .luxe-page #luxe-hampers-rail > .product-card {
    min-width: 66vw;
    flex-basis: 66vw;
  }

  .luxe-page .luxe-finishing-grid strong {
    font-size: 15px;
    font-weight: 570;
    line-height: 1.24;
  }
}
