@charset "UTF-8";

:root {
  --paper: #f7f5ef;
  --ink: #30372b;
  --muted: #717268;
  --line: #dedfd4;
  --terracotta: #a84930;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { border: 0; }
img, svg { display: block; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
::selection { background: #e1ad87; color: #30372b; }
:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { visibility: hidden; position: fixed; top: -100px; left: 20px; z-index: 100; padding: 15px 24px; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 10px; visibility: visible; }
.container { width: min(1328px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-top: 112px; padding-bottom: 106px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.wordmark { position: relative; display: inline-flex; align-items: flex-start; font-family: var(--sans); font-size: 40px; line-height: 1; letter-spacing: -2.9px; font-weight: 750; }
.brand-dot { margin: 1px 0 0 4px; font-size: 15px; letter-spacing: 0; color: var(--terracotta); }
.navigation { display: flex; gap: 34px; margin-left: auto; margin-right: 36px; font-size: 13px; }
.navigation a, .footer-top > a:not(.wordmark), .footer-bottom a { transition: color .2s; }
.navigation a:hover, .footer-top > a:not(.wordmark):hover, .footer-bottom a:hover { color: var(--terracotta); }
.header-contact { min-height: 42px; display: inline-flex; gap: 28px; align-items: center; border-bottom: 1px solid var(--ink); font-size: 13px; }
.header-contact > span { font-size: 22px; transition: transform .2s; }
.header-contact:hover > span { transform: translate(2px, -2px); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 40px; padding-bottom: 53px; }
.hero-copy { padding-top: 53px; position: relative; z-index: 1; }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 1.45px; line-height: 1.65; text-transform: uppercase; }
.hero .eyebrow { display: flex; align-items: center; gap: 11px; font-size: 9px; letter-spacing: 1.25px; }
.tiny-sun { font-size: 27px; color: var(--terracotta); line-height: 1; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(45px, 4.58vw, 69px); line-height: 1.105; letter-spacing: -2.8px; margin-top: 29px; }
h1 em, h2 em { font-weight: 400; color: var(--terracotta); }
.hero-description { font-size: 16px; color: #656b60; line-height: 1.7; margin-top: 25px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 56px; padding: 16px 23px; font-size: 13px; transition: background .2s, color .2s, transform .2s; }
.button > span[aria-hidden] { font-size: 23px; line-height: 1; transition: transform .2s; }
.button:hover > span[aria-hidden] { transform: translate(2px, -2px); }
.button:active { transform: translateY(1px); }
.button-dark { color: var(--paper); background: var(--ink); margin-top: 30px; }
.button-dark:hover { background: #454f3e; }
.hero-note { margin-top: 48px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .1px; color: var(--muted); }
.small-line { width: 25px; height: 1px; background: #a7ab99; }
.hero-visual { position: relative; background: #e8e3d7; align-self: stretch; min-width: 0; overflow: hidden; }
.hero-art { width: 100%; height: 100%; min-height: 590px; max-height: 674px; object-fit: cover; }
.visual-topline { position: absolute; z-index: 1; inset: 22px 24px auto; display: flex; justify-content: space-between; gap: 10px; font-size: 8px; letter-spacing: 1.35px; color: #56594a; }
.rotated-note { position: absolute; right: 33px; top: 106px; color: #69533d; transform: rotate(7deg); font-family: var(--serif); font-size: 17px; font-style: italic; }
.rotated-note svg { margin: 8px 0 0 77px; }
.visual-caption { position: absolute; bottom: 20px; left: 23px; right: 23px; display: flex; justify-content: space-between; align-items: center; color: #655d4c; font-size: 10px; }
.visual-caption span:last-child { font-size: 8px; opacity: .8; }
.brand-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #eeeee5; }
.strip-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; letter-spacing: 1.65px; }
.strip-inner > span[aria-hidden] { color: #939d7f; font-size: 23px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; }
.section-label { color: #787c70; margin-bottom: 23px; }
h2 { font-size: clamp(35px, 3.25vw, 48px); line-height: 1.17; letter-spacing: -1.7px; }
.section-heading > p { font-size: 14px; line-height: 1.8; color: var(--muted); padding-bottom: 4px; }
.collection-grid { display: grid; grid-template-columns: 1.48fr 1fr; min-height: 500px; }
.collection-visual { position: relative; background: #e7e5db; overflow: hidden; }
.collection-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.collection-visual:hover img { transform: scale(1.025); }
.image-label { position: absolute; top: 25px; left: 27px; letter-spacing: 1.15px; font-size: 9px; color: #727667; }
.illustration-label { position: absolute; bottom: 21px; right: 23px; font-size: 9px; color: #686f60; }
.collection-card { border: 1px solid var(--line); padding: 37px 43px 38px; display: flex; flex-direction: column; align-items: flex-start; }
.card-index { font-size: 9px; letter-spacing: 1.3px; color: #858776; }
.stand-icon { width: 72px; height: 57px; color: #7f846c; margin: 24px 0 17px -10px; }
.collection-card h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.22; letter-spacing: -.7px; }
.collection-card > p { margin-top: 18px; max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.card-rule { width: 100%; height: 1px; background: var(--line); margin-top: 24px; }
.collection-card .catalog-note { font-size: 11px; line-height: 1.7; }
.button-outline { border: 1px solid #aeb29f; margin-top: 22px; width: 100%; min-height: 49px; }
.button-outline:hover { background: #e9ebe0; }
.collection-footnote { display: flex; gap: 12px; align-items: center; font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 20px; }
.collection-footnote > span { font-size: 22px; }
.about-section { background: #e9ecdf; padding-block: 90px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.7fr; gap: 80px; }
.about-aside { display: flex; flex-direction: column; align-items: flex-start; }
.brand-flower { color: #828b64; font-size: 144px; line-height: 1; margin-top: 12px; font-family: var(--serif); }
.about-aside > p:last-child { font-size: 11px; line-height: 1.8; color: #737964; margin-top: 25px; }
.about-copy h2 { margin-bottom: 29px; }
.about-copy h2 em { color: #737e55; }
.about-copy > p { max-width: 580px; color: #6a715f; font-size: 14px; line-height: 1.95; margin-top: 14px; }
.about-signature { display: block; margin-top: 30px; font-family: var(--serif); font-style: italic; font-size: 19px; color: #69744f; }
.wholesale { padding-bottom: 84px; }
.use-cases { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); margin-top: 52px; }
.use-cases article { position: relative; padding: 33px 37px 37px; border-right: 1px solid var(--line); }
.use-cases article:first-child { padding-left: 0; }
.use-cases article:last-child { border-right: 0; padding-right: 0; }
.use-cases svg { height: 42px; width: 42px; margin-bottom: 24px; color: #697259; }
.use-cases h3 { font-family: var(--serif); font-weight: 400; font-size: 24px; letter-spacing: -.5px; margin-bottom: 14px; }
.use-cases p { font-size: 12px; color: var(--muted); line-height: 1.85; max-width: 285px; }
.order-process { display: flex; gap: 46px; align-items: center; margin-top: 29px; }
.process-label { font-size: 9px; letter-spacing: 1.35px; color: #8c9181; }
.order-process p { display: flex; gap: 25px; align-items: center; font-size: 11px; }
.process-arrow { font-size: 23px; color: #969d86; }
.contact-section { background: var(--terracotta); color: #fff7e9; overflow: hidden; }
.contact-inner { text-align: center; position: relative; padding-block: 76px 41px; }
.contact-inner > .eyebrow { font-size: 9px; letter-spacing: 1.7px; color: #f6d2b9; position: relative; }
.contact-inner h2 { font-size: clamp(45px, 4.6vw, 68px); letter-spacing: -2.4px; margin-top: 24px; position: relative; }
.contact-inner h2 em { color: #f6d5ad; }
.contact-description { font-size: 13px; color: #f4d8c6; line-height: 1.9; margin-top: 25px; position: relative; }
.button-cream { background: #fff5e7; color: #743323; margin-top: 30px; min-width: 237px; position: relative; }
.button-cream:hover { background: #f2deca; }
.contact-email { display: flex; gap: 12px; align-items: center; justify-content: center; margin-top: 20px; position: relative; }
.contact-email > a { font-size: 12px; letter-spacing: .25px; border-bottom: 1px solid #c47a63; padding-bottom: 3px; }
.contact-email > a:hover { border-color: #fff5e7; }
.contact-email button { min-width: 38px; min-height: 38px; display: grid; place-items: center; background: transparent; color: #f3d1be; border-radius: 50%; }
.contact-email button:hover { background: #ffffff15; }
.copy-status { display: block; min-height: 23px; font-size: 11px; padding-top: 6px; position: relative; }
.email-hint { font-size: 9px; color: #efd0be; position: relative; }
.contact-decor { position: absolute; font-family: var(--serif); font-size: 420px; line-height: 1; font-weight: 400; color: #ba6245; opacity: .4; right: -122px; top: 49px; transform: rotate(10deg); pointer-events: none; }
.contact-section :focus-visible { outline-color: #fff5e7; }
.faq { display: grid; grid-template-columns: 1fr 1.58fr; gap: 75px; padding-block: 91px 102px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; padding: 23px 0; font-size: 13px; font-weight: 400; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 20px; font-size: 23px; font-weight: 300; color: #7a826b; transition: transform .2s; text-align: center; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-answer { font-size: 12px; line-height: 1.9; color: var(--muted); padding: 0 40px 24px 0; }
.faq-answer a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.site-footer { border-top: 1px solid var(--line); }
.footer-top { display: flex; gap: 40px; align-items: center; padding-block: 39px; }
.footer-top .wordmark { font-size: 34px; }
.footer-top > p { font-size: 11px; line-height: 1.8; color: var(--muted); margin-left: 7px; }
.footer-top > a:not(.wordmark) { font-size: 12px; display: inline-flex; align-items: center; gap: 20px; }
.footer-top > a:nth-of-type(2) { margin-left: auto; }
.footer-top > a:not(.wordmark) span[aria-hidden] { font-size: 19px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 23px; color: #858878; font-size: 10px; }
.will-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.will-reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1500px) {
  .hero { gap: 60px; }
  .hero-copy { padding-top: 69px; }
  .hero-description { margin-top: 33px; }
  .hero-note { margin-top: 62px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .header-inner { gap: 24px; min-height: 88px; }
  .navigation { margin-right: 12px; gap: 22px; font-size: 12px; }
  .header-contact { font-size: 12px; gap: 17px; }
  .wordmark { font-size: 35px; }
  .hero { gap: 25px; padding-top: 30px; }
  .hero-copy { padding-top: 31px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .65px; }
  h1 { letter-spacing: -2px; margin-top: 25px; }
  .hero-description { font-size: 14px; }
  .hero-art { min-height: 560px; }
  .hero-note { margin-top: 34px; font-size: 9px; }
  .rotated-note { right: 20px; top: 97px; font-size: 14px; }
  .visual-topline { font-size: 6px; inset-inline: 17px; }
  .visual-caption { font-size: 8px; inset-inline: 17px; }
  .strip-inner { font-size: 8px; letter-spacing: 1px; gap: 12px; }
  .section-space { padding-top: 84px; padding-bottom: 80px; }
  .section-heading > p { font-size: 12px; }
  .collection-grid { grid-template-columns: 1.2fr 1fr; }
  .collection-card { padding: 29px; }
  .collection-card h3 { font-size: 27px; }
  .about-grid { gap: 50px; grid-template-columns: 1fr 1.7fr; }
  .about-copy > p { font-size: 13px; }
  .use-cases article { padding-inline: 25px; }
  .use-cases h3 { font-size: 22px; }
  .order-process { gap: 25px; }
  .order-process p { gap: 15px; font-size: 10px; }
  .faq { gap: 45px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 25px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 78px; gap: 18px; }
  .wordmark { font-size: 32px; letter-spacing: -2.4px; }
  .brand-dot { font-size: 12px; }
  .header-contact { margin-left: auto; font-size: 11px; gap: 10px; min-height: 35px; }
  .header-contact > span { font-size: 18px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 6px; width: 38px; height: 42px; padding: 6px; background: none; }
  .menu-toggle span { height: 1px; width: 21px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .navigation { display: none; position: absolute; z-index: 20; left: 0; right: 0; top: 78px; background: var(--paper); padding: 15px 20px 25px; margin: 0; border-bottom: 1px solid var(--line); font-size: 16px; box-shadow: 0 14px 16px #30372b08; }
  .navigation.is-open { display: flex; flex-direction: column; gap: 0; }
  .navigation a { padding: 16px 0; }
  .hero { grid-template-columns: 1fr; padding-top: 35px; padding-bottom: 25px; gap: 35px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .7px; gap: 7px; }
  .tiny-sun { font-size: 23px; }
  h1 { font-size: clamp(42px, 8.7vw, 66px); letter-spacing: -2.1px; line-height: 1.1; margin-top: 22px; }
  .hero-description { margin-top: 23px; font-size: 14px; line-height: 1.7; max-width: 345px; }
  .desktop-break { display: none; }
  .hero .desktop-break { display: initial; }
  .button { min-height: 53px; font-size: 12px; padding-inline: 20px; }
  .button-dark { margin-top: 25px; }
  .hero-note { margin-top: 23px; font-size: 10px; }
  .hero-art { min-height: 0; height: auto; max-height: 650px; aspect-ratio: 1.06; object-fit: cover; }
  .visual-topline { font-size: 7px; inset: 18px 19px auto; }
  .visual-caption { inset-inline: 19px; bottom: 17px; font-size: 9px; }
  .rotated-note { top: 64px; right: 23px; font-size: 15px; }
  .strip-inner { min-height: 61px; font-size: 7px; letter-spacing: .7px; gap: 10px; }
  .strip-inner > span[aria-hidden] { font-size: 17px; }
  .strip-last, .strip-inner > span:nth-last-child(2) { display: none; }
  .section-space { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-label { font-size: 9px; margin-bottom: 18px; }
  h2 { font-size: 37px; line-height: 1.14; letter-spacing: -1.5px; }
  .section-heading > p { margin-top: 23px; font-size: 13px; max-width: 330px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-visual { aspect-ratio: 1.25; }
  .image-label { top: 19px; left: 20px; font-size: 7px; }
  .illustration-label { font-size: 8px; bottom: 16px; right: 18px; }
  .collection-card { padding: 28px; position: relative; }
  .stand-icon { position: absolute; top: 28px; right: 25px; margin: 0; width: 55px; height: 48px; }
  .card-index { margin-bottom: 29px; }
  .collection-card h3 { font-size: 30px; }
  .collection-card > p { max-width: 100%; }
  .collection-card .catalog-note br { display: none; }
  .collection-footnote { align-items: flex-start; font-size: 10px; margin-top: 17px; gap: 10px; }
  .collection-footnote > span { line-height: 1; }
  .about-section { padding-block: 54px; }
  .about-grid { grid-template-columns: 1fr; gap: 20px; }
  .about-aside { position: relative; }
  .about-aside .section-label { margin-bottom: 8px; }
  .brand-flower { position: absolute; right: 8px; top: -24px; font-size: 65px; margin: 0; }
  .about-aside > p:last-child { display: none; }
  .about-copy h2 { font-size: 35px; max-width: 430px; margin-bottom: 26px; }
  .about-copy > p { font-size: 13px; line-height: 1.9; }
  .about-signature { font-size: 18px; margin-top: 23px; }
  .use-cases { grid-template-columns: 1fr; margin-top: 31px; }
  .use-cases article, .use-cases article:first-child, .use-cases article:last-child { border-right: 0; padding: 29px 0 29px 65px; border-bottom: 1px solid var(--line); }
  .use-cases article:last-child { border-bottom: 0; }
  .use-cases svg { position: absolute; left: 0; top: 28px; height: 38px; width: 38px; }
  .use-cases h3 { font-size: 22px; margin-bottom: 10px; padding-right: 22px; }
  .use-cases p { font-size: 12px; max-width: none; padding-right: 10px; }
  .order-process { display: block; margin-top: 26px; }
  .order-process p { align-items: flex-start; flex-direction: column; gap: 10px; font-size: 12px; margin-top: 20px; }
  .process-arrow { display: none; }
  .order-process p span:not(.process-arrow)::before { content: '↳'; margin-right: 12px; color: #8a9279; }
  .contact-inner { padding-block: 57px 31px; }
  .contact-inner > .eyebrow { font-size: 7px; letter-spacing: 1px; }
  .contact-inner h2 { font-size: clamp(42px, 9vw, 62px); letter-spacing: -1.9px; margin-top: 23px; }
  .contact-description { font-size: 12px; line-height: 1.9; margin-top: 21px; }
  .contact-description br { display: none; }
  .button-cream { margin-top: 26px; min-width: 225px; }
  .contact-decor { font-size: 310px; right: -160px; top: 42px; }
  .contact-email { margin-top: 19px; }
  .contact-email > a { font-size: 12px; }
  .faq { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading h2 br { display: none; }
  .faq-heading h2 { font-size: 34px; }
  .faq-list summary { padding-block: 23px; font-size: 12px; gap: 20px; line-height: 1.55; }
  .faq-answer { padding-right: 15px; }
  .footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 27px 20px; padding-block: 32px; }
  .footer-top > p { margin: 0; font-size: 9px; text-align: right; }
  .footer-top > a:nth-of-type(2) { margin-left: 0; }
  .footer-top > a:last-child { justify-self: end; }
  .footer-top > a:not(.wordmark) { font-size: 11px; }
  .footer-bottom { font-size: 9px; gap: 15px; padding-block: 20px; }
  .footer-bottom > span:nth-child(2) { display: none; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .header-inner { gap: 9px; }
  .wordmark { font-size: 29px; }
  .header-contact { font-size: 10px; gap: 7px; }
  .hero .eyebrow { font-size: 7px; letter-spacing: .3px; }
  h1 { font-size: 39px; }
  h2 { font-size: 32px; }
  .strip-inner { font-size: 6px; gap: 7px; }
  .collection-card { padding: 25px; }
  .collection-card h3 { font-size: 27px; }
  .contact-inner > .eyebrow { letter-spacing: .5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .will-reveal { opacity: 1; transform: none; }
}
@media print {
  .menu-toggle, .header-contact, .navigation, .copy-status, .email-hint, [data-copy-email] { display: none; }
  .will-reveal { opacity: 1; transform: none; }
  .container { width: 100%; }
  .section-space { padding-block: 30px; }
  .contact-section { background: white; color: var(--ink); }
  .contact-inner { padding-block: 30px; }
  .contact-inner > .eyebrow, .contact-description, .contact-inner h2 em { color: var(--ink); }
  .contact-decor { display: none; }
}

/* Product photography and catalog */
.hero-photograph { padding: 54px 28px 48px; background: #e8e6dc; }
.hero-photograph .hero-art { height: 555px; min-height: 0; max-height: none; object-fit: contain; }
.hero-photograph .visual-caption { color: #555d4b; }
.featured-product { grid-template-columns: 1.15fr 1fr; align-items: stretch; }
.product-gallery { min-width: 0; padding: 24px; background: #e8e6dc; }
.gallery-stage { height: 455px; }
.gallery-stage img { width: 100%; height: 100%; object-fit: contain; }
.gallery-caption { margin-block: 15px; font-size: 10px; text-align: center; color: #636b58; line-height: 1.7; }
.gallery-thumbnails { display: flex; justify-content: center; gap: 10px; }
.gallery-thumbnails a { display: block; width: 54px; border: 2px solid transparent; padding: 2px; transition: border-color .2s; }
.gallery-thumbnails a[aria-current="true"] { border-color: var(--terracotta); }
.gallery-thumbnails a:hover { border-color: #7b826a; }
.gallery-thumbnails img { width: 100%; height: 63px; object-fit: cover; }
.featured-product .collection-card { padding: 37px; }
.featured-product .card-index { margin-bottom: 27px; }
.featured-product .collection-card h3 { font-size: 32px; }
.featured-product .collection-card > p { max-width: none; }
.product-specs { width: 100%; margin: 25px 0 0; padding: 0; font-size: 12px; }
.product-specs > div { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding-block: 13px; border-bottom: 1px solid var(--line); }
.product-specs dt { color: var(--muted); }
.product-specs dd { margin: 0; text-align: right; }
.product-colors { margin-top: 23px; }
.product-colors > p { font-size: 8px; letter-spacing: 1.2px; color: var(--muted); }
.product-colors > div { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 9px; }
.product-colors a { display: flex; align-items: center; gap: 8px; font-size: 11px; min-height: 36px; }
.product-colors a:hover { color: var(--terracotta); }
.color-dot { width: 15px; height: 15px; border: 1px solid #c4c5b5; border-radius: 50%; }
.color-white { background: #f5f2e8; }
.color-black { background: #292c27; border-color: #292c27; }
.featured-product .catalog-note { font-size: 10px; margin-top: 16px; }
.models-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 25px; margin: 59px 0 26px; }
.models-heading h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.8px; }
.models-heading h3 em { color: var(--terracotta); }
.models-heading > a { font-size: 12px; white-space: nowrap; border-bottom: 1px solid #a7ac97; padding-bottom: 7px; }
.models-heading > a > span[aria-hidden] { margin-left: 17px; font-size: 19px; }
.product-models { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.model-card { min-width: 0; }
.model-photo { display: block; overflow: hidden; background: #e6e3d8; }
.model-photo img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; transition: transform .4s; }
.model-photo:hover img { transform: scale(1.015); }
.model-kind { color: #7c806f; font-size: 8px; letter-spacing: .8px; margin-top: 22px; }
.model-card h4 { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.6px; margin: 12px 0 10px; }
.model-size { font-size: 12px; color: #5d6654; }
.model-description { color: var(--muted); font-size: 11px; line-height: 1.8; margin-top: 13px; min-height: 40px; }
.model-link { display: flex; justify-content: space-between; align-items: center; gap: 15px; font-size: 11px; min-height: 48px; border-bottom: 1px solid var(--line); margin-top: 9px; }
.model-link > span[aria-hidden] { font-size: 21px; }
.model-link:hover { color: var(--terracotta); border-color: var(--terracotta); }
.product-models + .collection-footnote { margin-top: 30px; }
@media (max-width: 1100px) {
  .hero-photograph { padding-inline: 20px; }
  .hero-photograph .hero-art { height: 475px; }
  .featured-product .collection-card { padding: 28px; }
  .featured-product .collection-card h3 { font-size: 28px; }
  .gallery-stage { height: 440px; }
  .product-models { gap: 18px; }
  .model-card h4 { font-size: 22px; }
  .product-specs { font-size: 11px; }
}
@media (max-width: 900px) {
  .product-models { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 22px; }
  .featured-product .collection-card h3 { font-size: 26px; }
  .featured-product .collection-card { padding: 24px; }
  .featured-product .product-specs > div { flex-wrap: wrap; gap: 6px; }
  .models-heading h3 { font-size: 27px; }
}
@media (max-width: 760px) {
  .hero-photograph { padding: 47px 18px 41px; }
  .hero-photograph .hero-art { height: auto; max-height: 540px; aspect-ratio: 3 / 4; }
  .hero-photograph .visual-caption { font-size: 9px; }
  .featured-product { grid-template-columns: 1fr; }
  .product-gallery { padding: 20px; }
  .gallery-stage { height: auto; aspect-ratio: 3 / 4; max-height: 540px; }
  .gallery-caption { font-size: 9px; margin-block: 13px; }
  .featured-product .collection-card { padding: 28px; }
  .featured-product .collection-card h3 { font-size: 29px; }
  .featured-product .card-index { margin-bottom: 21px; }
  .product-specs { margin-top: 20px; }
  .models-heading { margin-top: 43px; align-items: flex-start; flex-direction: column; gap: 17px; }
  .models-heading h3 { font-size: 30px; max-width: 340px; line-height: 1.2; }
  .product-models { gap: 28px 15px; }
  .model-kind { font-size: 6px; letter-spacing: .45px; line-height: 1.8; margin-top: 15px; }
  .model-card h4 { font-size: 21px; line-height: 1.2; margin-block: 9px; min-height: 50px; }
  .model-size { font-size: 10px; }
  .model-description { font-size: 10px; min-height: 53px; line-height: 1.75; margin-top: 11px; }
  .model-link { font-size: 10px; gap: 8px; }
}
@media (max-width: 360px) {
  .featured-product .collection-card { padding: 22px; }
  .featured-product .collection-card h3 { font-size: 26px; }
  .model-card h4 { font-size: 19px; }
  .model-link { font-size: 9px; }
}
