:root {
  --ink: #151515; --paper: #f4f1ea; --white: #fff; --line: rgba(21, 21, 21, .16);
  --accent: #b9502f; --accent-soft: #d86b45; --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, "Helvetica Neue", Helvetica, sans-serif; --page: min(92vw, 1380px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; pointer-events: none; }
.progress span { display: block; width: 100%; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
.site-header { width: var(--page); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 50; }
.brand { display: inline-flex; align-items: center; width: 148px; height: 62px; overflow: hidden; }
.brand img { width: 155px; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); font-size: .86rem; }
.main-nav > a:not(.nav-buy) { position: relative; }
.main-nav > a:not(.nav-buy)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: currentColor; transition: right .3s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-buy { color: var(--white); background: var(--ink); padding: 13px 18px; display: inline-flex; gap: 18px; transition: background .3s, transform .3s; }
.nav-buy:hover { background: var(--accent); transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; }
.menu-button span { display: block; width: 100%; height: 1px; background: var(--ink); margin: 7px 0; transition: transform .3s; }
.hero { width: var(--page); min-height: calc(100vh - 92px); margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; }
.hero-copy { padding: clamp(70px, 9vw, 138px) 5vw 58px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 24px; font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2 { margin: 0; font-size: clamp(4rem, 7.2vw, 7.8rem); line-height: .87; letter-spacing: -.065em; font-weight: 700; }
.hero h1 em, .section h2 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.hero-intro { max-width: 480px; margin: 34px 0; color: #55514b; font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 25px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 17px 22px; font-size: .86rem; font-weight: 700; transition: transform .3s, background .3s, color .3s; }
.button:hover { transform: translateY(-3px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--accent); }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: .86rem; font-weight: 700; }
.text-link span { margin-left: 12px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: clamp(60px, 8vw, 110px); }
.hero-stats div { border-top: 1px solid var(--line); padding-top: 12px; }
.hero-stats strong { display: block; font-size: 1.2rem; }
.hero-stats span { display: block; margin-top: 4px; color: #6e6962; font-size: .72rem; }
.hero-visual { background: #e5e0d6; min-width: 0; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: background .35s; }
.visual-label { position: absolute; left: 30px; top: 26px; z-index: 3; display: flex; gap: 14px; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.visual-label span { color: var(--accent); font-weight: 700; }
.hero-image-wrap { position: relative; width: 92%; aspect-ratio: 1/1; display: grid; place-items: center; }
.hero-image { width: 92%; position: relative; z-index: 2; filter: drop-shadow(0 34px 27px rgba(40, 29, 20, .14)); transition: opacity .25s ease, transform .25s ease; }
.hero-image.is-changing { opacity: 0; transform: scale(.96) translateY(12px); }
.orbit { position: absolute; border: 1px solid rgba(21, 21, 21, .12); border-radius: 50%; }
.orbit-one { width: 75%; height: 75%; animation: orbit 16s linear infinite; }
.orbit-two { width: 52%; height: 95%; animation: orbit 22s linear reverse infinite; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); left: 48%; top: -4px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.color-control { position: absolute; left: 30px; right: 30px; bottom: 26px; z-index: 4; display: flex; justify-content: space-between; align-items: end; }
.color-control p { margin: 0; display: flex; flex-direction: column; text-transform: uppercase; }
.color-control p span { font-size: .62rem; letter-spacing: .16em; color: #6e6962; }
.color-control p strong { font-size: .92rem; }
.swatches { display: flex; gap: 8px; }
.swatch { width: 31px; height: 31px; padding: 0; border: 5px solid transparent; outline: 1px solid transparent; background: var(--swatch); background-clip: padding-box; border-radius: 50%; cursor: pointer; transition: transform .25s, outline .25s; }
.swatch:hover { transform: scale(1.12); }
.swatch.is-active { outline-color: var(--ink); transform: scale(1.08); }
.ticker { background: var(--ink); color: var(--white); overflow: hidden; padding: 17px 0; }
.ticker-track { display: flex; width: max-content; align-items: center; animation: ticker 28s linear infinite; }
.ticker span { font-family: var(--serif); font-size: 1.1rem; font-style: italic; }
.ticker i { color: var(--accent-soft); font-style: normal; margin: 0 34px; }
@keyframes ticker { to { transform: translateX(-50%); } }
.section { width: var(--page); margin: 0 auto; padding: clamp(92px, 11vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: .55fr 1.2fr .75fr; align-items: end; gap: 4vw; margin-bottom: 74px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { font-size: clamp(3.6rem, 6.8vw, 7.1rem); }
.section-heading > p:last-child { color: #5e5952; max-width: 360px; margin: 0 0 5px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.feature { min-height: 640px; position: relative; overflow: hidden; background: #e9e5dc; display: flex; flex-direction: column; }
.feature-large { grid-row: span 2; min-height: 900px; }
.feature-dark { background: var(--ink); color: var(--white); min-height: 440px; }
.feature-texture { min-height: 440px; }
.feature-copy { padding: clamp(24px, 3.3vw, 52px); position: relative; z-index: 2; }
.feature-copy > span { font-size: .7rem; color: var(--accent); font-weight: 700; }
.feature-copy h3 { font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.04em; line-height: 1; margin: 18px 0; }
.feature-copy p { color: #625d56; max-width: 390px; line-height: 1.65; }
.feature-dark .feature-copy p { color: #aaa49c; }
.detail-image { width: 100%; height: 100%; object-fit: contain; margin-top: auto; }
.feature-large .detail-image { height: 66%; }
.feature-dark .detail-image { position: absolute; right: -2%; bottom: -25%; width: 68%; height: 100%; object-fit: contain; }
.feature-texture > img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.feature-texture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 72%); }
.overlay-copy { margin-top: auto; color: var(--white); }
.overlay-copy p { color: #e8e3dc; }
.colors-section { border-top: 1px solid var(--line); }
.colors-intro { display: flex; justify-content: space-between; gap: 40px; align-items: start; margin-bottom: 72px; }
.colors-intro h2 { text-align: right; font-size: clamp(3.6rem, 7vw, 7rem); }
.color-cards { display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px; align-items: start; }
.color-card { grid-column: span 2; min-width: 0; padding: 16px; position: relative; overflow: hidden; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.color-card:hover { transform: translateY(-12px); }
.black-card { background: #292929; color: #fff; }
.grey-card { background: #d7d3cc; }
.orange-card { background: #bc5837; color: #fff; }
.pink-card { background: #e7b4bd; }
.purple-card { background: #6b586b; color: #fff; }
.card-top { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; position: relative; z-index: 2; }
.color-card img { width: 120%; max-width: none; margin: 15px -10% 0; transition: transform .55s cubic-bezier(.2,.8,.2,1); mix-blend-mode: multiply; }
.black-card img, .purple-card img { mix-blend-mode: normal; }
.color-card:hover img { transform: scale(1.07) rotate(-1deg); }
.color-card a { display: flex; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 12px; font-size: .76rem; font-weight: 700; }
.gallery-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; }
.gallery-copy h2 { font-size: clamp(3.4rem, 6vw, 6rem); }
.gallery-copy > p:not(.eyebrow) { color: #625d56; max-width: 430px; margin: 28px 0 42px; }
.gallery-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.gallery-button { background: transparent; border: 1px solid var(--line); padding: 11px 15px; cursor: pointer; font-size: .76rem; transition: color .25s, background .25s; }
.gallery-button:hover, .gallery-button.is-active { color: white; background: var(--ink); }
.gallery-stage { background: #e5e0d6; position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; }
.gallery-stage::before { content: ""; position: absolute; width: 65%; aspect-ratio: 1; border: 1px solid rgba(21,21,21,.12); border-radius: 50%; }
.gallery-image { width: 88%; position: relative; z-index: 1; transition: opacity .22s, transform .22s; }
.gallery-image.is-changing { opacity: 0; transform: translateY(10px); }
.gallery-stage > p { position: absolute; bottom: 16px; right: 20px; font-size: .72rem; letter-spacing: .1em; }
.spec-section { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.spec-visual { background: #ddd8cf; overflow: hidden; }
.spec-visual img { width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .8s ease; }
.spec-visual:hover img { transform: scale(1.025); }
.spec-content h2 { font-size: clamp(3.6rem, 6vw, 6.8rem); }
.spec-list { margin: 52px 0 0; }
.spec-list div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; border-top: 1px solid var(--line); padding: 17px 0; }
.spec-list dt { color: #777169; font-size: .78rem; }
.spec-list dd { margin: 0; font-weight: 700; }
.final-cta { width: 100%; max-width: none; padding-left: max(4vw, calc((100vw - 1380px) / 2)); padding-right: max(4vw, calc((100vw - 1380px) / 2)); background: var(--accent); color: var(--white); display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.final-cta h2 { font-size: clamp(4rem, 8vw, 8rem); }
.final-cta h2 em { color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); margin-bottom: 12px; white-space: nowrap; }
.button-light:hover { background: var(--ink); color: var(--white); }
footer { width: var(--page); margin: 0 auto; min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 40px; font-size: .78rem; }
.footer-brand { width: 132px; }
footer p { color: #6e6962; }
.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease var(--delay, 0s), transform .8s cubic-bezier(.2,.75,.2,1) var(--delay, 0s); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; } .hero-copy { padding-right: 0; min-height: 680px; } .hero-visual { min-height: 670px; }
  .section-heading { grid-template-columns: 1fr 1fr; } .section-heading > .eyebrow { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: 1fr 1fr; } .feature-large { grid-column: 1 / -1; min-height: 720px; }
  .color-cards { grid-template-columns: repeat(6, 1fr); } .color-card { grid-column: span 2; } .pink-card { grid-column: 2 / span 2; }
  .gallery-section { grid-template-columns: 1fr; } .gallery-stage { min-height: 600px; }
}
@media (max-width: 720px) {
  :root { --page: min(90vw, 600px); } .site-header { height: 76px; } .brand { width: 116px; height: 54px; } .brand img { width: 122px; }
  .menu-button { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; background: var(--paper); flex-direction: column; align-items: flex-start; justify-content: center; padding: 10vw; gap: 28px; transform: translateX(100%); transition: transform .45s cubic-bezier(.2,.8,.2,1); font-family: var(--serif); font-size: 2.3rem; }
  .main-nav.is-open { transform: translateX(0); } .nav-buy { font-family: var(--sans); font-size: .9rem; }
  .menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); } .menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; } .hero-copy { min-height: auto; padding: 68px 0 54px; } .hero h1 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .hero-intro { margin: 26px 0; } .hero-actions { align-items: flex-start; flex-direction: column; } .hero-stats { padding-top: 58px; gap: 8px; } .hero-stats span { font-size: .62rem; }
  .hero-visual { min-height: 520px; margin: 0 -5vw; } .hero-image-wrap { width: 110%; } .color-control, .visual-label { left: 5vw; right: 5vw; }
  .section { padding: 92px 0; } .section-heading { display: block; } .section-heading h2 { font-size: clamp(3.5rem, 15vw, 5rem); margin-bottom: 28px; }
  .feature-grid { grid-template-columns: 1fr; } .feature, .feature-large, .feature-dark, .feature-texture { grid-column: auto; min-height: 550px; } .feature-dark .detail-image { width: 86%; bottom: -17%; }
  .colors-intro { display: block; } .colors-intro h2 { text-align: left; font-size: clamp(3.5rem, 15vw, 5rem); }
  .color-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -5vw; padding-right: 5vw; scrollbar-width: none; }
  .color-card { flex: 0 0 77vw; scroll-snap-align: start; min-height: 440px; display: flex; flex-direction: column; } .color-card img { margin-top: auto; margin-bottom: auto; }
  .gallery-stage { min-height: 430px; } .gallery-image { width: 95%; } .spec-section { grid-template-columns: 1fr; } .spec-content h2 { font-size: clamp(3.5rem, 15vw, 5rem); }
  .final-cta { display: block; padding-left: 5vw; padding-right: 5vw; } .final-cta h2 { font-size: clamp(4rem, 18vw, 6rem); } .button-light { margin-top: 45px; white-space: normal; }
  footer { flex-wrap: wrap; padding: 40px 0; } footer p { order: 3; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
