/* The collection: warm paper, clear type and generous product imagery. */
:root { --paper: #f7f4ee; --paper-2: #ece6dc; --muted: #625d55; }
:root[data-theme="dark"] { --paper: #151412; --paper-2: #24211c; --muted: #bcb5aa; }
[dir="ltr"] body { font-family: "Jost", Arial, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3 { letter-spacing: 0; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
.dc-menu-button:focus-visible, .dc-language:focus-visible { outline-color: var(--yellow); }
.dc-button-red { background: var(--red); color: #fff; border-color: var(--red); }
.dc-button-red:hover { background: #b90024; border-color: #b90024; }
.dc-button-yellow { background: var(--yellow); color: #0a0a0a; }
.dc-button span { margin-inline-start: 25px; font: 22px/1 Arial, sans-serif; }
.dc-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; font-size: 11px; font-weight: 500; line-height: 1.8; }
[dir="ltr"] .dc-eyebrow { letter-spacing: .12em; text-transform: uppercase; }
.dc-eyebrow > span { width: 7px; height: 7px; background: var(--red); border-radius: 50%; }
.dc-gallery-hero { padding: 28px 0 0; }
.dc-gallery-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 68px); align-items: stretch; }
.dc-gallery-copy { min-width: 0; padding: 45px 0 28px; display: flex; flex-direction: column; justify-content: center; }
.dc-gallery-copy h1 { margin: 0; font: 500 clamp(52px, 5.8vw, 88px)/1.04 var(--display); letter-spacing: -.055em; }
[dir="rtl"] .dc-gallery-copy h1 { font-family: var(--body); font-size: clamp(40px, 4.3vw, 66px); line-height: 1.65; letter-spacing: 0; }
.dc-gallery-copy h1 em, .dc-material-copy h2 em { font-style: normal; color: var(--red); }
.dc-gallery-lead { max-width: 420px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.dc-gallery-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.dc-gallery-footnote { margin: 45px 0 0; color: var(--muted); font-size: 10px; }
.dc-gallery-cover { position: relative; min-width: 0; min-height: 560px; max-height: 730px; aspect-ratio: 1/1.04; overflow: hidden; background: #d1c4b1; color: #fff; }
.dc-cover-image { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; transition: transform .8s ease; }
.dc-gallery-cover:hover .dc-cover-image { transform: scale(1.025); }
.dc-gallery-cover::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(25,18,11,.82)); pointer-events: none; }
.dc-cover-tag { position: absolute; top: 22px; inset-inline-start: 22px; padding: 7px 15px; background: var(--yellow); color: #0a0a0a; font-size: 10px; }
.dc-cover-caption { position: absolute; z-index: 1; inset-inline: 28px; bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.dc-cover-caption span { font: 500 10px/1.8 var(--body); }
.dc-cover-caption h2 { max-width: 390px; margin: 8px 0 0; font-size: 18px; font-weight: 500; line-height: 1.7; }
.dc-cover-caption b { flex-shrink: 0; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: 24px/1 Arial, sans-serif; }
.dc-edition-section { padding: 85px 0 100px; }
.dc-edition-section .dc-section-heading { margin-bottom: 38px; }
.dc-edition-section .dc-eyebrow { color: var(--muted); margin-bottom: 15px; }
.dc-edition-section h2 { font-size: clamp(30px, 3.2vw, 48px); }
.dc-edition-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 42px 25px; align-items: start; }
.dc-edition-grid > :first-child { grid-row: span 2; position: sticky; top: 105px; }
.dc-edition-grid .dc-product-image { aspect-ratio: 1.12; }
.dc-edition-grid > :first-child .dc-product-image { aspect-ratio: .77; }
.dc-edition-grid > :first-child .dc-product-image img { padding: 0; object-fit: cover; }
.dc-edition-grid .dc-product-card-body { min-height: 120px; padding-top: 16px; }
.dc-edition-grid .dc-product-card h3 { font-size: 15px; line-height: 1.8; }
.dc-edition-grid > :first-child h3 { font-size: 21px; }
.dc-edition-grid .dc-card-index { padding: 5px 7px; background: rgba(247,244,238,.9); color: #504b44; }
.dc-edition-grid .dc-card-kicker { font-size: 9px; }
.dc-product-image { background: #eee9e1; }
.dc-product-image img { padding: 3%; }
.dc-product-card:focus-within .dc-view-chip { opacity: 1; transform: none; }
.dc-card-price { font-size: 12px; }
.dc-material-story { border-top: 1px solid var(--line); padding: 95px 0 115px; }
.dc-material-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; }
.dc-material-images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: center; }
.dc-material-image { margin: 0; min-width: 0; }
.dc-material-image:nth-child(2) { margin-top: 120px; }
.dc-material-image a { display: block; overflow: hidden; }
.dc-material-image img { width: 100%; aspect-ratio: .74; object-fit: cover; transition: transform .7s ease; }
.dc-material-image:nth-child(2) img { aspect-ratio: .9; }
.dc-material-image a:hover img { transform: scale(1.035); }
.dc-material-image figcaption { padding-top: 12px; font-size: 9px; color: var(--muted); }
.dc-material-copy h2 { margin: 0; font: 500 clamp(34px, 3.7vw, 56px)/1.15 var(--display); letter-spacing: -.03em; }
[dir="rtl"] .dc-material-copy h2 { font-family: var(--body); font-size: clamp(29px, 3vw, 45px); line-height: 1.65; letter-spacing: 0; }
.dc-material-copy > p:not(.dc-eyebrow) { margin: 25px 0 30px; color: var(--muted); line-height: 2; font-size: 14px; }
.dc-bespoke-story { padding: 85px 0 70px; background: #26241f; color: #f7f4ee; }
.dc-bespoke-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: center; }
.dc-bespoke-heading .dc-eyebrow { color: #d6bf83; }
.dc-bespoke-heading h2 { margin: 0; font: 500 clamp(48px, 6vw, 86px)/1.07 var(--display); letter-spacing: -.04em; }
[dir="rtl"] .dc-bespoke-heading h2 { font-family: var(--body); font-size: clamp(38px, 4.5vw, 66px); line-height: 1.5; letter-spacing: 0; }
.dc-bespoke-heading > div > p:not(.dc-eyebrow) { color: #c7c0b4; max-width: 400px; margin: 0 0 27px; font-size: 15px; line-height: 2; }
.dc-bespoke-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.dc-bespoke-steps article { border-top: 1px solid #625c50; padding-top: 23px; }
.dc-bespoke-steps span { color: var(--yellow); font: 500 12px/1 var(--display); }
.dc-bespoke-steps h3 { margin: 18px 0 8px; font-size: 17px; font-weight: 500; }
.dc-bespoke-steps p { margin: 0; color: #c7c0b4; font-size: 12px; }
.dc-site-footer { padding-top: 75px; }
.dc-footer-lead h2 { font-size: clamp(32px, 3.4vw, 52px); }
.dc-footer-grid { padding-bottom: 55px; }

/* Product galleries and the three detail modules. */
.dc-product-top { grid-template-columns: 1.3fr .85fr; gap: clamp(30px, 5vw, 78px); }
.dc-main-photo { position: relative; width: 100%; padding: 0; border: 0; cursor: zoom-in; aspect-ratio: 1/1.06; background: #eee9e1; }
.dc-main-photo img { padding: 3%; }
.dc-photo-hint { position: absolute; bottom: 17px; inset-inline-end: 17px; padding: 8px 12px; background: #f7f4ee; color: #0a0a0a; font-size: 10px; }
.dc-product-summary { padding-top: 62px; }
.dc-product-summary h1 { font-size: clamp(27px, 2.9vw, 44px); line-height: 1.65; letter-spacing: 0; }
[dir="ltr"] .dc-product-summary h1 { font-family: var(--display); line-height: 1.15; letter-spacing: -.025em; }
.dc-product-intro { font-size: 14px; line-height: 1.9; }
.dc-whatsapp-button { background: var(--red); border-color: var(--red); color: #fff; }
.dc-whatsapp-button:hover { background: #b90024; border-color: #b90024; color: #fff; }
.dc-product-story { margin-top: 85px; padding-top: 65px; }
.dc-story-heading { margin-bottom: 38px; }
.dc-story-heading h2 { font-size: clamp(29px, 3.4vw, 48px); }
.dc-product-modules { gap: 18px; border: 0; }
.dc-product-modules article, .dc-product-modules article:first-child, .dc-product-modules article:last-child { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.dc-product-modules article > span { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; }
.dc-product-modules article > span::after { content: ""; width: 32px; height: 1px; background: var(--red); }
.dc-product-modules h3 { margin: 28px 0 18px; font-size: 18px; font-weight: 500; }
.dc-product-modules p { font-size: 13px; line-height: 2; }
.dc-product-modules p:last-child { margin-bottom: 0; }
.dc-dimensions { color: var(--ink) !important; }
.dc-mobile-inquiry { display: none; }
.dc-photo-dialog { position: fixed; width: min(1100px, 94vw); height: min(900px, 90dvh); max-width: 94vw; max-height: 90dvh; margin: auto; padding: 52px 20px 20px; border: 0; background: #f7f4ee; color: #0a0a0a; }
.dc-photo-dialog::backdrop { background: rgba(0,0,0,.8); }
.dc-photo-dialog img { width: 100%; height: 100%; object-fit: contain; }
.dc-photo-dialog > button { position: absolute; top: 10px; inset-inline-end: 12px; min-width: 44px; min-height: 36px; border: 1px solid #c7c0b4; background: #f7f4ee; font-size: 13px; }
body:has(.dc-photo-dialog[open]) { overflow: hidden; }
:root[data-theme="dark"] .dc-gallery-copy em, :root[data-theme="dark"] .dc-material-copy em { color: #ff5f76; }

@media (max-width: 1100px) {
  .dc-gallery-copy h1 { font-size: 60px; }
  [dir="rtl"] .dc-gallery-copy h1 { font-size: 41px; }
  .dc-gallery-cover { min-height: 540px; }
  .dc-gallery-actions { gap: 18px; }
  .dc-edition-grid { grid-template-columns: 1.25fr 1fr 1fr; gap: 28px 18px; }
  .dc-edition-grid > :first-child .dc-product-image { aspect-ratio: .62; }
  .dc-edition-grid .dc-product-card h3 { font-size: 13px; }
  .dc-edition-grid > :first-child h3 { font-size: 18px; }
  .dc-product-modules article, .dc-product-modules article:first-child, .dc-product-modules article:last-child { padding: 22px; }
}
@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  .dc-gallery-hero { padding-top: 0; }
  .dc-gallery-hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .dc-gallery-copy { padding: 29px 0 0; }
  .dc-gallery-copy .dc-eyebrow { margin-bottom: 16px; font-size: 10px; }
  .dc-gallery-copy h1 { font-size: clamp(42px, 9vw, 58px); line-height: 1.07; }
  .dc-gallery-copy h1 br:first-child { display: none; }
  [dir="rtl"] .dc-gallery-copy h1 { font-size: clamp(29px, 7.8vw, 46px); line-height: 1.65; }
  [dir="rtl"] .dc-gallery-copy h1 br:first-child { display: initial; }
  .dc-gallery-lead { margin-top: 13px; max-width: 510px; font-size: 12px; line-height: 1.95; }
  .dc-gallery-actions { gap: 14px 20px; margin-top: 22px; }
  .dc-gallery-actions .dc-button { min-height: 46px; padding-inline: 16px; font-size: 10px; }
  .dc-gallery-actions .dc-text-link { font-size: 10px; }
  .dc-gallery-actions .dc-button span { margin-inline-start: 12px; }
  .dc-gallery-footnote { display: none; }
  .dc-gallery-cover { width: 100%; min-height: 0; height: clamp(330px, 90vw, 520px); aspect-ratio: auto; }
  .dc-cover-image { object-position: 50% 57%; }
  .dc-cover-tag { top: 15px; inset-inline-start: 15px; font-size: 9px; }
  .dc-cover-caption { inset-inline: 18px; bottom: 18px; gap: 12px; }
  .dc-cover-caption h2 { font-size: 14px; }
  .dc-cover-caption span { font-size: 8px; }
  .dc-cover-caption b { width: 36px; height: 36px; }
  .dc-edition-section { padding: 48px 0 55px; }
  .dc-edition-section .dc-section-heading { align-items: start; flex-direction: column; gap: 16px; margin-bottom: 25px; }
  .dc-edition-section .dc-eyebrow { font-size: 10px; margin-bottom: 10px; }
  .dc-edition-section h2 { font-size: 29px; }
  .dc-edition-section .dc-text-link { font-size: 10px; }
  .dc-edition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .dc-edition-grid > :first-child { position: static; grid-row: auto; grid-column: 1 / -1; }
  .dc-edition-grid > :first-child .dc-product-image { aspect-ratio: 1.12; }
  .dc-edition-grid > :first-child .dc-product-image img { object-fit: contain; }
  .dc-edition-grid .dc-product-image { aspect-ratio: 1; }
  .dc-edition-grid .dc-product-card-body { min-height: 148px; padding-top: 13px; }
  .dc-edition-grid > :first-child .dc-product-card-body { min-height: 0; }
  .dc-edition-grid .dc-product-card h3 { font-size: 12px; }
  .dc-edition-grid > :first-child h3 { font-size: 17px; }
  .dc-edition-grid .dc-card-kicker { font-size: 8px; }
  .dc-edition-grid .dc-card-price { font-size: 10px; }
  .dc-edition-grid .dc-card-bottom { gap: 8px; padding-top: 12px; }
  .dc-edition-grid .dc-arrow-link { width: 28px; height: 28px; flex-shrink: 0; }
  .dc-material-story { padding: 45px 0 65px; }
  .dc-material-grid { grid-template-columns: 1fr; gap: 36px; }
  .dc-material-images { gap: 14px; }
  .dc-material-image:nth-child(2) { margin-top: 65px; }
  .dc-material-copy h2, [dir="rtl"] .dc-material-copy h2 { font-size: 31px; }
  .dc-material-copy > p:not(.dc-eyebrow) { font-size: 13px; margin-top: 18px; }
  .dc-bespoke-story { padding: 50px 0; }
  .dc-bespoke-heading { grid-template-columns: 1fr; gap: 28px; }
  .dc-bespoke-heading h2 { font-size: 56px; }
  [dir="rtl"] .dc-bespoke-heading h2 { font-size: 40px; }
  .dc-bespoke-heading > div > p:not(.dc-eyebrow) { font-size: 13px; }
  .dc-bespoke-steps { grid-template-columns: 1fr; gap: 25px; margin-top: 40px; }
  .dc-bespoke-steps article { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding-top: 21px; }
  .dc-bespoke-steps span { grid-row: span 2; padding-top: 8px; }
  .dc-bespoke-steps h3 { margin: 0 0 7px; font-size: 15px; }
  .dc-site-footer { padding-top: 50px; }
  .dc-product-top { grid-template-columns: 1fr; gap: 28px; }
  .dc-main-photo { aspect-ratio: 1; }
  .dc-product-summary { padding-top: 0; }
  .dc-product-summary h1 { font-size: 29px; }
  .dc-product-story { margin-top: 50px; padding-top: 40px; }
  .dc-product-modules { gap: 14px; }
  .dc-product-page { padding-bottom: 84px; }
  .dc-mobile-inquiry { position: fixed; z-index: 900; inset-inline: 0; bottom: 0; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 15px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(0,0,0,.06); }
  .dc-mobile-inquiry > div { min-width: 0; font-size: 12px; }
  .dc-mobile-inquiry small { display: block; font-size: 9px; color: var(--muted); }
  .dc-mobile-inquiry a { min-height: 44px; padding-inline: 18px; display: inline-flex; align-items: center; gap: 15px; background: var(--red); color: #fff; font-size: 11px; }
  body.menu-open .dc-mobile-inquiry, body:has(.dc-photo-dialog[open]) .dc-mobile-inquiry { display: none; }
  .dc-photo-dialog { padding-inline: 10px; }
}
