/* Four editorial identities. Shared controls, independent composition. */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  --bg: #f7f5ef;
  --ink: #211e1a;
  --muted: #655f58;
  --surface: #eeeae2;
  --line: #cec8bd;
  --accent: #34251c;
  --on-accent: #fff;
  --display: Georgia, serif;
  --gutter: clamp(22px, 5vw, 90px);
}
body[data-brand='Blaze'] {
  --bg: #fff5df;
  --ink: #361811;
  --muted: #745045;
  --surface: #f6e4bf;
  --line: #d9bfa0;
  --accent: #b52b1d;
  --on-accent: #fff8e9;
  --display: Impact, 'Arial Narrow', Arial, sans-serif;
}
body[data-brand='la-maison'] {
  --bg: #171914;
  --ink: #efece0;
  --muted: #babaaa;
  --surface: #22251e;
  --line: #464b3e;
  --accent: #ded3ad;
  --on-accent: #1c2018;
  color-scheme: dark;
}
body[data-brand='luxe'] {
  --bg: #f7f6f2;
  --ink: #22261f;
  --muted: #65695f;
  --surface: #e9e8e1;
  --line: #cdcec5;
  --accent: #253829;
  --on-accent: #f9f8f1;
}
body[data-brand='plumbing'] {
  --bg: #f3f5f6;
  --ink: #142937;
  --muted: #51616c;
  --surface: #e6ecef;
  --line: #bdcbd3;
  --accent: #12364b;
  --on-accent: #fff;
  --display: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-wrap: balance;
}
p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
}
em {
  font-weight: inherit;
}
body[data-brand='Blaze'] em {
  font-style: normal;
  color: var(--accent);
}
body[data-brand='plumbing'] em {
  font-style: normal;
  color: #667d8d;
}
h1 {
  font-size: clamp(58px, 7.7vw, 124px);
}
h2 {
  font-size: clamp(40px, 5.7vw, 88px);
}
h3 {
  font-size: clamp(26px, 3vw, 40px);
}
svg {
  width: 20px;
  height: 20px;
  flex: none;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
main,
section,
article,
figure,
form,
aside {
  min-width: 0;
}
[hidden] {
  display: none !important;
}
.skip {
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 15px;
  background: var(--ink);
  color: var(--bg);
  transform: translateY(-200%);
  z-index: 200;
}
.skip:focus {
  transform: none;
}
.eyebrow {
  font:
    12px/1.5 Arial,
    sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}
.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
  font:
    14px/1.3 Arial,
    sans-serif;
  max-width: 100%;
  transition:
    background 0.2s,
    color 0.2s,
    transform 0.25s;
}
.button {
  padding: 18px 24px;
  background: var(--accent);
  color: var(--on-accent);
  border: 1px solid var(--accent);
}
.text-link {
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}
.button:hover {
  transform: translateY(-2px);
}
.text-link:hover {
  border-color: currentColor;
}
.button svg,
.text-link svg {
  transition: transform 0.25s;
}
.button:hover svg,
.text-link:hover svg {
  transform: translate(2px, -2px);
}
.concept-bar {
  height: 43px;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #101112;
  color: #d6d7d9;
  font-size: 12px;
}
.concept-bar > span {
  font-size: 10px;
  letter-spacing: 0.15em;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
}
.back-link svg {
  width: 16px;
}
.experience-motion {
  padding: 10px 0;
  background: transparent;
  border: 0;
  color: #ddd;
  font-size: 12px;
  min-height: 40px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 87px;
  padding: 18px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  gap: 26px;
}
.wordmark {
  font: 28px/1 var(--display);
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
}
.site-header nav a {
  font-size: 13px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.site-header nav a:after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.site-header nav a:hover:after,
.site-header nav a[aria-current]:after {
  transform: scaleX(1);
}
.nav-toggle {
  display: none;
  background: none;
  color: inherit;
  border: 1px solid var(--line);
  padding: 12px 15px;
  min-height: 44px;
}
.edition-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(760px, calc(100svh - 130px));
  isolation: isolate;
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 60px var(--gutter);
}
.hero-copy h1 {
  margin-bottom: 28px;
}
.hero-lede {
  max-width: 380px;
  margin-bottom: 30px;
}
.hero-media {
  position: relative;
  overflow: hidden;
  min-height: 580px;
}
.hero-media > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transform: translate3d(0, var(--drift, 0px), 0) scale(1.055);
  transform-origin: center;
  will-change: transform;
}
.hero-media figcaption {
  position: absolute;
  bottom: 25px;
  left: 28px;
  right: 28px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-shadow: 0 1px 10px #000;
}
.hero-baseline {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 21px var(--gutter);
  border-top: 1px solid var(--line);
  font-size: 11px;
  letter-spacing: 0.08em;
}
.hero-baseline a {
  min-height: 32px;
  display: flex;
  align-items: center;
}
body[data-brand='Blaze'] .wordmark {
  font-size: 34px;
}
body[data-brand='Blaze'] .button {
  border-radius: 7px;
  font-weight: 700;
}
body[data-brand='Blaze'] h1 {
  font-size: clamp(72px, 8.8vw, 145px);
  line-height: 0.94;
  letter-spacing: -0.025em;
}
.blaze-hero .hero-media {
  margin: 25px 25px 25px 0;
  border-radius: 160px 12px 12px 12px;
  background: #24150d;
}
.blaze-hero .hero-media img {
  object-position: 55% center;
}
.moving-strip {
  overflow: hidden;
  background: var(--accent);
  color: var(--on-accent);
  padding: 20px 0;
  font: clamp(28px, 4vw, 55px)/1 var(--display);
  white-space: nowrap;
}
.moving-strip > div {
  width: max-content;
  animation: strip 35s linear infinite;
  animation-play-state: paused;
}
.moving-strip.in-view > div {
  animation-play-state: running;
}
@keyframes strip {
  to {
    transform: translateX(-33.333%);
  }
}
.maison-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - 130px);
  color: #fff;
}
.maison-hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  min-height: 0;
}
.maison-hero:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #11140de6 0%, #11140d75 50%, #11140d15),
    linear-gradient(0deg, #11140d80, transparent 50%);
}
.maison-hero .hero-copy {
  align-self: start;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
}
.maison-hero h1 {
  font-size: clamp(60px, 7.8vw, 120px);
}
.maison-hero .eyebrow,
.maison-hero p {
  color: #e0dfd4;
}
.maison-hero .hero-baseline {
  margin-top: auto;
  position: relative;
  border-color: #ffffff35;
}
.maison-intro {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  column-gap: 10%;
  align-items: end;
}
.maison-intro > .eyebrow {
  grid-column: 1/-1;
}
.maison-intro h2 {
  font-size: clamp(38px, 5.4vw, 78px);
}
.intro-aside p {
  margin-bottom: 26px;
}
.dish-list {
  margin: 45px 0 25px;
}
.dish {
  display: grid;
  grid-template-columns: 150px 1.4fr 1fr 24px;
  gap: 24px;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 33px 0;
}
.dish > span {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--muted);
}
.dish h3 {
  font-size: 28px;
}
.dish p {
  font-size: 14px;
}
.dish:hover h3 {
  font-style: italic;
}
body[data-brand='luxe'] .wordmark {
  letter-spacing: 0.23em;
  font:
    25px Georgia,
    serif;
}
.luxe-hero {
  grid-template-columns: 1fr 1.12fr;
}
.luxe-hero .hero-copy {
  padding-block: 70px;
}
.luxe-hero h1 {
  font-size: clamp(65px, 7.6vw, 118px);
}
.luxe-hero .hero-media {
  background: #302b23;
}
.luxe-hero .hero-media img {
  object-fit: cover;
  object-position: center 37%;
}
.luxe-collection {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9%;
  align-items: center;
}
.collection-feature figure {
  overflow: hidden;
  aspect-ratio: 1.22;
  background: #33251b;
}
.collection-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.collection-feature:hover img {
  transform: scale(1.035);
}
.collection-feature > div {
  position: relative;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.collection-feature span {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.collection-feature h3 {
  font-size: 32px;
  margin-top: 10px;
}
.collection-feature svg {
  position: absolute;
  right: 0;
  bottom: 26px;
}
.luxe-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12%;
  background: var(--surface);
}
.luxe-detail figure {
  height: 600px;
  overflow: hidden;
}
.luxe-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 33%;
  transform: translateY(var(--drift, 0px)) scale(1.07);
}
.luxe-detail p:not(.eyebrow) {
  margin: 30px 0;
  max-width: 390px;
}
body[data-brand='plumbing'] h1,
body[data-brand='plumbing'] h2 {
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.98;
}
body[data-brand='plumbing'] .wordmark {
  font-weight: 850;
  letter-spacing: -0.07em;
  font-size: 32px;
}
.proflow-hero {
  background: #122c3e;
  color: #f0f4f6;
  grid-template-columns: 1.1fr 1fr;
}
.proflow-hero .hero-copy {
  padding-right: 30px;
}
.proflow-hero h1 {
  font-size: clamp(58px, 6.7vw, 102px);
}
.proflow-hero p {
  color: #b6c7d1;
}
.proflow-hero h1 em {
  color: #8fb5ca;
}
.proflow-hero .button {
  background: #f0f4f6;
  color: #122c3e;
  border-color: #f0f4f6;
}
.proflow-hero .text-link {
  margin-left: 20px;
  color: #dce6ec;
}
.proflow-hero .hero-media {
  margin: 35px 35px 35px 0;
}
.proflow-hero .hero-baseline {
  border-color: #415767;
}
.proflow-services .section-title {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px 10%;
  align-items: end;
}
.proflow-services .eyebrow {
  grid-column: 1/-1;
}
.proflow-services h2 {
  font-size: clamp(43px, 5.5vw, 78px);
}
.service-rows {
  margin-top: 55px;
}
.process-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  background: var(--surface);
}
.process-band .text-link {
  margin-top: 30px;
}
.process-band ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-band li {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.process-band li > span {
  font-size: 12px;
  color: var(--muted);
}
.process-band li h3 {
  font-family: Arial, sans-serif;
  font-size: 29px;
  font-weight: 600;
  margin: 18px 0 12px;
}
.editorial-section {
  padding: clamp(65px, 8vw, 130px) var(--gutter);
}
.section-title > p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 28px;
}
.section-title > .text-link {
  margin-top: 30px;
}
.feature-link {
  display: grid;
  grid-template-columns: 50px 1fr 1fr 24px;
  align-items: center;
  gap: 25px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.feature-link > span {
  font-size: 12px;
  color: var(--muted);
}
.feature-link h3 {
  font-size: clamp(26px, 3.1vw, 44px);
}
.feature-link p {
  font-size: 15px;
}
.feature-link svg {
  transition: transform 0.25s;
}
.feature-link:hover svg {
  transform: translate(3px, -3px);
}
.flavour-links {
  margin-top: 55px;
}
.brand-statement {
  padding: 100px var(--gutter);
  text-align: center;
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.brand-statement h2 {
  font-size: clamp(55px, 9vw, 145px);
  margin-bottom: 36px;
}
.brand-statement > p:not(.eyebrow) {
  max-width: 550px;
  margin: 0 auto 30px;
}
body[data-brand='Blaze'] .brand-statement {
  background: #b52b1d;
  color: #fff5df;
}
body[data-brand='Blaze'] .brand-statement em {
  color: #ffc76e;
}
body[data-brand='Blaze'] .brand-statement .eyebrow {
  color: #ffe0c8;
}
body[data-brand='Blaze'] .brand-statement .button {
  background: #fff5df;
  color: #702114;
  border-color: #fff5df;
}
body[data-brand='plumbing'] .brand-statement {
  background: #122c3e;
  color: #fff;
}
body[data-brand='plumbing'] .brand-statement .eyebrow {
  color: #bdcdd5;
}
body[data-brand='plumbing'] .brand-statement .button {
  background: #fff;
  color: #122c3e;
}
footer {
  padding: 65px var(--gutter) 25px;
  background: var(--bg);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 45px;
}
.footer-brand {
  font: clamp(42px, 8vw, 116px)/1 var(--display);
  letter-spacing: -0.055em;
}
.footer-top p {
  font: 24px/1.2 var(--display);
  text-align: right;
  color: var(--ink);
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  padding-bottom: 35px;
  font-size: 14px;
}
footer nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
}
.footer-bottom p {
  font-size: 12px;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}
.footer-bottom svg {
  width: 16px;
}
/* Inner pages: the same brand carries through every working flow. */
.page-heading {
  padding: 80px var(--gutter) 55px;
  max-width: 1350px;
}
.page-heading h1 {
  font-size: clamp(48px, 7vw, 104px);
}
.page-heading .lede {
  max-width: 650px;
  margin-top: 26px;
  font-size: 18px;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 var(--gutter) 15px;
}
.filters button,
.swatches button {
  min-height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  padding: 11px 20px;
  font-size: 14px;
  border-radius: 30px;
}
.filters button[aria-pressed='true'],
.swatches button[aria-pressed='true'] {
  background: var(--accent);
  color: var(--on-accent);
  border-color: var(--accent);
}
.filter-status {
  font-size: 13px;
  margin: 0 var(--gutter) 28px;
}
.catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  padding: 0 var(--gutter) 90px;
}
.catalog-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-top: 1px solid var(--line);
  padding: 28px 0;
  min-width: 0;
}
.catalog-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.catalog-index > span:first-child {
  font-size: 16px;
}
.catalog-card h2 {
  font-size: 32px;
  margin: 30px 0 15px;
}
.catalog-card > p {
  font-size: 16px;
  margin-bottom: 28px;
}
.catalog-card .button {
  margin-top: auto;
}
.photo-card {
  width: 100%;
  height: 270px;
  object-fit: cover;
  margin-bottom: 25px;
}
body[data-brand='Blaze'] .catalog-card {
  background: var(--surface);
  border: 0;
  padding: 26px;
  border-radius: 12px;
}
body[data-brand='Blaze'] .catalog-card h2 {
  font-size: 38px;
}
body[data-brand='Blaze'] .photo-card {
  border-radius: 6px;
}
body[data-brand='la-maison'] .catalog {
  grid-template-columns: 1fr 1fr;
  gap: 10px 65px;
}
body[data-brand='la-maison'] .catalog-card {
  padding-block: 35px;
}
body[data-brand='la-maison'] .catalog-card h2 {
  margin-top: 20px;
  font-size: 34px;
}
body[data-brand='luxe'] .photo-card {
  height: 340px;
  object-position: center;
}
body[data-brand='luxe'] .catalog-card:has(.photo-card) {
  border: 0;
  padding-top: 0;
}
body[data-brand='plumbing'] .catalog-card {
  padding: 30px;
  background: var(--surface);
  border-top: 3px solid var(--accent);
}
body[data-brand='plumbing'] .catalog-card h2 {
  font:
    600 31px/1.12 Arial,
    sans-serif;
}
.story-layout {
  padding: 0 var(--gutter) 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 10%;
}
.story-layout figure {
  position: sticky;
  top: 110px;
  height: 620px;
  overflow: hidden;
}
.story-layout figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(var(--drift, 0px)) scale(1.06);
}
.story-layout article {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}
.story-layout h2 {
  font-size: 38px;
  margin-bottom: 20px;
}
.story-layout article .eyebrow {
  margin-bottom: 15px;
}
.story-number {
  font: 90px/1 var(--display);
  color: var(--muted);
}
.closing {
  margin: 0 var(--gutter) 80px;
  padding: 50px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.planner,
.basket-layout {
  padding: 0 var(--gutter) 100px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6%;
}
.planner form,
.planner-result,
.basket-summary {
  padding: clamp(24px, 4vw, 55px);
  background: var(--surface);
  align-self: start;
}
.planner label {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  font-size: 16px;
}
.planner input,
.planner select {
  font-size: 16px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  padding: 16px;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  border-radius: 0;
}
.planner-result h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.planner-result p {
  max-width: 400px;
}
.planner-result {
  line-height: 1.7;
  border-top: 3px solid var(--accent);
}
.basket-row {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}
.basket-row h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.basket-summary h2 {
  font-size: 55px;
}
.basket-summary p {
  margin: 25px 0;
}
.text-button,
.basket-row button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  margin: 10px 8px 0 0;
  font-size: 14px;
}
.order-dock {
  position: sticky;
  bottom: 0;
  z-index: 15;
  padding: 15px var(--gutter);
  background: var(--ink);
  color: var(--bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.order-dock .button {
  background: var(--bg);
  color: var(--ink);
  border-color: var(--bg);
}
.contact-demo {
  padding: 0 var(--gutter) 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
.product-layout {
  padding: 55px var(--gutter) 100px;
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 8%;
}
.product-portrait {
  align-self: start;
  position: sticky;
  top: 105px;
  background: #2c251f;
  overflow: hidden;
}
.product-portrait img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  transform: translateY(var(--drift, 0px)) scale(1.045);
}
.product-portrait figcaption {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #e4ddd5;
  padding: 18px 20px;
  position: relative;
  background: #2c251f;
}
.product-info h1 {
  font-size: clamp(46px, 5.4vw, 78px);
}
.product-info > p {
  margin: 24px 0;
}
.product-price {
  font-size: 21px;
  color: var(--ink);
}
.product-info > .button {
  margin: 8px 0;
}
.product-info > .text-link {
  display: flex;
  margin: 24px 0;
  width: fit-content;
}
.swatches {
  border: 0;
  margin: 25px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.swatches legend {
  margin-bottom: 16px;
  font-size: 14px;
}
.product-info details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 16px;
}
.product-info details p {
  margin-top: 18px;
}
.product-info summary {
  cursor: pointer;
  min-height: 30px;
}
.fit-layout {
  padding: 0 var(--gutter) 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.fit-panel {
  background: var(--surface);
  padding: clamp(24px, 3vw, 45px);
  min-width: 0;
}
.fit-panel h2 {
  font-size: 30px;
  margin-bottom: 23px;
}
.fit-panel p {
  margin: 20px 0;
}
.fit-panel label {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0 12px;
}
.fit-panel input[type='file'] {
  max-width: 100%;
  font-size: 16px;
  padding: 15px 0;
}
.fit-panel input[type='checkbox'] {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
  accent-color: var(--accent);
}
.fit-photo {
  width: 100%;
  height: 380px;
  object-fit: contain;
}
.fit-photo:not([src]) {
  display: none;
}
.fit-empty {
  height: 350px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 30px;
  border: 1px dashed var(--line);
  font-size: 16px;
  color: var(--muted);
}
.fit-state {
  padding: 20px;
  background: var(--bg);
  font-size: 15px;
}
.fit-actions {
  margin-top: 25px;
}
.fit-panel a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fit-result {
  padding: 0 var(--gutter) 80px;
}
.fit-result img {
  max-height: 650px;
  margin: 30px auto;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  background: var(--ink);
  color: var(--bg);
  padding: 16px 22px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 30px #0002;
  max-width: 90vw;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.toast.show {
  opacity: 1;
}
/* Native flow stays readable if animation or scripting is unavailable. */
.reveal {
  opacity: 1;
}
.js .reveal {
  transition:
    opacity 0.65s,
    transform 0.65s;
  opacity: 0;
  transform: translateY(22px);
}
.js .reveal.visible {
  opacity: 1;
  transform: none;
}
.hero-copy {
  animation: copy-in 0.8s both;
}
@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body.motion-off .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}
body.motion-off .hero-copy {
  animation: none;
}
body.motion-off [data-drift] img {
  transform: none;
  will-change: auto;
}
body.motion-off .moving-strip > div {
  animation-play-state: paused;
}
@media (min-width: 1800px) {
  body {
    --gutter: max(80px, calc((100vw - 1600px) / 2));
  }
  .hero-copy {
    padding-inline: 90px;
  }
  .edition-hero {
    max-width: 1800px;
    margin-inline: auto;
  }
  .site-header {
    padding-block: 23px;
  }
  .editorial-section {
    padding-block: 130px;
  }
}
@media (max-width: 1050px) {
  .site-header nav {
    gap: 20px;
  }
  .hero-copy {
    padding: 45px 30px;
  }
  .hero-media {
    min-height: 500px;
  }
  .hero-copy h1 {
    font-size: 72px !important;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
  }
  .proflow-hero .text-link {
    margin-left: 0;
  }
  .catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dish {
    grid-template-columns: 120px 1fr 24px;
  }
  .dish p {
    grid-column: 2;
    grid-row: auto;
  }
  .dish svg {
    grid-column: 3;
    grid-row: 1;
  }
  .luxe-detail figure {
    height: 500px;
  }
  .product-portrait img {
    height: 520px;
  }
  .maison-intro {
    gap: 40px;
  }
  .feature-link {
    grid-template-columns: 30px 1fr 24px;
  }
  .feature-link p {
    grid-column: 2;
  }
  .feature-link svg {
    grid-column: 3;
    grid-row: 1;
  }
  .process-band {
    gap: 7%;
  }
}
@media (max-width: 760px) {
  body {
    --gutter: 22px;
  }
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 43px;
  }
  .concept-bar {
    gap: 10px;
    height: 42px;
  }
  .concept-bar > span {
    display: none;
  }
  .site-header {
    min-height: 74px;
    padding-block: 14px;
    flex-wrap: wrap;
    gap: 0;
  }
  .wordmark {
    font-size: 26px;
  }
  .nav-toggle {
    display: block;
  }
  .site-header nav {
    display: none;
    width: 100%;
    padding-top: 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    min-height: 52px;
    border-top: 1px solid var(--line);
    font-size: 16px;
  }
  .site-header nav a:after {
    display: none;
  }
  .edition-hero,
  .luxe-hero,
  .proflow-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .hero-copy {
    padding: 44px var(--gutter) 38px;
  }
  .hero-copy h1 {
    font-size: clamp(54px, 13vw, 83px) !important;
    margin-bottom: 22px;
  }
  .hero-copy .eyebrow {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .hero-lede {
    font-size: 16px;
    max-width: 380px;
    margin-bottom: 25px;
  }
  .hero-media {
    min-height: 0;
    height: 380px;
  }
  .hero-media figcaption {
    font-size: 10px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    gap: 15px;
  }
  .blaze-hero .hero-media {
    margin: 0 15px 20px;
    border-radius: 90px 8px 8px 8px;
    height: 350px;
  }
  .blaze-hero .hero-copy h1 {
    font-size: clamp(68px, 17vw, 104px) !important;
  }
  .hero-baseline {
    font-size: 10px;
    gap: 10px;
    padding-block: 14px;
  }
  .hero-baseline > span {
    max-width: 54%;
    line-height: 1.5;
  }
  .hero-baseline a {
    font-size: 11px;
    letter-spacing: 0;
    text-align: right;
  }
  .moving-strip {
    padding: 17px 0;
    font-size: 32px;
  }
  .maison-hero {
    min-height: calc(100svh - 116px);
  }
  .maison-hero .hero-media {
    height: auto;
    min-height: 0;
  }
  .maison-hero .hero-copy {
    padding: 90px var(--gutter) 80px;
  }
  .maison-hero .hero-copy h1 {
    font-size: clamp(54px, 12vw, 80px) !important;
  }
  .maison-hero:after {
    background:
      linear-gradient(90deg, #11140dc9, #11140d33), linear-gradient(0deg, #11140d80, transparent);
  }
  .maison-hero .hero-baseline {
    width: 100%;
  }
  .maison-intro {
    display: block;
  }
  .maison-intro h2 {
    font-size: clamp(37px, 9vw, 56px);
  }
  .intro-aside {
    margin-top: 30px;
    max-width: 480px;
  }
  .dish {
    grid-template-columns: 1fr 20px;
    gap: 12px;
    padding: 28px 0;
  }
  .dish > span {
    grid-column: 1;
  }
  .dish h3 {
    grid-column: 1;
    font-size: 28px;
  }
  .dish p {
    grid-column: 1;
  }
  .dish svg {
    grid-column: 2;
    grid-row: 2;
  }
  .luxe-hero .hero-copy {
    padding: 48px var(--gutter) 40px;
  }
  .luxe-hero .hero-media {
    height: 490px;
  }
  .luxe-hero .hero-copy h1 {
    font-size: clamp(62px, 14vw, 88px) !important;
  }
  .luxe-collection,
  .luxe-detail,
  .process-band {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .luxe-detail figure {
    height: 460px;
  }
  .luxe-detail > div {
    padding-bottom: 10px;
  }
  .proflow-hero .hero-copy {
    padding: 44px var(--gutter) 35px;
  }
  .proflow-hero .hero-copy h1 {
    font-size: clamp(51px, 12vw, 78px) !important;
  }
  .proflow-hero .hero-media {
    height: 320px;
    margin: 0 15px 18px;
  }
  .proflow-hero .text-link {
    margin-left: 15px;
  }
  .proflow-services .section-title {
    display: block;
  }
  .proflow-services h2 {
    font-size: 43px;
  }
  .editorial-section {
    padding-block: 64px;
  }
  .section-title h2 {
    font-size: clamp(40px, 10vw, 61px);
  }
  .feature-link {
    grid-template-columns: 25px 1fr 20px;
    gap: 13px;
    padding: 25px 0;
  }
  .feature-link h3 {
    font-size: 30px;
  }
  .feature-link p {
    font-size: 15px;
  }
  .flavour-links,
  .service-rows {
    margin-top: 38px;
  }
  .brand-statement {
    padding: 70px var(--gutter);
  }
  .brand-statement h2 {
    font-size: clamp(49px, 12vw, 84px);
  }
  .brand-statement .eyebrow {
    font-size: 11px;
  }
  .footer-top {
    align-items: start;
    padding-bottom: 30px;
    gap: 20px;
  }
  .footer-brand {
    font-size: 46px;
  }
  .footer-top p {
    font-size: 19px;
  }
  .footer-bottom {
    align-items: start;
    gap: 10px 22px;
  }
  .footer-bottom p {
    flex-basis: 100%;
  }
  footer {
    padding-top: 48px;
  }
  footer nav {
    gap: 10px 23px;
  }
  .page-heading {
    padding: 48px var(--gutter) 38px;
  }
  .page-heading h1 {
    font-size: clamp(43px, 10vw, 67px);
  }
  .page-heading .lede {
    font-size: 16px;
    margin-top: 23px;
  }
  .catalog,
  body[data-brand='la-maison'] .catalog {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 65px;
  }
  .catalog-card h2 {
    font-size: 32px;
  }
  .filters {
    gap: 7px;
  }
  .filters button {
    padding: 11px 16px;
  }
  .photo-card {
    height: 290px;
  }
  body[data-brand='luxe'] .photo-card {
    height: 360px;
  }
  .story-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .story-layout figure {
    position: relative;
    top: auto;
    height: 360px;
  }
  .story-layout h2 {
    font-size: 32px;
  }
  .story-number {
    font-size: 65px;
  }
  .planner,
  .basket-layout,
  .product-layout,
  .fit-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 65px;
  }
  .planner form,
  .planner-result,
  .basket-summary {
    padding: 26px 22px;
  }
  .planner-result h2 {
    font-size: 34px;
  }
  .planner label {
    font-size: 16px;
  }
  .product-layout {
    padding-top: 28px;
  }
  .product-portrait {
    position: relative;
    top: auto;
  }
  .product-portrait img {
    height: 420px;
  }
  .product-info h1 {
    font-size: 50px;
  }
  .swatches {
    gap: 7px;
  }
  .swatches button {
    padding: 11px 17px;
  }
  .fit-panel {
    padding: 24px 20px;
  }
  .fit-photo {
    height: 330px;
  }
  .fit-empty {
    height: 280px;
  }
  .fit-panel h2 {
    font-size: 28px;
  }
  .order-dock {
    font-size: 13px;
    padding-block: 12px;
    gap: 12px;
  }
  .order-dock .button {
    padding: 14px 16px;
    font-size: 13px;
  }
  .closing {
    padding: 32px 22px;
  }
  .closing h2 {
    font-size: 38px;
  }
  .contact-demo {
    padding-bottom: 65px;
  }
}
@media (max-width: 370px) {
  body {
    --gutter: 18px;
  }
  .hero-copy h1 {
    font-size: 52px !important;
  }
  .proflow-hero .hero-copy h1 {
    font-size: 48px !important;
  }
  .proflow-hero .text-link {
    margin-left: 0;
    display: flex;
    width: fit-content;
    margin-top: 10px;
  }
  .hero-baseline {
    align-items: start;
  }
  .footer-top {
    flex-direction: column;
  }
  .footer-top p {
    text-align: left;
  }
  .fit-panel {
    padding: 22px 16px;
  }
  .product-info h1 {
    font-size: 43px;
  }
}
@media (max-height: 500px) and (min-width: 761px) {
  .hero-copy {
    padding-block: 35px;
  }
  .hero-media {
    min-height: 420px;
  }
  .hero-copy h1 {
    font-size: 64px !important;
  }
  .maison-hero .hero-copy {
    padding-block: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .js .reveal {
    opacity: 1;
    transform: none;
  }
  [data-drift] img {
    transform: none !important;
    will-change: auto;
  }
}
/* A real homepage in the MacBook, with deterministic composition and no nested motion. */
html.laptop-preview {
  scroll-behavior: auto;
}
html.laptop-preview body {
  overflow: hidden;
}
html.laptop-preview .concept-bar {
  display: none;
}
html.laptop-preview .site-header {
  position: relative;
  min-height: 72px;
  padding: 12px 45px;
}
html.laptop-preview .edition-hero {
  min-height: 641px;
  height: 641px;
}
html.laptop-preview .hero-copy {
  padding: 35px 45px;
}
html.laptop-preview .hero-copy h1 {
  font-size: 76px !important;
}
html.laptop-preview .hero-lede {
  font-size: 17px;
}
html.laptop-preview .hero-media {
  min-height: 0;
}
html.laptop-preview .hero-baseline {
  padding: 10px 45px;
}
html.laptop-preview .maison-hero .hero-copy {
  padding-block: 100px;
}
html.laptop-preview .reveal {
  opacity: 1;
  transform: none;
}
html.laptop-preview * {
  animation: none !important;
  transition: none !important;
}
html.laptop-preview [data-drift] img {
  transform: none;
  will-change: auto;
}

body.page-hidden .moving-strip > div {
  animation-play-state: paused;
}
body[data-brand='luxe'] .product-portrait figcaption {
  line-height: 1.5;
}
.swatches legend {
  line-height: 1.5;
}
body[data-brand='Blaze'] :is(h1, h2, h3) {
  font-weight: 900;
}
