:root {
  --wine: #781c2a;
  --wine-dark: #4d111a;
  --green: #15362b;
  --ink: #192820;
  --cream: #f1ede3;
  --paper: #fbfaf6;
  --lime: #bdd54d;
  --line: rgba(25, 40, 32, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 110px; }

.hero { min-height: 810px; position: relative; overflow: hidden; color: white; background: var(--wine); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; top: 140px; right: -130px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.nav { height: 102px; position: relative; z-index: 5; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: cover; border-radius: 50%; background: white; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-size: 20px; letter-spacing: -.6px; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
.nav-links { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.nav-links a { opacity: .75; }
.nav-links a:hover { opacity: 1; }
.nav-links a.active { opacity: 1; color: var(--lime); }
.menu-button { display: none; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px; background: white; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; border-radius: 2px; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #cce45e; }
.nav-cta { min-height: 44px; }

.hero-content { min-height: 700px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: center; }
.hero-copy { padding-block: 60px 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 800; letter-spacing: 2.3px; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--wine); }
.eyebrow.light { color: var(--lime); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(54px, 5.2vw, 78px); line-height: .98; letter-spacing: -4px; }
h1 em, .method h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.intro { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.73); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.secondary-link { padding: 14px 0 10px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 13px; font-weight: 800; }
.trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 55px; color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; }
.trust-list span::first-letter { color: var(--lime); }

.hero-card { min-height: 500px; position: relative; display: grid; place-items: center; }
.inspection { width: min(420px, 92%); aspect-ratio: .94; padding: 25px; position: relative; color: var(--ink); background: #f5f1e8; box-shadow: 0 35px 70px rgba(40,0,8,.28); transform: rotate(1.5deg); }
.inspection::before { content: ""; position: absolute; inset: 12px; border: 1px solid var(--line); }
.inspection-header { position: relative; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.inspection-header b { padding: 7px 9px; background: var(--lime); font-size: 8px; }
.radar { width: 245px; height: 245px; position: relative; margin: 43px auto 28px; border: 1px solid var(--line); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 40px, rgba(25,40,32,.09) 41px 42px); }
.radar::before, .radar::after { content: ""; position: absolute; background: rgba(25,40,32,.11); }
.radar::before { width: 100%; height: 1px; top: 50%; }
.radar::after { width: 1px; height: 100%; left: 50%; }
.radar > strong { width: 68px; height: 68px; position: absolute; z-index: 2; left: calc(50% - 34px); top: calc(50% - 34px); display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font: 35px Georgia, serif; }
.point { width: 9px; height: 9px; position: absolute; z-index: 3; border: 2px solid var(--wine); border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(120,28,42,.1); }
.point-one { top: 43px; left: 60px; }.point-two { top: 111px; right: 31px; }.point-three { bottom: 38px; left: 82px; }
.inspection-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding-top: 16px; position: relative; border-top: 1px solid var(--line); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.inspection-steps span { display: flex; flex-direction: column; gap: 5px; }
.inspection-steps b { color: var(--wine); }
.experience { width: 135px; height: 135px; position: absolute; z-index: 3; top: 20px; right: -2px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--green); box-shadow: 0 15px 35px rgba(30,0,6,.2); }
.experience strong { color: var(--lime); font-size: 36px; }
.experience small { text-align: center; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 54px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(42px, 4.4vw, 62px); line-height: 1.04; letter-spacing: -3px; }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: #68746e; font-size: 15px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 375px; padding: 27px 29px 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); transition: transform .2s, background .2s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: white; transform: translateY(-5px); }
.number { color: var(--wine); font: italic 24px Georgia, serif; }
.service-card small { display: inline-block; padding: 7px 9px; color: var(--wine); background: rgba(120,28,42,.07); font-size: 8px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.service-card h3 { margin: 18px 0 12px; font-size: 28px; letter-spacing: -1.3px; }
.service-card p { min-height: 66px; color: #68746e; font-size: 13px; line-height: 1.75; }
.service-card a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.service-card a b { color: var(--wine); font-size: 16px; }
.audiences { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; margin: 40px 0 0; font-size: 13px; font-weight: 800; }
.audiences i { color: var(--lime); font-style: normal; }

.method { position: relative; overflow: hidden; color: white; background: var(--green); }
.method::after { content: "P"; position: absolute; right: -25px; bottom: -180px; color: rgba(255,255,255,.025); font: 600 600px/1 Georgia, serif; }
.method-content { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; }
.method-intro h2 { margin: 0; font-size: clamp(43px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -3px; }
.method-intro > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.method-intro > a { display: inline-block; padding: 16px 18px; border: 1px solid rgba(255,255,255,.28); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.process { border-top: 1px solid rgba(255,255,255,.15); }
.process article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.process article > span { color: var(--lime); font: italic 17px Georgia, serif; }
.process h3 { margin: 0 0 8px; font-size: 20px; }
.process p { margin: 0; color: rgba(255,255,255,.57); font-size: 12px; line-height: 1.7; }

.contact { padding-bottom: 28px; background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; background: white; box-shadow: 0 25px 60px rgba(41,29,23,.09); }
.contact-copy { padding: 70px; }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 24px 0 30px; color: #68746e; font-size: 14px; line-height: 1.8; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; }
.contact-actions > a:last-child { padding: 12px 0; border-bottom: 1px solid var(--green); font-size: 12px; font-weight: 800; }
.contact-details { padding: 48px 43px; display: flex; flex-direction: column; justify-content: center; gap: 18px; color: white; background: var(--wine); }
.contact-details img { width: 76px; height: 76px; margin-bottom: 4px; object-fit: cover; border-radius: 50%; background: white; }
.contact-details p { display: flex; flex-direction: column; gap: 5px; margin: 0; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details small { color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: 1.3px; text-transform: uppercase; }
.contact-details a, .contact-details strong, .contact-details span { font-size: 12px; }
.site-footer { padding: 70px 0 24px; color: white; background: #0d241c; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid > div > small { margin-bottom: 9px; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.footer-grid > div > a, .footer-grid > div > span { color: rgba(255,255,255,.7); font-size: 11px; }
.footer-grid > div > a:hover { color: white; }
.footer-brand .brand { margin-bottom: 8px; }
.footer-brand p { max-width: 270px; margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: 1px; text-transform: uppercase; }
.mobile-actions { display: none; }

/* Shared page templates */
.page-hero { min-height: 680px; position: relative; overflow: hidden; color: white; background: var(--wine); }
.page-hero::after { content: ""; position: absolute; width: 590px; height: 590px; right: -100px; top: 155px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 85px rgba(255,255,255,.025), 0 0 0 170px rgba(255,255,255,.018); }
.sector-hero { background: var(--green); }
.page-hero-content { min-height: 575px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .72fr; gap: 105px; align-items: center; padding-block: 60px; }
.page-hero h1, .contact-intro h1, .visual-system > h1 { margin: 0; font-size: clamp(52px, 5.2vw, 76px); line-height: .98; letter-spacing: -4px; }
.page-hero h1 em, .contact-intro h1 em, .visual-system > h1 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 38px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .7px; text-transform: uppercase; }
.breadcrumbs strong { color: white; }
.fact-card, .sector-panel { position: relative; padding: 34px; color: var(--ink); background: var(--cream); box-shadow: 0 30px 60px rgba(0,0,0,.2); }
.fact-index { color: var(--wine); font-size: 8px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.pest-symbol { width: 170px; height: 170px; position: relative; display: grid; place-items: center; margin: 28px auto; border: 1px solid var(--line); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 34px, rgba(25,40,32,.08) 35px 36px); }
.pest-symbol i { width: 1px; height: 100%; position: absolute; background: var(--line); transform: rotate(45deg); }
.pest-symbol b { width: 62px; height: 62px; z-index: 1; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font: 30px Georgia, serif; }
.fact-card h2, .sector-panel h2 { margin: 0 0 10px; font-size: 25px; letter-spacing: -1px; }
.fact-card > p, .sector-panel > p { color: #68746e; font-size: 12px; line-height: 1.7; }
.fact-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); font-size: 9px; }
.fact-row span { color: #748079; text-transform: uppercase; }
.fact-row strong { text-align: right; }
.sector-panel ul { padding: 0; margin: 24px 0; list-style: none; border-top: 1px solid var(--line); }
.sector-panel li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.sector-panel li::before { content: "✓"; margin-right: 10px; color: var(--wine); }
.sector-panel > a { display: flex; justify-content: space-between; padding: 16px 18px; color: white; background: var(--wine); font-size: 10px; font-weight: 800; text-transform: uppercase; }

.content-grid { display: grid; grid-template-columns: 1fr 310px; gap: 90px; align-items: start; }
.content-main h2, .faq-layout h2, .split-feature h2 { margin: 0; font-size: clamp(40px, 4.2vw, 58px); line-height: 1.05; letter-spacing: -2.7px; }
.lead { max-width: 740px; margin: 26px 0 42px; color: #65726b; font-size: 15px; line-height: 1.85; }
.sign-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.sign-grid article { min-height: 205px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sign-grid article:nth-child(2n) { border-right: 0; }
.sign-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.sign-grid span { color: var(--wine); font: italic 16px Georgia, serif; }
.sign-grid h3 { margin: 28px 0 9px; font-size: 19px; }
.sign-grid p { margin: 0; color: #68746e; font-size: 12px; line-height: 1.7; }
.sticky-note { position: sticky; top: 30px; padding: 32px; color: white; background: var(--wine); }
.sticky-note small { color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.sticky-note h3 { margin: 20px 0 13px; font-size: 25px; line-height: 1.15; }
.sticky-note p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.75; }
.sticky-note a { display: block; margin-top: 23px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.treatment, .sector-plan { color: white; background: var(--green); }
.treatment .section-heading > p { color: rgba(255,255,255,.6); }
.treatment .section-heading h2 { color: white; }
.treatment-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.treatment-steps article { min-height: 230px; padding: 28px; border-right: 1px solid rgba(255,255,255,.18); }
.treatment-steps article:last-child { border-right: 0; }
.treatment-steps span { color: var(--lime); font: italic 18px Georgia, serif; }
.treatment-steps h3 { margin: 50px 0 10px; font-size: 23px; }
.treatment-steps p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.75; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { padding: 23px 0; border-bottom: 1px solid var(--line); }
.accordion summary { cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.accordion summary::after { content: "+"; float: right; color: var(--wine); font-size: 22px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 650px; margin: 15px 0 0; color: #68746e; font-size: 12px; line-height: 1.75; }
.mini-cta { padding: 62px 0; color: white; background: var(--wine); }
.mini-cta > div { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.mini-cta small { color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.mini-cta h2 { margin: 8px 0 0; font-size: clamp(29px, 3vw, 42px); letter-spacing: -1.7px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.benefit-grid article { min-height: 270px; padding: 26px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid span { color: var(--wine); font: italic 18px Georgia, serif; }
.benefit-grid h3 { margin: 55px 0 11px; font-size: 20px; }
.benefit-grid p { color: #68746e; font-size: 12px; line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.plan-grid h2 { margin: 0; font-size: clamp(42px, 4.3vw, 60px); line-height: 1.04; letter-spacing: -3px; }
.plan-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.plan-list { border-top: 1px solid rgba(255,255,255,.16); }
.plan-list article { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.plan-list b { color: var(--lime); font: italic 17px Georgia, serif; }
.plan-list h3 { margin: 0 0 7px; font-size: 19px; }
.plan-list p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 35px; border-top: 1px solid var(--line); }
.check-list p { margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.check-list b { margin-right: 8px; color: var(--wine); }

/* Contact page */
.inner-header { color: white; background: var(--wine); }
.contact-page-main { background: var(--cream); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.contact-intro { position: sticky; top: 30px; }
.contact-intro > p:not(.eyebrow) { max-width: 470px; margin: 28px 0 35px; color: #65726b; font-size: 14px; line-height: 1.8; }
.contact-channel { display: flex; flex-direction: column; gap: 5px; padding: 16px 0; border-top: 1px solid var(--line); }
.contact-channel small { color: var(--wine); font-size: 8px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.contact-channel a { font-size: 15px; font-weight: 800; }
.contact-form { padding: 42px; background: white; box-shadow: 0 25px 60px rgba(41,29,23,.08); }
.form-heading { display: flex; justify-content: space-between; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--wine); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.form-heading p { margin: 0; color: #78817c; font-size: 9px; }
.contact-form > label, .form-row label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; font-size: 10px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; outline: none; color: var(--ink); background: var(--paper); font: 13px Arial, sans-serif; text-transform: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(120,28,42,.08); }
.contact-form .consent { flex-direction: row; align-items: flex-start; text-transform: none; font-weight: 400; line-height: 1.5; }
.consent input { width: 16px; margin-top: 2px; }
.contact-form button { cursor: pointer; }
.form-note { margin: 14px 0 0; color: #78817c; font-size: 9px; }
.form-note.success { color: var(--green); font-weight: 800; }
.contact-band { padding: 30px 0; color: white; background: var(--green); }
.contact-band > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.contact-band div div { display: flex; flex-direction: column; gap: 6px; padding-right: 30px; border-right: 1px solid rgba(255,255,255,.16); }
.contact-band div div:last-child { border-right: 0; }
.contact-band small { color: var(--lime); font-size: 8px; letter-spacing: 1.2px; text-transform: uppercase; }
.contact-band strong { font-size: 11px; }

/* Visual system */
.visual-page { background: var(--cream); }
.visual-system > h1 { max-width: 800px; }
.visual-lead { max-width: 680px; color: #65726b; font-size: 15px; line-height: 1.8; }
.system-block { margin-top: 80px; padding-top: 24px; border-top: 1px solid var(--line); }
.system-block > small { color: var(--wine); font-size: 8px; font-weight: 900; letter-spacing: 1.4px; }
.system-block > h2 { margin: 12px 0 28px; font-size: 35px; letter-spacing: -1.5px; }
.color-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.swatch { min-height: 210px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; }
.swatch strong { font-size: 14px; }.swatch span { margin-top: 5px; font-size: 10px; }
.swatch.wine { color: white; background: var(--wine); }.swatch.green { color: white; background: var(--green); }.swatch.lime { background: var(--lime); }.swatch.cream { background: var(--paper); }
.type-sample { padding: 45px; color: white; background: var(--wine); }
.type-sample h3 { margin: 0; font-size: clamp(40px, 5vw, 68px); letter-spacing: -3px; }
.type-sample em { display: block; font: 400 clamp(40px, 5vw, 68px) Georgia, serif; }
.type-sample p { max-width: 500px; color: rgba(255,255,255,.6); font-size: 12px; }
.component-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; padding: 35px; background: white; }
.outline-button { padding: 16px 20px; border: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.service-label { padding: 8px 10px; color: var(--wine); background: rgba(120,28,42,.08); font-size: 8px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.rule-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.rule-grid article { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); }
.rule-grid article:last-child { border-right: 0; }
.rule-grid b { color: var(--wine); font: italic 17px Georgia, serif; }
.rule-grid h3 { margin: 45px 0 8px; }
.rule-grid p { color: #68746e; font-size: 12px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .menu-button { display: block; margin-left: auto; margin-right: 8px; cursor: pointer; }
  .nav.open .nav-links { position: absolute; top: 82px; left: 0; right: 0; display: flex; flex-direction: column; gap: 0; padding: 10px; color: var(--ink); background: white; box-shadow: 0 15px 35px rgba(0,0,0,.15); }
  .nav.open .nav-links a { padding: 16px; opacity: 1; }
  .hero-content { grid-template-columns: 1fr; padding-bottom: 75px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-card { min-height: 450px; }
  .section-heading { align-items: start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-content { grid-template-columns: 1fr; gap: 62px; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .page-hero-content { grid-template-columns: 1fr; gap: 35px; padding-block: 60px 80px; }
  .fact-card, .sector-panel { max-width: 520px; }
  .content-grid, .faq-layout, .plan-grid, .split-feature, .contact-layout { grid-template-columns: 1fr; gap: 60px; }
  .sticky-note, .contact-intro { position: static; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .color-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding-block: 76px; }
  .nav { height: 82px; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: 17px; }
  .nav-cta { display: none; }
  .hero-copy { padding-top: 68px; }
  h1 { font-size: 48px; letter-spacing: -2.8px; }
  .intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .secondary-link { text-align: center; }
  .hero-card { min-height: 390px; }
  .radar { width: 200px; height: 200px; margin-top: 35px; }
  .experience { width: 105px; height: 105px; right: -4px; }
  .experience strong { font-size: 28px; }
  .section-heading h2, .method-intro h2, .contact h2 { font-size: 41px; letter-spacing: -2px; }
  .contact-copy, .contact-details { padding: 46px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; padding-bottom: 58px; }
  .page-hero h1, .contact-intro h1, .visual-system > h1 { font-size: 47px; letter-spacing: -2.7px; }
  .page-hero-content { padding-top: 45px; }
  .sign-grid, .treatment-steps, .benefit-grid, .check-list, .form-row, .contact-band > div, .color-grid, .rule-grid { grid-template-columns: 1fr; }
  .sign-grid article, .treatment-steps article, .benefit-grid article, .rule-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .sign-grid article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .sign-grid article:last-child, .treatment-steps article:last-child, .benefit-grid article:last-child, .rule-grid article:last-child { border-bottom: 0; }
  .mini-cta > div { align-items: stretch; flex-direction: column; }
  .contact-form { padding: 30px 22px; }
  .form-heading { flex-direction: column; gap: 8px; }
  .contact-band div div { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .contact-band div div:last-child { border-bottom: 0; }
  .mobile-actions { position: fixed; z-index: 20; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 30px rgba(0,0,0,.12); }
  .mobile-actions a { padding: 16px; color: white; background: var(--wine); text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
  .mobile-actions a:last-child { color: var(--ink); background: var(--lime); }
}

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