:root {
  --ink: #18201b;
  --charcoal: #20231f;
  --forest: #25452f;
  --sage: #748372;
  --mist: #e7e9e1;
  --stone: #d9d0c3;
  --paper: #f5f2eb;
  --white: #fffefa;
  --line: rgba(24, 32, 27, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--forest); color: var(--white); }

.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; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--forest); }
.eyebrow-light { color: rgba(255,255,250,.76); }
.eyebrow i { width: 18px; height: 1px; background: currentColor; }
.button { min-height: 50px; padding: 0 24px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .3s ease, background .3s ease, color .3s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--forest); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--mist); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.35); }
.button-outline-light:hover { background: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 32px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link.light { color: var(--white); }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--white); }
.announcement { height: 42px; position: relative; overflow: hidden; display: flex; align-items: center; color: rgba(255,255,255,.76); background: #101410; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.announcement::before, .announcement::after { content: ""; width: 7vw; position: absolute; z-index: 2; top: 0; bottom: 0; pointer-events: none; }
.announcement::before { left: 0; background: linear-gradient(90deg, #101410 12%, transparent); }
.announcement::after { right: 0; background: linear-gradient(-90deg, #101410 12%, transparent); }
.announcement-track { width: max-content; display: flex; flex: none; will-change: transform; animation: announcementMove 30s linear infinite; }
.announcement-group { display: flex; flex: none; align-items: center; gap: 28px; padding-right: 28px; white-space: nowrap; }
.announcement-pair { display: inline-flex; align-items: center; gap: 28px; }
.announcement-group a { display: inline-flex; align-items: center; gap: 9px; transition: color .2s; }
.announcement-group a:hover { color: var(--white); }
.announcement-group i { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); font-size: 10px; font-style: normal; }
.announcement-group b { color: #a7b69d; font-size: 8px; font-weight: 400; }
.announcement-tag { color: rgba(255,255,255,.52); }
@keyframes announcementMove { to { transform: translateX(-50%); } }
.nav-shell { height: 82px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand img { width: 176px; height: 58px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 46px); }
.main-nav > a:not(.button) { position: relative; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--forest); transition: right .25s ease; }
.main-nav > a:not(.button):hover::after { right: 0; }
.nav-quote { min-height: 44px; padding-inline: 20px; gap: 18px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 11px 7px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: var(--ink); margin: 7px 0; }

/* Home hero */
.hero { position: relative; min-height: calc(100svh - 124px); height: 760px; overflow: hidden; color: var(--white); background: var(--charcoal); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(17,21,18,.9) 0%, rgba(17,21,18,.68) 34%, rgba(17,21,18,.06) 72%), linear-gradient(0deg, rgba(17,21,18,.35), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(650px, 62vw); padding: clamp(100px, 14vh, 150px) 0 90px 7vw; animation: rise .9s cubic-bezier(.2,.8,.2,1) both; }
.hero-content h1 { margin: 24px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(68px, 8.2vw, 124px); font-weight: 400; line-height: .82; letter-spacing: -.06em; }
.hero-content p { max-width: 480px; margin: 0 0 36px; color: rgba(255,255,255,.77); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.hero-index { position: absolute; z-index: 2; top: 48px; left: 7vw; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.52); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero-index i { width: 42px; height: 1px; background: rgba(255,255,255,.35); }
.scroll-hint { position: absolute; z-index: 2; right: 3.5vw; bottom: 48px; display: flex; flex-direction: column; align-items: center; gap: 14px; color: rgba(255,255,255,.7); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-hint i { width: 1px; height: 54px; background: rgba(255,255,255,.4); animation: pulseLine 1.8s ease-in-out infinite; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulseLine { 50% { transform: scaleY(.5); opacity: .35; } }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--white); }
.ticker div { min-width: max-content; height: 58px; display: flex; align-items: center; gap: 34px; padding-left: 2vw; animation: tickerMove 24s linear infinite; }
.ticker span { font-family: Georgia, serif; font-size: 15px; font-style: italic; }
.ticker i { color: var(--sage); font-style: normal; }
@keyframes tickerMove { to { transform: translateX(-18%); } }

.section { padding: 120px 7vw; }
.section-heading h2, .material-copy h2, .range-section h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 5.3vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
em { color: var(--sage); font-weight: 400; }
.split-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 64px; }
.heading-aside { max-width: 310px; padding-bottom: 8px; }
.heading-aside p { margin: 0 0 26px; color: #616860; line-height: 1.7; }
.featured-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.featured-card { position: relative; min-height: 410px; overflow: hidden; background: #e8e2d9; }
.featured-card.large { grid-row: span 2; min-height: 838px; }
.featured-card:nth-child(4) { grid-column: span 2; }
.featured-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.featured-card:hover img { transform: scale(1.045); }
.featured-card > div { position: absolute; left: 24px; bottom: 22px; padding: 14px 18px; background: rgba(255,254,250,.89); backdrop-filter: blur(10px); }
.featured-card > div span { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--sage); }
.featured-card h3 { max-width: 230px; margin: 6px 0 0; font-size: 14px; }
.featured-card > b { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--white); font-size: 15px; transition: transform .3s; }
.featured-card:hover > b { transform: rotate(45deg); }

.impact-section { min-height: 690px; padding: 110px 7vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; color: var(--white); background: var(--charcoal); position: relative; overflow: hidden; }
.impact-section::after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -100px; top: -180px; box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012); }
.impact-copy h2 { margin: 24px 0; font-family: Georgia, serif; font-size: clamp(50px, 5.5vw, 84px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.impact-copy p { max-width: 560px; margin: 0 0 36px; color: rgba(255,255,255,.67); line-height: 1.8; }
.impact-stats { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.2); }
.impact-stats div { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.impact-stats strong { font-family: Georgia, serif; font-size: clamp(50px, 5vw, 76px); font-weight: 400; }
.impact-stats span { max-width: 150px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.5; text-transform: uppercase; letter-spacing: .08em; }

.categories-section { background: var(--white); }
.centered-heading { max-width: 900px; margin: 0 auto 62px; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { position: relative; overflow: hidden; background: var(--paper); }
.category-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; transition: transform .7s ease; }
.category-card:hover img { transform: scale(1.04); }
.category-card div { padding: 19px 22px; display: flex; justify-content: space-between; align-items: center; background: var(--white); border: 1px solid var(--line); border-top: 0; }
.category-card span { font-family: Georgia, serif; font-size: 21px; }
.category-card b { font-size: 15px; }

.material-story { min-height: 720px; padding: 100px 7vw; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; background: #d8d0c3; }
.material-orbit { width: min(520px, 40vw); aspect-ratio: 1; border: 1px solid rgba(24,32,27,.24); border-radius: 50%; display: grid; place-items: center; position: relative; }
.material-orbit::before, .material-orbit::after { content: ""; position: absolute; border: 1px solid rgba(24,32,27,.14); border-radius: 50%; }
.material-orbit::before { inset: 12%; }
.material-orbit::after { inset: 26%; background: radial-gradient(circle at 40% 30%, #f4eee2, #b8ac9c); box-shadow: 0 30px 70px rgba(35,35,25,.18); }
.corn-core { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.corn-core strong { max-width: 220px; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 76px); line-height: .9; font-weight: 400; text-align: center; }
.corn-core span { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.material-copy p { max-width: 550px; color: #555b54; line-height: 1.8; }
.process-list { margin-top: 36px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.process-list span { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.process-list b { margin-right: 12px; color: var(--forest); }

.cta-panel { min-height: 300px; padding: 74px 7vw; display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--forest); color: var(--white); }
.cta-panel h2 { margin: 15px 0 0; font-family: Georgia, serif; font-size: clamp(40px, 4.4vw, 68px); line-height: 1.05; font-weight: 400; }
.cta-panel.compact { min-height: 240px; }
.cta-panel.compact h2 { font-size: clamp(38px, 4vw, 56px); }

/* Generic inner hero */
.page-hero { min-height: 520px; padding: 110px 7vw 80px; display: flex; align-items: end; color: var(--white); background: var(--charcoal); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 85% 0%, var(--sage), transparent 38%), linear-gradient(120deg, transparent 55%, rgba(255,255,255,.08)); }
.page-hero > div { position: relative; z-index: 1; animation: rise .8s both; }
.page-hero h1 { margin: 22px 0 0; max-width: 980px; font-family: Georgia, serif; font-size: clamp(60px, 7vw, 104px); line-height: .93; letter-spacing: -.055em; font-weight: 400; }
.page-hero p { max-width: 570px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }

/* Product catalog */
.catalog-section { padding-top: 70px; background: var(--white); }
.catalog-intro { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.catalog-intro p { max-width: 520px; margin: 0; color: #626861; line-height: 1.65; }
.catalog-toolbar { margin: 36px 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.search-field { width: min(520px, 100%); height: 52px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border: 1px solid var(--line); background: var(--paper); }
.search-field span { font-size: 21px; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; }
.result-count { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--sage); }
.category-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 38px; }
.category-chips button { height: 38px; padding: 0 15px; border: 1px solid var(--line); border-radius: 99px; background: transparent; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: .25s; }
.category-chips button:hover, .category-chips button.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 14px; }
.product-card { animation: productIn .55s ease both; animation-delay: var(--delay); }
@keyframes productIn { from { opacity: 0; transform: translateY(16px); } }
.product-visual { position: relative; width: 100%; padding: 0; border: 0; overflow: hidden; cursor: pointer; background: var(--paper); }
.product-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .65s ease; }
.product-visual:hover img { transform: scale(1.04); }
.quick-view { position: absolute; left: 12px; right: 12px; bottom: 12px; min-height: 42px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; transform: translateY(70px); background: rgba(255,254,250,.93); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: transform .3s ease; }
.product-visual:hover .quick-view { transform: translateY(0); }
.product-meta { padding: 16px 2px 0; display: flex; justify-content: space-between; gap: 14px; }
.product-meta span { color: var(--sage); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.product-meta h2 { margin: 7px 0 0; font-size: 12px; line-height: 1.4; letter-spacing: .03em; }
.product-meta small { padding-top: 3px; color: #90948e; font-size: 9px; }
.empty-state { padding: 80px 20px; text-align: center; background: var(--paper); }
.empty-state strong { font-family: Georgia, serif; font-size: 28px; }
.empty-state p { color: var(--sage); }
.modal-backdrop { position: fixed; z-index: 100; inset: 0; padding: 32px; display: grid; place-items: center; background: rgba(12,16,13,.75); backdrop-filter: blur(9px); animation: fadeIn .25s both; }
@keyframes fadeIn { from { opacity: 0; } }
.product-modal { width: min(980px, 100%); max-height: calc(100svh - 64px); overflow: auto; display: grid; grid-template-columns: 1fr 1fr; position: relative; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-copy { padding: clamp(40px, 5vw, 74px); display: flex; flex-direction: column; align-items: start; justify-content: center; }
.modal-copy h2 { margin: 18px 0; font-family: Georgia, serif; font-size: clamp(35px, 4vw, 58px); line-height: 1; font-weight: 400; }
.modal-copy p { color: #626861; line-height: 1.75; }
.modal-close { position: absolute; z-index: 2; top: 16px; right: 16px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 23px; cursor: pointer; }
.eco-points { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 28px; }
.eco-points span { padding: 8px 10px; background: var(--mist); color: var(--forest); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

/* About */
.about-lead { display: grid; grid-template-columns: .35fr 1.65fr; gap: 8vw; background: var(--white); }
.about-number { padding-top: 10px; display: flex; align-items: start; gap: 18px; color: var(--sage); font-size: 11px; letter-spacing: .14em; }
.about-number i { width: 80px; height: 1px; margin-top: 8px; background: var(--line); }
.about-copy { max-width: 900px; }
.lead-paragraph { margin: 20px 0 34px; font-family: Georgia, serif; font-size: clamp(30px, 3.1vw, 48px); line-height: 1.32; letter-spacing: -.02em; }
.about-copy > p:last-child { max-width: 680px; color: #5b625a; font-size: 17px; line-height: 1.8; }
.about-visual { height: 680px; position: relative; overflow: hidden; }
.about-visual img { width: 100%; height: 100%; object-fit: cover; }
.about-visual > div { position: absolute; right: 6vw; bottom: 0; width: 260px; min-height: 210px; padding: 32px; display: flex; flex-direction: column; justify-content: end; background: var(--forest); color: var(--white); }
.about-visual strong { font-family: Georgia, serif; font-size: 70px; font-weight: 400; }
.about-visual span { max-width: 160px; color: rgba(255,255,255,.7); line-height: 1.5; }
.range-section { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.range-section > div:last-child > p { margin: 0 0 40px; color: #5b625a; font-size: 17px; line-height: 1.75; }
.range-section ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.range-section li { min-height: 64px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 15px; }
.range-section li span { width: 54px; color: var(--sage); font-size: 10px; letter-spacing: .12em; }
.quality-band { padding: 100px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: #d8d0c3; }
.quality-band > div { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(24,32,27,.15); }
.quality-band > div span { min-height: 120px; padding: 24px; display: flex; align-items: end; background: #d8d0c3; font-family: Georgia, serif; font-size: 21px; }
.quality-band p { margin: 0; align-self: center; color: #4f574f; font-size: 18px; line-height: 1.85; }
.mission-section { min-height: 600px; padding: 110px 12vw; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); background: var(--charcoal); }
.mission-section blockquote { max-width: 1080px; margin: 28px auto 44px; font-family: Georgia, serif; font-size: clamp(38px, 4.7vw, 70px); line-height: 1.16; font-style: italic; font-weight: 400; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--white); }
.contact-info { padding-top: 12px; }
.contact-info h2 { margin: 18px 0; font-family: Georgia, serif; font-size: clamp(46px, 5vw, 72px); font-weight: 400; }
.contact-info > p { color: #60675f; line-height: 1.7; }
.contact-lines { margin-top: 52px; border-top: 1px solid var(--line); }
.contact-lines > * { padding: 22px 0; display: flex; flex-direction: column; gap: 7px; border-bottom: 1px solid var(--line); }
.contact-lines span { color: var(--sage); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact-lines strong { font-size: 15px; font-weight: 600; }
.contact-form { padding: clamp(32px, 5vw, 64px); background: var(--paper); }
.form-heading { margin-bottom: 34px; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: clamp(38px, 4vw, 54px); line-height: 1; font-weight: 400; }
.form-heading p { margin: 0; color: #687068; font-size: 13px; line-height: 1.65; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { margin-bottom: 21px; display: flex; flex-direction: column; gap: 9px; color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(24,32,27,.25); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; transition: border .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-bottom-color: var(--forest); }
.contact-form .consent { flex-direction: row; align-items: start; gap: 10px; color: #717870; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .04em; text-transform: none; }
.consent input { margin-top: 2px; accent-color: var(--forest); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { cursor: wait; opacity: .72; }
.form-status { min-height: 0; margin-top: 16px; padding: 0; font-size: 12px; line-height: 1.6; }
.form-status.success, .form-status.error { min-height: 48px; padding: 14px 16px; border: 1px solid; }
.form-status.success { border-color: rgba(37,69,47,.25); background: rgba(37,69,47,.08); color: var(--forest); }
.form-status.error { border-color: rgba(139,50,42,.25); background: rgba(139,50,42,.07); color: #7a2f29; }
.map-section { min-height: 600px; display: grid; grid-template-columns: .46fr 1fr; background: var(--charcoal); }
.map-copy { padding: 74px 5vw 60px 7vw; display: flex; flex-direction: column; align-items: start; justify-content: center; color: var(--white); }
.map-copy h2 { margin: 20px 0 36px; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 70px); line-height: 1; font-weight: 400; }
.map-section iframe { width: 100%; height: 100%; min-height: 600px; border: 0; filter: grayscale(1) sepia(.15) contrast(.9); }

/* Footer */
.site-footer { padding: 80px 7vw 24px; background: #e9e3d9; color: var(--ink); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .65fr 1fr .9fr; gap: 6vw; padding-bottom: 70px; }
.footer-brand img { width: 205px; height: 74px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 310px; color: #626860; line-height: 1.7; }
.footer-grid h3 { margin: 0 0 24px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--sage); }
.footer-grid > div:not(.footer-brand):not(.footer-cta) a, .footer-grid > div:not(.footer-brand):not(.footer-cta) p { margin: 0 0 14px; display: block; color: #424941; font-size: 13px; line-height: 1.5; }
.footer-cta h3 { max-width: 190px; color: var(--ink); font-family: Georgia, serif; font-size: 25px; line-height: 1.25; letter-spacing: 0; text-transform: none; }
.circle-link { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(24,32,27,.28); border-radius: 50%; background: var(--ink); color: var(--white); font-size: 20px; transition: .3s; }
.circle-link:hover { background: var(--forest); color: var(--white); transform: rotate(45deg); }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(24,32,27,.14); color: #777d76; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-grid { grid-template-columns: 1fr 1fr; }
  .featured-card.large { min-height: 600px; }
  .featured-card:nth-child(4) { grid-column: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-cta { display: none; }
}

@media (max-width: 820px) {
  .nav-shell { height: 72px; }
  .brand img { width: 150px; height: 52px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 114px; left: 0; right: 0; padding: 26px 7vw 34px; display: none; flex-direction: column; align-items: stretch; gap: 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(20,30,20,.08); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { font-family: Georgia, serif; font-size: 25px; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .hero { min-height: 690px; height: calc(100svh - 114px); }
  .hero-media img { object-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(17,21,18,.86), rgba(17,21,18,.18)), linear-gradient(0deg, rgba(17,21,18,.6), transparent 60%); }
  .hero-content { width: 85vw; padding-left: 7vw; padding-top: 160px; }
  .hero-content h1 { font-size: clamp(62px, 17vw, 94px); }
  .scroll-hint { display: none; }
  .section { padding: 84px 6vw; }
  .split-heading { display: block; }
  .heading-aside { margin-top: 28px; }
  .featured-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .featured-card, .featured-card.large { min-width: 78vw; min-height: 530px; grid-row: auto; scroll-snap-align: start; }
  .impact-section, .material-story, .range-section, .quality-band, .contact-layout { grid-template-columns: 1fr; }
  .impact-section { gap: 60px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .material-orbit { width: min(480px, 86vw); margin: 0 auto; }
  .cta-panel { align-items: start; flex-direction: column; }
  .page-hero { min-height: 500px; padding-bottom: 64px; }
  .page-hero h1 { font-size: clamp(54px, 13vw, 88px); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-modal { grid-template-columns: 1fr; max-width: 560px; }
  .modal-image { max-height: 44vh; }
  .modal-image img { height: 100%; }
  .about-lead { grid-template-columns: 1fr; gap: 30px; }
  .about-visual { height: 560px; }
  .quality-band { gap: 46px; }
  .map-section { grid-template-columns: 1fr; }
  .map-section iframe { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 540px) {
  .announcement { font-size: 8px; }
  .announcement-track { animation-duration: 24s; }
  .announcement-group, .announcement-pair { gap: 22px; }
  .announcement-group { padding-right: 22px; }
  .hero-content { padding-top: 130px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 22px; }
  .hero-index { display: none; }
  .ticker div { height: 50px; }
  .section-heading h2, .material-copy h2, .range-section h2 { font-size: 45px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card img { aspect-ratio: 1.35; }
  .catalog-intro { flex-direction: column; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .product-grid { gap: 22px 8px; }
  .product-meta { flex-direction: column; gap: 3px; }
  .product-meta h2 { font-size: 10px; }
  .quick-view { display: none; }
  .modal-backdrop { padding: 12px; }
  .product-modal { max-height: calc(100svh - 24px); }
  .modal-copy { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 30px 22px; }
  .quality-band > div { grid-template-columns: 1fr; }
  .quality-band > div span { min-height: 80px; }
  .about-visual > div { width: 200px; min-height: 165px; }
  .about-visual strong { font-size: 55px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .announcement-track { animation: none !important; }
}

[hidden],.product-card.is-hidden{display:none!important}.product-modal-shell[hidden]{display:none!important}
