:root {
  --ivory: #f5faff;
  --paper: #ffffff;
  --burgundy: #0a2b68;
  --burgundy-dark: #041a45;
  --jade: #087dc1;
  --jade-dark: #06346f;
  --brass: #0096d6;
  --charcoal: #071d3b;
  --muted: #526983;
  --line: rgba(0, 126, 193, 0.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--charcoal); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea, select { font: inherit; }
.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; }

.site-header { height: 86px; padding: 0 clamp(24px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--brass); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 14px; color: var(--burgundy); font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: clamp(19px, 2.2vw, 31px); letter-spacing: -.02em; }
.brand-mark { width: 66px; height: 52px; flex: 0 0 auto; object-fit: contain; background: var(--paper); }
.nav { display: flex; gap: clamp(14px, 1.45vw, 24px); align-items: center; font-size: 13px; }
.nav a { position: relative; padding: 30px 0; }
.nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 22px; background: var(--brass); transition: right .2s ease; }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(70px, 9vh, 112px) clamp(32px, 5vw, 80px) 42px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--brass); text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 700; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--burgundy); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(54px, 5.3vw, 86px); line-height: .98; margin: 0; max-width: 760px; }
.hero-lede { max-width: 660px; margin: 28px 0 0; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; gap: 18px; margin-top: 32px; flex-wrap: wrap; }
.button { min-height: 56px; padding: 0 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--burgundy); border-radius: 3px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--burgundy); color: var(--paper); }
.button-primary:hover { background: var(--jade); }
.button-secondary { border-color: var(--brass); background: transparent; }
.button-secondary:hover { background: var(--brass); color: var(--paper); }
.hero-proof { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-proof div { padding: 0 15px; min-height: 66px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero-proof div:first-child { padding-left: 0; }
.hero-proof div:last-child { border: 0; }
.hero-proof span { color: var(--jade-dark); font: 600 clamp(16px, 1.3vw, 20px)/1.2 Georgia, serif; }
.hero-proof small { margin-top: 8px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-image-wrap { min-height: 700px; position: relative; overflow: hidden; background: var(--jade-dark); }
.hero-image { height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-image-wrap:hover .hero-image { transform: scale(1.018); }
.hero-card { position: absolute; right: clamp(20px, 4vw, 60px); bottom: clamp(20px, 5vw, 66px); width: min(310px, calc(100% - 40px)); padding: 24px 26px; background: rgba(255,255,255,.94); border-radius: 4px; box-shadow: 0 20px 60px rgba(4,26,69,.28); }
.hero-card span { display: block; padding-bottom: 13px; margin-bottom: 14px; border-bottom: 1px solid var(--brass); color: var(--muted); font-size: 13px; }
.hero-card strong { font-family: Georgia, serif; color: var(--burgundy); font-size: 20px; font-weight: 500; line-height: 1.35; }

.section { padding: clamp(84px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.statement { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--paper); }
.statement-image { min-height: 720px; margin: 0; overflow: hidden; background: var(--burgundy-dark); }
.statement-image img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; object-position: center; }
.statement-copy { padding: clamp(70px, 8vw, 120px) clamp(32px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.statement-copy h2 { max-width: 780px; }
h2 { font-size: clamp(42px, 4.7vw, 72px); line-height: 1.04; margin: 0; }
.statement-copy > p:last-child, .section-heading > p { max-width: 650px; font-size: 17px; line-height: 1.75; color: var(--muted); margin: 32px 0 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .6fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 850px; }
.research-notice { margin-bottom: 34px; padding: 18px 22px; display: grid; grid-template-columns: 210px 1fr; gap: 25px; background: #e7f5fc; border-left: 4px solid var(--brass); color: var(--muted); font-size: 14px; line-height: 1.6; }
.research-notice strong { color: var(--burgundy); text-transform: uppercase; letter-spacing: .09em; font-size: 12px; }
.capacity-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capacity-grid article { min-height: 210px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.58); }
.capacity-grid strong { color: var(--burgundy); font: 500 clamp(44px, 4vw, 66px)/1 Georgia, serif; }
.capacity-grid h3 { margin: 18px 0 0; color: var(--jade-dark); font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.capacity-grid p { margin: 12px 0 0; color: var(--muted); font-size: 12px; }
.capacity-definition { margin: 26px 0 0; max-width: 900px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.capacity-definition b { color: var(--burgundy); }

.production { background: var(--jade-dark); color: var(--paper); }
.production-intro { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(44px, 6vw, 90px); align-items: center; margin-bottom: 80px; }
.production-intro figure, .quality-image, .packaging figure { margin: 0; position: relative; }
.production-intro figure img { aspect-ratio: 1.28; object-fit: cover; }
.production figcaption, .quality figcaption, .packaging figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 15px; background: rgba(4,26,69,.86); color: #edf8ff; font-size: 11px; line-height: 1.45; backdrop-filter: blur(8px); }
.machine-summary h3 { margin: 0 0 30px; color: var(--paper); font: 500 clamp(32px, 3vw, 48px)/1.08 Georgia, serif; }
.machine-summary ul { list-style: none; margin: 0; padding: 0; }
.machine-summary li { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.18); color: #d9e9f7; line-height: 1.5; }
.machine-summary li:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.machine-summary li span { color: var(--brass); font-family: Georgia, serif; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.23); border-left: 1px solid rgba(255,255,255,.23); }
.process-grid article { min-height: 250px; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.23); border-bottom: 1px solid rgba(255,255,255,.23); }
.process-grid article > span { color: var(--brass); font: 500 17px Georgia, serif; }
.process-grid h3 { margin: 58px 0 12px; color: var(--paper); font: 500 24px/1.2 Georgia, serif; text-transform: capitalize; }
.process-grid p { margin: 0; color: #c5dcec; font-size: 13px; line-height: 1.65; }

.quality { padding-right: 0; display: grid; grid-template-columns: 1fr .9fr; gap: clamp(50px, 7vw, 110px); align-items: stretch; background: var(--paper); }
.quality-copy { padding-right: 0; align-self: center; }
.quality-lede { max-width: 760px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.quality-checks { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.quality-checks div { min-height: 90px; padding: 18px 18px 18px 0; display: grid; grid-template-columns: 42px 1fr; gap: 10px; border-bottom: 1px solid var(--line); }
.quality-checks div:nth-child(odd) { border-right: 1px solid var(--line); }
.quality-checks div:nth-child(even) { padding-left: 20px; }
.quality-checks span { color: var(--brass); font: 500 15px Georgia, serif; }
.quality-checks p { margin: 0; color: var(--charcoal); font-size: 13px; line-height: 1.5; }
.quality-draft { margin-top: 28px; padding: 18px 20px; background: var(--ivory); color: var(--muted); font-size: 12px; line-height: 1.65; }
.quality-draft strong { color: var(--burgundy); }
.quality-image img { height: 100%; min-height: 790px; object-fit: cover; }

.packaging { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 110px); align-items: center; background: #e7f5fc; }
.packaging figure img { aspect-ratio: 1.12; object-fit: cover; }
.packaging > div > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.packaging-tags { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 10px; }
.packaging-tags span { padding: 10px 14px; border: 1px solid var(--brass); border-radius: 999px; color: var(--burgundy); font-size: 12px; }

.collection-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.lifestyle-image { margin: 0; position: relative; }
.lifestyle-image img { aspect-ratio: 1.16; object-fit: cover; border-radius: 4px; }
.lifestyle-image figcaption { position: absolute; left: 24px; bottom: 24px; max-width: 290px; padding: 16px 20px; background: rgba(255,255,255,.94); color: var(--burgundy); font: 500 18px/1.4 Georgia, serif; }
.collection-list article { min-height: 142px; padding: 26px 6px; display: grid; grid-template-columns: 52px 1fr 30px; gap: 20px; align-items: center; border-top: 1px solid var(--line); }
.collection-list article:last-child { border-bottom: 1px solid var(--line); }
.collection-list article > span { color: var(--brass); font: 500 18px Georgia, serif; }
.collection-list h3, .capability-grid h3, .custom-copy h3 { margin: 0; color: var(--burgundy); font: 500 28px/1.2 Georgia, serif; }
.collection-list p, .capability-grid p, .custom-copy li p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.collection-list b { color: var(--jade); font-size: 22px; }

.capabilities { background: var(--jade-dark); color: var(--paper); }
.section-heading.light h2, .capability-grid h3 { color: var(--paper); }
.section-heading.light > p, .capability-grid p { color: #c8ddec; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.25); }
.capability-grid article { padding: 40px 32px 24px 0; border-right: 1px solid rgba(255,255,255,.2); }
.capability-grid article + article { padding-left: 32px; }
.capability-grid article:last-child { border-right: 0; }
.capability-grid span { display: block; margin-bottom: 72px; color: var(--brass); }
.capability-grid h3 { font-size: 25px; }

.custom { display: grid; grid-template-columns: 1fr 1fr; padding-left: 0; gap: clamp(50px, 7vw, 110px); align-items: center; background: var(--paper); }
.custom-image img { height: min(760px, 74vw); min-height: 580px; object-fit: cover; }
.custom-copy { padding-right: clamp(24px, 6vw, 96px); }
.custom-copy h2 { max-width: 700px; }
.custom-copy ol { list-style: none; padding: 0; margin: 50px 0 0; }
.custom-copy li { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid var(--line); }
.custom-copy li:last-child { border-bottom: 1px solid var(--line); }
.custom-copy li > span { color: var(--brass); font: 500 17px Georgia, serif; }
.custom-copy h3 { font-size: 23px; }

.factory-band { padding: 36px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--burgundy); color: var(--paper); }
.factory-band div { padding: 10px 38px; border-right: 1px solid rgba(255,255,255,.24); }
.factory-band div:first-child { padding-left: 0; }
.factory-band div:last-child { border-right: 0; }
.factory-band strong { display: block; font: 500 22px Georgia, serif; }
.factory-band span { display: block; margin-top: 9px; color: #c4dcef; font-size: 13px; }

.faq { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; color: var(--burgundy); font: 500 21px/1.35 Georgia, serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brass); font-family: Arial, sans-serif; font-size: 25px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -5px 40px 26px 0; color: var(--muted); line-height: 1.7; }

.contact { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(50px, 8vw, 120px); background: var(--burgundy-dark); color: var(--paper); }
.contact h2 { color: var(--paper); }
.contact-intro > p:last-child { color: #c8ddec; line-height: 1.7; max-width: 500px; }
.contact form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact label { color: #e7f4fc; font-size: 13px; }
.contact input, .contact select, .contact textarea { width: 100%; margin-top: 9px; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.42); border-radius: 0; background: transparent; color: var(--paper); outline: none; }
.contact option { color: var(--charcoal); }
.contact input::placeholder, .contact textarea::placeholder { color: #9fb9d0; }
.contact input:focus, .contact select:focus, .contact textarea:focus { border-bottom-color: var(--brass); }
.contact .full { grid-column: 1 / -1; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.form-footer p { max-width: 380px; margin: 0; color: #9fb9d0; font-size: 12px; line-height: 1.5; }
.contact .button-primary { border-color: var(--brass); background: var(--brass); color: var(--burgundy-dark); }

footer { min-height: 150px; padding: 40px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; background: var(--paper); border-top: 1px solid var(--line); }
footer p { color: var(--muted); font-size: 13px; }
footer > a:last-child { color: var(--burgundy); font-size: 13px; font-weight: 600; }
.footer-brand { font-size: 19px; }
.footer-brand .brand-mark { width: 52px; height: 42px; }

:focus-visible { outline: 2px solid var(--jade); outline-offset: 4px; }

.inner-hero { min-height: 570px; display: grid; align-items: end; padding: 80px clamp(24px, 6vw, 96px); background-position: center; background-size: cover; position: relative; }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,26,69,.88), rgba(0,126,193,.18)); }
.inner-hero > div { position: relative; z-index: 1; width: min(480px, 100%); padding: 30px 34px; background: rgba(255,255,255,.94); border-left: 4px solid var(--brass); }
.inner-hero h1 { font-size: clamp(38px, 3.6vw, 50px); line-height: 1.02; }
.inner-hero > div > p:last-child { max-width: 410px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.inner-hero .eyebrow { margin-bottom: 14px; font-size: 10px; }
.factory-hero { background-image: url('../images/factory-1.webp'); }
.custom-hero { background-image: url('../images/oem.webp'); }
.collections-hero { background-image: url('../images/collections-design.webp'); }
.packaging-hero { background-image: url('../images/packing.webp'); }
.contact-hero { background-image: url('../images/contact.webp'); }
.section-nav { min-height: 68px; position: sticky; top: 86px; z-index: 10; padding: 0 clamp(24px, 6vw, 96px); display: flex; align-items: center; gap: 30px; background: var(--burgundy); color: var(--paper); overflow-x: auto; }
.section-nav a { white-space: nowrap; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.section-nav a:hover { color: #52c7f2; }
.capacity-section { background: #e7f5fc; }
.machinery-page { background: var(--jade-dark); color: var(--paper); }
.machinery-page figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 15px; background: rgba(4,26,69,.86); color: #edf8ff; font-size: 11px; }
.factory-gallery { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; margin-top: 42px; }
.factory-gallery figure, .equipment-gallery figure { margin: 0; overflow: hidden; border-radius: 4px; background: var(--burgundy-dark); }
.factory-gallery img { height: 470px; object-fit: cover; }
.equipment-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; min-width: 0; }
.equipment-gallery img { height: 540px; object-fit: cover; }
.page-cta { padding: clamp(80px, 9vw, 130px) 24px; text-align: center; background: #e7f5fc; }
.page-cta h2 { max-width: 850px; margin: 0 auto 34px; }
.home-routes { background: var(--paper); }
.route-grid, .service-grid, .theme-grid, .article-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-grid a, .service-grid article, .theme-grid article, .article-grid article { min-height: 280px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(243,247,251,.72); transition: background .2s ease, transform .2s ease; }
.route-grid a:hover { background: #e7f5fc; transform: translateY(-3px); }
.route-grid span, .service-grid span, .theme-grid span, .article-grid span { color: var(--brass); font: 500 16px Georgia, serif; }
.route-grid h3, .service-grid h3, .theme-grid h3, .article-grid h3 { margin: 54px 0 14px; color: var(--burgundy); font: 500 27px/1.2 Georgia, serif; }
.route-grid p, .service-grid p, .theme-grid p, .article-grid p, .page-copy { color: var(--muted); line-height: 1.65; }
.route-grid b, .theme-grid b, .article-grid b { display: block; margin-top: 24px; color: var(--jade-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.home-feature { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; background: #e7f5fc; }
.home-feature figure { height: 100%; margin: 0; }
.home-feature img { height: 100%; min-height: 690px; object-fit: cover; }
.home-feature > div { padding: clamp(55px, 7vw, 110px); }
.home-feature > div > p:not(.eyebrow) { margin: 28px 0 32px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.service-grid article { min-height: 300px; }
.lower-notice { margin: 34px 0 0; }
.theme-section { background: var(--paper); }
.theme-grid article, .article-grid article { min-height: 310px; }
.article-grid { grid-template-columns: repeat(2, 1fr); }
.guide-callout { padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: end; background: var(--jade-dark); color: var(--paper); }
.guide-callout h2 { color: var(--paper); }
.guide-callout > p { color: #c8ddec; line-height: 1.8; }
.about-page { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.about-page > div:last-child { color: var(--muted); font-size: 17px; line-height: 1.8; }

@media (max-width: 1180px) {
  .menu-button { display: grid; gap: 6px; border: 0; background: transparent; padding: 12px; }
  .menu-button span:not(.sr-only) { display: block; width: 27px; height: 1px; background: var(--burgundy); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 86px; padding: 20px clamp(24px, 4vw, 64px) 28px; background: var(--ivory); border-bottom: 1px solid var(--brass); flex-direction: column; align-items: flex-start; }
  .nav.nav-open { display: flex; }
  .nav a { width: 100%; padding: 10px 0; font-size: 14px; }
  .nav a::after { bottom: 2px; }
}

@media (max-width: 1100px) {
  .nav { gap: 18px; font-size: 13px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 680px; }
  .hero-image-wrap { height: 760px; min-height: 0; }
  .statement, .section-heading { grid-template-columns: 1fr; }
  .statement-image, .statement-image img { min-height: 660px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article:nth-child(2) { border-right: 0; }
  .capability-grid article:nth-child(3), .capability-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
  .faq, .contact { grid-template-columns: 1fr; }
  .production-intro, .quality, .packaging { grid-template-columns: 1fr; }
  .factory-gallery { grid-template-columns: 1fr 1fr; }
  .quality { padding-right: clamp(24px, 6vw, 96px); }
  .quality-image img { min-height: 620px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .route-grid, .theme-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .home-feature, .guide-callout, .about-page { grid-template-columns: 1fr; }
  .home-feature img { min-height: 560px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 50px; height: 41px; }
  .menu-button { display: grid; gap: 6px; border: 0; background: transparent; padding: 12px; }
  .menu-button span:not(.sr-only) { display: block; width: 27px; height: 1px; background: var(--burgundy); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 74px; padding: 20px 24px 28px; background: var(--ivory); border-bottom: 1px solid var(--brass); flex-direction: column; align-items: flex-start; }
  .nav.nav-open { display: flex; }
  .nav a { width: 100%; padding: 11px 0; font-size: 15px; }
  .nav a::after { bottom: 3px; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 0; padding-top: 70px; }
  h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .hero-proof div:nth-child(2) { border-right: 0; }
  .hero-image-wrap { height: 590px; }
  .hero-card { left: 20px; right: 20px; }
  .statement-image, .statement-image img { min-height: 560px; }
  .statement-copy { padding: 72px 24px 80px; }
  .section-heading { gap: 24px; margin-bottom: 40px; }
  .research-notice { grid-template-columns: 1fr; gap: 8px; }
  .capacity-grid { grid-template-columns: 1fr 1fr; }
  .capacity-grid article { min-height: 170px; padding: 25px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 210px; }
  .process-grid h3 { margin-top: 38px; }
  .quality { padding-right: 24px; }
  .quality-checks { grid-template-columns: 1fr; }
  .quality-checks div:nth-child(odd) { border-right: 0; }
  .quality-checks div:nth-child(even) { padding-left: 0; }
  .quality-image img { min-height: 520px; }
  .factory-gallery, .equipment-gallery { grid-template-columns: 1fr; }
  .factory-gallery img, .equipment-gallery img { height: 480px; }
  .packaging { padding-top: 80px; padding-bottom: 80px; }
  .collection-layout, .custom { grid-template-columns: 1fr; }
  .custom { padding: 0 0 80px; gap: 50px; }
  .custom-copy { padding: 0 24px; }
  .custom-image img { height: 560px; min-height: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article, .capability-grid article + article { padding: 32px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.2); }
  .capability-grid span { margin-bottom: 34px; }
  .factory-band { grid-template-columns: 1fr; }
  .factory-band div, .factory-band div:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .factory-band div:last-child { border-bottom: 0; }
  .faq { gap: 45px; }
  .contact form { grid-template-columns: 1fr; }
  .contact .full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .inner-hero { min-height: 520px; padding: 60px 20px; }
  .inner-hero > div { width: min(390px, 100%); padding: 24px 22px; }
  .inner-hero h1 { font-size: 36px; }
  .section-nav { top: 74px; gap: 22px; }
  .route-grid, .service-grid, .theme-grid, .article-grid { grid-template-columns: 1fr; }
  .route-grid a, .service-grid article, .theme-grid article, .article-grid article { min-height: 240px; }
  .guide-callout { gap: 30px; }
}

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