@charset "UTF-8";

:root {
  --paper: #f2eee7;
  --paper-2: #fbf9f5;
  --ink: #17191a;
  --graphite: #1a1d1f;
  --graphite-2: #25292b;
  --muted: #706a62;
  --line: #d5cdc2;
  --copper: #b57852;
  --copper-dark: #865236;
  --white: #fff;
  --shell: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.5; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -70px; z-index: 100; padding: 12px 16px; color: #111; background: #fff; }
.skip-link:focus { top: 16px; }

.topbar { position: relative; z-index: 40; color: #fff; background: var(--graphite); }
.nav { min-height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: #fff; font-size: 26px; font-weight: 900; letter-spacing: .055em; line-height: 1; text-decoration: none; }
.brand::after { content: ""; width: 100%; height: 3px; margin-top: 10px; background: var(--copper); }
.nav-links { display: flex; justify-content: center; align-items: center; gap: 5px; }
.nav-links a { min-height: 44px; padding: 12px 14px; display: inline-flex; align-items: center; color: #d8d8d6; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; }
.nav-cta { min-height: 44px; padding: 11px 17px; border: 1px solid rgba(255,255,255,.48); display: inline-flex; align-items: center; color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; }
.nav-cta:hover { border-color: var(--copper); background: var(--copper); }
.menu-button { width: 46px; height: 46px; padding: 0; border: 1px solid #56595a; display: none; place-items: center; color: #fff; background: transparent; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; width: 20px; height: 2px; display: block; background: currentColor; }
.menu-button span { margin-block: 5px; }

.hero { min-height: clamp(620px, calc(100svh - 76px), 820px); display: grid; grid-template-columns: minmax(420px, 44%) 1fr; color: #fff; background: var(--graphite); }
.hero-copy { padding: clamp(52px, 6vw, 82px) clamp(36px, 5vw, 76px); display: flex; flex-direction: column; justify-content: flex-start; }
.kicker { margin: 0 0 17px; color: var(--copper); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 610px; margin: 0; font-family: var(--serif); font-size: clamp(49px, 5.2vw, 76px); font-weight: 400; line-height: .95; letter-spacing: -.045em; text-wrap: balance; }
.hero-text { max-width: 590px; margin: 28px 0 0; color: #c9c8c4; font-size: clamp(17px, 1.45vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 35px; }
.button { min-height: 50px; padding: 13px 20px; border: 1px solid var(--ink); display: inline-flex; justify-content: center; align-items: center; gap: 8px; color: var(--ink); background: transparent; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-dark { color: #fff; background: var(--ink); }
.button-copper { border-color: var(--copper); color: #fff; background: var(--copper); }
.button-outline-light { border-color: #666a6b; color: #fff; }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button-copper:hover { background: #9a603d; }
.button-outline-light:hover { border-color: #fff; }
.hero-domain { margin: auto 0 0; padding-top: 32px; color: #929391; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-media { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #454443; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 51%; }
.image-label { position: absolute; right: 15px; bottom: 15px; margin: 0; padding: 7px 10px; color: #fff; background: rgba(18,19,20,.82); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.intro-band { padding-block: clamp(58px, 7vw, 88px); background: linear-gradient(112deg, #f6f6f4 0%, #e8e9e8 50%, #d9dcdd 100%); }
.intro-band-grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(32px, 6vw, 82px); align-items: end; }
.intro-band-heading, .intro-lead { min-width: 0; }
.intro-lead { margin: 0; color: #3f4242; font-family: var(--serif); font-size: clamp(22px, 2.3vw, 32px); line-height: 1.28; }
.intro-lead-detail { margin-top: 18px; display: block; color: #626667; font-family: var(--sans); font-size: 15px; line-height: 1.55; }
.intro-points { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(8px, 2vw, 22px); border-top: 1px solid rgba(74,79,81,.28); }
.intro-points article { min-height: 168px; padding: 24px clamp(20px, 3vw, 38px) 0 0; }
.intro-points article + article { padding-left: clamp(20px, 3vw, 38px); border-left: 1px solid rgba(74,79,81,.28); }
.intro-points span { color: var(--copper-dark); font-family: var(--serif); font-size: 17px; }
.intro-points h3 { margin: 26px 0 10px; font-family: var(--serif); font-size: clamp(24px, 2.1vw, 31px); font-weight: 400; line-height: 1.05; }
.intro-points p { margin: 0; color: #5e6262; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: clamp(45px, 9vw, 120px); align-items: start; }
.eyebrow { margin: 0 0 13px; color: var(--copper-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.display-title { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5.4vw, 68px); font-weight: 400; line-height: 1.01; letter-spacing: -.035em; text-wrap: balance; }
.large-copy { margin: 0; color: #3f3c37; font-family: var(--serif); font-size: clamp(22px, 2.65vw, 34px); line-height: 1.3; }
.body-copy { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.check-list { margin: 29px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--copper-dark); font-weight: 900; }

.direction-section { padding-block: clamp(75px, 10vw, 132px); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 390px); gap: 40px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(37px, 5vw, 62px); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.direction-card { position: relative; min-height: clamp(500px, 61vw, 720px); overflow: hidden; color: #fff; background: #303233; text-decoration: none; }
.direction-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.direction-card:hover img { transform: scale(1.018); }
.direction-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,13,14,.84) 100%); }
.direction-copy { position: absolute; inset: auto 0 0; padding: clamp(26px, 4vw, 48px); }
.direction-copy span { color: #d0a283; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.direction-copy h3 { max-width: 520px; margin: 10px 0 0; font-family: var(--serif); font-size: clamp(34px, 4.2vw, 57px); font-weight: 400; line-height: 1; }
.direction-copy p { max-width: 550px; margin: 16px 0 0; color: #dddcd8; }
.direction-link { margin-top: 23px; display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.direction-card > .image-label { top: 14px; right: 14px; bottom: auto; }

.proof { padding-block: clamp(70px, 9vw, 110px); color: #fff; background: var(--graphite); }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 120px); }
.proof .display-title { color: #fff; }
.proof-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.proof-item { padding: 22px 0; border-top: 1px solid #444849; }
.proof-item strong { display: block; color: #fff; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.proof-item p { margin: 7px 0 0; color: #aaaead; }

.order-section { padding-block: clamp(75px, 10vw, 126px); background: var(--paper-2); }
.order-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-step { min-height: 310px; padding: 30px 25px 32px 0; }
.order-step + .order-step { padding-left: 25px; border-left: 1px solid var(--line); }
.order-step span { color: var(--copper-dark); font-family: var(--serif); font-size: 18px; }
.order-step h3 { margin: 70px 0 14px; font-family: var(--serif); font-size: clamp(27px, 2.7vw, 36px); font-weight: 400; line-height: 1.05; }
.order-step p { margin: 0; color: var(--muted); }
.order-note { margin-top: 28px; padding: clamp(25px, 4vw, 42px); display: grid; grid-template-columns: minmax(210px, .7fr) minmax(340px, 1.3fr) auto; gap: clamp(28px, 5vw, 64px); align-items: end; color: #fff; background: var(--graphite); }
.order-note h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 45px); font-weight: 400; line-height: 1; }
.order-note p:not(.eyebrow) { margin: 0; color: #bfc1be; }
.order-note .button { white-space: nowrap; border-color: #fff; color: var(--ink); background: #fff; }

.content-rail { padding-block: clamp(75px, 10vw, 126px); }
.rail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 30px; background: var(--line); border: 1px solid var(--line); }
.rail-item { min-height: 310px; padding: clamp(25px, 3.4vw, 43px); display: flex; flex-direction: column; background: var(--paper-2); text-decoration: none; }
.rail-item .num { color: var(--copper-dark); font-family: var(--serif); font-size: 18px; }
.rail-item h3 { margin: auto 0 12px; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.08; }
.rail-item p { margin: 0; color: var(--muted); }
.rail-item b { margin-top: 22px; color: var(--copper-dark); }

.contact-strip { padding-block: clamp(64px, 9vw, 104px); color: #fff; background: var(--copper-dark); }
.contact-strip-grid { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.contact-strip h2 { max-width: 800px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 65px); font-weight: 400; line-height: 1; }
.contact-strip p { max-width: 650px; margin: 20px 0 0; color: #eaded7; }
.contact-strip .button { border-color: #fff; color: var(--ink); background: #fff; }

.news-section { padding-block: clamp(72px, 9vw, 116px); background: var(--paper-2); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.news-card { border: 1px solid var(--line); background: #fff; }
.news-card figure { position: relative; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: #d9d4cc; }
.news-card figure img { width: 100%; height: 100%; object-fit: cover; }
.news-card-copy { padding: clamp(25px, 3vw, 38px); }
.news-card-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(29px, 3.1vw, 42px); font-weight: 400; line-height: 1.04; }
.news-card-copy > p:not(.eyebrow) { min-height: 78px; margin: 18px 0 0; color: var(--muted); }
.news-card-copy a { margin-top: 25px; display: inline-flex; color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.promotion-section { padding-block: clamp(64px, 8vw, 104px); background: var(--paper); }
.promotion-panel { padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr); gap: clamp(34px, 7vw, 90px); align-items: start; border: 1px solid var(--line); background: var(--paper-2); }
.promotion-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1; }
.promotion-panel > div:last-child > p { margin: 0; color: var(--muted); font-size: 18px; }
.promotion-panel .button { margin-top: 28px; }

.legal-hero { padding-block: clamp(70px, 9vw, 116px); color: #fff; background: var(--graphite); }
.legal-hero h1 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(44px, 6.4vw, 78px); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.legal-hero > .shell > p:last-child { margin: 24px 0 0; color: #bfc1be; }
.legal-section { padding-block: clamp(70px, 9vw, 116px); background: var(--paper-2); }
.legal-layout { display: grid; grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.legal-aside { position: sticky; top: 24px; padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.legal-aside strong, .legal-aside a { display: block; }
.legal-aside p { margin: 10px 0 22px; color: var(--muted); }
.legal-aside a { margin-top: 8px; color: var(--copper-dark); overflow-wrap: anywhere; }
.legal-copy section { padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.legal-copy section + section { padding-top: 34px; }
.legal-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(27px, 3vw, 38px); font-weight: 400; line-height: 1.1; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: 17px; }
.legal-copy ul { padding-left: 22px; }
.legal-copy a, .consent-label a, .check-field a { color: var(--copper-dark); }

.page-hero { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; color: #fff; background: var(--graphite); }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,23,24,.97) 0%, rgba(21,23,24,.64) 50%, rgba(21,23,24,.14) 100%); }
.page-hero-content { position: relative; z-index: 1; padding-block: 85px 58px; }
.page-hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 86px); font-weight: 400; line-height: .97; letter-spacing: -.045em; }
.page-hero p { max-width: 650px; margin: 24px 0 0; color: #ddd; font-size: 19px; }
.page-hero .image-label { right: 25px; bottom: 20px; z-index: 2; }
.breadcrumbs { margin-bottom: 23px; display: flex; flex-wrap: wrap; gap: 8px; color: #cbc9c4; font-size: 13px; }
.breadcrumbs a { color: #fff; }

.audience-intro { padding-block: clamp(70px, 9vw, 115px); background: var(--paper-2); }
.journey-section, .segments-section, .business-flow { padding-block: clamp(70px, 9vw, 115px); }
.segments-section { background: var(--paper); }
.business-flow { background: var(--paper-2); }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-step { min-height: 300px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.38); }
.journey-step > span, .segment-card > span { color: var(--copper-dark); font-family: var(--serif); font-size: 18px; }
.journey-step h3 { margin: 58px 0 13px; font-family: var(--serif); font-size: clamp(26px, 2.4vw, 34px); font-weight: 400; line-height: 1.05; }
.journey-step p, .segment-card p { margin: 0; color: var(--muted); }
.journey-grid-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.journey-grid-five .journey-step { min-height: 335px; padding: 24px 20px; }
.journey-grid-five .journey-step h3 { font-size: clamp(23px, 2vw, 30px); }
.segment-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.segment-card { min-height: 355px; padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line); display: flex; flex-direction: column; background: var(--paper-2); }
.segment-card:nth-child(1), .segment-card:nth-child(2) { grid-column: span 3; }
.segment-card:nth-child(n+3) { grid-column: span 2; }
.segment-card h3 { margin: 48px 0 13px; font-family: var(--serif); font-size: clamp(27px, 2.6vw, 35px); font-weight: 400; line-height: 1.06; }
.segment-card a { margin-top: auto; padding-top: 24px; color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.cooperation-intro { background: linear-gradient(112deg, #f7f7f5 0%, #e9eae9 58%, #dde0e1 100%); }
.cooperation-intro-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: clamp(38px, 7vw, 96px); align-items: start; }
.cooperation-lead .body-copy { max-width: 760px; }
.cooperation-segments { background: var(--paper); padding-bottom: clamp(45px, 6vw, 72px); }
.business-flow { padding-top: clamp(48px, 6vw, 72px); }
.partner-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 32px; }
.partner-card { min-height: 330px; padding: clamp(25px, 3vw, 38px); border: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.45); }
.partner-card > span { color: var(--copper-dark); font-family: var(--serif); font-size: 18px; }
.partner-card h3 { max-width: 520px; margin: 46px 0 14px; font-family: var(--serif); font-size: clamp(28px, 3vw, 39px); font-weight: 400; line-height: 1.04; }
.partner-card p { max-width: 620px; margin: 0; color: var(--muted); }
.partner-card a { margin-top: auto; padding-top: 25px; color: var(--copper-dark); font-weight: 800; text-decoration: none; }
.own-object-note { margin-top: 18px; padding: clamp(26px, 4vw, 44px); display: grid; grid-template-columns: minmax(240px, .8fr) minmax(320px, 1.2fr) auto; gap: clamp(28px, 5vw, 68px); align-items: end; color: #fff; background: var(--graphite); }
.own-object-note h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 3.5vw, 46px); font-weight: 400; line-height: 1; }
.own-object-note > p { margin: 0; color: #c2c4c2; }
.own-object-note .button { white-space: nowrap; border-color: #fff; color: var(--ink); background: #fff; }
.assurance-section { padding-block: clamp(70px, 9vw, 115px); color: #fff; background: var(--graphite); }
.assurance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 9vw, 120px); }
.assurance-section .display-title { color: #fff; }
.assurance-section .check-list { margin-top: 0; }
.assurance-section .check-list li { border-color: #444849; color: #d2d3d0; }

.catalog-overview { padding-block: clamp(70px, 10vw, 120px); }
.catalog-choose { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.catalog-panel { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: #333; text-decoration: none; }
.catalog-panel img { width: 100%; height: 100%; object-fit: cover; }
.catalog-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.86)); }
.catalog-panel-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: clamp(28px, 4vw, 50px); }
.catalog-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.7vw, 60px); font-weight: 400; line-height: 1; }
.catalog-panel p { max-width: 520px; margin: 16px 0 0; color: #ddd; }
.catalog-panel b { margin-top: 24px; display: block; color: #e6b897; }

.catalog-page { padding-block: clamp(68px, 9vw, 112px); background: var(--paper-2); }
.catalog-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 110px); margin-bottom: 58px; }
.catalog-intro p { margin: 0; color: var(--muted); font-size: 18px; }
.product-stack { border-top: 1px solid var(--line); }
.product-row { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: clamp(30px, 6vw, 78px); padding-block: clamp(36px, 6vw, 72px); border-bottom: 1px solid var(--line); }
.product-media { position: relative; min-height: 370px; margin: 0; overflow: hidden; background: #d9d4cc; }
.product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-media .image-label { right: 10px; bottom: 10px; }
.product-copy { align-self: center; }
.product-index { color: var(--copper-dark); font-family: var(--serif); font-size: 18px; }
.product-copy h2 { margin: 12px 0 0; font-family: var(--serif); font-size: clamp(34px, 4.6vw, 57px); font-weight: 400; line-height: 1.02; }
.product-availability { width: max-content; margin: 16px 0 0 !important; padding: 6px 9px; color: #244d34 !important; background: #dfece2; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.product-availability.made-to-order { color: #68452f !important; background: #eadfd6; }
.product-copy > p:not(.product-availability) { margin: 18px 0 0; color: var(--muted); }
.specs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 28px 0 0; border-top: 1px solid var(--line); }
.spec { padding: 15px 15px 15px 0; border-bottom: 1px solid var(--line); }
.spec span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.spec strong { margin-top: 4px; display: block; font-size: 16px; }
.product-action { margin-top: 27px; }
.price-note { margin-top: 26px; padding: 20px 22px; border: 1px solid var(--line); color: #514a42; background: var(--paper); font-size: 14px; }

.texture-catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.texture-product { margin: 0; border: 1px solid var(--line); background: #fff; }
.texture-product img { width: 100%; aspect-ratio: 2.14/1; object-fit: cover; background: #ebe7e0; }
.texture-product figcaption { padding: 19px; }
.texture-product h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.texture-product p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.real-sample-note { margin-top: 14px; color: var(--copper-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.marble-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 42px; }
.marble-gallery figure { position: relative; min-height: 410px; margin: 0; overflow: hidden; background: #d9d4cc; }
.marble-gallery figure:first-child { grid-column: span 2; min-height: 520px; }
.marble-gallery img { width: 100%; height: 100%; object-fit: cover; }
.marble-gallery .image-label { right: 10px; bottom: 10px; }
.confirmation-note { margin-top: 36px; padding: 26px; border: 1px solid var(--line); background: var(--paper); color: var(--muted); }

.collection-catalog { padding-block: clamp(68px, 9vw, 112px); background: var(--paper-2); }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.collection-card { border: 1px solid var(--line); color: var(--ink); background: var(--paper); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.collection-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(35, 31, 27, .1); }
.collection-card figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #d8d3cb; }
.collection-card figure img { width: 100%; height: 100%; object-fit: contain; }
.collection-card .image-label { right: 10px; bottom: 10px; }
.collection-card-copy { padding: clamp(22px, 3vw, 34px); }
.collection-card-copy h2 { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(31px, 3.4vw, 46px); font-weight: 400; line-height: 1; }
.collection-card-copy > p:not(.product-availability) { min-height: 48px; margin: 14px 0 0; color: var(--muted); }
.collection-card-copy > span { margin-top: 24px; display: block; color: var(--copper-dark); font-weight: 800; }
.catalog-general-link { margin-top: 32px; }
.product-detail-hero { display: block; min-height: 0; background: #1a1d1f; }
.product-detail-hero::after { display: none; }
.product-hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(34px, 6vw, 84px); align-items: stretch; }
.product-hero-copy { align-self: center; padding-block: clamp(64px, 8vw, 104px); }
.product-detail-hero h1 { max-width: 690px; font-size: clamp(48px, 5.8vw, 76px); }
.product-detail-hero p { max-width: 660px; }
.product-carousel { position: relative; min-height: 540px; margin: 0; overflow: hidden; color: #fff; background: #e6e2db; touch-action: pan-y; }
.product-carousel-open { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.product-carousel-open img { display: block; width: 100%; height: 100%; object-fit: contain; opacity: 1; filter: none; }
.product-carousel-arrow { position: absolute; top: 50%; z-index: 2; display: grid; place-items: center; width: 48px; height: 58px; border: 1px solid rgba(255,255,255,.76); color: #fff; background: rgba(20,22,23,.76); transform: translateY(-50%); cursor: pointer; font-size: 34px; line-height: 1; }
.product-carousel-arrow:hover { background: rgba(20,22,23,.94); }
.product-carousel-open:focus-visible, .product-carousel-arrow:focus-visible { outline: 3px solid #fff; outline-offset: -4px; }
.product-carousel-prev { left: 14px; }
.product-carousel-next { right: 14px; }
.product-carousel figcaption { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; justify-content: space-between; gap: 20px; padding: 14px 18px; color: #fff; background: rgba(18,20,21,.88); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-carousel figcaption strong { flex: 0 0 auto; }
.product-page { color: #252728; background: #f8f6f2; }
.product-page .topbar { color: #252728; background: #f8f6f2; border-bottom: 1px solid #ddd8cf; }
.product-page .brand { color: #252728; }
.product-page .nav-links a { color: #66635e; }
.product-page .nav-links a:hover, .product-page .nav-links a[aria-current="page"] { color: #252728; }
.product-page .nav-cta { border-color: #aaa39a; color: #252728; background: rgba(255,255,255,.48); }
.product-page .nav-cta:hover { border-color: var(--copper); color: #fff; background: var(--copper); }
.product-page .menu-button { border-color: #aaa39a; color: #252728; }
.product-page .product-detail-hero { color: #252728; background: #f3f0ea; border-bottom: 1px solid #ddd8cf; }
.product-page .product-detail-hero p { color: #5e615f; }
.product-page .product-detail-hero .kicker { color: #986447; }
.product-page .breadcrumbs { color: #77736d; }
.product-page .breadcrumbs a { color: #4f4c48; }
.product-page .product-carousel { background: #e8e5df; box-shadow: 0 18px 48px rgba(71, 63, 55, .1); }
.product-page .product-carousel-arrow { border-color: #c8c1b8; color: #303231; background: rgba(255,255,255,.9); box-shadow: 0 5px 18px rgba(37,39,40,.12); }
.product-page .product-carousel-arrow:hover { background: #fff; }
.product-page .product-carousel-open:focus-visible, .product-page .product-carousel-arrow:focus-visible { outline-color: #303231; }
.product-page .product-carousel figcaption { color: #3b3b38; background: rgba(248,246,242,.94); border-top: 1px solid rgba(190,184,175,.75); }
.product-story .stock-statement { width: max-content; margin-top: 18px; padding: 8px 11px; color: #244d34; background: #dfece2; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.collection-gallery img { object-fit: contain; background: #d8d3cb; }
.photo-count { position: absolute; left: 10px; bottom: 10px; z-index: 2; padding: 7px 9px; color: #fff; background: rgba(18, 20, 21, .88); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.all-photo-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-tile { margin: 0; border: 1px solid var(--line); background: var(--paper); }
.gallery-open { position: relative; display: block; width: 100%; aspect-ratio: 4 / 3; padding: 0; border: 0; overflow: hidden; background: #d8d3cb; cursor: zoom-in; }
.gallery-open img { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.gallery-open:hover img { transform: scale(1.025); }
.gallery-tile figcaption { min-height: 94px; padding: 15px 16px 17px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.gallery-type { display: block; margin-bottom: 9px; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.gallery-description { display: block; }
.photo-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: #fff; background: transparent; }
.photo-lightbox::backdrop { background: rgba(10, 12, 13, .94); }
.photo-lightbox-panel { position: relative; display: grid; place-items: center; width: 100%; height: 100%; padding: 54px 86px 92px; }
.photo-lightbox-panel > img { display: block; max-width: 100%; max-height: calc(100vh - 150px); object-fit: contain; }
.photo-lightbox-close, .photo-lightbox-nav { position: absolute; z-index: 2; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); color: #fff; background: rgba(20,22,23,.75); cursor: pointer; font-size: 32px; line-height: 1; }
.photo-lightbox-close { top: 18px; right: 20px; }
.photo-lightbox-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.photo-lightbox-next { right: 20px; top: 50%; transform: translateY(-50%); }
.photo-lightbox-meta { position: absolute; left: 50%; bottom: 22px; display: flex; width: min(760px, calc(100% - 180px)); justify-content: space-between; gap: 24px; transform: translateX(-50%); color: #fff; font-size: 13px; }
.photo-lightbox-meta p { margin: 0; }
.photo-lightbox-meta span { flex: 0 0 auto; font-weight: 800; }
.marble-category-strip { padding-block: clamp(68px, 9vw, 112px); background: linear-gradient(112deg, #f1efeb 0%, #dadbd9 100%); }
.marble-category-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr); gap: clamp(38px, 7vw, 92px); align-items: center; }
.marble-category-grid h2 { margin: 20px 0 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: 1; }
.marble-category-grid p { max-width: 650px; color: var(--muted); }
.marble-category-grid img { width: 100%; max-height: 620px; object-fit: cover; }
.compact-specs { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 24px; }
.compact-specs span { padding: 9px 12px; border: 1px solid rgba(73, 69, 63, .24); background: rgba(255, 255, 255, .45); font-size: 13px; font-weight: 800; }
.facade-benefits { margin-top: 60px; padding: clamp(35px, 6vw, 70px); color: #fff; background: var(--graphite); }
.facade-benefits h2 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 4.5vw, 54px); font-weight: 400; }
.facade-benefits .proof-copy { margin-top: 25px; }

.contact-page { padding-block: clamp(70px, 10vw, 120px); }
.contact-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(450px, 1.2fr); gap: clamp(48px, 9vw, 120px); }
.contact-details h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 6vw, 76px); font-weight: 400; line-height: 1; }
.contact-details > p { margin: 23px 0 0; color: var(--muted); font-size: 18px; }
.contact-links { margin-top: 39px; display: grid; }
.contact-links a { padding: 18px 0; border-top: 1px solid var(--line); color: var(--ink); font-family: var(--serif); font-size: 23px; text-decoration: none; }
.contact-links small { color: var(--muted); font-family: var(--sans); font-size: 12px; }
.inquiry-form { padding: clamp(25px, 4vw, 44px); border: 1px solid var(--line); background: #fff; }
.inquiry-form h2 { margin: 0 0 27px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.inquiry-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #47423c; font-size: 13px; font-weight: 800; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #c9c0b5; border-radius: 0; color: var(--ink); background: #fff; }
.inquiry-form textarea { min-height: 126px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--copper-dark); outline: 3px solid rgba(181,120,82,.15); }
.consent-label { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 400 !important; line-height: 1.4; }
.consent-label input { width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--copper-dark); }
.form-status { min-height: 0; margin-top: 14px; padding: 0; font-size: 14px; }
.form-status:not(:empty) { min-height: 48px; padding: 13px 15px; }
.form-status.success { color: #244d34; background: #e0eee4; }
.form-status.error { color: #7d3027; background: #f5e2de; }
.form-status.loading { color: #604831; background: #f0e3d5; }

.footer { padding-block: 45px 25px; color: #b9b9b6; background: #111314; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: start; }
.footer .brand { margin-bottom: 20px; }
.footer p { max-width: 440px; margin: 0; color: #8e9190; font-size: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: #bbbdbb; text-decoration: none; }
.footer-bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid #343738; display: flex; justify-content: space-between; gap: 25px; color: #737776; font-size: 12px; }

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .nav { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-button { display: grid; }
  .nav-links { position: absolute; left: 0; right: 0; top: 76px; padding: 12px 16px 20px; display: none; flex-direction: column; align-items: stretch; color: #fff; background: var(--graphite); border-top: 1px solid #414445; }
  .product-page .nav-links { color: #252728; background: #f8f6f2; border-top-color: #ddd8cf; box-shadow: 0 16px 30px rgba(50,45,40,.08); }
  .nav-links.open { display: flex; }
  .nav-links a { width: 100%; }
  .nav-cta { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 58px 24px 50px; }
  .hero-domain { margin-top: 34px; }
  .hero-media { height: min(72vw, 600px); }
  .editorial-grid, .intro-band-grid, .cooperation-intro-grid, .proof-grid, .catalog-intro, .contact-layout, .assurance-grid, .marble-category-grid { grid-template-columns: 1fr; }
  .intro-points { margin-top: 0; }
  .direction-card { min-height: 580px; }
  .proof-copy { grid-template-columns: 1fr 1fr; }
  .order-grid { grid-template-columns: 1fr 1fr; }
  .order-step:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .order-step:nth-child(4) { border-top: 1px solid var(--line); }
  .order-note, .own-object-note { grid-template-columns: 1fr; align-items: start; }
  .order-note .button, .own-object-note .button { width: max-content; }
  .rail-grid { grid-template-columns: 1fr; }
  .rail-item { min-height: 240px; }
  .news-grid, .promotion-panel { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .catalog-panel { min-height: 540px; }
  .product-row { grid-template-columns: 1fr; }
  .product-media { min-height: min(74vw, 550px); }
  .texture-catalog { grid-template-columns: repeat(2, 1fr); }
  .journey-grid, .journey-grid-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .segment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .segment-card:nth-child(n) { grid-column: span 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .all-photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero-layout { grid-template-columns: 1fr; gap: 0; }
  .product-hero-copy { padding-block: 58px 42px; }
  .product-carousel { min-height: 520px; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero-copy { min-height: auto; padding: 46px 20px 42px; }
  .hero h1 { font-size: clamp(45px, 13.5vw, 62px); }
  .hero-media { height: 430px; }
  .intro-band { padding-block: 48px; }
  .intro-points { grid-template-columns: 1fr; }
  .intro-points article { min-height: auto; padding: 22px 0 24px; }
  .intro-points article + article { padding-left: 0; border-left: 0; border-top: 1px solid rgba(74,79,81,.28); }
  .intro-points h3 { margin-top: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .direction-grid, .catalog-choose, .collection-grid { grid-template-columns: 1fr; }
  .all-photo-gallery { grid-template-columns: 1fr; }
  .gallery-tile figcaption { min-height: auto; }
  .photo-lightbox-panel { padding: 66px 14px 110px; }
  .photo-lightbox-panel > img { max-height: calc(100vh - 190px); }
  .photo-lightbox-close { top: 10px; right: 12px; }
  .photo-lightbox-prev { left: 14px; top: auto; bottom: 42px; transform: none; }
  .photo-lightbox-next { right: 14px; top: auto; bottom: 42px; transform: none; }
  .photo-lightbox-meta { bottom: 50px; width: calc(100% - 150px); justify-content: center; text-align: center; }
  .photo-lightbox-meta p { display: none; }
  .collection-card-copy > p:not(.product-availability) { min-height: auto; }
  .product-detail-hero h1 { font-size: clamp(38px, 10.8vw, 50px); overflow-wrap: anywhere; }
  .product-hero-copy { padding-block: 42px 34px; }
  .product-carousel { min-height: 0; aspect-ratio: 4 / 3; margin-bottom: 24px; }
  .product-carousel-arrow { width: 46px; height: 52px; }
  .product-carousel figcaption { padding: 11px 13px; font-size: 9px; }
  .marble-category-grid img { max-height: 450px; }
  .direction-card, .catalog-panel { min-height: 510px; }
  .proof-copy { grid-template-columns: 1fr; }
  .order-grid { grid-template-columns: 1fr; }
  .order-step { min-height: auto; padding: 28px 0; }
  .order-step + .order-step { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .order-step h3 { margin-top: 30px; }
  .order-note .button, .own-object-note .button { width: 100%; }
  .contact-strip-grid { grid-template-columns: 1fr; align-items: start; }
  .contact-strip .button { width: 100%; }
  .page-hero { min-height: 500px; }
  .page-hero h1 { font-size: 50px; }
  .texture-catalog { grid-template-columns: 1fr; }
  .marble-gallery { grid-template-columns: 1fr; }
  .marble-gallery figure:first-child { grid-column: span 1; min-height: 420px; }
  .marble-gallery figure { min-height: 360px; }
  .journey-grid, .journey-grid-five, .segment-grid, .partner-grid { grid-template-columns: 1fr; }
  .journey-step, .journey-grid-five .journey-step, .segment-card, .partner-card { min-height: auto; }
  .journey-step h3, .segment-card h3, .partner-card h3 { margin-top: 28px; }
  .specs, .form-grid { grid-template-columns: 1fr; }
  .product-media { min-height: 420px; }
  .contact-layout { grid-template-columns: 1fr; }
  .inquiry-form { padding: 22px 16px; }
  .inquiry-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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