@font-face {
  font-family: Manrope;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #2a1424;
  --night: #241321;
  --deep: #170e17;
  --paper: #faf6f4;
  --pink: #f0dce5;
  --rose: #d5abc0;
  --gold: #f4cb87;
  --line: #d9cdd2;
  --muted: #66545f;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 var(--sans);
}
body:has(dialog[open]) {
  overflow: hidden;
}
img,
video {
  max-width: 100%;
  display: block;
}
img {
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
button,
a,
summary,
input,
select {
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 3px solid #bd661f;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(44px, 5.4vw, 82px);
}
h2 {
  font-size: clamp(36px, 4.1vw, 62px);
}
h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 550;
  letter-spacing: -0.025em;
}
p + p {
  margin-top: 1em;
}
p {
  max-width: 68ch;
}
ul {
  padding-left: 1.25em;
}
.wrap {
  width: min(1440px, calc(100% - 100px));
  margin: auto;
}
.section {
  padding-block: 100px;
}
.eyebrow {
  display: block;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 650;
  margin-bottom: 22px;
  line-height: 1.6;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 14px;
  line-height: 1.6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip {
  position: fixed;
  z-index: 100;
  top: -60px;
  left: 16px;
  padding: 10px;
  background: white;
  color: #111;
}
.skip:focus {
  top: 10px;
}
.announcement {
  background: var(--pink);
  color: var(--ink);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.09em;
  padding: 8px 15px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--night);
  color: #fff3ec;
  border-bottom: 1px solid #684554;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 84px;
}
.logo {
  font: italic 43px/1 var(--serif);
  letter-spacing: -0.065em;
}
.logo:hover {
  text-decoration: none;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 550;
}
.main-nav a {
  padding: 12px 0;
}
.header-action {
  border: 1px solid #a78998;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 13px;
  background: transparent;
  color: inherit;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  background: transparent;
  color: inherit;
  border: 1px solid #a78998;
  border-radius: 25px;
  padding: 8px 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1px solid var(--ink);
  border-radius: 40px;
  background: var(--ink);
  color: white;
  font-weight: 650;
  font-size: 15px;
  line-height: 1.5;
  transition:
    background 0.2s,
    color 0.2s;
}
.button:hover {
  background: #542d46;
  text-decoration: none;
}
.button.pale {
  background: var(--pink);
  color: var(--ink);
  border-color: var(--pink);
}
.button.pale:hover {
  background: white;
}
.button.outline {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}
.text-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.row-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}
.row-head p {
  max-width: 460px;
}
.hero {
  background: var(--deep);
  color: #fff2ea;
  position: relative;
  min-height: 650px;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 30%;
  width: 70%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #241321 0%, #241321f0 19%, #24132199 42%, transparent 68%),
    linear-gradient(0deg, #24132180, transparent 35%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  min-height: 650px;
  padding-top: 92px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero h1 {
  font-size: clamp(66px, 7.2vw, 112px);
  max-width: 800px;
  line-height: 0.98;
  letter-spacing: -0.052em;
  margin-bottom: 28px;
}
.hero h1 em {
  font-weight: 400;
  color: var(--pink);
}
.hero .eyebrow {
  color: var(--gold);
  font-size: 12px;
}
.hero p {
  max-width: 385px;
  color: #eadce0;
  margin-bottom: 32px;
  font-size: 16px;
}
.hero-label {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}
.hero-label b {
  font-weight: 400;
  border: 1px solid #ffffff66;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
.category-ribbon {
  background: var(--night);
  color: var(--pink);
  border-top: 1px solid #664351;
}
.ribbon-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ribbon-inner a {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 26px 0;
  border-right: 1px solid #664351;
  font-size: 15px;
  justify-content: center;
}
.ribbon-inner a:last-child {
  border: 0;
}
.ribbon-inner span {
  font: italic 18px var(--serif);
  color: #b491a4;
}
.category-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 26px;
}
.collection-tile {
  min-width: 0;
}
.collection-tile img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}
.collection-tile:nth-child(2) {
  padding-top: 60px;
}
.collection-tile h3 {
  font: 32px/1.15 var(--serif);
  margin-top: 22px;
}
.collection-tile p {
  font-size: 14px;
  color: var(--muted);
  margin: 8px 0 14px;
}
.rule {
  height: 1px;
  background: var(--line);
  margin: 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 26px;
}
.product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.card-photo {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  display: block;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  inset: 0;
  transition: transform 0.35s;
}
.card-photo:hover img {
  transform: scale(1.035);
}
.card-photo .photo-count {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
  font-size: 12px;
  background: #fff7;
  padding: 4px 9px;
  border: 1px solid #fff9;
  backdrop-filter: blur(10px);
  color: #291921;
  border-radius: 20px;
}
.product-card .card-body {
  padding: 19px 0 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.product-card h3 {
  font-size: 19px;
}
.variant {
  font-size: 13px;
  color: var(--muted);
  margin: 5px 0 12px;
}
.price-line {
  display: flex;
  gap: 12px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 650;
}
.price-checked {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.product-card .card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--line);
  margin-top: 17px;
  padding-top: 13px;
  font-size: 13px;
}
.product-card form {
  margin: 0;
}
.card-buy {
  background: none;
  border: 0;
  padding: 7px 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dark {
  background: var(--night);
  color: #fff1e8;
}
.dark .muted {
  color: #d3bdc8;
}
.film-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 65px;
  align-items: center;
}
.film-layout video {
  width: 100%;
  aspect-ratio: 16/9;
  background: #130d10;
  object-fit: cover;
}
.film-copy p {
  margin: 24px 0;
  color: #dfcbd7;
  font-size: 16px;
}
.film-layout figcaption {
  font-size: 12px;
  color: #ceb9c6;
  margin-top: 12px;
}
.film-layout figure {
  margin: 0;
}
.mini-label {
  border-top: 1px solid #896e7c;
  padding-top: 18px;
  margin-top: 30px;
  font-size: 13px;
}
.comparison {
  background: var(--pink);
}
.table-wrap {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  min-width: 600px;
}
th,
td {
  padding: 20px 18px;
  border-bottom: 1px solid #b997a9;
  text-align: left;
  vertical-align: top;
}
th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
td:first-child {
  font-weight: 650;
}
caption {
  text-align: left;
  margin-bottom: 18px;
  font-size: 14px;
}
.journal-teaser {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 85px;
  align-items: center;
}
.journal-teaser img {
  width: 100%;
  max-height: 570px;
  object-fit: cover;
}
.journal-teaser p {
  margin: 24px 0 30px;
}
.studio {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 44px;
  border: 1px solid var(--line);
  margin-top: 85px;
}
.studio img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}
.studio h3 {
  font: 32px var(--serif);
}
.studio p {
  font-size: 15px;
  margin: 10px 0 14px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font-weight: 400;
  font-size: 22px;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 15px;
  color: var(--muted);
  padding-top: 18px;
}
.footer {
  background: var(--deep);
  color: var(--pink);
  padding: 70px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 45px;
}
.footer .logo {
  font-size: 62px;
}
.footer p {
  font-size: 14px;
  max-width: 290px;
  margin-top: 25px;
  color: #cdb6c4;
}
.footer h2 {
  font: 13px var(--sans);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer li {
  margin-bottom: 13px;
  font-size: 14px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid #4a3141;
  margin-top: 60px;
  padding-top: 24px;
  font-size: 12px;
  color: #bda4b4;
}
.footer-bottom p {
  margin: 0;
  font-size: 12px;
  max-width: 600px;
}
.crumbs {
  padding: 25px 0;
  font-size: 12px;
  color: var(--muted);
}
.crumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 9px;
  flex-wrap: wrap;
}
.crumbs li + li:before {
  content: "/";
  margin-right: 9px;
  opacity: 0.6;
}
.page-intro {
  padding: 55px 0 60px;
}
.page-intro p {
  margin-top: 24px;
  max-width: 650px;
  color: var(--muted);
}
.category-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.category-nav a {
  border: 1px solid var(--line);
  border-radius: 35px;
  font-size: 14px;
  padding: 10px 19px;
}
.category-nav a[aria-current="page"] {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.catalog-tools {
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: end;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
  margin-bottom: 35px;
}
.catalog-tools label {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.catalog-tools input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #977a8d;
  width: 300px;
  max-width: 100%;
  padding: 8px 0;
  color: var(--ink);
}
.catalog-tools select {
  border: 1px solid var(--line);
  background: transparent;
  padding: 10px 30px 10px 12px;
  color: var(--ink);
  font-size: 14px;
}
.catalog-tools .count {
  font-size: 14px;
  white-space: nowrap;
}
.empty {
  padding: 60px;
  text-align: center;
  border: 1px solid var(--line);
}
[hidden] {
  display: none !important;
}
.catalog-main {
  padding-bottom: 100px;
}
.pdp {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  padding: 15px 0 80px;
  align-items: start;
}
.pdp h1 {
  font-size: clamp(38px, 3.6vw, 57px);
}
.pdp .eyebrow {
  margin: 6px 0 18px;
  font-size: 12px;
}
.pdp .intro {
  font-size: 16px;
  margin: 23px 0;
}
.pdp .price-line {
  font-size: 24px;
  margin: 20px 0;
}
.pdp .price-checked {
  font-size: 13px;
}
.pdp .button {
  width: 100%;
}
.pdp .purchase-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.pdp .variant {
  font-size: 14px;
  margin: 17px 0;
}
.gallery-main {
  position: relative;
  background: white;
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin: 13px 0;
}
.zoom-label {
  border-bottom: 1px solid;
}
.gallery-thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 5px 2px 12px;
  scrollbar-width: thin;
}
.gallery-thumbs a {
  display: block;
  flex: 0 0 74px;
  border: 1px solid var(--line);
  background: white;
  padding: 4px;
}
.gallery-thumbs a[aria-current="true"] {
  border: 2px solid var(--ink);
  padding: 3px;
}
.gallery-thumbs img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.gallery-button {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: var(--ink);
  font-size: 18px;
}
.quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
.quick-specs dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
.quick-specs dd {
  font-size: 14px;
  margin: 0;
}
.pdp-reference {
  font-size: 12px;
  color: var(--muted);
  margin-top: 22px;
}
.details-topline {
  border-top: 1px solid var(--line);
  padding: 35px 0;
  display: flex;
  gap: 50px;
  font-size: 14px;
}
.illustrated {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding: 48px 0;
}
.illustrated:nth-of-type(even) .feature-photo {
  order: 2;
}
.illustrated h2 {
  font-size: 45px;
}
.illustrated p {
  font-size: 16px;
  margin-top: 26px;
}
.feature-photo img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: white;
}
.feature-photo {
  position: relative;
  display: block;
}
.feature-photo span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.section-number {
  font: italic 19px var(--serif);
  color: #a0758e;
  display: block;
  margin-bottom: 24px;
}
.spec-table {
  margin-top: 30px;
  min-width: 0;
}
.spec-table th {
  width: 35%;
  font-size: 13px;
}
.spec-table td {
  font-size: 15px;
}
.specifications {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 65px;
  align-items: start;
  padding: 60px 0;
}
.sticky-buy {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(750px, calc(100% - 24px));
  padding: 12px 18px;
  background: var(--night);
  color: white;
  z-index: 25;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #806071;
  border-radius: 50px;
  box-shadow: 0 8px 35px #12071444;
}
.sticky-buy strong {
  font-size: 14px;
}
.sticky-buy span {
  font-size: 13px;
  display: block;
  color: var(--pink);
}
.sticky-buy .button {
  min-height: 40px;
  font-size: 13px;
  padding: 9px 17px;
  white-space: nowrap;
}
.zoom-dialog {
  border: 0;
  max-width: 96vw;
  max-height: 96vh;
  background: var(--paper);
  padding: 20px;
  overflow: auto;
}
.zoom-dialog::backdrop {
  background: #180d18e8;
}
.zoom-dialog img {
  max-width: 85vw;
  max-height: 79vh;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
}
.zoom-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 14px;
  font-size: 14px;
}
.zoom-toolbar button {
  background: var(--ink);
  color: white;
  border: 0;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
}
.zoom-toolbar a {
  text-decoration: underline;
  align-self: center;
}
.prose {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 90px;
}
.prose p {
  max-width: none;
  margin: 20px 0;
}
.prose h2 {
  font-size: 38px;
  margin: 58px 0 24px;
  line-height: 1.12;
}
.prose h3 {
  margin: 34px 0 17px;
}
.prose a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose li {
  margin-bottom: 10px;
}
.prose .callout {
  padding: 27px 32px;
  background: var(--pink);
  border-left: 3px solid #90627c;
  margin: 30px 0;
}
.prose img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
.prose figure {
  margin: 40px 0;
}
.prose figcaption {
  font-size: 13px;
  color: var(--muted);
  margin-top: 10px;
}
.guide-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 850px);
  gap: 75px;
  align-items: start;
  justify-content: center;
}
.guide-toc {
  position: sticky;
  top: 120px;
  font-size: 13px;
}
.guide-toc ol {
  padding-left: 18px;
}
.guide-toc li {
  margin: 11px 0;
}
.guide-toc b {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.guide-insert {
  background: var(--pink);
  padding: 25px;
  display: flex;
  gap: 25px;
  align-items: center;
  margin: 36px 0;
}
.guide-insert img {
  width: 120px;
  height: 140px;
  object-fit: contain;
}
.guide-insert h3 {
  margin: 0;
  font-size: 18px;
}
.guide-insert p {
  margin: 8px 0;
  font-size: 14px;
}
.guide-insert .button {
  font-size: 13px;
  min-height: 40px;
  padding: 9px 15px;
}
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
  margin-bottom: 75px;
}
.about-hero img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}
.about-hero p {
  margin-top: 30px;
}
.noscript-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.noscript-gallery a {
  font-size: 14px;
  text-decoration: underline;
}
.error-page {
  text-align: center;
  padding: 120px 20px;
}
.error-page p {
  margin: 25px auto;
}
.error-page .eyebrow {
  font-size: 18px;
}
@media (min-width: 1700px) {
  .wrap {
    width: min(1640px, calc(100% - 160px));
  }
  .hero,
  .hero-inner {
    min-height: 770px;
  }
  .hero-inner {
    padding-top: 120px;
  }
  .hero h1 {
    font-size: 126px;
  }
  .hero p {
    font-size: 18px;
    max-width: 470px;
  }
  .main-nav {
    font-size: 16px;
  }
  .header-action {
    font-size: 14px;
  }
  .collection-tile img {
    height: 460px;
  }
  .product-card h3 {
    font-size: 22px;
  }
  .variant,
  .card-buy,
  .product-card .card-actions {
    font-size: 15px;
  }
  .price-checked {
    font-size: 13px;
  }
  .footer li,
  .footer p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 54px);
  }
  .main-nav {
    gap: 17px;
    font-size: 13px;
  }
  .header-inner {
    gap: 20px;
  }
  .header-action {
    display: none;
  }
  .hero h1 {
    font-size: 85px;
  }
  .hero p {
    max-width: 350px;
  }
  .category-grid {
    gap: 20px;
  }
  .collection-tile img {
    height: 320px;
  }
  .film-layout {
    gap: 35px;
  }
  .journal-teaser,
  .faq-section {
    gap: 40px;
  }
  .pdp {
    gap: 35px;
  }
  .illustrated {
    gap: 50px;
  }
  .guide-layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 35px;
  }
  .footer-grid {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: calc(100% - 36px);
  }
  .section {
    padding-block: 65px;
  }
  .announcement {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
  .header-inner {
    min-height: 70px;
    gap: 15px;
  }
  .logo {
    font-size: 37px;
  }
  .menu-toggle {
    display: block;
    font-size: 13px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--night);
    padding: 16px 22px 26px;
    box-shadow: 0 15px 18px #0002;
    grid-template-columns: 1fr 1fr;
    gap: 4px 20px;
    font-size: 15px;
    border-top: 1px solid #685362;
  }
  .site-header.menu-open .main-nav {
    display: grid;
  }
  .hero,
  .hero-inner {
    min-height: 700px;
  }
  .hero-photo {
    inset: 295px 0 0;
    width: 100%;
    height: 430px;
    object-position: center 56%;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      #241321 0%,
      #241321 27%,
      #241321b0 43%,
      transparent 66%,
      #24132166 100%
    );
  }
  .hero-inner {
    justify-content: flex-start;
    padding-top: 43px;
    padding-bottom: 45px;
  }
  .hero h1 {
    font-size: 57px;
    max-width: 520px;
    line-height: 1.02;
    margin-bottom: 21px;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .hero p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 290px;
    margin-bottom: 22px;
  }
  .hero .button {
    font-size: 13px;
    min-height: 44px;
    padding: 11px 20px;
  }
  .hero-label {
    bottom: 24px;
    right: 0;
    font-size: 11px;
  }
  .hero-label b {
    width: 30px;
    height: 30px;
  }
  .ribbon-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .ribbon-inner a {
    padding: 17px 0;
    font-size: 13px;
    border-bottom: 1px solid #664351;
  }
  .ribbon-inner a:nth-child(2) {
    border-right: 0;
  }
  .ribbon-inner a:nth-child(3) {
    border-bottom: 0;
  }
  .ribbon-inner span {
    font-size: 16px;
  }
  .row-head {
    display: block;
    margin-bottom: 28px;
  }
  .row-head p,
  .row-head > a {
    margin-top: 22px;
  }
  .row-head h2 {
    max-width: 95%;
  }
  .category-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }
  .collection-tile:first-child {
    grid-column: span 2;
  }
  .collection-tile:first-child img {
    height: 350px;
  }
  .collection-tile img {
    height: 220px;
  }
  .collection-tile:nth-child(2) {
    padding: 0;
  }
  .collection-tile h3 {
    font-size: 25px;
    margin-top: 16px;
  }
  .collection-tile p {
    font-size: 13px;
  }
  .text-link {
    font-size: 13px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 16px;
  }
  .product-card h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .product-card .card-body {
    padding-top: 14px;
  }
  .variant {
    font-size: 12px;
    line-height: 1.45;
    min-height: 34px;
  }
  .price-line {
    font-size: 16px;
    gap: 5px 10px;
    display: block;
  }
  .price-checked {
    display: block;
    font-size: 11px;
    margin-top: 2px;
  }
  .product-card .card-actions {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    padding-top: 10px;
  }
  .card-buy {
    font-size: 12px;
  }
  .card-photo .photo-count {
    font-size: 10px;
    padding: 2px 6px;
    right: 7px;
    bottom: 7px;
  }
  .film-layout,
  .journal-teaser,
  .faq-section,
  .about-hero {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .film-copy h2 {
    font-size: 42px;
  }
  .film-copy p {
    font-size: 15px;
    margin: 20px 0;
  }
  .journal-teaser img {
    max-height: 420px;
  }
  .journal-teaser h2 {
    font-size: 42px;
  }
  .studio {
    padding: 22px;
    gap: 22px;
    margin-top: 55px;
    align-items: start;
  }
  .studio img {
    width: 80px;
    height: 110px;
  }
  .studio h3 {
    font-size: 25px;
  }
  .studio p {
    font-size: 13px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 20px;
  }
  .footer-brand {
    grid-column: span 2;
  }
  .footer p {
    max-width: 330px;
    margin-top: 18px;
  }
  .footer .logo {
    font-size: 54px;
  }
  .footer li {
    font-size: 13px;
  }
  .footer h2 {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .footer-bottom {
    display: block;
    margin-top: 40px;
    padding-bottom: 65px;
  }
  .footer-bottom p {
    margin-top: 12px;
  }
  .crumbs {
    font-size: 11px;
    padding: 20px 0;
  }
  .page-intro {
    padding: 25px 0 35px;
  }
  .page-intro h1 {
    font-size: 45px;
  }
  .page-intro p {
    font-size: 15px;
    margin-top: 20px;
  }
  .category-nav {
    gap: 8px;
    margin: 20px 0;
  }
  .category-nav a {
    padding: 8px 13px;
    font-size: 12px;
  }
  .catalog-tools {
    flex-wrap: wrap;
    gap: 18px 12px;
    padding: 18px 0;
  }
  .catalog-tools > div:first-child {
    width: 100%;
  }
  .catalog-tools input {
    width: 100%;
    font-size: 16px;
  }
  .catalog-tools select {
    font-size: 13px;
    max-width: 210px;
  }
  .catalog-tools .count {
    font-size: 12px;
  }
  .catalog-main {
    padding-bottom: 65px;
  }
  .pdp {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 50px;
  }
  .pdp h1 {
    font-size: 42px;
  }
  .gallery-thumbs a {
    flex-basis: 60px;
  }
  .gallery-thumbs img {
    width: 50px;
    height: 50px;
  }
  .pdp .intro {
    font-size: 15px;
  }
  .pdp .price-line {
    display: flex;
    gap: 12px;
  }
  .pdp .price-checked {
    font-size: 12px;
  }
  .quick-specs {
    gap: 15px;
  }
  .quick-specs dd {
    font-size: 13px;
  }
  .pdp .purchase-note {
    font-size: 12px;
  }
  .details-topline {
    gap: 25px;
    font-size: 12px;
    padding: 22px 0;
  }
  .illustrated {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 28px 0 45px;
  }
  .illustrated:nth-of-type(even) .feature-photo {
    order: 0;
  }
  .illustrated h2 {
    font-size: 37px;
  }
  .illustrated p {
    font-size: 15px;
    margin-top: 20px;
  }
  .section-number {
    margin-bottom: 16px;
  }
  .feature-photo img {
    max-height: 490px;
  }
  .specifications {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 30px 0;
  }
  .spec-table th,
  .spec-table td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .spec-table th {
    width: 38%;
  }
  .sticky-buy {
    bottom: 10px;
    padding: 10px 12px;
    gap: 10px;
    border-radius: 18px;
  }
  .sticky-buy strong {
    font-size: 11px;
    line-height: 1.4;
    display: block;
  }
  .sticky-buy span {
    font-size: 12px;
    margin-top: 4px;
  }
  .sticky-buy .button {
    font-size: 11px;
    min-height: 40px;
    padding: 10px 13px;
  }
  .zoom-dialog {
    padding: 12px;
    width: 96vw;
    max-height: 94vh;
  }
  .zoom-dialog img {
    max-width: 89vw;
    max-height: 77vh;
  }
  .zoom-toolbar {
    font-size: 12px;
    gap: 20px;
  }
  .zoom-toolbar button {
    font-size: 12px;
  }
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .guide-toc {
    position: static;
    border-block: 1px solid var(--line);
    padding: 22px 0;
    font-size: 13px;
  }
  .guide-toc ol {
    columns: 2;
    column-gap: 30px;
  }
  .guide-toc li {
    break-inside: avoid;
  }
  .prose {
    padding-bottom: 65px;
  }
  .prose h2 {
    font-size: 32px;
    margin-top: 45px;
  }
  .prose p,
  .prose li {
    font-size: 15px;
  }
  .prose .callout {
    padding: 20px;
  }
  .guide-insert {
    padding: 20px;
    gap: 18px;
  }
  .guide-insert img {
    width: 90px;
    height: 120px;
  }
  .guide-insert h3 {
    font-size: 17px;
  }
  .guide-insert .button {
    font-size: 12px;
  }
  .about-hero {
    margin-bottom: 45px;
  }
  .about-hero img {
    height: 400px;
  }
  .about-hero h1 {
    font-size: 49px;
  }
}
.pdp > *,
.illustrated > *,
.film-layout > *,
.guide-layout > * {
  min-width: 0;
}
.gallery-arrows {
  display: flex;
  gap: 6px;
}
.gallery-arrows button {
  width: 36px;
  height: 36px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  line-height: 1;
}
.gallery-main {
  touch-action: pan-y;
}
@media (max-width: 760px) {
  .header-inner {
    gap: 10px;
  }
  .header-action {
    display: block;
    font-size: 10px;
    padding: 8px 10px;
    max-width: 116px;
    white-space: normal;
    line-height: 1.4;
  }
  .menu-toggle {
    font-size: 12px;
    padding: 8px 12px;
  }
  .header-inner > .logo {
    font-size: 35px;
  }
  .header-inner > form {
    margin: 0;
  }
  .gallery-caption {
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
.footer-contact {
  display: block;
  margin-top: 55px;
  padding-top: 40px;
  border-top: 1px solid #4a3141;
  align-items: center;
}
.demo-label {
  display: inline-block;
  color: #d9b4c8;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.footer-contact h2 {
  font: 32px/1.15 var(--serif);
  text-transform: none;
  letter-spacing: -0.02em;
}
.footer-contact address {
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
}
.footer-contact address span {
  display: inline-block;
  margin-top: 10px;
}
.footer-contact .demo-note {
  max-width: 480px;
  font-size: 12px;
  line-height: 1.65;
}
.demo-note a {
  text-decoration: underline;
}
.footer-bottom {
  margin-top: 40px;
}
@media (max-width: 760px) {
  .footer-contact {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 35px;
    padding-top: 35px;
  }
  .footer-contact h2 {
    font-size: 29px;
  }
}
@media (min-width: 761px) {
  .hero-photo {
    object-position: center 35%;
  }
}
@media (max-width: 760px) {
  .hero-photo {
    mask-image: linear-gradient(to bottom, transparent, #000 24%);
  }
  .header-action {
    font-size: 11px;
    max-width: 120px;
    white-space: nowrap;
  }
  .header-action span {
    display: none;
  }
}
.guide-layout > .prose {
  min-width: 0;
  width: 100%;
}
.battery-total p {
  margin: 0;
}
.gallery-source {
  font-size: 13px;
  margin: 6px 0 0;
}
.gallery-source a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-card .card-actions > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.card-buy {
  min-height: 44px;
}
.section-number {
  color: #845b74;
}
.gallery-main,
.gallery-thumbs a {
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 761px) {
  .hero-photo {
    object-position: center 20%;
  }
}
.setting-section {
  background: #eee7df;
}
.setting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}
.setting-card {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #b6a49f;
  padding-top: 28px;
  min-width: 0;
}
.setting-number {
  font: italic 42px/1 var(--serif);
  color: #885069;
  margin-bottom: 24px;
}
.setting-card h3 {
  font: 32px/1.14 var(--serif);
  max-width: 310px;
}
.setting-card > p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 16px;
}
.setting-card dl,
.material-card dl {
  margin: 24px 0;
}
.setting-card dl > div + div,
.material-card dl > div + div {
  margin-top: 18px;
}
.setting-card dt,
.material-card dt {
  font-size: 13px;
  font-weight: 750;
  margin-bottom: 5px;
}
.setting-card dd,
.material-card dd {
  margin: 0;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
}
.setting-card .text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 6px;
}
.setting-note {
  margin-top: 35px;
  font-size: 13px;
  color: var(--muted);
  padding-top: 20px;
  border-top: 1px solid #cbbcb5;
  max-width: none;
}
.material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.material-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  min-width: 0;
}
.material-photo {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
}
.material-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.material-body {
  padding: 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.material-label {
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #7b405d;
}
.material-body h3 {
  font: 30px/1.13 var(--serif);
}
.material-body > p {
  margin-top: 18px;
  font-size: 16px;
  color: var(--muted);
}
.material-body .text-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 6px;
}
.battery-section {
  background: var(--pink);
}
.battery-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.battery-layout > * {
  min-width: 0;
}
.battery-copy > p {
  margin-top: 25px;
  font-size: 17px;
  max-width: 450px;
  color: var(--muted);
}
.setup-steps {
  list-style: none;
  margin: 32px 0;
  padding: 0;
  max-width: 460px;
}
.setup-steps li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 22px 0;
}
.setup-steps li > span {
  flex: 0 0 34px;
  height: 34px;
  border: 1px solid #ae859d;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.setup-steps h3 {
  font-size: 16px;
  margin: 4px 0 8px;
}
.setup-steps p {
  font-size: 15px;
  color: var(--muted);
}
.battery-panel {
  background: var(--paper);
  padding: 38px;
  box-shadow: 0 12px 45px #5f28470c;
  border: 1px solid #d2b7c6;
}
.battery-panel h3 {
  font: 32px/1.15 var(--serif);
  margin-bottom: 30px;
}
.planner-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 130px;
  gap: 18px;
}
.planner-fields label {
  display: block;
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 9px;
}
.planner-fields input,
.planner-fields select {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  border: 1px solid #ad929f;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  padding: 10px;
  font: 15px var(--sans);
}
.planner-fields input {
  font-size: 17px;
}
.planner-help {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.planner-error {
  font-size: 15px;
  color: #9b2438;
  margin-top: 20px;
}
.battery-total {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 32px 0 20px;
  padding-block: 26px;
  border-block: 1px solid var(--line);
}
.battery-total p {
  display: flex;
  flex-direction: column;
}
.battery-total strong {
  font: 68px/1 var(--serif);
  letter-spacing: -0.05em;
}
.battery-total span {
  font-size: 14px;
  margin-top: 12px;
}
.battery-equation {
  font-size: 14px;
  color: var(--muted);
}
.planner-specs {
  margin: 25px 0;
}
.planner-specs > div + div {
  margin-top: 15px;
}
.planner-specs dt {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 4px;
}
.planner-specs dd {
  font-size: 15px;
  margin: 0;
}
.battery-panel .button {
  font-size: 14px;
  min-height: 48px;
  width: 100%;
  text-align: center;
}
.planner-footnote {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 19px;
}
.planner-footnote a {
  text-decoration: underline;
}
.battery-reference {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding-bottom: 0;
  margin-top: 25px;
}
.battery-reference summary {
  font-size: 14px;
  min-height: 44px;
  align-items: center;
}
.battery-reference table {
  min-width: 0;
  font-size: 12px;
  margin-top: 18px;
}
.battery-reference th,
.battery-reference td {
  padding: 12px 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  border-color: var(--line);
}
.battery-reference th[scope="row"] {
  font-weight: 500;
  min-width: 125px;
}
.battery-reference a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.battery-reference caption {
  font-size: 12px;
  margin-bottom: 12px;
}
.setting-section,
.material-section,
.battery-section {
  scroll-margin-top: 110px;
}
@media (min-width: 1700px) {
  .setting-card h3 {
    font-size: 37px;
    max-width: 360px;
  }
  .setting-card dd,
  .material-card dd {
    font-size: 16px;
  }
  .material-body {
    padding: 35px;
  }
  .material-body h3 {
    font-size: 34px;
  }
  .battery-panel {
    padding: 45px;
  }
  .planner-fields {
    grid-template-columns: minmax(0, 1fr) 150px;
  }
  .planner-fields select {
    font-size: 16px;
  }
  .battery-total strong {
    font-size: 82px;
  }
  .battery-total span {
    font-size: 16px;
  }
  .planner-footnote {
    font-size: 13px;
  }
  .setup-steps {
    max-width: 510px;
  }
  .setup-steps p {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .setting-grid {
    gap: 25px;
  }
  .setting-card h3 {
    font-size: 28px;
  }
  .material-grid {
    gap: 18px;
  }
  .material-body {
    padding: 21px;
  }
  .material-body h3 {
    font-size: 27px;
  }
  .battery-layout {
    gap: 35px;
    grid-template-columns: 1fr 1.1fr;
  }
  .battery-panel {
    padding: 25px;
  }
  .planner-fields {
    grid-template-columns: 1fr;
  }
  .battery-total strong {
    font-size: 60px;
  }
  .battery-reference .table-wrap {
    margin-inline: -10px;
  }
}
@media (max-width: 760px) {
  .setting-grid,
  .material-grid,
  .battery-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .setting-card {
    padding-top: 25px;
  }
  .setting-number {
    font-size: 34px;
    margin-bottom: 17px;
  }
  .setting-card h3 {
    font-size: 31px;
    max-width: none;
  }
  .setting-card > p {
    font-size: 15px;
  }
  .setting-card dl {
    margin: 20px 0;
  }
  .setting-card dt,
  .material-card dt {
    font-size: 13px;
  }
  .setting-card dd,
  .material-card dd {
    font-size: 15px;
  }
  .setting-note {
    margin-top: 28px;
    font-size: 12px;
  }
  .material-body {
    padding: 26px;
  }
  .material-body h3 {
    font-size: 31px;
  }
  .material-body > p {
    font-size: 15px;
  }
  .material-photo {
    aspect-ratio: 1.12;
  }
  .material-photo img {
    padding: 8px;
  }
  .battery-copy > p {
    font-size: 16px;
  }
  .battery-panel {
    padding: 23px 20px;
  }
  .battery-panel h3 {
    font-size: 29px;
  }
  .planner-fields {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .planner-fields input,
  .planner-fields select {
    font-size: 16px;
  }
  .battery-total {
    gap: 18px;
    margin-top: 25px;
  }
  .battery-total strong {
    font-size: 62px;
  }
  .battery-total span {
    font-size: 13px;
  }
  .battery-equation {
    font-size: 13px;
  }
  .battery-reference th,
  .battery-reference td {
    padding: 12px 5px;
    font-size: 11px;
  }
  .battery-reference th[scope="row"] {
    min-width: 106px;
  }
  .battery-reference summary {
    font-size: 13px;
  }
  .battery-panel .button {
    font-size: 13px;
  }
  .battery-layout {
    gap: 35px;
  }
  .setting-section,
  .material-section,
  .battery-section {
    scroll-margin-top: 90px;
  }
}
