:root {
  --ivory: #f7f1e5;
  --paper: #fffaf0;
  --warm: #efe1cb;
  --cinnabar: #9b2019;
  --red-soft: #c94f3d;
  --gold: #b88a42;
  --ink: #2d2922;
  --muted: #756b5e;
  --celadon: #5f756d;
  --line: rgba(80, 58, 38, 0.16);
  --shadow: 0 22px 60px rgba(58, 38, 23, 0.12);
  --radius: 8px;
  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
  background: var(--ivory);
}

body {
  margin: 0;
  font-family: "Songti SC", "STSong", "Noto Serif SC", "Microsoft YaHei", serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(155, 32, 25, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(184, 138, 66, 0.022) 1px, transparent 1px),
    var(--ivory);
  background-size: 64px 64px;
  letter-spacing: 0;
}

html.is-mobile-domain body {
  padding-bottom: 0;
  background-size: 42px 42px;
}

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

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

.mobile-action-bar {
  display: none;
}

html.is-mobile-domain .mobile-action-bar {
  position: fixed;
  z-index: 60;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(155, 32, 25, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 16px 42px rgba(58, 38, 23, 0.18);
  backdrop-filter: blur(18px) saturate(1.16);
  -webkit-backdrop-filter: blur(18px) saturate(1.16);
}

html.is-mobile-domain .mobile-action-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  color: var(--cinnabar);
  font-size: 15px;
  font-weight: 800;
  background: rgba(155, 32, 25, 0.08);
}

html.is-mobile-domain .mobile-action-bar a:last-child {
  color: #fffaf0;
  background: linear-gradient(135deg, #9b2019, #c94f3d);
  box-shadow: 0 10px 24px rgba(155, 32, 25, 0.22);
}

html.is-mobile-domain .site-header {
  min-height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

html.is-mobile-domain .brand-mark {
  min-width: 0;
}

html.is-mobile-domain .brand-tagline {
  display: none;
}

#home,
#products,
#factory {
  scroll-margin-top: 76px;
}

p {
  line-height: 1.85;
}

.line {
  display: block;
}

h1,
h2,
.hero-lede {
  text-wrap: balance;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: transparent;
  border-bottom: 1px solid rgba(80, 58, 38, 0.1);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
  transition: box-shadow 260ms ease, backdrop-filter 260ms ease, -webkit-backdrop-filter 260ms ease;
}

.site-header.is-scrolled {
  box-shadow: none;
  background: transparent;
  backdrop-filter: blur(26px) saturate(1.36);
  -webkit-backdrop-filter: blur(26px) saturate(1.36);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 330px;
}

.brand-logo-wide {
  display: block;
  width: auto;
  height: 40px;
  max-width: 138px;
  border-radius: 4px;
  object-fit: contain;
}

.brand-tagline {
  color: #4f483d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark strong {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.brand-mark small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  font-size: 15px;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

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

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.84);
  color: var(--ink);
  min-height: 40px;
  padding: 0 14px;
  border-radius: var(--radius);
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: min(820px, calc(100vh - 72px));
  padding: clamp(26px, 4vw, 56px) clamp(18px, 4vw, 56px) 42px;
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cinnabar);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(64px, 9vw, 136px);
  line-height: 0.96;
}

h2 {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.12;
}

h3 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.22;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: #4a4137;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 700;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--cinnabar);
  color: var(--paper);
  border-color: var(--cinnabar);
}

.button.ghost {
  background: rgba(255, 250, 240, 0.66);
  color: var(--ink);
}

.hero-gallery {
  display: grid;
  grid-template-columns: 1fr 0.46fr;
  grid-template-rows: repeat(3, minmax(120px, 1fr));
  gap: 14px;
  height: min(680px, 72vh);
  min-height: 520px;
}

.hero-main {
  position: relative;
  grid-row: 1 / -1;
  overflow: hidden;
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-main img,
.hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transition: transform 900ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

.hero-main:hover img,
.hero-thumb:hover img {
  transform: scale(1.045);
}

.hero-main figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 34px;
  color: var(--paper);
  background: linear-gradient(180deg, transparent, rgba(24, 18, 12, 0.74));
}

.hero-main figcaption span {
  font-size: 28px;
  font-weight: 800;
}

.hero-main figcaption small {
  max-width: 220px;
  text-align: right;
}

.hero-thumb {
  position: relative;
  overflow: hidden;
  min-height: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hero-thumb span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 9px;
  background: rgba(255, 250, 240, 0.86);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.philosophy-band {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(20px, 5vw, 80px);
  align-items: center;
  padding: clamp(40px, 8vw, 90px) clamp(18px, 8vw, 128px);
  background: var(--ink);
  color: var(--paper);
}

.philosophy-band p:first-child {
  margin: 0;
  color: #f1c36e;
  font-size: clamp(26px, 3.8vw, 52px);
  font-weight: 700;
  line-height: 1.25;
}

.philosophy-band p:last-child {
  max-width: 720px;
  margin: 0;
  font-size: clamp(16px, 1.7vw, 22px);
}

.section-block,
.belief-section,
.principle-grid,
.design-language,
.contact-grid,
.product-detail-layout {
  padding: clamp(54px, 8vw, 110px) clamp(18px, 4vw, 56px);
}

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

.section-heading h2 {
  max-width: 760px;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--cinnabar);
  font-weight: 800;
  white-space: nowrap;
}

.text-link::after {
  content: "→";
  margin-left: 8px;
}

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

.product-card {
  overflow: hidden;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.product-card:hover {
  border-color: rgba(155, 32, 25, 0.32);
  box-shadow: 0 18px 48px rgba(58, 38, 23, 0.12);
  transform: translateY(-4px);
}

.product-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--warm);
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

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

.product-card-copy {
  padding: 18px;
}

.product-card-copy p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.series-section {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.42), rgba(239, 225, 203, 0.62));
}

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

.series-panel {
  display: grid;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(58, 38, 23, 0.07);
  transition: transform 360ms cubic-bezier(0.18, 0.84, 0.2, 1), box-shadow 360ms ease, border-color 360ms ease;
}

.series-panel:hover {
  border-color: rgba(155, 32, 25, 0.28);
  box-shadow: 0 26px 64px rgba(58, 38, 23, 0.14);
  transform: translateY(-6px);
}

.series-panel-large {
  grid-column: span 2;
}

.series-media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 1px;
  min-height: 260px;
  overflow: hidden;
  background: var(--line);
}

.series-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 780ms cubic-bezier(0.18, 0.84, 0.2, 1), filter 420ms ease;
}

.series-panel:hover .series-media img {
  filter: saturate(1.03);
  transform: scale(1.045);
}

.series-copy {
  padding: clamp(20px, 2.8vw, 34px);
}

.series-copy h3 {
  font-size: clamp(25px, 2.4vw, 38px);
}

.series-copy p:not(.eyebrow) {
  color: var(--muted);
}

.series-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.series-products a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  background: rgba(155, 32, 25, 0.08);
  color: var(--cinnabar);
  border: 1px solid rgba(155, 32, 25, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.belief-section {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(28px, 6vw, 92px);
  align-items: center;
}

.belief-copy p {
  max-width: 680px;
  color: var(--muted);
}

.belief-list {
  border-top: 1px solid var(--line);
}

.belief-list p {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.belief-list strong {
  color: var(--cinnabar);
  font-size: 36px;
}

.page-hero {
  padding: clamp(70px, 11vw, 150px) clamp(18px, 6vw, 90px) clamp(44px, 7vw, 90px);
}

.page-hero.compact {
  max-width: 1120px;
}

.page-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 7vw, 96px);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
}

.series-nav-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 clamp(18px, 4vw, 56px) 32px;
}

.series-nav-bar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.series-nav-bar a:hover,
.series-nav-bar a:focus-visible {
  border-color: rgba(155, 32, 25, 0.28);
  box-shadow: 0 12px 32px rgba(58, 38, 23, 0.1);
  transform: translateY(-3px);
}

.series-nav-bar span {
  font-weight: 800;
}

.series-nav-bar small {
  color: var(--cinnabar);
  font-weight: 800;
}

.toolbar-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 56px) 28px;
}

.search-box {
  display: grid;
  gap: 8px;
  width: min(100%, 520px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.9);
  color: var(--ink);
  font: inherit;
}

.product-shelves {
  padding: 0 clamp(18px, 4vw, 56px) clamp(64px, 8vw, 110px);
}

.product-shelf {
  scroll-margin-top: 96px;
  margin-bottom: clamp(44px, 6vw, 74px);
}

.product-shelf[hidden] {
  display: none;
}

.shelf-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.shelf-heading h2 {
  font-size: clamp(30px, 4.2vw, 58px);
}

.shelf-heading p:not(.eyebrow) {
  max-width: 680px;
  justify-self: end;
  color: var(--muted);
}

.all-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 4vw, 56px);
}

.product-hero-copy h1 {
  font-size: clamp(56px, 8vw, 112px);
}

.product-hero-copy > p:last-of-type {
  max-width: 660px;
  color: var(--muted);
}

.product-hero-media {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 420ms cubic-bezier(0.18, 0.84, 0.2, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.product-hero-media:hover {
  border-color: rgba(155, 32, 25, 0.26);
  box-shadow: 0 30px 76px rgba(58, 38, 23, 0.18);
  transform: translateY(-4px);
}

.product-hero-media img {
  width: 100%;
  height: min(70vh, 720px);
  min-height: 440px;
  object-fit: cover;
  transition: opacity 360ms ease, filter 520ms ease, transform 680ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

.product-hero-media:hover img {
  transform: scale(1.018);
}

.product-hero-media img.is-switching {
  opacity: 0.22;
  filter: blur(18px) saturate(0.92);
  transform: scale(1.035);
}

.gallery-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 52px;
  height: 68px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.56);
  border-radius: 999px;
  background: rgba(45, 41, 34, 0.42);
  color: var(--paper);
  cursor: pointer;
  font: inherit;
  font-size: 42px;
  line-height: 1;
  opacity: 0;
  backdrop-filter: blur(18px) saturate(1.18);
  transform: translateY(-50%) scale(0.88);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.18, 0.84, 0.2, 1), background 220ms ease;
}

.gallery-arrow-prev {
  left: 18px;
}

.gallery-arrow-next {
  right: 18px;
}

.product-hero-media:hover .gallery-arrow,
.product-hero-media:focus-within .gallery-arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  background: rgba(155, 32, 25, 0.82);
  transform: translateY(-50%) scale(1.05);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  padding-top: 22px;
}

.product-facts {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 22px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.product-facts h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.product-facts p {
  margin: 0 0 10px;
}

.product-facts span {
  display: inline-block;
  padding: 7px 10px;
  background: rgba(155, 32, 25, 0.08);
  color: var(--cinnabar);
  font-weight: 700;
}

.series-note {
  display: grid;
  gap: 8px;
  margin-bottom: 18px !important;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.series-note strong {
  color: var(--ink);
  font-size: 18px;
}

.series-note span {
  padding: 0;
  background: none;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.7;
}

.muted {
  color: var(--muted);
  font-size: 14px;
}

.gallery-panel {
  min-width: 0;
}

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

.thumb-grid button {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  cursor: pointer;
  aspect-ratio: 4 / 3;
  box-shadow: 0 8px 24px rgba(58, 38, 23, 0.05);
  transform: translateY(0) scale(1);
  transition: transform 360ms cubic-bezier(0.18, 0.84, 0.2, 1), box-shadow 360ms ease, border-color 360ms ease, filter 360ms ease;
}

.thumb-grid button::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(145deg, rgba(255, 250, 240, 0.26), transparent 46%, rgba(155, 32, 25, 0.1));
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.thumb-grid button:hover,
.thumb-grid button:focus-visible {
  border-color: rgba(155, 32, 25, 0.34);
  box-shadow: 0 22px 52px rgba(58, 38, 23, 0.14);
  filter: saturate(1.03);
  transform: translateY(-8px) scale(1.012);
}

.thumb-grid button:hover::after,
.thumb-grid button:focus-visible::after,
.thumb-grid button.is-active::after {
  opacity: 1;
}

.thumb-grid button.is-active {
  border-color: rgba(155, 32, 25, 0.46);
  box-shadow: 0 18px 42px rgba(155, 32, 25, 0.12);
}

.thumb-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.18, 0.84, 0.2, 1), filter 420ms ease;
}

.thumb-grid button:hover img,
.thumb-grid button:focus-visible img {
  filter: contrast(1.02);
  transform: scale(1.065);
}

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

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

.principle {
  padding: clamp(24px, 4vw, 42px);
  min-height: 320px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.principle span {
  display: block;
  color: var(--cinnabar);
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
}

.principle h2 {
  margin-top: 22px;
  font-size: 28px;
}

.principle p {
  color: var(--muted);
}

.design-language {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(26px, 6vw, 90px);
  align-items: center;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.design-language p:last-child {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
}

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

.contact-card {
  min-height: 260px;
  padding: 28px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-card p {
  color: var(--muted);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 86px);
  min-height: 280px;
  box-sizing: border-box;
  padding: clamp(78px, 9vh, 108px) var(--page-edge) clamp(86px, 10vh, 124px);
  background: var(--ink);
  color: var(--paper);
}

.site-footer > div,
.site-footer > nav {
  margin: 0;
}

.footer-logo {
  display: block;
  width: auto;
  height: 52px;
  max-width: 160px;
  border-radius: 4px;
  object-fit: contain;
}

.site-footer p {
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.72);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-content: start;
  justify-content: end;
}

.site-footer a {
  color: rgba(255, 250, 240, 0.8);
}

.footer-bottom-note {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  gap: 14px;
  margin-top: clamp(8px, 2vw, 22px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 250, 240, 0.12);
  color: rgba(255, 250, 240, 0.56);
  font-size: 13px;
}

.footer-device-link {
  color: rgba(255, 250, 240, 0.72);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-device-link:hover,
.footer-device-link:focus-visible {
  color: #fffaf0;
}

.footer-desktop-link {
  display: none;
}

html.is-mobile-domain .footer-mobile-link {
  display: none;
}

html.is-mobile-domain .footer-desktop-link {
  display: inline;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.18, 0.84, 0.2, 1);
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

@media (max-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .series-grid,
  .belief-section,
  .design-language {
    grid-template-columns: 1fr;
  }

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

  .hero-gallery {
    height: auto;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    position: absolute;
    right: 16px;
    top: 64px;
    display: none;
    width: min(280px, calc(100vw - 32px));
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 10px;
  }

  .hero-section {
    min-height: 0;
  }

  .hero-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .hero-main {
    min-height: 420px;
  }

  .hero-thumb {
    aspect-ratio: 16 / 9;
  }

  .philosophy-band,
  .product-detail-layout,
  .toolbar-section,
  .shelf-heading {
    grid-template-columns: 1fr;
  }

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

  .series-panel-large {
    grid-column: auto;
  }

  .shelf-heading p:not(.eyebrow) {
    justify-self: start;
  }

  .section-heading,
  .toolbar-section,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

  .product-grid,
  .series-grid,
  .principle-grid,
  .contact-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

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

  .product-facts {
    position: static;
  }

  .product-hero-media img {
    min-height: 320px;
    height: 58vh;
  }

  .gallery-arrow {
    width: 44px;
    height: 58px;
    opacity: 1;
    font-size: 34px;
    transform: translateY(-50%) scale(1);
  }

  .gallery-arrow-prev {
    left: 10px;
  }

  .gallery-arrow-next {
    right: 10px;
  }

  .site-footer nav {
    justify-content: start;
  }

  .footer-bottom-note {
    justify-content: start;
  }
}

@media (max-width: 520px) {
  .brand-mark {
    gap: 8px;
    min-width: 0;
  }

  .brand-logo-wide {
    height: 34px;
    max-width: 118px;
  }

  .brand-tagline {
    max-width: 122px;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
  }

  .brand-mark small {
    display: none;
  }

  h1,
  .product-hero-copy h1,
  .page-hero h1 {
    font-size: 48px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .series-nav-bar {
    grid-template-columns: 1fr;
  }

  .series-media {
    grid-template-columns: 1fr;
  }

  .series-media img,
  .series-media img:first-child {
    min-height: 220px;
  }

  .button {
    width: 100%;
  }

  .hero-main {
    min-height: 330px;
  }

}

/* Redesign: calm editorial system inspired by the reference site */
body {
  --page-max: 1568px;
  --page-pad: clamp(26px, 3.9vw, 42px);
  --page-edge: max(var(--page-pad), calc((100vw - var(--page-max)) / 2 + var(--page-pad)));
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.54), rgba(243, 240, 231, 0) 34%),
    #f3f0e7;
  color: #26231d;
}

.site-header {
  width: 100%;
  max-width: none;
  min-height: 64px;
  margin: 0;
  padding: 8px var(--page-edge);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(1.28);
  -webkit-backdrop-filter: blur(14px) saturate(1.28);
  transition:
    backdrop-filter 320ms ease,
    -webkit-backdrop-filter 320ms ease;
}

.site-header.is-scrolled {
  width: 100%;
  max-width: none;
  min-height: 64px;
  margin: 0;
  padding: 8px var(--page-edge);
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(26px) saturate(1.58);
  -webkit-backdrop-filter: blur(26px) saturate(1.58);
}

.brand-mark {
  gap: 14px;
  min-width: 336px;
}

.brand-logo-wide {
  height: 44px;
  max-width: 150px;
}

.brand-tagline {
  color: #4a4339;
  font-size: 16px;
}

.brand-mark strong {
  font-size: 26px;
  letter-spacing: 0.02em;
}

.brand-mark small {
  margin-top: 4px;
  color: #756f65;
  font-size: 12px;
}

.site-nav {
  gap: clamp(22px, 3vw, 42px);
  color: #35312b;
  font-size: 15px;
}

.site-nav a::after {
  background: #35312b;
}

.editorial-hero {
  width: 100%;
  box-sizing: border-box;
  min-height: calc(100vh - 86px);
  margin: 0 auto;
  padding: clamp(132px, 14vh, 196px) var(--page-edge) clamp(72px, 8vw, 118px);
  display: grid;
  grid-template-columns: minmax(270px, 360px) minmax(0, 920px);
  gap: clamp(72px, 7vw, 132px);
  align-items: center;
  justify-content: space-between;
}

.editorial-hero .hero-copy {
  grid-column: 1;
  grid-row: 1;
  max-width: 360px;
  padding-top: 0;
  position: relative;
  align-self: center;
  justify-self: start;
}

.editorial-hero .eyebrow {
  margin-bottom: 28px;
  color: #5d574d;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.editorial-hero h1 {
  margin: 0 0 16px;
  color: #5b554c;
  font-size: clamp(17px, 1.18vw, 19px);
  font-weight: 600;
  line-height: 1.88;
}

.hero-subtitle {
  margin: 0 0 22px;
  color: #655e54;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 600;
  line-height: 1.82;
}

.hero-prose {
  display: grid;
  gap: 28px;
  color: #615b52;
  font-size: 16px;
}

.hero-prose p {
  margin: 0;
  line-height: 2.05;
}

.hero-narrative {
  gap: 3px;
  font-size: 14px;
}

.hero-narrative p {
  line-height: 1.95;
}

.hero-narrative .stanza-break {
  margin-top: 18px;
}

.hero-wish {
  display: grid;
  gap: 3px;
  margin-top: 24px;
  color: #504a41;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 600;
  line-height: 1.9;
}

.hero-wish p {
  margin: 0;
}

.hero-copy-animated .hero-line {
  opacity: 0;
  filter: blur(14px);
  transform: translateY(-18px);
  text-shadow: 0 0 24px rgba(104, 88, 62, 0.18);
  animation: heroTextBloom 420ms cubic-bezier(0.16, 0.84, 0.2, 1) forwards;
  animation-delay: var(--line-delay, 0ms);
  will-change: opacity, filter, transform;
}

@keyframes heroTextBloom {
  0% {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(-18px);
  }

  48% {
    opacity: 0.46;
    filter: blur(8px);
    transform: translateY(-7px);
  }

  76% {
    opacity: 0.82;
    filter: blur(2px);
    transform: translateY(1px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(104, 88, 62, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy-animated .hero-line {
    opacity: 1;
    filter: none;
    transform: none;
    text-shadow: none;
    animation: none;
  }
}

.quiet-link {
  display: inline-flex;
  margin-top: 34px;
  color: #2c2924;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
}

.hero-ornament {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-areas:
    "seal line"
    "seal text";
  column-gap: 16px;
  row-gap: 6px;
  width: min(100%, 260px);
  margin-top: clamp(48px, 6vw, 78px);
  align-items: center;
  color: #9b2019;
}

.hero-ornament span {
  grid-area: seal;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(155, 32, 25, 0.34);
  font-size: 20px;
}

.hero-ornament i {
  grid-area: line;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(155, 32, 25, 0.58), rgba(155, 32, 25, 0));
}

.hero-ornament small {
  grid-area: text;
  color: #7b7267;
  font-size: 12px;
  letter-spacing: 0.28em;
}

.editorial-hero .hero-main {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  min-height: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: min(100%, 920px);
  aspect-ratio: 854 / 480;
  display: grid;
  place-items: center;
  position: relative;
  justify-self: end;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.editorial-hero .hero-main::before {
  display: none;
}

.editorial-hero .hero-main img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center 58%;
  padding: clamp(18px, 3vw, 48px) clamp(16px, 3vw, 44px);
  filter: saturate(0.84) contrast(0.98) brightness(0.99);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.86) 72%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.86) 72%, transparent 100%);
}

.editorial-hero .hero-main video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: transparent;
  filter: none;
  mix-blend-mode: normal;
  -webkit-mask-image: none;
  mask-image: none;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  touch-action: none;
}

.editorial-hero .hero-main figcaption {
  display: none;
}

.chapter-heading {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 92px) var(--page-edge) clamp(28px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(360px, 0.42fr);
  gap: clamp(50px, 9vw, 140px);
  align-items: end;
}

.chapter-heading h2 {
  color: #625d54;
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 500;
  line-height: 1.24;
}

.chapter-heading p:not(.eyebrow) {
  margin: 0;
  color: #70695f;
  font-size: 17px;
  line-height: 2;
}

.feature-pair {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 56px) var(--page-edge) clamp(76px, 9vw, 132px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(38px, 6vw, 96px);
}

.feature-tile {
  display: grid;
  gap: 18px;
  color: #5d574d;
  font-size: 20px;
  font-weight: 500;
}

.feature-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #f8f6ef;
}

.section-block,
.quiet-products,
.product-shelves,
.product-detail-layout,
.contact-grid,
.principle-grid,
.design-language {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: var(--page-edge);
  padding-left: var(--page-edge);
}

.quiet-products {
  padding-top: clamp(48px, 7vw, 92px);
  padding-bottom: clamp(58px, 9vw, 130px);
}

.section-heading {
  align-items: end;
  margin-bottom: 38px;
  border-bottom: 1px solid rgba(38, 35, 29, 0.14);
  padding-bottom: 22px;
}

.section-heading h2 {
  max-width: 760px;
  color: #302c26;
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: 500;
}

.text-link {
  color: #34302a;
  font-weight: 600;
}

.series-list {
  display: grid;
  border-top: 1px solid rgba(38, 35, 29, 0.12);
}

.series-row {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.36fr) minmax(260px, 1fr) 76px;
  gap: 24px;
  align-items: center;
  min-height: 118px;
  border-bottom: 1px solid rgba(38, 35, 29, 0.12);
  transition: opacity 220ms ease;
}

.series-row:hover {
  opacity: 0.72;
}

.series-number,
.series-count {
  color: #8b8377;
  font-size: 14px;
}

.series-name {
  color: #28241f;
  font-size: clamp(24px, 2.6vw, 40px);
  font-weight: 500;
}

.series-desc {
  color: #736c61;
  line-height: 1.85;
}

.series-preview {
  display: none;
}

.brand-line {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 116px) var(--page-edge) clamp(90px, 10vw, 150px);
}

.brand-line p {
  max-width: 980px;
  margin: 0;
  color: #302c26;
  font-size: clamp(34px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.25;
}

.page-hero {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(92px, 12vw, 176px) var(--page-edge) clamp(54px, 7vw, 96px);
}

.page-hero h1,
.product-hero-copy h1 {
  color: #302c26;
  font-weight: 500;
}

.products-page .page-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(360px, 0.54fr);
  column-gap: clamp(48px, 8vw, 132px);
  align-items: end;
  padding-top: clamp(58px, 7vh, 86px);
  padding-bottom: clamp(24px, 3vw, 38px);
}

.products-page .page-hero h1 {
  max-width: 560px;
  font-size: clamp(36px, 3.9vw, 58px);
  line-height: 1.12;
}

.products-page .page-hero h1 .line {
  white-space: nowrap;
}

.products-page .page-hero p:not(.eyebrow) {
  max-width: 640px;
  margin: 0;
  font-size: clamp(17px, 1.5vw, 20px);
}

.products-page .page-hero .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 18px;
}

.products-page .toolbar-section {
  padding-top: 24px;
  padding-bottom: 22px;
}

.products-page .product-shelves {
  padding-top: 34px;
}

.products-page .shelf-heading h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.toolbar-section,
.series-nav-bar {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: var(--page-edge);
  padding-left: var(--page-edge);
}

.series-nav-bar {
  gap: 3px;
  border-top: 1px solid rgba(38, 35, 29, 0.12);
  border-bottom: 1px solid rgba(38, 35, 29, 0.12);
}

.series-nav-bar a {
  min-height: 72px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(38, 35, 29, 0.12);
  border-radius: 0;
  box-shadow: none;
}

.series-nav-bar a:first-child {
  border-left: 1px solid rgba(38, 35, 29, 0.12);
}

.search-box input,
.button,
.contact-card,
.product-facts {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.product-card:hover {
  box-shadow: none;
  transform: none;
  border-color: transparent;
}

.product-card-media {
  aspect-ratio: 16 / 10.5;
  background: transparent;
  overflow: visible;
}

.product-card-media img {
  object-fit: contain;
  box-sizing: border-box;
  padding: clamp(8px, 1.6vw, 24px);
  filter: saturate(0.88) contrast(0.98);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 60%, rgba(0, 0, 0, 0.88) 78%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 60%, rgba(0, 0, 0, 0.88) 78%, transparent 100%);
}

.product-card-copy {
  padding: 10px 0 0;
}

.product-card-copy h3 {
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 500;
}

.all-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(44px, 6vw, 88px) clamp(32px, 5vw, 76px);
}

.product-hero {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(82px, 10vw, 150px) var(--page-edge) clamp(62px, 8vw, 110px);
  grid-template-columns: minmax(280px, 390px) minmax(540px, 1fr);
  gap: clamp(68px, 10vw, 150px);
}

.product-hero-media {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.product-hero-media img {
  height: min(62vh, 660px);
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(12px, 2vw, 36px);
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.88) 76%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0, 0, 0, 0.88) 76%, transparent 100%);
}

.gallery-panel .section-heading {
  border-bottom: 0;
}

.thumb-grid button {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.thumb-grid img {
  object-fit: contain;
  box-sizing: border-box;
  padding: 10px;
  mix-blend-mode: multiply;
}

.site-footer {
  background: #2c2924;
}

@media (max-width: 1120px) {
  .editorial-hero,
  .chapter-heading,
  .products-page .page-hero,
  .product-hero {
    grid-template-columns: 1fr;
  }

  .editorial-hero {
    min-height: 0;
    gap: 44px;
  }

  .editorial-hero .hero-copy,
  .editorial-hero .hero-main {
    grid-column: 1;
  }

  .editorial-hero .hero-copy {
    max-width: 620px;
    padding-top: 0;
  }

  .series-row {
    grid-template-columns: 54px 1fr 72px;
  }

  .series-desc,
  .series-preview {
    display: none;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
  }

  .brand-mark strong {
    font-size: 23px;
  }

  .editorial-hero {
    padding-top: 54px;
  }

  .feature-pair,
  .series-nav-bar {
    grid-template-columns: 1fr;
  }

  .chapter-heading h2,
  .brand-line p {
    font-size: 34px;
  }

  .series-row {
    min-height: 104px;
    grid-template-columns: 42px 1fr 58px;
    gap: 12px;
  }

  .series-name {
    font-size: 24px;
  }

  .home-products-heading {
    grid-template-columns: 1fr;
  }
}

/* 2026 Apple-like section architecture */
:root {
  --home-bg: #f3f0e7;
  --home-first-bg: #f3f0e7;
  --home-white: #ffffff;
  --apple-ease: cubic-bezier(0.18, 0.84, 0.2, 1);
}

body {
  background: var(--home-bg);
  color: #1d1d1f;
}

.home-page {
  transition: background-color 260ms ease;
}

.home-page .site-header {
  background: transparent;
  border-bottom: 0;
}

.home-page main {
  overflow: clip;
}

.home-screen {
  min-height: calc(100svh - 64px);
  padding: clamp(74px, 10vh, 132px) var(--page-edge);
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(42px, 7vw, 116px);
  align-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 44%),
    var(--home-first-bg);
}

.home-intro-copy {
  max-width: 560px;
}

.home-intro h1 {
  color: #111113;
  font-size: clamp(76px, 9vw, 154px);
  font-weight: 700;
  line-height: 0.95;
}

.home-intro-lede {
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #2e2d2b;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.26;
}

.home-intro-text {
  display: grid;
  gap: 2px;
  margin-top: clamp(28px, 4vw, 54px);
  color: #57534d;
  font-size: clamp(17px, 1.5vw, 23px);
}

.home-intro-text p {
  margin: 0;
  line-height: 1.82;
}

.home-intro-media {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 10;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(38, 35, 29, 0.12);
}

.home-intro-media video,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-products {
  display: grid;
  align-content: center;
  gap: clamp(48px, 7vw, 86px);
  background: #ffffff;
}

.home-products-heading {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(240px, 0.45fr);
  gap: clamp(28px, 6vw, 94px);
  align-items: end;
}

.home-products-heading h2:not(.home-products-title-line) {
  max-width: 840px;
  color: #111113;
  font-size: clamp(46px, 5.4vw, 86px);
  font-weight: 650;
  line-height: 1.08;
}

.home-products-heading p:not(.eyebrow):not(.home-products-title-line) {
  max-width: 820px;
  margin: 18px 0 0;
  color: #494745;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.7;
}

.home-products-wish {
  display: grid;
  gap: 20px;
  color: #b15045;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 650;
  line-height: 1.68;
}

.home-products-wish p {
  margin: 0;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(38px, 5.4vw, 78px) clamp(28px, 5vw, 72px);
}

.home-product-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity 780ms ease var(--card-delay, 0ms),
    transform 840ms var(--apple-ease) var(--card-delay, 0ms);
}

.home-product-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.home-product-card figure {
  display: grid;
  place-items: end center;
  margin: 0;
  aspect-ratio: 16 / 9.2;
  background: #fff;
}

.home-product-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.96) contrast(0.99);
  transition: transform 900ms var(--apple-ease), filter 420ms ease;
}

.home-product-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: end;
  border-bottom: 1px solid rgba(177, 80, 69, 0.62);
  color: #171717;
}

.home-product-title strong {
  font-size: clamp(42px, 4.3vw, 70px);
  font-weight: 500;
  line-height: 1;
}

.home-product-title span {
  justify-self: end;
  color: #a3a09a;
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 600;
}

.home-product-card p {
  margin: 0;
  color: #242321;
  font-size: clamp(14px, 1.08vw, 17px);
  font-weight: 650;
  line-height: 1.6;
}

.products-page,
.brand-page,
.contact-page {
  background: #ffffff;
}

.product-detail-page {
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 64vh, #fcfcfc 86vh),
    #fcfcfc;
}

.contact-page .contact-hero {
  display: grid;
  grid-template-columns: minmax(260px, 0.46fr) minmax(340px, 0.54fr);
  column-gap: clamp(42px, 7vw, 118px);
  align-items: end;
  padding-top: clamp(58px, 7vh, 86px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.contact-page .contact-hero .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 16px;
}

.contact-page .contact-hero h1 {
  max-width: 560px;
  color: #302c26;
  font-size: clamp(34px, 3.7vw, 56px);
  font-weight: 500;
  line-height: 1.14;
}

.contact-page .contact-hero h1 .line {
  white-space: nowrap;
}

.contact-page .contact-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #4f4b45;
  font-size: clamp(16px, 1.32vw, 19px);
  line-height: 1.82;
}

.contact-page .contact-grid {
  gap: clamp(18px, 2.4vw, 34px);
  align-items: stretch;
  padding-top: clamp(18px, 2.8vw, 36px);
  padding-bottom: clamp(72px, 9vw, 128px);
}

.contact-page .contact-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.6vw, 34px) 0 0;
  border: 0;
  border-top: 1px solid rgba(38, 35, 29, 0.16);
}

.contact-page .contact-card h2 {
  color: #302c26;
  font-size: clamp(22px, 1.65vw, 30px);
  font-weight: 520;
  line-height: 1.24;
}

.contact-page .contact-card p {
  margin: 12px 0 0;
  color: #595652;
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.75;
}

.contact-page .contact-card .button {
  width: auto;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 18px;
  font-size: 14px;
}

@media (max-width: 860px) {
  .contact-page .contact-hero {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding-top: 54px;
    padding-bottom: 28px;
  }

  .contact-page .contact-hero .eyebrow {
    margin-bottom: 0;
  }

  .contact-page .contact-hero h1 {
    font-size: 36px;
  }

  .contact-page .contact-hero h1 .line {
    white-space: normal;
  }

  .contact-page .contact-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .contact-page .contact-card .button {
    width: 100%;
  }
}

.product-card-media {
  display: grid;
  width: 100%;
  height: auto;
  place-items: end center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: transparent;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center bottom;
  padding: clamp(8px, 1vw, 16px) 0 clamp(8px, 1vw, 16px);
  -webkit-mask-image: none;
  mask-image: none;
}

.product-story-hero {
  min-height: auto;
  grid-template-columns: minmax(320px, 0.76fr) minmax(440px, 1.24fr);
  align-items: center;
  padding-top: clamp(28px, 4vw, 56px);
  padding-bottom: clamp(34px, 5vw, 68px);
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 72%, rgba(252, 252, 252, 0.72) 90%, #fcfcfc 100%);
}

.product-story-copy {
  max-width: 620px;
}

.product-story-copy h1 {
  color: #111113;
  font-size: clamp(42px, 4.6vw, 78px);
  font-weight: 520;
  line-height: 1;
}

.product-story-copy .hero-lede {
  margin-top: clamp(22px, 2.6vw, 36px);
  color: #484644;
  font-size: clamp(17px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.9;
}

.product-spec-list {
  display: grid;
  gap: clamp(10px, 1.25vw, 16px);
  margin-top: clamp(24px, 3vw, 42px);
  color: #3f3d3a;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.75;
}

.product-spec-list p {
  display: grid;
  grid-template-columns: 4.5em 1fr;
  gap: 10px;
  margin: 0;
}

.product-spec-list strong {
  color: #1d1d1f;
  font-weight: 600;
}

.product-story-media {
  display: grid;
  gap: clamp(14px, 2vw, 24px);
  align-content: start;
  width: 100%;
}

.product-preview-stage {
  display: grid;
  min-height: min(58vh, 620px);
  place-items: center;
}

.product-preview-stage img {
  width: 100%;
  height: min(58vh, 620px);
  min-height: 360px;
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(2px, 0.7vw, 10px);
  mix-blend-mode: multiply;
  -webkit-mask-image: none;
  mask-image: none;
  transition: none;
}

.product-preview-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.5vw, 22px);
  width: min(100%, 760px);
  justify-self: center;
}

.product-preview-thumb {
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(6px, 0.8vw, 12px);
  place-items: center;
  aspect-ratio: 1;
  border: 0;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: none;
}

.product-preview-thumb.is-active {
  border-color: transparent;
}

.product-preview-thumb img {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-mask-image: none;
  mask-image: none;
  transition: none;
}

@media (max-width: 1180px) {
  .home-intro,
  .product-story-hero {
    grid-template-columns: 1fr;
  }

  .home-intro-media {
    max-width: 980px;
  }

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

  .product-story-copy {
    max-width: 880px;
  }
}

@media (max-width: 820px) {
  .home-screen {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .home-intro h1 {
    font-size: clamp(60px, 18vw, 96px);
  }

  .home-products-heading {
    grid-template-columns: 1fr;
  }

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

  .product-preview-thumbs {
    gap: 8px;
  }

  .product-spec-list p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .product-preview-stage,
  .product-preview-stage img {
    min-height: 300px;
    height: 48vh;
  }
}

@media (max-width: 520px) {
  .home-products-heading h2:not(.home-products-title-line) {
    font-size: 42px;
  }

  .product-story-copy h1 {
    font-size: 42px;
  }

  .product-story-copy .hero-lede {
    font-size: 17px;
  }
}

/* Homepage product section: static editorial product grid. */
.home-products {
  position: relative;
  display: grid;
  align-content: start;
  gap: clamp(12px, 2vh, 24px);
  min-height: calc(100svh - 64px);
  padding: clamp(26px, 3.8vh, 46px) var(--page-edge) 200px;
  background: #fff;
}

.home-products::before {
  position: absolute;
  inset: -1px 0 auto;
  height: 20vh;
  content: "";
  background: linear-gradient(180deg, var(--home-first-bg), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-products-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  width: min(48vw, 620px);
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.home-products-heading h2.home-products-title-line,
.home-products-heading p.home-products-title-line {
  max-width: none;
  margin: 0 !important;
  color: #9b2018 !important;
  font-size: clamp(17px, 1.3vw, 22px) !important;
  font-weight: 650;
  line-height: 1 !important;
}

.home-product-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.6vw, 38px);
  align-items: start;
  margin-top: 0;
}

.home-product-grid {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.52vh, 34px) clamp(36px, 5vw, 96px);
  align-items: start;
  justify-items: stretch;
  overflow: visible;
}

.home-product-card {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 4px;
  width: 85%;
  color: #151515;
  justify-self: center;
  overflow: visible;
}

.home-product-card:nth-child(3n + 1) {
  justify-self: start;
}

.home-product-card:nth-child(3n) {
  justify-self: end;
}

.home-product-card.is-visible {
  opacity: 1;
}

.home-product-card figure {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: end center;
  margin: 0;
  height: clamp(136px, 14.62vw, 247px);
  aspect-ratio: auto;
  background: transparent;
  clip-path: inset(34% 0 34% 0);
  filter: blur(6px);
  transform: translateY(10px) scaleY(0.985);
  transform-origin: center top;
  transition:
    clip-path 760ms cubic-bezier(0.16, 0.84, 0.2, 1),
    filter 760ms ease,
    transform 760ms cubic-bezier(0.16, 0.84, 0.2, 1);
  transition-delay: var(--card-delay, 0ms);
}

.home-product-card.is-visible figure {
  clip-path: inset(0);
  filter: none;
  transform: none;
}

.home-product-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.94) contrast(0.99);
}

.home-product-title {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  align-items: end;
  min-height: clamp(42px, 3.7vw, 58px);
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(178, 84, 74, 0.72);
  overflow: visible;
}

.home-product-title strong {
  position: relative;
  z-index: 21;
  display: block;
  color: #101010;
  font-size: clamp(28px, 2.24vw, 37px);
  font-weight: 500;
  line-height: 1.24;
}

.home-product-title span {
  position: relative;
  z-index: 21;
  justify-self: end;
  color: #9d9a94;
  font-size: clamp(13px, 0.86vw, 16px);
  font-weight: 600;
  line-height: 1.4;
}

.home-product-card p {
  position: relative;
  z-index: 20;
  margin: 0;
  color: #1c1b19;
  font-size: clamp(13px, 0.8vw, 16px);
  font-weight: 650;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .home-product-stage {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .home-products {
    padding-top: 54px;
  }

  .home-products-heading h2:not(.home-products-title-line) {
    font-size: 25px;
  }

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

  .home-product-card {
    width: min(85%, 404px);
  }
}

.home-factory {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  background: #1f1f1f;
  color: #fff;
}

.home-factory-image {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) brightness(0.72) contrast(1.08);
}

.home-factory::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.08) 52%, rgba(0, 0, 0, 0.24)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

.home-factory-copy {
  position: absolute;
  z-index: 2;
  left: clamp(34px, 12.45vw, 255px);
  bottom: clamp(54px, 13.3vh, 112px);
  width: min(720px, calc(100% - clamp(34px, 12.45vw, 255px) - 24px));
  color: #fff;
}

.home-factory-copy h2 {
  margin: 0 0 clamp(28px, 3.2vh, 40px);
  color: #fff;
  font-size: clamp(34px, 1.95vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

.home-factory-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(18px, 1.05vw, 22px);
  font-weight: 700;
  line-height: 1.85;
}

.home-factory-copy sup {
  position: relative;
  top: -0.3em;
  font-size: 0.72em;
  line-height: 0;
}

.home-factory-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(236px, 12.8vw, 262px);
  min-height: clamp(62px, 8vh, 68px);
  margin-top: clamp(18px, 2.3vh, 24px);
  border: 2px solid rgba(255, 255, 255, 0.92);
  color: #fff;
  font-size: clamp(24px, 1.5vw, 30px);
  font-weight: 700;
  line-height: 1;
  transition: background 220ms ease, color 220ms ease;
}

.home-factory-button:hover,
.home-factory-button:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  color: #242424;
}

.home-factory-breath {
  min-height: clamp(180px, 24vh, 320px);
  background: var(--ivory);
}

@media (max-width: 860px) {
  .home-factory-copy {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 28px clamp(24px, 7vw, 56px) 38px;
    background: #1f1f1f;
  }

  .home-factory-copy h2 {
    margin-bottom: 22px;
    font-size: 32px;
  }

  .home-factory-copy p {
    font-size: 17px;
    line-height: 1.75;
  }

  .home-factory-copy p br {
    display: none;
  }

  .home-factory-button {
    min-width: 208px;
    min-height: 58px;
    font-size: 23px;
  }
}

@media (max-width: 520px) {
  .home-factory-copy {
    padding: 24px 22px 34px;
  }

  .home-factory-copy h2 {
    font-size: 30px;
  }

  .home-factory-copy p {
    font-size: 15px;
  }

  .home-factory-button {
    min-width: 178px;
    min-height: 52px;
    font-size: 21px;
  }
}

/* Keep product links usable, but make images behave like static paste-ins. */
.hero-main img,
.hero-thumb img,
.home-product-card img,
.product-card-media img,
.series-media img,
.product-hero-media img,
.product-preview-thumb img,
.thumb-grid img {
  transition: none !important;
}

.hero-main:hover img,
.hero-thumb:hover img,
.home-product-card:hover,
.home-product-card:focus-visible,
.product-card:hover,
.product-card:focus-visible,
.series-panel:hover,
.product-hero-media:hover,
.product-hero-media:focus-within,
.product-preview-thumb:hover,
.product-preview-thumb:focus-visible,
.thumb-grid button:hover,
.thumb-grid button:focus-visible {
  box-shadow: none;
  transform: none;
}

.home-product-card:hover img,
.home-product-card:focus-visible img {
  filter: saturate(0.94) contrast(0.99);
  transform: none;
}

.product-card:hover img,
.product-card:focus-visible img {
  filter: saturate(0.88) contrast(0.98);
  transform: none;
}

.series-panel:hover .series-media img,
.product-hero-media:hover img,
.product-hero-media:focus-within img,
.product-preview-thumb:hover img,
.product-preview-thumb:focus-visible img,
.thumb-grid button:hover img,
.thumb-grid button:focus-visible img {
  filter: none;
  transform: none;
}

.mobile-hero-badges,
.mobile-hero-actions,
.mobile-hero-video-copy {
  display: none;
}

/* Mobile-domain experience: ali.max0229.store uses a landing-page style flow. */
html.is-mobile-domain {
  --page-edge: 16px;
  scroll-padding-top: 64px;
}

html.is-mobile-domain body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 79, 61, 0.12), transparent 32vh),
    linear-gradient(180deg, #fff9ec 0%, #f7f1e5 46%, #fffaf0 100%);
}

html.is-mobile-domain .site-header {
  gap: 10px;
  min-height: 58px;
  padding: 8px 12px;
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid rgba(155, 32, 25, 0.1);
}

html.is-mobile-domain .brand-logo-wide {
  height: 32px;
  max-width: 108px;
}

html.is-mobile-domain .nav-toggle {
  display: none;
}

html.is-mobile-domain .site-nav {
  position: static;
  display: flex;
  width: auto;
  max-width: 680px;
  flex: 1;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #3c3329;
  font-size: 13px;
  font-weight: 800;
}

html.is-mobile-domain .site-nav.is-open {
  display: flex;
  gap: 6px;
}

html.is-mobile-domain .site-nav a {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 34px;
  padding: 0 clamp(7px, 1.8vw, 14px);
  border: 0;
  background: transparent;
  line-height: 1;
  white-space: nowrap;
}

html.is-mobile-domain .site-nav a::after {
  display: none;
}

html.is-mobile-domain .home-page main {
  overflow: visible;
}

html.is-mobile-domain .editorial-hero {
  position: relative;
  display: flex;
  min-height: calc(100svh - 58px);
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
  padding: 14px var(--page-edge) clamp(70px, 17vw, 104px);
  background: linear-gradient(180deg, #fff9ec 0%, #f7f1e5 72%, #fffaf0 100%);
}

html.is-mobile-domain .editorial-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: clamp(86px, 24vw, 132px);
  content: "";
  background: linear-gradient(180deg, rgba(255, 249, 236, 0), #fffaf0 82%);
  pointer-events: none;
}

html.is-mobile-domain .editorial-hero .hero-main {
  order: -1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
  border: 0;
  border-radius: 0;
  background: #000;
  box-shadow: none;
  pointer-events: none;
}

html.is-mobile-domain .editorial-hero .hero-video {
  object-fit: cover;
}

html.is-mobile-domain .editorial-hero .mobile-hero-video-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2px;
  padding: 0 var(--page-edge) clamp(16px, 4.4vw, 24px);
  color: #fffaf0;
  font-size: clamp(13px, 3.51vw, 15.6px);
  font-weight: 700;
  line-height: 1.42;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.46);
  background: linear-gradient(180deg, rgba(36, 18, 12, 0) 52%, rgba(36, 18, 12, 0.5));
  pointer-events: none;
}

html.is-mobile-domain .editorial-hero .mobile-hero-video-copy span {
  display: block;
  max-width: calc(100vw - (var(--page-edge) * 2));
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: nowrap;
}

html.is-mobile-domain .editorial-hero .hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: none;
  justify-items: start;
  gap: clamp(16px, 4.4vw, 22px);
  padding: 0;
  text-align: left;
}

html.is-mobile-domain .editorial-hero h1 {
  margin: 0;
  color: #221d19;
  font-size: clamp(19px, 5.7vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

html.is-mobile-domain .mobile-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

html.is-mobile-domain .mobile-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(155, 32, 25, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  color: var(--cinnabar);
  font-size: 13px;
  font-weight: 800;
}

html.is-mobile-domain .hero-prose {
  display: grid;
  gap: 7px;
  color: #40382f;
  font-size: clamp(15px, 4.2vw, 19px);
  font-weight: 650;
  text-align: left;
}

html.is-mobile-domain .hero-prose p,
html.is-mobile-domain .hero-wish p {
  margin: 0;
  line-height: 1.72;
}

html.is-mobile-domain .hero-prose p:nth-of-type(-n + 3) {
  display: none;
}

html.is-mobile-domain .hero-prose p:nth-of-type(n + 8) {
  display: none;
}

html.is-mobile-domain .hero-wish {
  display: none;
}

html.is-mobile-domain .mobile-hero-actions {
  display: none;
}

html.is-mobile-domain .mobile-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 16px;
  background: #9b2019;
  color: #fffaf0;
  font-size: 15px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(155, 32, 25, 0.18);
}

html.is-mobile-domain .mobile-hero-actions a:last-child {
  background: rgba(155, 32, 25, 0.08);
  color: var(--cinnabar);
  box-shadow: none;
}

html.is-mobile-domain .home-products {
  min-height: auto;
  margin-top: -1px;
  padding: clamp(52px, 14vw, 76px) var(--page-edge) 44px;
  gap: 18px;
  background: #fffaf0;
}

html.is-mobile-domain .home-products::before {
  display: block;
  inset: clamp(-108px, -22vw, -72px) 0 auto;
  height: clamp(108px, 27vw, 150px);
  background: linear-gradient(180deg, rgba(247, 241, 229, 0), #fffaf0 70%, rgba(255, 250, 240, 0));
}

html.is-mobile-domain .home-products-heading {
  width: 100%;
  max-width: none;
  padding: 0 2px;
}

html.is-mobile-domain .home-products-heading h2.home-products-title-line,
html.is-mobile-domain .home-products-heading p.home-products-title-line {
  color: #771a15 !important;
  font-size: clamp(20px, 5.8vw, 28px) !important;
  font-weight: 850;
  line-height: 1.16 !important;
}

html.is-mobile-domain .home-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 16px;
  align-items: start;
}

html.is-mobile-domain .home-product-card,
html.is-mobile-domain .home-product-card:nth-child(3n),
html.is-mobile-domain .home-product-card:nth-child(3n + 1) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  width: 100%;
  min-width: 0;
  gap: 4px;
  justify-self: stretch;
  align-content: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.is-mobile-domain .home-product-card figure {
  width: 100%;
  height: clamp(118px, 32vw, 172px);
  min-height: 0;
  overflow: visible;
  aspect-ratio: auto;
  border-radius: 0;
  background: transparent;
  clip-path: none;
  filter: none;
  transform: none;
  transition: none;
}

html.is-mobile-domain .home-product-card img {
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
}

html.is-mobile-domain .home-product-title {
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 0;
  gap: 5px;
  align-self: start;
  align-items: end;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(178, 84, 74, 0.7);
}

html.is-mobile-domain .home-product-title strong {
  color: #241d18;
  font-size: 31px;
  font-weight: 650;
  line-height: 1;
}

html.is-mobile-domain .home-product-title span {
  justify-self: end;
  color: #9b2019;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

html.is-mobile-domain .home-product-card p {
  align-self: start;
  min-width: 0;
  margin: 0;
  color: #655a4d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

html.is-mobile-domain .home-factory {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(560px, 82vh, 760px);
  margin: 0;
  padding: clamp(220px, 48vh, 390px) var(--page-edge) clamp(42px, 9vh, 72px);
  background: #1f1b17;
  color: #fffaf0;
}

html.is-mobile-domain .home-factory::before {
  display: block;
  background:
    linear-gradient(180deg, rgba(23, 18, 14, 0.02) 0%, rgba(23, 18, 14, 0.16) 42%, rgba(23, 18, 14, 0.78) 100%),
    linear-gradient(90deg, rgba(23, 18, 14, 0.12), rgba(23, 18, 14, 0) 52%, rgba(23, 18, 14, 0.18));
}

html.is-mobile-domain .home-factory-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 62% center;
  opacity: 1;
  filter: brightness(1.12) saturate(1.02) contrast(1.03);
}

html.is-mobile-domain .home-factory-copy {
  position: relative;
  z-index: 2;
  left: auto;
  right: auto;
  bottom: auto;
  width: min(720px, 100%);
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #fffaf0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

html.is-mobile-domain .home-factory-copy h2 {
  margin-bottom: 18px;
  color: #fffaf0;
  font-size: clamp(32px, 8.4vw, 46px);
}

html.is-mobile-domain .home-factory-copy p {
  color: rgba(255, 250, 240, 0.96);
  font-size: clamp(15px, 4.1vw, 19px);
  line-height: 1.72;
}

html.is-mobile-domain .home-factory-button {
  min-width: min(220px, 100%);
  min-height: 48px;
  margin-top: 22px;
  padding: 0 24px;
  border: 1px solid rgba(255, 250, 240, 0.9);
  border-radius: 8px;
  background: rgba(155, 32, 25, 0.92);
  color: #fffaf0;
  font-size: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

html.is-mobile-domain .home-factory-button:hover,
html.is-mobile-domain .home-factory-button:focus-visible {
  background: #fffaf0;
  color: #8f1e18;
}

html.is-mobile-domain .home-factory-breath {
  display: none;
}

html.is-mobile-domain .product-story-hero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 18px var(--page-edge) 36px;
  background: linear-gradient(180deg, #fffaf0 0%, #ffffff 42%, #fffaf0 100%);
}

html.is-mobile-domain .product-story-media {
  order: -1;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.is-mobile-domain .product-preview-stage,
html.is-mobile-domain .product-preview-stage img {
  min-height: 300px;
  height: 44vh;
}

html.is-mobile-domain .product-preview-thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

html.is-mobile-domain .product-preview-thumb {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

html.is-mobile-domain .product-story-copy h1 {
  font-size: clamp(32px, 9.2vw, 44px);
}

html.is-mobile-domain .product-story-copy .hero-lede {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.68;
}

html.is-mobile-domain .product-spec-list {
  gap: 8px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.64;
}

html.is-mobile-domain .product-spec-list p {
  grid-template-columns: 4.2em 1fr;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

html.is-mobile-domain .hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

html.is-mobile-domain .hero-actions .button {
  width: 100%;
  min-height: 46px;
}

html.is-mobile-domain .section-block {
  padding: 26px var(--page-edge) 96px;
}

html.is-mobile-domain .product-detail-page .section-block {
  background: linear-gradient(180deg, #fffaf0 0%, #f7f1e5 46%, #fffaf0 100%);
}

html.is-mobile-domain .related-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

html.is-mobile-domain .product-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid rgba(80, 58, 38, 0.14);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html.is-mobile-domain .product-card:first-child {
  border-top: 0;
  padding-top: 0;
}

html.is-mobile-domain .product-card-media {
  aspect-ratio: 1;
  background: transparent;
}

html.is-mobile-domain .product-card-copy {
  padding: 0;
}

html.is-mobile-domain .product-card-copy .eyebrow {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.55;
}

html.is-mobile-domain .product-card-copy h3 {
  font-size: 26px;
  line-height: 1.12;
}

html.is-mobile-domain .product-card-copy p:last-child {
  font-size: 14px;
  line-height: 1.72;
}

html.is-mobile-domain .contact-page .contact-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 34px var(--page-edge) 18px;
}

html.is-mobile-domain .contact-page .contact-hero h1 {
  font-size: clamp(34px, 10vw, 46px);
}

html.is-mobile-domain .contact-page .contact-grid {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px var(--page-edge) 104px;
}

html.is-mobile-domain .contact-page .contact-card {
  padding: 18px;
  border: 1px solid rgba(155, 32, 25, 0.1);
  border-radius: 22px;
  background: #fffaf0;
}

html.is-mobile-domain .site-footer {
  min-height: 0;
  padding: 34px var(--page-edge) calc(112px + env(safe-area-inset-bottom, 0px));
  background: #1f1b17;
}

html.is-mobile-domain .site-footer .footer-logo {
  height: 42px;
  max-width: 128px;
}

html.is-mobile-domain .site-footer nav {
  justify-content: start;
}

html.is-mobile-domain .footer-bottom-note {
  justify-content: start;
  margin-top: 0;
  padding-top: 16px;
}
