/* Medic Marketing website refresh — maintains MediCan green and gold brand palette. */
:root {
  --green-950: #183a13;
  --green-800: #2b5f1c;
  --green-700: #447c1f;
  --green-600: #5e912b;
  --leaf: #c3e26d;
  --leaf-soft: #eef7dc;
  --gold-700: #c4a716;
  --gold-600: #d4ae21;
  --gold-500: #efb315;
  --ink: #253329;
  --muted: #627066;
  --line: #dbe5d3;
  --surface: #ffffff;
  --surface-soft: #f6f8f1;
  --shadow: 0 18px 48px rgba(36, 80, 27, 0.12);
  --radius-lg: 24px;
  --radius-md: 16px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body::selection { background: var(--leaf); color: var(--green-950); }
a { color: var(--green-800); text-decoration-thickness: 1px; text-underline-offset: 0.17em; }
a:hover { color: var(--gold-700); }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
address { font-style: normal; }

.site-shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 92px 0; }
.section-soft { background: var(--leaf-soft); }
.narrow-content { max-width: 760px; }

.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 { margin: 0 0 12px; color: var(--green-700); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; line-height: 1.25; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--green-950); font-weight: 750; letter-spacing: -0.035em; line-height: 1.16; }
h1 { font-size: clamp(2.65rem, 5vw, 5.35rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }

.topbar { background: var(--green-950); color: rgba(255, 255, 255, 0.85); font-size: 0.78rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; gap: 16px; }
.topbar p { margin: 0; }
.topbar .tagline { color: var(--leaf); font-weight: 700; }
.site-header { position: relative; z-index: 20; background: rgba(255, 255, 255, 0.97); border-bottom: 1px solid var(--line); }
.breadcrumbs { border-bottom: 1px solid var(--line); background: #fff; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 12px 0; list-style: none; color: var(--muted); font-size: .82rem; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumbs li + li::before { color: #9aa896; content: "/"; }
.breadcrumbs a { color: var(--green-700); font-weight: 750; text-decoration: none; }
.breadcrumbs [aria-current="page"] { color: var(--muted); }
.header-main { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 169px; height: 58px; object-fit: contain; }
.primary-nav > ul { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 15px; border-radius: 8px; color: var(--green-950); font-size: 0.92rem; font-weight: 750; text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav a[aria-current="page"] { background: var(--leaf-soft); color: var(--green-700); outline: none; }
.has-submenu { position: relative; }
.has-submenu > a::after { content: "⌄"; display: inline-block; margin-left: 7px; font-size: .85em; transform: translateY(-1px); }
.submenu { position: absolute; top: calc(100% + 8px); left: 0; display: none; width: 190px; margin: 0; padding: 8px; list-style: none; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.submenu a { display: block; min-height: auto; padding: 9px 10px; font-size: .86rem; }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { display: block; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--green-950); }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 20px; height: 2px; margin: auto; border-radius: 99px; background: currentColor; content: ""; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before { position: absolute; top: -6px; left: 0; }
.menu-toggle-lines::after { position: absolute; top: 6px; left: 0; }

.home-hero { position: relative; min-height: min(682px, calc(100vh - 124px)); overflow: hidden; background: linear-gradient(90deg, rgba(17, 50, 12, .90) 0%, rgba(30, 77, 18, .71) 42%, rgba(30, 77, 18, .10) 73%), url('../images/message-1.jpg') center right / cover no-repeat; }
.home-hero::after { position: absolute; right: -150px; bottom: -210px; width: 640px; height: 640px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; content: ""; }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; min-height: inherit; max-width: 730px; padding-top: 74px; padding-bottom: 90px; }
.hero-content .eyebrow { color: var(--leaf); }
.hero-content h1 { max-width: 680px; margin-bottom: 24px; color: #fff; }
.hero-copy { max-width: 620px; margin-bottom: 30px; color: rgba(255, 255, 255, .92); font-size: clamp(1.05rem, 1.9vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-500); border-color: var(--gold-500); color: var(--green-950); }
.button-primary:hover { background: #f8c13a; border-color: #f8c13a; color: var(--green-950); }
.button-secondary { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button-secondary:hover { background: rgba(255,255,255,.20); color: #fff; }
.button-outline { border-color: var(--green-700); color: var(--green-700); background: transparent; }
.button-outline:hover { border-color: var(--gold-500); background: var(--gold-500); color: var(--green-950); }

.split-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); align-items: start; gap: clamp(38px, 7vw, 110px); }
.split-intro h2 { max-width: 620px; margin: 0; }
.intro-copy { max-width: 520px; padding-top: 7px; }
.intro-copy p { color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold-600); transition: transform .18s ease; }
.text-link:hover span { transform: translateX(3px); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { display: flex; flex-direction: column; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 8px 30px rgba(41, 92, 31, .06); }
.feature-card img { width: 82px; height: 82px; margin-bottom: 34px; border-radius: 20px; object-fit: cover; object-position: center; background: var(--leaf-soft); }
.feature-card:nth-child(3) img { object-fit: contain; padding: 9px; }
.feature-card h2, .feature-card h3 { margin-bottom: 14px; font-size: 1.5rem; }
.feature-card p:not(.eyebrow) { color: var(--muted); }
.feature-card .text-link { margin-top: auto; padding-top: 14px; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-heading h2 { max-width: 690px; margin: 0; }
.service-preview { padding-top: 105px; padding-bottom: 105px; background: var(--green-950); }
.service-preview .eyebrow { color: var(--leaf); }
.service-preview h2 { color: #fff; }
.service-preview .button-outline { border-color: var(--leaf); color: var(--leaf); }
.service-preview .button-outline:hover { border-color: var(--gold-500); color: var(--green-950); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 206px; padding: 27px; border: 1px solid rgba(195, 226, 109, .28); border-radius: var(--radius-md); background: rgba(255,255,255,.05); }
.service-card h3, .service-card h2 { margin: 46px 0 0; color: #fff; font-size: 1.25rem; }
.service-number { color: var(--leaf); font-size: .78rem; font-weight: 850; letter-spacing: .14em; }

.brands-section { padding-top: 95px; padding-bottom: 100px; }
.brand-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.brand-tile { display: grid; place-items: center; min-height: 124px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.brand-tile img { width: 100%; height: 72px; object-fit: contain; }
.contact-cta { padding: 58px 0; background: linear-gradient(110deg, var(--gold-500), #f5c13d); }
.cta-layout { display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.contact-cta .eyebrow { margin-bottom: 8px; color: var(--green-800); }
.contact-cta h2 { max-width: 760px; margin: 0; color: var(--green-950); font-size: clamp(1.8rem, 3.2vw, 2.75rem); }
.contact-cta .button-primary { border-color: var(--green-950); background: var(--green-950); color: #fff; white-space: nowrap; }
.contact-cta .button-primary:hover { background: var(--green-800); }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 88px; background: linear-gradient(115deg, var(--green-950), var(--green-700)); }
.page-hero::after { position: absolute; right: -130px; bottom: -235px; width: 570px; height: 570px; border: 1px solid rgba(195, 226, 109, .42); border-radius: 50%; content: ""; }
.page-hero-products { background: linear-gradient(120deg, var(--green-950), #507e20); }
.page-hero-services { background: linear-gradient(120deg, #244b16, var(--green-700)); }
.page-hero-contact { background: linear-gradient(120deg, var(--green-950), #527f27); }
.narrow-page-hero { position: relative; z-index: 1; max-width: 920px; }
.page-hero .eyebrow { color: var(--leaf); }
.page-hero h1 { max-width: 860px; margin-bottom: 18px; color: #fff; }
.page-hero p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.87); font-size: 1.14rem; }

.content-with-aside { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: clamp(45px, 7vw, 110px); }
.side-nav { position: sticky; top: 24px; padding: 18px 0; border-top: 2px solid var(--green-700); }
.side-nav p { margin: 0 0 11px; color: var(--green-700); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.side-nav a { display: block; padding: 9px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .95rem; font-weight: 720; text-decoration: none; }
.side-nav a:hover, .side-nav a.is-current { color: var(--green-700); }
.page-content { min-width: 0; max-width: 880px; }
.content-intro { max-width: 795px; margin-bottom: 48px; }
.content-intro h2 { margin-bottom: 20px; }
.content-intro p { color: var(--muted); font-size: 1.06rem; }
.content-section { margin-top: 56px; }
.content-section h2 { margin-bottom: 18px; font-size: clamp(1.65rem, 2.7vw, 2.4rem); }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: var(--muted); }
.check-list li::before { position: absolute; top: .55em; left: 0; width: 16px; height: 16px; border: 1px solid var(--gold-600); border-radius: 50%; background: var(--leaf-soft); content: ""; }
.check-list li::after { position: absolute; top: .89em; left: 5px; width: 6px; height: 3px; border-bottom: 2px solid var(--green-700); border-left: 2px solid var(--green-700); content: ""; transform: rotate(-45deg); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.principle-grid article { min-height: 230px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-soft); }
.principle-grid span, .mini-values span, .core-value-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 25px; border-radius: 50%; background: var(--green-700); color: #fff; font-size: 1.16rem; font-weight: 850; }
.principle-grid h3 { margin-bottom: 11px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: .95rem; }
.values-summary { padding: 38px; border-radius: var(--radius-lg); background: var(--leaf-soft); }
.mini-values { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mini-values article { padding: 17px 12px 0; border-top: 2px solid var(--green-700); }
.mini-values span { width: 30px; height: 30px; margin-bottom: 14px; font-size: .86rem; }
.mini-values h3 { margin-bottom: 10px; font-size: 1rem; }
.mini-values p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.vision-card { padding: 40px; border-left: 4px solid var(--gold-500); border-radius: 0 var(--radius-md) var(--radius-md) 0; background: var(--surface-soft); }
.vision-card h2 { max-width: 700px; }
.vision-card p:not(.eyebrow) { color: var(--muted); }

.story-content { display: grid; gap: 20px; }
.story-section { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 30px; padding: 40px 0 42px; border-top: 1px solid var(--line); }
.story-marker { align-self: start; color: var(--gold-700); font-size: .79rem; font-weight: 850; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.story-section h2 { margin-bottom: 18px; font-size: clamp(1.55rem, 2.5vw, 2.25rem); }
.story-section p:not(.eyebrow) { color: var(--muted); }

.core-values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.core-value-card { min-height: 240px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 6px 22px rgba(41, 92, 31, .05); }
.core-value-card > span { background: var(--gold-600); color: var(--green-950); }
.core-value-card h2, .core-value-card h3 { margin-bottom: 12px; font-size: 1.18rem; }
.core-value-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.legacy-visual { display: grid; place-items: center; margin: 56px 0 0; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); text-align: center; }
.legacy-visual img { width: min(522px, 100%); }
.legacy-visual figcaption { margin-top: 17px; color: var(--muted); font-size: .88rem; }
.promise-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: clamp(40px, 8vw, 120px); }
.promise-layout h2 { margin-bottom: 20px; }
.promise-layout p:not(.eyebrow) { max-width: 640px; color: var(--muted); font-size: 1.07rem; }
.promise-layout .button { margin-top: 12px; }
.promise-visual { display: grid; place-items: center; margin: 0; padding: 35px; border-radius: 50%; background: var(--leaf-soft); }
.promise-visual img { width: min(300px, 100%); }

.product-heading > p { max-width: 490px; margin: 0; color: var(--muted); }
.product-brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.product-brand-card { display: flex; flex-direction: column; min-height: 200px; padding: 21px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.product-brand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.brand-image { display: grid; place-items: center; flex: 1; min-height: 123px; }
.brand-image img { width: 100%; height: 100px; object-fit: contain; }
.product-brand-card h2, .product-brand-card h3 { margin: 19px 0 0; color: var(--green-800); font-size: 1rem; letter-spacing: 0; text-align: center; }

.centered-heading { justify-content: center; text-align: center; }
.centered-heading h2 { margin-left: auto; margin-right: auto; }
.services-full-grid { grid-template-columns: repeat(4, 1fr); }
.service-card.full { min-height: 245px; border-color: var(--line); background: var(--surface-soft); }
.service-card.full h2, .service-card.full h3 { margin: 34px 0 14px; color: var(--green-950); font-size: 1.18rem; }
.service-card.full p { margin: 0; color: var(--muted); font-size: .91rem; line-height: 1.55; }
.service-card.full .service-number { color: var(--gold-700); }

.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(320px, 1fr); gap: 24px; }
.contact-card, .location-panel { min-height: 440px; padding: 45px; border-radius: var(--radius-lg); }
.contact-card { border: 1px solid var(--line); background: #fff; }
.contact-card h2, .location-panel h2 { margin-bottom: 23px; font-size: clamp(1.6rem, 2.6vw, 2.25rem); }
.contact-card address { margin-bottom: 29px; color: var(--muted); font-size: 1.04rem; }
.contact-details { display: grid; gap: 12px; margin-bottom: 30px; }
.contact-details p { display: grid; grid-template-columns: 120px 1fr; gap: 12px; margin: 0; }
.contact-details span { color: var(--muted); font-size: .88rem; font-weight: 700; }
.contact-details a { font-weight: 780; }
.location-panel { position: relative; overflow: hidden; background: var(--green-950); color: rgba(255,255,255,.84); }
.location-panel .eyebrow { position: relative; z-index: 1; color: var(--leaf); }
.location-panel h2, .location-panel p, .location-panel a { position: relative; z-index: 1; }
.location-panel h2 { max-width: 460px; color: #fff; }
.location-panel p:not(.eyebrow) { max-width: 430px; }
.location-panel a { color: var(--leaf); }
.location-marker { position: absolute; right: -5px; bottom: -30px; width: 270px; height: 270px; border: 1px solid rgba(195, 226, 109, .3); border-radius: 50%; }
.location-marker::before { position: absolute; top: 45px; left: 75px; width: 78px; height: 98px; border: 2px solid var(--gold-500); border-radius: 50% 50% 50% 0; content: ""; transform: rotate(-45deg); }
.location-marker span { position: absolute; top: 83px; left: 109px; width: 25px; height: 25px; border-radius: 50%; background: var(--gold-500); }

.site-footer { padding-top: 65px; background: #f0f5e7; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1.2fr; gap: 50px; padding-bottom: 49px; }
.footer-brand img { margin-bottom: 18px; }
.footer-brand p { max-width: 320px; margin: 0; color: var(--muted); font-size: .93rem; }
.site-footer h2 { margin: 0 0 14px; color: var(--green-800); font-size: .84rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.footer-links a, .site-footer address, .site-footer section > a { color: var(--muted); font-size: .92rem; text-decoration: none; }
.site-footer address { margin-bottom: 9px; line-height: 1.55; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.footer-bottom p, .footer-bottom a { margin: 0; color: var(--muted); font-size: .8rem; }
.footer-bottom a { font-weight: 750; text-decoration: none; }

@media (max-width: 1050px) {
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; flex-direction: row; gap: 24px; }
  .feature-card img { flex: 0 0 auto; margin: 0; }
  .feature-card .text-link { margin-top: 0; }
  .service-grid, .services-full-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-strip { grid-template-columns: repeat(5, 1fr); }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; }
  .mini-values { grid-template-columns: repeat(3, 1fr); }
  .core-values-grid { grid-template-columns: repeat(3, 1fr); }
  .product-brand-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-card, .location-panel { min-height: auto; }
}

@media (max-width: 840px) {
  .site-shell { width: min(var(--shell), calc(100% - 36px)); }
  .header-main { min-height: 76px; gap: 16px; }
  .menu-toggle { display: inline-grid; place-items: center; margin-left: auto; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 12px 18px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 30px rgba(31, 69, 22, .10); }
  .primary-nav.is-open { display: block; }
  .primary-nav > ul { display: grid; gap: 2px; }
  .primary-nav a { display: flex; padding: 10px 4px; border-radius: 0; }
  .has-submenu > a { justify-content: space-between; }
  .submenu { position: static; display: block; width: auto; margin: 2px 0 6px 14px; padding: 0; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; }
  .submenu a { padding: 7px 12px; font-size: .86rem; }
  .home-hero { min-height: 570px; background-position: 62% center; }
  .home-hero::after { display: none; }
  .section { padding: 74px 0; }
  .split-intro, .content-with-aside, .promise-layout { grid-template-columns: 1fr; }
  .content-with-aside { gap: 35px; }
  .side-nav { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 18px; padding: 0 0 10px; border-top: 0; border-left: 2px solid var(--green-700); }
  .side-nav p { grid-column: 1 / -1; padding-left: 14px; }
  .side-nav a { padding: 7px 0 7px 14px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .product-heading > p { max-width: 620px; }
  .story-section { grid-template-columns: 1fr; gap: 13px; }
  .story-marker { padding-bottom: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 610px) {
  .site-shell { width: min(var(--shell), calc(100% - 28px)); }
  .topbar-inner { min-height: 32px; }
  .topbar .tagline { display: none; }
  .brand img { width: 145px; height: auto; }
  .home-hero { min-height: 535px; background: linear-gradient(90deg, rgba(17, 50, 12, .95) 0%, rgba(30, 77, 18, .77) 70%, rgba(30, 77, 18, .55) 100%), url('../images/message-1.jpg') 61% center / cover no-repeat; }
  .hero-content { padding-top: 60px; padding-bottom: 70px; }
  .hero-content h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-copy { font-size: 1rem; }
  .button { width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .section { padding: 60px 0; }
  .split-intro { gap: 26px; }
  .feature-card { flex-direction: column; padding: 25px; }
  .feature-card img { margin-bottom: 5px; }
  .feature-card .text-link { margin-top: 0; }
  .service-grid, .services-full-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 160px; }
  .brand-strip { grid-template-columns: repeat(2, 1fr); }
  .brand-tile:last-child { grid-column: 1 / -1; }
  .cta-layout { align-items: flex-start; flex-direction: column; }
  .contact-cta .button { width: auto; }
  .page-hero { padding: 70px 0 66px; }
  .page-hero h1 { font-size: clamp(2.45rem, 11vw, 3.6rem); }
  .page-hero p:last-child { font-size: 1rem; }
  .side-nav { grid-template-columns: 1fr; }
  .content-intro { margin-bottom: 36px; }
  .values-summary, .vision-card { padding: 28px 22px; }
  .mini-values, .core-values-grid, .product-brand-grid { grid-template-columns: repeat(2, 1fr); }
  .core-value-card { min-height: 205px; padding: 20px; }
  .core-value-card:last-child { grid-column: 1 / -1; }
  .promise-visual { width: min(310px, 100%); margin: 0 auto; }
  .product-brand-card { min-height: 180px; padding: 15px; }
  .brand-image { min-height: 100px; }
  .brand-image img { height: 80px; }
  .product-brand-card h2 { font-size: .9rem; }
  .contact-card, .location-panel { padding: 30px 25px; }
  .contact-details p { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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