@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@300;400;500&display=swap');

:root {
  --ink: #111417;
  --graphite: #20262a;
  --paper: #f4f1eb;
  --white: #fcfbf8;
  --brand: #3e296a;
  --wine: #6d2238;
  --wine-dark: #461724;
  --petrol: #123f48;
  --petrol-dark: #0b282e;
  --steel: #dbe1e2;
  --line: rgba(17, 20, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
h1, h2 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 300; letter-spacing: -.055em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.show { opacity: 1; transform: none; }

/* Menu */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 30; height: 84px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(247, 244, 238, .96); border-bottom: 1px solid rgba(17, 20, 23, .12); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; }
.brand img { width: 120px; height: 58px; object-fit: contain; }
.nav nav { display: flex; align-items: center; gap: .25rem; }
.nav nav > a:not(.nav-cta) { position: relative; padding: .9rem .8rem; color: #626366; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; transition: color .25s ease; }
.nav nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: .8rem; right: .8rem; bottom: .45rem; height: 2px; background: var(--wine); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav nav > a:not(.nav-cta):hover, .nav nav > a:not(.nav-cta).active { color: var(--ink); }
.nav nav > a:not(.nav-cta):hover::after, .nav nav > a:not(.nav-cta).active::after { transform: scaleX(1); }
.nav-cta, .button, .about-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-radius: 999px; transition: transform .25s ease, background .25s ease, color .25s ease; }
.nav-cta { margin-left: .5rem; padding: .68rem .72rem .68rem 1.1rem; background: var(--wine); color: white; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-cta b, .button b, .about-link b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); }
.nav-cta:hover { background: var(--petrol); transform: translateY(-2px); }
.menu { display: none; border: 0; background: transparent; width: 40px; padding: 8px; cursor: pointer; }
.menu span { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

/* Capa */
.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: center; overflow: hidden; color: white; }
.hero-bg { position: absolute; inset: 0; background: var(--ink) url('hero-dyehouse-v3.png') center / cover no-repeat; transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,13,.95) 0%, rgba(8,15,19,.78) 38%, rgba(8,15,19,.18) 72%), linear-gradient(0deg, rgba(7,10,12,.55), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: 91%; max-width: 1500px; margin: 84px auto 0; }
.eyebrow, .section-tag, .kicker { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.76); }
.eyebrow span { width: 38px; height: 2px; background: var(--wine); }
.hero h1 { max-width: 1000px; margin: 7vh 0 3.2vh; font-size: clamp(4.6rem, 8.2vw, 8.3rem); line-height: .9; }
.hero h1 em { color: #e8d9cf; font-family: Georgia, serif; font-weight: 400; }
.lead { max-width: 590px; margin: 0 0 2.2rem; color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.75; }
.button { padding: .8rem .8rem .8rem 1.25rem; }
.button.light { border: 1px solid rgba(255,255,255,.42); background: rgba(8,11,13,.2); }
.button.light:hover { background: white; color: var(--ink); transform: translateY(-3px); }
.button.light:hover b { background: #ebe7e1; }
.hero-anniversary { position: absolute; z-index: 2; right: 5vw; bottom: 8rem; display: flex; align-items: center; gap: 1.1rem; padding: 1.1rem 1.35rem; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(12,18,20,.5); backdrop-filter: blur(14px); }
.hero-anniversary strong { font-family: 'Manrope'; font-size: 3.1rem; font-weight: 300; line-height: 1; }
.hero-anniversary span { padding-left: 1.1rem; border-left: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: .72rem; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.hero-index { position: absolute; z-index: 2; left: 4.5vw; right: 4.5vw; bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.63); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-index i { flex: 1; height: 1px; background: linear-gradient(90deg, var(--wine) 0 28%, rgba(255,255,255,.24) 28%); }

/* Empresa */
.about-modern { padding: 8rem 4.5vw; background: var(--paper); }
.about-layout { max-width: 1500px; margin: auto; display: grid; grid-template-columns: .88fr 1.12fr; gap: 7vw; align-items: center; }
.section-tag { width: max-content; color: #68615f; }
.kicker { margin: 0 0 1rem; color: var(--wine); }
.about-copy .section-tag { margin-bottom: 4.8rem; }
.about-copy h2 { max-width: 680px; font-size: clamp(3rem, 4.8vw, 5.5rem); line-height: 1; }
.about-copy > p:not(.kicker) { max-width: 590px; margin: 2rem 0 0; color: #626363; font-size: 1.03rem; line-height: 1.8; }
.about-link { width: max-content; margin-top: 2.3rem; padding: .75rem .75rem .75rem 1.2rem; background: var(--petrol); color: white; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.about-link:hover { background: var(--wine); transform: translateY(-3px); }
.about-visual { position: relative; height: 650px; margin: 0; overflow: hidden; border-radius: 34px 92px 34px 34px; background: var(--graphite); }
.about-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,14,16,.82), transparent 55%); }
.about-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-visual figcaption { position: absolute; z-index: 2; left: 2rem; right: 2rem; bottom: 2rem; display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; color: white; }
.about-visual figcaption span { color: #d3c8c4; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.about-visual figcaption strong { max-width: 340px; font-size: 1.1rem; font-weight: 500; line-height: 1.5; text-align: right; }
.heritage-facts { max-width: 1500px; margin: 4.5rem auto 0; display: grid; grid-template-columns: .65fr 1fr 1.2fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.heritage-facts > div { min-height: 145px; padding: 1.4rem 1.7rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }
.heritage-facts > div:first-child { padding-left: 0; }
.heritage-facts > div:last-child { border-right: 0; }
.heritage-facts strong { font-family: 'Manrope'; font-size: clamp(2.1rem,3vw,3.7rem); font-weight: 300; line-height: 1; letter-spacing: -.045em; }
.heritage-facts > div:nth-child(1) strong { color: var(--wine); }
.heritage-facts > div:nth-child(2) strong { color: var(--petrol); }
.heritage-facts span { color: #777675; font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; }
.about-details { max-width: 1500px; margin: 2rem auto 0; display: grid; grid-template-columns: repeat(3,1fr); }
.about-details article { min-height: 220px; padding: 2rem 2.2rem; display: grid; grid-template-columns: 52px 1fr; gap: 1rem; border-right: 1px solid var(--line); }
.about-details article:first-child { padding-left: 0; }
.about-details article:last-child { border-right: 0; }
.about-details article > span { color: var(--wine); font-size: .75rem; }
.about-details h3 { margin: 0 0 .8rem; font-family: 'Manrope'; font-size: 1.65rem; font-weight: 400; }
.about-details p { margin: 0; color: #676867; line-height: 1.7; }

/* Processos */
.processes { padding: 8rem 4.5vw; background: var(--petrol-dark); color: white; }
.process-head { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.25fr .65fr; gap: 10vw; align-items: end; }
.section-tag.inverse { color: rgba(255,255,255,.55); }
.process-head .section-tag { margin-bottom: 4rem; }
.process-head .kicker { color: #a9c0c3; }
.process-head h2 { font-size: clamp(3.2rem,5.8vw,6.3rem); line-height: .98; }
.process-head > p { max-width: 500px; margin: 0 0 .3rem; color: #a8b6b8; font-size: 1.02rem; line-height: 1.8; }
.process-list { max-width: 1500px; margin: 5rem auto 0; border-top: 1px solid rgba(255,255,255,.18); }
.process-list article { display: grid; grid-template-columns: 8% 1fr auto; align-items: center; gap: 1.5rem; padding: 2.2rem 0; border-bottom: 1px solid rgba(255,255,255,.18); transition: padding .25s ease, background .25s ease; }
.process-list article:hover { padding-left: 1.2rem; padding-right: 1.2rem; background: rgba(255,255,255,.045); }
.process-list article > span { color: #b6c9cb; font-size: .75rem; }
.process-list h3 { margin: 0 0 .6rem; font-family: 'Manrope'; font-size: clamp(1.5rem,2vw,2.2rem); font-weight: 400; }
.process-list p { max-width: 760px; margin: 0; color: #9eafb1; line-height: 1.65; }
.process-list b { min-width: 56px; padding: .55rem .7rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #d5e0e1; font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-align: center; }
.process-list article:nth-child(1) b { background: var(--brand); }
.process-list article:nth-child(2) b { background: #6e665f; }
.process-list article:nth-child(3) b { background: var(--wine); }
.process-list article:nth-child(4) b { background: #1c6067; }

/* Qualidade e cor */
.quality { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--white); }
.quality-card { padding: 8rem 6vw 7rem 4.5vw; display: flex; flex-direction: column; justify-content: center; }
.quality-card .section-tag { margin-bottom: 4rem; }
.quality-card .kicker { margin-bottom: 1rem; }
.quality-card h2 { font-size: clamp(3.1rem,5.4vw,6rem); line-height: .98; }
.quality-card > p:not(.kicker) { max-width: 600px; margin: 2rem 0 4rem; color: #626565; font-size: 1.03rem; line-height: 1.8; }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.pillars div { padding: 1.4rem 1rem 0 0; border-right: 1px solid var(--line); }
.pillars div + div { padding-left: 1.2rem; }
.pillars div:last-child { border-right: 0; }
.pillars strong { display: block; margin-bottom: 1.5rem; color: var(--wine); font-size: .73rem; }
.pillars span { font-size: .9rem; line-height: 1.45; }
.color-story { position: relative; overflow: hidden; padding: 4rem; display: flex; flex-direction: column; justify-content: flex-end; background: #d9d3ca; }
.color-band { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(4,1fr); }
.color-band i:nth-child(1) { background: #173f48; }
.color-band i:nth-child(2) { background: #6d2238; }
.color-band i:nth-child(3) { background: #2f3335; }
.color-band i:nth-child(4) { background: #e8dfd0; }
.color-band::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,10,11,.82),transparent 68%); }
.color-story > span, .color-story > small { position: relative; z-index: 2; color: white; }
.color-story > span { font-family: 'Manrope'; font-size: clamp(2.3rem,3.8vw,4.8rem); font-weight: 300; line-height: 1.04; letter-spacing: -.05em; }
.color-story > small { margin-top: 2rem; font-size: .7rem; letter-spacing: .13em; }

/* Socioambiental */
.environment { padding: 8rem 4.5vw; background: var(--steel); }
.environment-intro { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.2fr .62fr; gap: 10vw; align-items: end; }
.environment-intro .section-tag { margin-bottom: 4rem; color: #637074; }
.environment-intro .kicker { color: var(--petrol); }
.environment-intro h2 { max-width: 940px; font-size: clamp(3.1rem,5.7vw,6.2rem); line-height: .98; }
.environment-intro > p { max-width: 480px; margin: 0; color: #526064; font-size: 1.02rem; line-height: 1.8; }
.environment-grid { max-width: 1500px; margin: 5rem auto 0; display: grid; grid-template-columns: 1.3fr repeat(3,.72fr); gap: 12px; }
.environment-grid article { min-height: 350px; padding: 2rem; display: flex; flex-direction: column; border: 1px solid rgba(18,63,72,.16); border-radius: 26px; background: rgba(255,255,255,.42); }
.environment-grid article > span { color: #607074; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.environment-grid h3 { margin: auto 0 1rem; font-family: 'Manrope'; font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.environment-grid p { margin: 0; color: #596568; line-height: 1.7; }
.environment-grid .water-feature { min-height: 430px; border: 0; background: var(--petrol); color: white; }
.water-feature::before { content: 'H₂O'; align-self: flex-end; color: rgba(255,255,255,.15); font-family: 'Manrope'; font-size: clamp(4rem,6vw,7rem); font-weight: 300; line-height: 1; letter-spacing: -.06em; }
.environment-grid .water-feature > span { color: #b8cacc; }
.environment-grid .water-feature h3 { max-width: 520px; font-size: clamp(2.1rem,2.8vw,3.5rem); }
.environment-grid .water-feature p { max-width: 570px; color: #bacacc; }
.water-feature a { width: max-content; margin-top: 1.8rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.35); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.environment-note { max-width: 1500px; margin: 1.2rem auto 0; color: #667477; font-size: .76rem; line-height: 1.6; }

/* Notícias */
.newsroom { padding: 8rem 4.5vw; background: var(--white); }
.news-head { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1.15fr .58fr; gap: 10vw; align-items: end; }
.news-head .section-tag { margin-bottom: 4rem; }
.news-head h2 { max-width: 860px; font-size: clamp(3.1rem,5.2vw,5.9rem); line-height: 1; }
.news-head > p { max-width: 470px; margin: 0; color: #666767; line-height: 1.8; }
.news-grid { max-width: 1500px; margin: 5rem auto 0; display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.news-card { min-height: 410px; padding: 2.3rem; display: flex; flex-direction: column; border-radius: 30px; background: #ece8e1; transition: transform .25s ease, box-shadow .25s ease; }
a.news-card:hover { transform: translateY(-6px); box-shadow: 0 28px 70px rgba(25,25,25,.13); }
.featured-news { background: var(--wine); color: white; }
.news-meta { display: flex; justify-content: space-between; gap: 2rem; color: #746f6c; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.featured-news .news-meta { color: #ddbdc6; }
.news-card h3 { max-width: 760px; margin: auto 0 1.2rem; font-family: 'Manrope'; font-size: clamp(2rem,3.1vw,3.8rem); font-weight: 300; line-height: 1.06; letter-spacing: -.045em; }
.news-card p { max-width: 690px; margin: 0; color: #65615f; line-height: 1.75; }
.featured-news p { color: #e0cbd1; }
.news-card strong { margin-top: 2rem; color: var(--wine); font-size: .74rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.featured-news strong { color: white; }
.news-card strong b { margin-left: .6rem; }

/* Localização */
.location { min-height: 690px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--graphite); color: white; }
.location-copy { padding: 7rem 5vw; display: flex; flex-direction: column; justify-content: center; }
.location-copy .section-tag { margin-bottom: 4rem; color: #969da0; }
.location-copy .kicker { color: #a8c3c6; }
.location-copy h2 { max-width: 620px; font-size: clamp(3rem,4.6vw,5.3rem); line-height: 1; }
.location-copy address { margin: 3rem 0 2rem; color: #bcc1c3; font-style: normal; line-height: 1.8; }
.location-copy > a { width: max-content; padding: .9rem 1.2rem; display: flex; align-items: center; gap: 1.5rem; border-radius: 999px; background: var(--paper); color: var(--ink); font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.location-copy > a:hover { background: var(--wine); color: white; transform: translateY(-3px); }
.map-frame { min-height: 690px; padding: 18px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 654px; border: 0; border-radius: 34px; filter: grayscale(.75) contrast(.96); transition: filter .3s ease; }
.map-frame:hover iframe { filter: grayscale(.15) contrast(1); }

/* Contato */
.contact-modern { padding: 7rem 4.5vw; background: linear-gradient(135deg,var(--wine-dark),var(--wine)); color: white; }
.contact-shell { max-width: 1500px; margin: auto; display: grid; grid-template-columns: 1fr .78fr; gap: 7vw; align-items: stretch; }
.contact-copy { display: flex; flex-direction: column; }
.contact-copy .section-tag { color: #d9bec5; }
.availability { width: max-content; margin: 4rem 0 1.2rem; padding: .55rem .8rem; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: #e2cdd3; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.availability i { width: 7px; height: 7px; border-radius: 50%; background: #f0e7db; }
.contact-copy h2 { max-width: 720px; font-size: clamp(3rem,5.2vw,5.9rem); line-height: 1; }
.contact-copy > p { max-width: 560px; margin: 2rem 0 4rem; color: #e1cbd1; line-height: 1.75; }
.direct-mail { margin-top: auto; padding-top: 1.4rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.23); }
.direct-mail span { color: #d7bbc3; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.direct-mail strong { color: white; font-size: .9rem; font-weight: 500; }
.contact-form { padding: 2.2rem; display: flex; flex-direction: column; border-radius: 30px; background: var(--paper); color: var(--ink); box-shadow: 0 34px 90px rgba(36,6,15,.24); }
.contact-form label { margin: 0 0 .75rem; color: #615d5b; font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.subject-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; }
.subject-pills button { padding: .65rem .85rem; border: 1px solid #cbc6bf; border-radius: 999px; background: transparent; color: #504c4a; font-size: .72rem; cursor: pointer; }
.subject-pills button.active, .subject-pills button:hover { border-color: var(--petrol); background: var(--petrol); color: white; }
.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 1.25rem; padding: 1rem 1.1rem; border: 1px solid #d3cec7; border-radius: 15px; outline: none; background: var(--white); color: var(--ink); font-size: .95rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(109,34,56,.09); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.send-button { padding: .85rem .85rem .85rem 1.2rem; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 999px; background: var(--wine); color: white; cursor: pointer; }
.send-button b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.15); }
.send-button:hover { background: var(--petrol); }
.contact-form > small { margin-top: 1rem; color: #7b7774; font-size: .7rem; line-height: 1.5; }

/* Rodapé */
.site-footer { position: relative; display: block; overflow: hidden; background: #090a0b; color: white; }
.site-footer div { text-transform: none; letter-spacing: normal; }
.footer-cta { padding: 5.5rem 6vw; display: grid; grid-template-columns: 1.15fr .55fr; gap: 9vw; align-items: center; background: var(--paper); color: var(--ink); }
.footer-message span { display: block; margin-bottom: 1.4rem; color: var(--wine); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-message h2 { max-width: 790px; font-size: clamp(3rem,4.8vw,5.5rem); line-height: 1.02; }
.footer-action { max-width: 440px; }
.footer-action p { margin: 0 0 2rem; color: #686563; font-size: 1rem; line-height: 1.75; text-align: left; }
.footer-action > a { width: max-content; padding: .72rem .72rem .72rem 1.2rem; display: flex; align-items: center; gap: 1.6rem; border-radius: 999px; background: var(--petrol); color: white; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.footer-action > a b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); }
.footer-action > a:hover { background: var(--wine); transform: translateY(-3px); }
.footer-bottom { padding: 4rem 4.5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4rem; align-items: start; border-top: 4px solid var(--wine); }
.footer-brand img { width: 150px; height: 72px; object-fit: contain; filter: brightness(0) invert(1); }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.site-footer nav > div { display: flex; flex-direction: column; gap: .8rem; }
.site-footer nav small { margin-bottom: .4rem; color: #7f8588; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer nav a { width: max-content; color: #ccd0d1; font-size: .84rem; transition: color .2s ease, transform .2s ease; }
.site-footer nav a:hover { color: white; transform: translateX(3px); }
.footer-legal { text-align: right; }
.footer-legal strong { color: #e8e9e9; font-size: .84rem; font-weight: 500; }
.footer-legal p { margin: .8rem 0 1.6rem; color: #7f8588; font-size: .74rem; line-height: 1.7; text-align: right; }
.footer-legal > a { padding-bottom: .3rem; border-bottom: 1px solid #555b5d; color: #aeb3b5; font-size: .72rem; }

@media (max-width: 1180px) {
  .nav nav { gap: 0; }
  .nav nav > a:not(.nav-cta) { padding: .8rem .55rem; font-size: .7rem; }
  .nav nav > a:not(.nav-cta)::after { left: .55rem; right: .55rem; }
  .environment-grid { grid-template-columns: repeat(3,1fr); }
  .environment-grid .water-feature { grid-column: 1 / -1; }
  .environment-grid article:not(.water-feature) { min-height: 240px; }
}

@media (max-width: 900px) {
  .nav { height: 72px; padding: 0 20px; }
  .brand img { width: 100px; }
  .menu { display: block; }
  .nav nav { display: none; position: absolute; left: 14px; right: 14px; top: 80px; padding: 18px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 24px 60px rgba(0,0,0,.18); }
  .nav nav.open { display: flex; }
  .nav nav > a:not(.nav-cta) { padding: 1rem .4rem; font-size: .8rem; }
  .nav nav > a:not(.nav-cta)::after { left: .4rem; right: auto; bottom: .55rem; width: 34px; }
  .nav-cta { width: 100%; margin: .5rem 0 0; }
  .hero-anniversary { display: none; }
  .about-layout, .process-head, .environment-intro, .news-head, .location, .contact-shell { grid-template-columns: 1fr; }
  .about-layout { gap: 4rem; }
  .about-visual { height: 600px; }
  .about-details { grid-template-columns: 1fr; }
  .about-details article, .about-details article:first-child { padding: 1.8rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-details article:last-child { border-bottom: 0; }
  .process-head, .environment-intro, .news-head { gap: 2.5rem; }
  .quality { grid-template-columns: 1fr; }
  .color-story { min-height: 650px; }
  .news-grid { grid-template-columns: 1fr; }
  .location-copy { min-height: 570px; }
  .map-frame { min-height: 560px; }
  .map-frame iframe { min-height: 524px; }
  .contact-shell { gap: 4rem; }
  .footer-cta { grid-template-columns: 1fr; gap: 3rem; }
  .footer-action { max-width: 570px; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-legal { grid-column: 1 / 3; text-align: left; }
  .footer-legal p { text-align: left; }
}

@media (max-width: 760px) {
  .hero { min-height: 700px; }
  .hero-bg { background-position: 58% center; }
  .hero-content { width: auto; margin: 72px 20px 0; }
  .hero h1 { margin: 3.5rem 0 2rem; font-size: clamp(3.7rem,17vw,5.3rem); }
  .eyebrow { font-size: .68rem; line-height: 1.5; }
  .lead { font-size: 1rem; }
  .hero-index { left: 20px; right: 20px; }
  .hero-index span { font-size: .62rem; }
  .about-modern, .processes, .environment, .newsroom, .contact-modern { padding: 5.5rem 20px; }
  .about-copy .section-tag, .process-head .section-tag, .environment-intro .section-tag, .news-head .section-tag, .quality-card .section-tag, .location-copy .section-tag { margin-bottom: 2.8rem; }
  .about-copy h2, .process-head h2, .quality-card h2, .environment-intro h2, .news-head h2, .location-copy h2, .contact-copy h2 { font-size: 3rem; }
  .about-visual { height: 500px; border-radius: 26px 58px 26px 26px; }
  .about-visual figcaption { left: 1.3rem; right: 1.3rem; bottom: 1.3rem; align-items: flex-start; flex-direction: column; gap: .7rem; }
  .about-visual figcaption strong { text-align: left; }
  .heritage-facts { grid-template-columns: 1fr; }
  .heritage-facts > div, .heritage-facts > div:first-child { min-height: 105px; padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .heritage-facts > div:last-child { border-bottom: 0; }
  .heritage-facts strong { font-size: 2.4rem; }
  .process-list article { grid-template-columns: 42px 1fr; gap: 1rem; }
  .process-list article > b { grid-column: 2; width: max-content; }
  .quality-card { padding: 5.5rem 20px; }
  .pillars { grid-template-columns: 1fr; }
  .pillars div, .pillars div + div { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillars div:last-child { border-bottom: 0; }
  .pillars strong { margin-bottom: .7rem; }
  .color-story { min-height: 520px; padding: 2rem; }
  .environment-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .environment-grid .water-feature { grid-column: auto; min-height: 430px; }
  .environment-grid article:not(.water-feature) { min-height: 210px; }
  .news-grid { margin-top: 3.5rem; }
  .news-card { min-height: 370px; padding: 1.5rem; border-radius: 24px; }
  .news-card h3 { font-size: 2.2rem; }
  .location-copy { min-height: 550px; padding: 5.5rem 20px; }
  .map-frame { min-height: 470px; padding: 10px; }
  .map-frame iframe { min-height: 450px; border-radius: 24px; }
  .contact-form { padding: 1.3rem; border-radius: 24px; }
  .direct-mail { flex-direction: column; }
  .footer-cta { padding: 4.5rem 20px; }
  .footer-message h2 { font-size: 3rem; }
  .footer-bottom { grid-template-columns: 1fr; padding: 3.5rem 20px; gap: 2.7rem; }
  .footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
