:root { --ink: #172421; --paper: #f0ede5; --clay: #b95d3e; --mist: #d8ded5; --line: rgba(23, 36, 33, .22); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin: 0; }
.kicker { font: 11px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.kicker::before { content: "— "; color: var(--clay); }
.topbar { position: fixed; z-index: 20; top: 0; right: 0; left: 0; height: 84px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.24); transition: background .3s, color .3s, height .3s; }
.topbar.is-scrolled { height: 68px; color: var(--ink); background: rgba(240, 237, 229, .95); backdrop-filter: blur(12px); border-color: var(--line); }
.wordmark { display: inline-flex; width: max-content; align-items: center; gap: 9px; font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.15; }
.wordmark b { font-weight: 400; }
.wordmark-symbol { width: 27px; height: 29px; display: grid; place-items: center; border: 1px solid currentColor; font: 16px/1 "Playfair Display", serif; }
.main-nav { display: flex; align-self: stretch; gap: 31px; align-items: center; font-size: 12px; font-weight: 600; }
.main-nav a { position: relative; padding: 4px 0; opacity: .72; transition: opacity .2s; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-contact { justify-self: end; display: flex; gap: 15px; align-items: center; font-size: 12px; font-weight: 700; }
.nav-contact b { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; transition: transform .25s, background .25s; }
.nav-contact:hover b { transform: rotate(45deg); color: var(--ink); background: #fff; }
.menu-button { display: none; }
.hero { min-height: 760px; height: 100vh; position: relative; overflow: hidden; color: #fff; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; transform: scale(1.04); animation: settle-image 1.4s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(10,18,16,.72), rgba(10,18,16,.18) 65%, rgba(10,18,16,.05)); }
.hero-copy { position: relative; z-index: 1; width: min(650px, 84vw); padding: 190px 0 0 12vw; }
.hero-copy .kicker { margin-bottom: 28px; }
.hero h1, h2 { font: 500 clamp(48px, 6.9vw, 105px)/.95 "Playfair Display", serif; letter-spacing: -.06em; }
h2 { font-size: clamp(40px, 5vw, 76px); line-height: 1; }
em { font-weight: 500; color: var(--clay); }
.hero h1 em { color: #e6c08d; }
.hero-description { max-width: 365px; margin: 29px 0 37px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.84); }
.round-link { display: inline-flex; align-items: center; gap: 23px; font-size: 12px; font-weight: 700; }
.round-link span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; transition: background .25s, color .25s, transform .25s; }
.round-link:hover span { color: var(--ink); background: #fff; transform: translateY(4px); }
.hero-caption { position: absolute; z-index: 1; right: 5vw; bottom: 35px; left: 5vw; display: flex; justify-content: space-between; font: 10px "DM Mono", monospace; letter-spacing: .06em; }
.hero-scroll { position: absolute; z-index: 2; bottom: 86px; left: 5vw; display: flex; gap: 9px; align-items: center; font: 9px "DM Mono", monospace; letter-spacing: .1em; transform: rotate(-90deg); transform-origin: left center; }
.hero-scroll i { width: 44px; height: 1px; display: block; background: currentColor; }
.statement { padding: 145px 11vw 0; }
.statement-grid { display: grid; grid-template-columns: 1.4fr .7fr; gap: 12vw; margin-top: 31px; }
.statement-text { align-self: end; }
.statement-text p, .project-copy > p:not(.kicker) { font-size: 16px; line-height: 1.8; color: #52605a; }
.underlined-link { display: inline-block; margin-top: 29px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.underlined-link span { margin-left: 17px; font-size: 17px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 33px; margin-top: 135px; padding: 26px 0 37px; border-top: 1px solid var(--line); }
.benefits article { padding-right: 25px; border-right: 1px solid var(--line); }
.benefits article:last-child { border: 0; }
.benefits span { font: 10px "DM Mono", monospace; color: var(--clay); }
.benefits h3 { margin: 46px 0 12px; font: 500 21px "Playfair Display", serif; }
.benefits p { max-width: 250px; font-size: 13px; line-height: 1.65; color: #647069; }
.range { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: 130px 8vw 130px 11vw; color: #fff; background: var(--ink); }
.range-heading { position: sticky; top: 115px; align-self: start; }
.range h2 { margin-top: 26px; }
.range h2 em { color: #dfe8ae; }
.light-link { color: #fff; }
.range-list { display: grid; gap: 20px; }
.range-card { position: relative; height: 315px; overflow: hidden; }
.range-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .6s ease, filter .6s ease; }
.range-card:hover img { transform: scale(1.06); filter: saturate(1); }
.range-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.64)); }
.range-card div { position: absolute; z-index: 1; right: 25px; bottom: 22px; left: 25px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; }
.range-card span { font: 10px "DM Mono", monospace; }.range-card h3 { font: 500 25px "Playfair Display", serif; }.range-card b { font-size: 20px; }
.feature-project { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 730px; }
.project-image { position: relative; min-height: 520px; overflow: hidden; }.project-image img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.project-image p { position: absolute; right: 25px; bottom: 25px; left: 25px; color: #fff; font: 10px "DM Mono", monospace; letter-spacing: .08em; }.project-image p span { color: #e6c08d; }
.project-copy { align-self: center; padding: 80px 10vw; }.project-copy h2 { margin: 27px 0 30px; }.circle-arrow { display: grid; width: 54px; height: 54px; margin-top: 37px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 23px; transition: background .25s, color .25s, transform .25s; }.circle-arrow:hover { color: #fff; background: var(--ink); transform: rotate(45deg); }
.numbers { padding: 100px 11vw; background: var(--mist); }.number-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }.number-grid div { display: grid; gap: 8px; padding-left: 29px; border-left: 1px solid var(--line); }.number-grid div:first-child { padding-left: 0; border: 0; }.number-grid strong { font: 500 clamp(48px, 6vw, 88px)/1 "Playfair Display", serif; letter-spacing: -.07em; }.number-grid sup { font: 22px "DM Sans", sans-serif; color: var(--clay); }.number-grid span { font-size: 12px; color: #56645d; }
.contact-panel { display: flex; flex-direction: column; align-items: center; padding: 140px 20px; text-align: center; background: #c87556; color: #fff; }.contact-panel .kicker { color: #ffe1b8; }.contact-panel .kicker::before { color: inherit; }.contact-panel h2 { margin: 25px 0 37px; }.contact-panel h2 em { color: #fff0d2; }.contact-button { padding: 16px 20px; color: var(--ink); background: var(--paper); font-size: 12px; font-weight: 700; transition: transform .25s; }.contact-button:hover { transform: translateY(-4px); }.contact-button span { margin-left: 24px; font-size: 18px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 38px 5vw; background: var(--ink); color: #fff; } footer p, footer div { font-size: 11px; color: #aebbb3; } footer div { display: flex; gap: 20px; }
.about-topbar { color: var(--ink); background: rgba(240, 237, 229, .95); border-color: var(--line); }
.about-hero { min-height: 760px; display: grid; grid-template-columns: 1fr .9fr; gap: 6vw; align-items: center; padding: 140px 8vw 90px 11vw; overflow: hidden; background: radial-gradient(circle at 82% 20%, rgba(185, 93, 62, .25), transparent 28%), linear-gradient(135deg, var(--paper), #d9ded2); }
.about-hero-copy h1 { font: 500 clamp(54px, 7vw, 104px)/.95 "Playfair Display", serif; letter-spacing: -.06em; margin: 26px 0 30px; }.about-hero-copy p:last-child { max-width: 520px; font-size: 17px; line-height: 1.8; color: #51605a; }
.about-hero-visual { min-height: 470px; display: grid; place-items: center; perspective: 1200px; }.window-frame { position: relative; width: min(430px, 78vw); aspect-ratio: 1 / 1.18; border: 17px solid var(--ink); background: linear-gradient(135deg, #eff6f2, #aac5bd); box-shadow: 0 35px 80px rgba(23,36,33,.22); overflow: hidden; transform: rotate(-2deg); }.window-frame::before, .window-frame::after { content: ""; position: absolute; background: var(--ink); z-index: 3; }.window-frame::before { top: 0; bottom: 0; left: calc(50% - 5px); width: 10px; }.window-frame::after { top: calc(50% - 5px); right: 0; left: 0; height: 10px; }.window-pane { position: absolute; inset: 0; width: 50%; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.4); transform-origin: left center; z-index: 2; animation: open-pane 3.6s cubic-bezier(.2,.8,.2,1) infinite alternate; }.pane-right { right: 0; left: auto; transform-origin: right center; animation-name: open-pane-right; }.window-glow { position: absolute; inset: 17%; border-radius: 50%; background: radial-gradient(circle, rgba(255,225,184,.9), rgba(255,225,184,0) 60%); filter: blur(6px); animation: glow-pulse 2.8s ease-in-out infinite; }
.story-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 7vw; align-items: center; padding: 125px 10vw; }.story-image { position: relative; min-height: 540px; overflow: hidden; }.story-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }.story-image:hover img { transform: scale(1.05); }.story-image p { position: absolute; right: 24px; bottom: 24px; left: 24px; color: #fff; font: 11px "DM Mono", monospace; letter-spacing: .08em; }.story-copy h2 { margin: 25px 0 28px; }.story-copy p:not(.kicker) { margin-top: 18px; font-size: 16px; line-height: 1.85; color: #52605a; }
.beliefs { padding: 125px 8vw 135px 11vw; color: #fff; background: var(--ink); }.belief-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5vw; align-items: end; margin-bottom: 58px; }.belief-heading em { color: #dfe8ae; }.belief-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }.belief-grid article { min-height: 310px; padding: 34px; background: var(--ink); }.belief-grid span { font: 11px "DM Mono", monospace; color: #e6c08d; }.belief-grid h3 { margin: 82px 0 16px; font: 500 27px "Playfair Display", serif; }.belief-grid p { font-size: 14px; line-height: 1.75; color: #c5d0c9; }
.about-numbers { padding: 105px 11vw; background: var(--mist); }
.difference { display: grid; grid-template-columns: .9fr 1fr; gap: 8vw; padding: 130px 11vw; }.difference-list { display: grid; gap: 24px; }.difference-list article { display: grid; grid-template-columns: 45px 1fr; gap: 22px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }.difference-list span { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid var(--clay); border-radius: 50%; color: var(--clay); }.difference-list h3 { margin-bottom: 9px; font: 600 18px "DM Sans", sans-serif; }.difference-list p { font-size: 14px; line-height: 1.75; color: #5c6a64; }
.products-hero { min-height: 760px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 6vw; align-items: center; padding: 140px 8vw 95px 11vw; background: linear-gradient(135deg, #e8e4d9, var(--mist)); overflow: hidden; }.products-hero-copy h1 { font: 500 clamp(52px, 7vw, 104px)/.95 "Playfair Display", serif; letter-spacing: -.06em; margin: 26px 0 30px; }.products-hero-copy p:last-child { max-width: 540px; font-size: 17px; line-height: 1.8; color: #51605a; }.product-showcase { position: relative; min-height: 520px; overflow: hidden; border-radius: 42% 42% 0 0; box-shadow: 0 34px 80px rgba(23,36,33,.22); }.product-showcase img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: product-drift 6s ease-in-out infinite alternate; }.showcase-label { position: absolute; right: 24px; bottom: 24px; left: 24px; padding: 14px 18px; color: #fff; background: rgba(23,36,33,.76); font: 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-directory { padding: 120px 11vw; }.directory-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; margin-bottom: 46px; }.directory-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.directory-grid article { min-height: 275px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }.directory-grid article:hover { background: #fff8ec; transform: translateY(-6px); }.directory-grid span { font: 11px "DM Mono", monospace; color: var(--clay); }.directory-grid h3 { margin: 70px 0 15px; font: 500 25px "Playfair Display", serif; }.directory-grid p { font-size: 14px; line-height: 1.7; color: #5c6a64; }
.product-gallery { padding: 125px 8vw 135px 11vw; color: #fff; background: var(--ink); }.gallery-intro { margin-bottom: 55px; }.gallery-intro em { color: #dfe8ae; }.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 265px; gap: 18px; }.product-tile { position: relative; overflow: hidden; color: #fff; background: #000; }.product-tile.tall { grid-row: span 2; grid-column: span 2; }.product-tile.wide { grid-column: span 2; }.product-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .7s ease, opacity .7s ease; }.product-tile:hover img { transform: scale(1.07); opacity: .94; }.product-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.72)); }.product-tile div { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; }.product-tile span { font: 10px "DM Mono", monospace; letter-spacing: .08em; color: #e6c08d; text-transform: uppercase; }.product-tile h3 { margin: 10px 0 8px; font: 500 28px "Playfair Display", serif; }.product-tile p { max-width: 420px; font-size: 14px; line-height: 1.6; color: #dce5df; }
.performance-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); }.performance-strip div { min-height: 245px; padding: 36px 28px; background: var(--mist); }.performance-strip span { font-size: 34px; }.performance-strip h3 { margin: 45px 0 12px; font: 500 23px "Playfair Display", serif; }.performance-strip p { font-size: 14px; line-height: 1.7; color: #5c6a64; }
.selection-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; padding: 125px 11vw; }.selection-steps { display: grid; gap: 18px; }.selection-steps article { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }.selection-steps span { color: var(--clay); font: 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.selection-steps p { font-size: 15px; line-height: 1.75; color: #52605a; }
.contact-hero { min-height: 740px; display: grid; grid-template-columns: 1fr .85fr; gap: 7vw; align-items: center; padding: 140px 10vw 95px 11vw; background: radial-gradient(circle at 84% 30%, rgba(200,117,86,.24), transparent 30%), linear-gradient(135deg, var(--paper), #dde4d7); }.contact-hero-copy h1 { font: 500 clamp(52px, 7vw, 104px)/.95 "Playfair Display", serif; letter-spacing: -.06em; margin: 26px 0 30px; }.contact-hero-copy p:last-child { max-width: 530px; font-size: 17px; line-height: 1.8; color: #51605a; }.contact-card-stack { display: grid; gap: 18px; transform: rotate(-2deg); }.contact-mini-card { display: grid; gap: 11px; padding: 28px; color: var(--ink); background: rgba(255,255,255,.62); border: 1px solid rgba(23,36,33,.14); box-shadow: 0 20px 50px rgba(23,36,33,.12); backdrop-filter: blur(12px); transition: transform .25s, background .25s; }.contact-mini-card:nth-child(2) { transform: translateX(34px); }.contact-mini-card:nth-child(3) { transform: translateX(-18px); }.contact-mini-card:hover { transform: translateY(-8px) rotate(1deg); background: #fff8ec; }.contact-mini-card span { color: var(--clay); font: 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.contact-mini-card strong { font: 500 clamp(22px, 2.8vw, 34px)/1.1 "Playfair Display", serif; }.contact-mini-card.primary { color: #fff; background: var(--ink); }
.contact-actions { padding: 120px 9vw 130px 11vw; }.contact-actions-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; margin-bottom: 50px; }.contact-action-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.contact-action { min-height: 245px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; overflow: hidden; position: relative; transition: transform .25s, box-shadow .25s; }.contact-action::before { content: ""; position: absolute; inset: -45% -15% auto auto; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.22); transition: transform .35s; }.contact-action:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(23,36,33,.18); }.contact-action:hover::before { transform: scale(1.35); }.contact-action span { font-size: 34px; position: relative; }.contact-action h3, .contact-action p { position: relative; }.contact-action h3 { margin: 42px 0 10px; font: 500 28px "Playfair Display", serif; }.contact-action p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,.84); }.gmail { background: linear-gradient(135deg, #b95d3e, #e6a340); }.whatsapp-action { background: linear-gradient(135deg, #1c8f55, #35c77b); }.call-action { background: linear-gradient(135deg, #172421, #50756b); }.instagram-action { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }.facebook-action { background: linear-gradient(135deg, #124b99, #1877f2); }.telegram-action { background: linear-gradient(135deg, #0074a8, #34b7f1); }
.factory-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: stretch; padding: 120px 11vw; background: var(--mist); }.factory-map { min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; color: #fff; background: linear-gradient(rgba(23,36,33,.15), rgba(23,36,33,.74)), url("https://images.unsplash.com/photo-1587474260584-136574528ed5?auto=format&fit=crop&w=1100&q=85") center/cover; }.factory-map span { margin-bottom: 18px; color: #e6c08d; font: 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }.factory-details { display: grid; background: rgba(255,255,255,.38); border-top: 1px solid var(--line); }.factory-details article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }.factory-details span { color: var(--clay); font: 11px "DM Mono", monospace; }.factory-details h3 { margin-bottom: 9px; font: 500 24px "Playfair Display", serif; }.factory-details p { font-size: 15px; line-height: 1.75; color: #52605a; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; } [data-reveal].is-visible { opacity: 1; transform: none; } @keyframes settle-image { to { transform: scale(1); } }
@keyframes open-pane { 0%, 28% { transform: rotateY(0); } 100% { transform: rotateY(-34deg); } } @keyframes open-pane-right { 0%, 28% { transform: rotateY(0); } 100% { transform: rotateY(34deg); } } @keyframes glow-pulse { 50% { opacity: .58; transform: scale(1.08); } }
@keyframes product-drift { from { transform: scale(1.02) translateX(-10px); } to { transform: scale(1.08) translateX(12px); } }
@media (max-width: 800px) { .topbar { height: 64px; padding: 0 22px; grid-template-columns: 1fr auto; }.topbar.is-scrolled { height: 60px; }.menu-button { z-index: 2; width: 36px; height: 36px; display: grid; gap: 6px; place-content: center; border: 0; background: transparent; color: currentColor; }.menu-button span { width: 21px; height: 1px; display: block; background: currentColor; transition: transform .25s; }.menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.main-nav { position: absolute; top: 64px; right: 14px; left: 14px; display: none; padding: 14px 20px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); box-shadow: 0 14px 25px rgba(0,0,0,.12); }.main-nav.open { display: grid; gap: 15px; }.nav-contact { display: none; }.hero { min-height: 670px; height: 94vh; }.hero-copy { padding: 145px 0 0 30px; }.hero h1 { font-size: clamp(57px, 16vw, 80px); }.hero-scroll { display: none; }.statement { padding: 85px 30px 0; }.statement-grid, .feature-project, .story-section, .belief-heading, .difference, .products-hero, .directory-heading, .selection-panel, .contact-hero, .contact-actions-heading, .factory-section { grid-template-columns: 1fr; gap: 35px; }.benefits { grid-template-columns: 1fr; gap: 28px; margin-top: 75px; }.benefits article { padding: 0 0 22px; border-right: 0; border-bottom: 1px solid var(--line); }.benefits h3 { margin-top: 20px; }.range { grid-template-columns: 1fr; padding: 82px 20px; }.range-heading { position: static; }.range-card { height: 280px; }.project-image { min-height: 400px; }.project-copy { padding: 75px 30px; }.numbers, .about-numbers { padding: 72px 30px; }.number-grid, .belief-grid, .directory-grid, .performance-strip, .contact-action-grid { grid-template-columns: 1fr; gap: 25px; }.number-grid div { padding: 0; border: 0; }.about-hero, .products-hero, .contact-hero { min-height: auto; grid-template-columns: 1fr; padding: 110px 28px 76px; }.about-hero-visual { min-height: 350px; }.product-showcase { min-height: 360px; border-radius: 32% 32% 0 0; }.contact-card-stack, .contact-mini-card:nth-child(2), .contact-mini-card:nth-child(3) { transform: none; }.story-section, .beliefs, .difference, .product-directory, .product-gallery, .selection-panel, .contact-actions, .factory-section { padding: 82px 28px; }.belief-grid { background: transparent; }.belief-grid article { min-height: auto; padding: 28px; }.belief-grid h3 { margin-top: 40px; }.story-image { min-height: 360px; }.gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; }.product-tile.tall, .product-tile.wide { grid-column: auto; grid-row: auto; }.selection-steps article, .factory-details article { grid-template-columns: 1fr; gap: 10px; }.factory-map { min-height: 340px; }.contact-panel { padding: 95px 25px; } footer { align-items: flex-start; flex-direction: column; padding: 34px 25px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } [data-reveal] { opacity: 1; transform: none; } }