:root {
  --ink: #06152b;
  --ink-soft: #30425b;
  --blue: #0877df;
  --ice: #35b9ff;
  --paper: #ffffff;
  --mist: #f3f6f9;
  --line: rgba(6, 21, 43, .12);
  --radius-lg: 34px;
  --radius-md: 24px;
  --content: min(1280px, calc(100vw - 48px));
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

/* International editions share catalog assets and retain uncropped image layouts. */
.language-picker { position:relative; flex:none; font-size:14px; }
.language-picker summary { cursor:pointer; list-style:none; padding:12px 8px; white-space:nowrap; }
.language-picker nav { position:absolute; inset-inline-end:0; top:100%; min-width:150px; padding:8px; background:white; border:1px solid var(--line); border-radius:14px; box-shadow:0 10px 35px #06152b1a; }
.language-picker nav { min-width:210px; max-height:70svh; overflow-y:auto; }
.language-picker a { min-height:44px; }
.language-picker nav a { display:block; padding:12px; border-radius:8px; }
.language-picker nav a:hover,.language-picker nav a[aria-current] { background:var(--mist); color:var(--blue); }
.locale-figure { margin:32px auto; max-width:1000px; }
.locale-figure img { width:100%; height:auto; max-height:640px; object-fit:contain; }
.locale-figure figcaption { margin-top:14px; color:var(--ink-soft); }
.locale-table { overflow-x:auto; margin:28px 0; }
.locale-table table { width:100%; border-collapse:collapse; min-width:550px; }
.locale-table th,.locale-table td { padding:16px; border-bottom:1px solid var(--line); text-align:start; }
.locale-block { padding:28px 0; border-bottom:1px solid var(--line); }
.locale-points li { padding:12px 0; line-height:1.7; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { 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; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; padding: 12px 16px; background: var(--ink); color: white; border-radius: 12px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.84);
  border-bottom: 1px solid rgba(6,21,43,.07);
  backdrop-filter: saturate(180%) blur(20px);
  transition: background .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.94); border-color: rgba(6,21,43,.1); }
.nav-shell { width: var(--content); height: 72px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { width: 104px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.6vw, 38px); margin: auto; font-size: 14px; font-weight: 530; letter-spacing: -.01em; }
.desktop-nav a, .nav-cta { transition: color .2s ease, opacity .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.nav-cta { padding: 10px 17px; color: white; background: var(--blue); border-radius: 999px; font-size: 14px; font-weight: 650; }
.nav-cta:hover { background: #0067cc; }
.menu-toggle, .mobile-nav { display: none; }

.eyebrow { margin: 0 0 19px; color: #277eab; font-size: 13px; font-weight: 720; line-height: 1.3; letter-spacing: .14em; }
.hero-carousel { position: relative; overflow: hidden; background: #edf4f8; }
.carousel-track { display: flex; will-change: transform; transition: transform .82s cubic-bezier(.22,.61,.36,1); }
.hero-slide { min-width: 100%; min-height: clamp(540px, calc(100svh - 72px), 680px); padding-top: 72px; display: grid; grid-template-columns: minmax(400px, .84fr) minmax(0, 1.16fr); }
.slide-ice { background: #f6fafc; }
.slide-dessert { color: white; background: #04142a; }
.slide-paper { color: white; background: #071d38; }
.slide-plastic { background: #f2f8fb; }
.slide-specialty { background: #eaf6fc; }
.slide-copy { z-index: 2; align-self: center; padding: 44px clamp(34px, 4.5vw, 76px) 94px max(28px, calc((100vw - 1480px) / 2)); }
.hero-slide h1 { margin: 0; max-width: 660px; font-size: clamp(54px, 5.35vw, 88px); font-weight: 690; line-height: .89; letter-spacing: -.067em; }
.hero-lede { max-width: 540px; margin: 26px 0 0; color: var(--ink-soft); font-size: clamp(17px, 1.25vw, 21px); line-height: 1.48; letter-spacing: -.02em; }
.slide-dessert .hero-lede, .slide-paper .hero-lede { color: rgba(255,255,255,.72); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #0067cc; }
.text-link { color: var(--blue); font-size: 18px; font-weight: 570; }
.text-link-light { color: #79d2ff; }
.text-link span { font-size: 25px; margin-left: 4px; vertical-align: -1px; }
.slide-visual { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; background: #dceaf2; }
.slide-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,15,32,0) 55%, rgba(0,15,32,.56) 100%); pointer-events: none; }
.slide-visual img { width: 100%; height: 100%; object-fit: cover; }
.slide-ice .slide-visual { background: #03172f url("hero-pet-complete-v4.webp") center / cover no-repeat; }
.slide-ice .slide-visual::before { content: ""; position: absolute; z-index: 0; inset: -18px; background: rgba(3,20,42,.48); backdrop-filter: blur(16px); }
.slide-ice .slide-visual img { position: relative; z-index: 1; object-fit: contain; object-position: center; }
.slide-dessert .slide-visual { background: #08264c; }
.slide-dessert .slide-visual img { object-fit: contain; object-position: center; padding: 16px 0; }
.slide-paper .slide-visual img, .slide-plastic .slide-visual img { object-position: center; }
.slide-specialty .slide-visual { background: #fff; }
.slide-specialty .slide-visual img { object-fit: contain; object-position: center; padding: 18px 17%; }
.slide-visual figcaption { position: absolute; z-index: 2; left: clamp(24px, 3vw, 48px); right: clamp(24px, 3vw, 48px); bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 18px; color: white; font-size: 14px; letter-spacing: .01em; }
.slide-visual figcaption strong { font-size: 17px; }
.slide-visual figcaption span { color: rgba(255,255,255,.78); }
.carousel-controls { position: absolute; z-index: 5; left: max(28px, calc((100vw - 1480px) / 2)); bottom: 25px; display: flex; align-items: center; gap: 9px; padding: 7px; border: 1px solid rgba(255,255,255,.72); border-radius: 999px; background: rgba(255,255,255,.84); box-shadow: 0 14px 40px rgba(3,20,42,.12); backdrop-filter: blur(18px); }
.carousel-arrow { width: 38px; height: 38px; padding: 0; display: grid; place-items: center; color: var(--ink); border: 0; border-radius: 50%; background: rgba(6,21,43,.06); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.carousel-arrow:hover { background: rgba(6,21,43,.12); transform: scale(1.04); }
.carousel-dots { display: flex; align-items: center; gap: 7px; padding: 0 3px; }
.carousel-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(6,21,43,.26); cursor: pointer; transition: width .3s ease, background .3s ease; }
.carousel-dot.is-active { width: 24px; background: var(--blue); }
.product-rail { width: var(--content); margin: 0 auto; padding: 28px 0 31px; display: grid; grid-template-columns: repeat(6, 1fr); border-bottom: 1px solid var(--line); }
.product-rail a { min-width: 0; padding: 7px 18px; border-right: 1px solid var(--line); transition: color .2s ease; }
.product-rail a:first-child { padding-left: 0; }
.product-rail a:last-child { padding-right: 0; border-right: 0; }
.product-rail a:hover { color: var(--blue); }
.product-rail span { display: block; margin-bottom: 7px; color: #7c8a9a; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.product-rail strong { display: block; font-size: 14px; line-height: 1.25; letter-spacing: -.01em; }

.proof-strip { width: var(--content); margin: 0 auto; padding: 64px 0 74px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.proof-item { padding: 0 28px; text-align: center; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { padding-right: 0; border-right: 0; }
.proof-item strong { display: block; font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; }
.proof-item span { display: block; max-width: 190px; margin: 11px auto 0; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }

.section { width: var(--content); margin: 0 auto; padding: 140px 0; }
.section-heading { max-width: 840px; margin-bottom: 72px; }
.section-heading.wide { max-width: 1020px; }
.section-heading h2, .quality-copy h2, .about-copy h2, .performance-copy h2, .contact h2 { margin: 0; font-size: clamp(48px, 6.8vw, 94px); font-weight: 660; line-height: .98; letter-spacing: -.065em; }
.section-heading > p:last-child, .quality-copy > p, .about-copy > p, .performance-copy > p, .contact-inner > p { max-width: 710px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(18px, 1.65vw, 23px); line-height: 1.52; letter-spacing: -.018em; }

.models { padding-bottom: 160px; }
.model-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.model-card { position: relative; min-height: 665px; padding: 24px 24px 27px; display: flex; flex-direction: column; background: var(--mist); border-radius: var(--radius-md); overflow: hidden; }
.model-card.featured { background: linear-gradient(180deg, #e4f7ff 0%, #f2f8fc 100%); box-shadow: inset 0 0 0 1px rgba(8,119,223,.12); }
.model-badge { position: absolute; z-index: 2; top: 20px; left: 20px; padding: 7px 11px; border-radius: 999px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.model-image { height: 535px; display: grid; place-items: center; overflow: hidden; }
.model-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.model-card:hover .model-image img { transform: scale(1.035); }
.model-meta { display: grid; grid-template-columns: 1fr auto; gap: 7px 12px; align-items: end; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.model-meta span { color: #5c6c7f; font-size: 13px; font-weight: 700; letter-spacing: .06em; }
.model-meta strong { grid-column: 1; font-size: 25px; letter-spacing: -.03em; }
.model-meta small { grid-column: 2; grid-row: 1 / span 2; color: #627184; font-size: 13px; text-align: right; }

.section-dark { color: white; background: #031329; }
.performance { position: relative; overflow: hidden; }
.performance::before { content: ""; position: absolute; width: 760px; height: 760px; right: -220px; top: -260px; background: radial-gradient(circle, rgba(34,179,255,.28), rgba(34,179,255,0) 68%); }
.performance-inner { position: relative; width: var(--content); margin: auto; padding: 150px 0; }
.eyebrow-light { color: #66caff; }
.performance-copy { max-width: 970px; }
.performance-copy > p:last-child { color: rgba(255,255,255,.68); }
.performance-metrics { margin-top: 105px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.metric { padding: 44px 44px 0 0; }
.metric + .metric { padding-left: 44px; border-left: 1px solid rgba(255,255,255,.18); }
.metric strong { display: block; color: #64c9ff; font-size: clamp(52px, 6vw, 86px); line-height: 1; letter-spacing: -.06em; }
.metric h3 { margin: 28px 0 10px; font-size: 20px; }
.metric p { max-width: 310px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }

.factory-visual { position: relative; width: 100%; margin: 0; aspect-ratio: 16/8.5; border-radius: var(--radius-lg); overflow: hidden; background: var(--mist); }
.factory-visual img { width: 100%; height: 100%; object-fit: cover; }
.factory-visual figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; color: white; background: rgba(3,19,41,.7); backdrop-filter: blur(16px); border-radius: 999px; font-size: 13px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: 52px; }
.process-item { padding-top: 22px; border-top: 1px solid var(--line); }
.process-item span { color: var(--blue); font-size: 13px; font-weight: 700; }
.process-item h3 { margin: 19px 0 9px; font-size: 19px; letter-spacing: -.02em; }
.process-item p { margin: 0; color: #5b6a7e; line-height: 1.55; }

.portfolio { padding-top: 100px; }
.portfolio-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.portfolio-card { position: relative; min-height: 610px; border-radius: var(--radius-lg); overflow: hidden; background: var(--mist); }
.portfolio-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.portfolio-photo:hover img { transform: scale(1.025); }
.portfolio-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,12,30,0) 50%, rgba(2,12,30,.68) 100%); }
.portfolio-overlay { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 34px; color: white; }
.portfolio-overlay span { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 650; }
.portfolio-overlay h3 { margin: 7px 0 0; font-size: clamp(30px, 3.5vw, 52px); letter-spacing: -.045em; }
.portfolio-overlay.light { color: white; }
.portfolio-list { grid-column: 1 / -1; min-height: auto; padding: 62px 64px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.portfolio-list > .eyebrow { grid-column: 1; }
.portfolio-list h3 { grid-column: 1; margin: 0; align-self: start; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.03; letter-spacing: -.055em; }
.portfolio-list ul { grid-column: 2; grid-row: 1 / span 2; list-style: none; margin: 0; padding: 0; }
.portfolio-list li { display: flex; align-items: center; gap: 22px; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: clamp(18px, 2vw, 27px); font-weight: 600; letter-spacing: -.025em; }
.portfolio-list li span { color: #7290a7; font-size: 12px; letter-spacing: .08em; }

.quality { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.quality-image { border-radius: var(--radius-lg); overflow: hidden; background: var(--mist); }
.quality-image img { width: 100%; height: auto; }
.quality-copy > p { max-width: 570px; }
.quality-list { list-style: none; margin: 46px 0 0; padding: 0; border-top: 1px solid var(--line); }
.quality-list li { display: flex; gap: 24px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 620; }
.quality-list span { color: var(--blue); font-size: 12px; letter-spacing: .08em; }

.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; padding-top: 95px; }
.about-facade { position: relative; grid-column: 1 / -1; width: 100%; margin: 0 0 28px; aspect-ratio: 2.89 / 1; overflow: hidden; border-radius: var(--radius-lg); background: var(--mist); }
.about-facade img { width: 100%; height: 100%; object-fit: cover; }
.about-facade figcaption { position: absolute; right: 18px; bottom: 18px; padding: 10px 14px; color: white; background: rgba(3,19,41,.7); backdrop-filter: blur(16px); border-radius: 999px; font-size: 13px; }
.about-stat { display: flex; align-items: flex-end; gap: 18px; }
.about-stat strong { font-size: clamp(150px, 19vw, 250px); font-weight: 680; line-height: .72; letter-spacing: -.09em; }
.about-stat span { padding-bottom: 10px; color: #617086; font-size: 16px; font-weight: 650; line-height: 1.15; text-transform: uppercase; }
.about-copy > p:last-child { max-width: 650px; }

.contact { text-align: center; }
.contact-inner { width: min(1000px, calc(100vw - 40px)); margin: auto; padding: 150px 0 155px; }
.contact-inner > p { margin-left: auto; margin-right: auto; color: rgba(255,255,255,.68); }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 40px; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: #e9f6ff; }
.contact-mail { color: #6fceff; font-size: 17px; font-weight: 600; }

.site-footer { width: var(--content); margin: 0 auto; padding: 70px 0 30px; }
.footer-brand img { width: 120px; }
.footer-brand p { margin: 17px 0 0; color: #596a80; }
.footer-contact { display: grid; grid-template-columns: 1fr 1.6fr; gap: 40px; margin: 65px 0 55px; padding-top: 28px; border-top: 1px solid var(--line); }
.footer-contact p { margin: 0; color: #33455b; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #718094; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal-late { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  :root { --content: min(100% - 36px, 860px); }
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { justify-content: space-between; }
  .menu-toggle { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: rgba(245,247,250,.92); }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 1.5px; background: var(--ink); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 72px; left: 0; width: 100%; padding: 18px; display: grid; gap: 2px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 600; }
  .hero-slide { min-height: 620px; grid-template-columns: .92fr 1.08fr; }
  .slide-copy { padding: 44px 30px 92px 28px; }
  .hero-slide h1 { font-size: clamp(54px, 7.5vw, 76px); }
  .hero-lede { font-size: 17px; }
  .carousel-controls { left: 26px; }
  .product-rail { grid-template-columns: repeat(3, 1fr); row-gap: 22px; }
  .product-rail a:nth-child(3) { border-right: 0; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
  .proof-item:nth-child(2) { border-right: 0; }
  .model-grid { grid-template-columns: repeat(2, 1fr); }
  .performance-metrics { grid-template-columns: 1fr; }
  .metric, .metric + .metric { padding: 35px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-list { grid-column: auto; grid-template-columns: 1fr; }
  .portfolio-list > .eyebrow, .portfolio-list h3, .portfolio-list ul { grid-column: auto; grid-row: auto; }
  .quality { grid-template-columns: 1fr 1fr; gap: 42px; }
  .about { grid-template-columns: 1fr; }
  .about-stat strong { font-size: 190px; }
}

@media (max-width: 760px) {
  .hero-slide { min-height: auto; padding-top: 64px; grid-template-columns: 1fr; grid-template-rows: auto 340px; }
  .slide-copy { padding: 44px 24px 88px; }
  .hero-slide h1 { max-width: 540px; font-size: clamp(56px, 15vw, 78px); }
  .hero-lede { max-width: 580px; }
  .slide-visual { height: 340px; }
  .slide-visual figcaption { bottom: 68px; }
  .carousel-controls { left: 18px; bottom: 14px; }
  .product-rail { grid-template-columns: repeat(2, 1fr); }
  .product-rail a { padding: 7px 14px; }
  .product-rail a:nth-child(3) { border-right: 1px solid var(--line); }
  .product-rail a:nth-child(even) { border-right: 0; }
  .slide-specialty .slide-visual img { padding: 14px 8%; }
}

@media (max-width: 640px) {
  :root { --content: calc(100vw - 28px); --radius-lg: 26px; --radius-md: 20px; }
  .nav-shell { height: 64px; }
  .brand { width: 94px; }
  .mobile-nav { top: 64px; }
  .hero-slide h1 { font-size: clamp(54px, 18vw, 74px); line-height: .88; }
  .hero-lede { margin-top: 27px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 19px; }
  .slide-copy { align-items: flex-start; }
  .slide-visual figcaption { font-size: 12px; }
  .slide-visual figcaption span { display: none; }
  .proof-strip { padding: 46px 0 55px; gap: 38px 0; }
  .proof-item { padding: 0 14px; }
  .proof-item:nth-child(odd) { padding-left: 0; }
  .proof-item:nth-child(even) { padding-right: 0; border-right: 0; }
  .proof-item strong { font-size: 35px; }
  .proof-item span { font-size: 12px; }
  .section { padding: 92px 0; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .quality-copy h2, .about-copy h2, .performance-copy h2, .contact h2 { font-size: 48px; }
  .section-heading > p:last-child, .quality-copy > p, .about-copy > p, .performance-copy > p, .contact-inner > p { margin-top: 22px; font-size: 17px; }
  .model-grid { grid-template-columns: 1fr; gap: 14px; }
  .model-card { min-height: 600px; padding: 18px 14px 21px; }
  .model-image { height: 480px; }
  .model-meta { grid-template-columns: 1fr; gap: 3px; }
  .model-meta strong { font-size: 20px; }
  .model-meta small { grid-column: 1; grid-row: auto; font-size: 12px; text-align: left; }
  .model-badge { top: 12px; left: 12px; }
  .performance-inner { padding: 95px 0; }
  .performance-metrics { margin-top: 60px; }
  .metric strong { font-size: 58px; }
  .factory-visual { aspect-ratio: 16/10; }
  .factory-visual img { object-position: 45% center; }
  .about-facade { margin-bottom: 4px; aspect-ratio: 16/8; }
  .about-facade figcaption { left: 14px; right: auto; bottom: 14px; max-width: calc(100% - 28px); font-size: 11px; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; }
  .portfolio-card { min-height: 510px; }
  .portfolio-overlay { left: 25px; right: 25px; bottom: 25px; }
  .portfolio-list { min-height: auto; padding: 36px 26px; }
  .portfolio-list ul { margin-top: 18px; }
  .portfolio-list li { font-size: 17px; }
  .quality { grid-template-columns: 1fr; }
  .quality-image { max-height: 560px; }
  .quality-image img { height: 100%; object-fit: cover; object-position: center top; }
  .about-stat strong { font-size: 150px; }
  .contact-inner { padding: 100px 0; }
  .contact-actions { flex-direction: column; }
  .footer-contact { grid-template-columns: 1fr; margin: 45px 0 40px; }
  .footer-bottom { gap: 20px; align-items: flex-end; }
}

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

/* Bound every slide to the same viewport; intrinsic image height cannot grow the track. */
.hero-carousel { margin-top:72px; height:clamp(480px,calc(100svh - 72px),650px); }
.carousel-track { height:100%; }
.hero-slide { flex:0 0 100%; width:100%; min-width:0; min-height:0; height:100%; padding:0; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); grid-template-rows:minmax(0,1fr); }
.slide-copy { min-width:0; padding:28px 32px 84px max(28px,calc((100vw - 1480px)/2)); }
.hero-slide h1 { font-size:clamp(44px,5.2vw,76px); line-height:1; }
.hero-lede { font-size:18px; margin-top:22px; }
.hero-actions { gap:16px; margin-top:24px; }
.hero-actions .text-link { font-size:16px; }
.hero-slide .slide-visual { min-height:0; height:100%; display:grid; grid-template-rows:minmax(0,1fr) auto; padding:20px 24px 30px; background:#e8f1f6; }
.hero-slide .slide-visual::before,.hero-slide .slide-visual::after { display:none; }
.hero-slide .slide-visual img { position:static; width:100%; height:100%; min-height:0; object-fit:contain; object-position:center; padding:0; }
.slide-dessert .slide-visual,.slide-paper .slide-visual { background:#071d38; }
.hero-slide .slide-visual figcaption { position:static; padding-top:18px; display:flex; flex-wrap:wrap; align-items:center; gap:6px 18px; color:#30425b; font-size:12px; }
.hero-slide .slide-visual figcaption span { color:inherit; }
.slide-dessert .slide-visual figcaption,.slide-paper .slide-visual figcaption { color:#d2e5f1; }
.carousel-controls { bottom:20px; }
.carousel-pause { border:0; border-radius:20px; background:transparent; color:#06152b; cursor:pointer; padding:8px; font-size:12px; }
.carousel-dot { min-height:16px; }
.model-card { padding-top:44px; min-height:0; }
.model-image { height:540px; background:white; border-radius:12px; }
.model-card:hover .model-image img { transform:none; }
.model-meta { margin-top:20px; }
.about-facade { aspect-ratio:auto; }
.about-facade img { height:auto; object-fit:contain; }
.about-facade figcaption { position:static; border-radius:0; padding:16px 22px; background:#0d1530; }
@media(max-width:980px) and (min-width:761px) {
 .hero-slide h1 { font-size:46px; }
 .hero-lede { font-size:16px; }
 .slide-copy { padding:24px 24px 90px; }
 .hero-actions .button { padding:0 18px; font-size:14px; }
}
@media(max-width:760px) {
 .hero-carousel { margin-top:72px; height:calc(100svh - 72px); min-height:650px; max-height:820px; }
 .hero-slide { grid-template-columns:minmax(0,1fr); grid-template-rows:auto minmax(0,1fr); }
 .slide-copy { align-self:start; padding:24px 24px 10px; }
 .hero-slide h1 { font-size:clamp(38px,10.5vw,54px); line-height:1; }
 .hero-slide .eyebrow { font-size:10px; margin-bottom:12px; }
 .hero-lede { font-size:15px; line-height:1.4; margin-top:14px; }
 .hero-actions { flex-direction:row; align-items:center; gap:12px; margin-top:16px; }
 .hero-actions .button { min-height:40px; padding:0 15px; font-size:12px; }
 .hero-actions .text-link { font-size:12px; }
 .hero-slide .slide-visual { padding:12px 18px 72px; }
 .hero-slide .slide-visual figcaption { padding-top:8px; font-size:10px; }
 .hero-slide .slide-visual figcaption strong { font-size:12px; }
 .hero-slide .slide-visual figcaption span { display:block; }
 .carousel-controls { left:50%; transform:translateX(-50%); bottom:12px; white-space:nowrap; }
 .model-image { height:490px; }
 .model-card { padding:42px 14px 20px; }
 .about-facade figcaption { max-width:none; font-size:11px; }
}
@media(max-width:640px) { .hero-carousel { margin-top:64px; height:calc(100svh - 64px); } }
.model-image { grid-template-rows:minmax(0,1fr); grid-template-columns:minmax(0,1fr); }
.model-image img { min-width:0; min-height:0; max-height:100%; }
.about-facade { max-width:1000px; justify-self:center; }
/* Shared product pages */
.subpage { width:var(--content); margin:72px auto 0; padding:34px 0 90px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:10px; font-size:14px; color:#617086; margin-bottom:58px; }
.breadcrumbs a:hover { color:var(--blue); }
.page-heading { max-width:960px; margin-bottom:54px; }
.page-heading h1 { margin:0; font-size:clamp(48px,6vw,82px); line-height:1.04; letter-spacing:-.05em; }
.page-heading>p:last-child { max-width:730px; color:var(--ink-soft); font-size:20px; line-height:1.55; margin:26px 0 0; }
.family-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.family-card { display:flex; flex-direction:column; border:1px solid var(--line); border-radius:24px; overflow:hidden; background:#fff; transition:box-shadow .2s; }
.family-card:hover { box-shadow:0 12px 30px #06152b12; }
.family-image { height:250px; display:grid; grid-template:minmax(0,1fr)/minmax(0,1fr); padding:16px; background:#edf4f8; }
.family-image img { width:100%; height:100%; min-height:0; min-width:0; object-fit:contain; }
.family-text { padding:26px; display:flex; flex:1; flex-direction:column; }
.family-text .eyebrow { font-size:12px; letter-spacing:.07em; margin-bottom:12px; }
.family-text h3 { font-size:25px; line-height:1.15; letter-spacing:-.03em; margin:0; }
.family-text p:not(.eyebrow) { color:var(--ink-soft); line-height:1.55; font-size:16px; }
.family-text>.text-link { margin-top:auto; padding-top:14px; font-size:16px; }
.detail-hero { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
.detail-hero .page-heading { margin:0; }
.detail-hero h1 { font-size:clamp(42px,4.5vw,68px); }
.detail-hero figure { margin:0; padding:22px; border-radius:28px; background:#edf4f8; }
.detail-hero figure img { width:100%; height:390px; object-fit:contain; }
.detail-hero figcaption { font-size:14px; color:var(--ink-soft); padding-top:18px; }
.facts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; padding:34px 0; margin:50px 0 70px; border-block:1px solid var(--line); }
.facts-grid dt { color:#277eab; font-size:14px; margin-bottom:12px; }
.facts-grid dd { margin:0; font-size:18px; line-height:1.5; }
.detail-points { display:grid; grid-template-columns:repeat(3,1fr); gap:36px; margin:68px 0; }
.detail-points h2 { font-size:25px; line-height:1.2; letter-spacing:-.025em; }
.detail-points p,.detail-section>p,.page-cta p,.application-row p,.about-story p,.quality-layout p,.quality-layout dd { font-size:18px; line-height:1.6; color:var(--ink-soft); }
.step-number { color:var(--blue); font-size:14px; font-weight:650; }
.detail-section { margin:86px 0; }
.detail-section>h2,.related>h2,.quality-layout h2,.about-story h2 { font-size:clamp(30px,3.5vw,44px); line-height:1.12; letter-spacing:-.035em; }
.detail-section .model-grid { margin-top:34px; }
.table-wrap { overflow-x:auto; margin:34px 0; border:1px solid var(--line); border-radius:18px; }
.table-wrap table { width:100%; border-collapse:collapse; text-align:left; min-width:530px; }
.table-wrap caption { text-align:left; padding:20px; font-weight:650; font-size:18px; }
.table-wrap th,.table-wrap td { padding:17px 20px; border-top:1px solid var(--line); font-size:16px; }
.table-wrap thead { background:#edf4f8; }
.detail-section>.detail-note { font-size:15px; }
.check-list { padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:0 32px; }
.check-list li { border-bottom:1px solid var(--line); padding:20px 0; font-size:18px; line-height:1.4; }
.page-cta { display:flex; align-items:center; gap:40px; justify-content:space-between; margin:85px 0; padding:44px; border-radius:28px; background:#edf6fc; }
.page-cta>div { max-width:720px; }
.page-cta h2 { font-size:38px; letter-spacing:-.035em; margin:0; }
.page-cta .button { flex-shrink:0; text-align:center; }
.related-links { display:flex; gap:18px 28px; flex-wrap:wrap; }
.related-links a { color:var(--blue); font-size:17px; }
.application-row { display:grid; grid-template-columns:70px 1fr; gap:26px; padding:50px 0; border-top:1px solid var(--line); }
.application-row>div { max-width:820px; }
.application-row h2 { font-size:36px; letter-spacing:-.035em; margin:0; }
.page-photo { margin:50px 0; background:#edf4f8; border-radius:26px; overflow:hidden; }
.page-photo img { width:100%; height:auto; }
.page-photo figcaption { padding:18px 24px; font-size:14px; color:var(--ink-soft); }
.factory-about { max-width:1000px; margin-inline:auto; }
.about-story { display:grid; grid-template-columns:1fr 1fr; gap:60px; padding:30px 0; }
.quality-layout { display:grid; grid-template-columns:.75fr 1.25fr; gap:55px; align-items:start; }
.quality-layout>img { width:100%; height:auto; border-radius:24px; }
.quality-layout h2 { margin-top:0; }
.test-definitions>div { padding:22px 0; border-top:1px solid var(--line); }
.test-definitions dt { font-size:19px; font-weight:650; }
.test-definitions dd { margin:12px 0 0; }
.footer-links { display:flex; flex-wrap:wrap; gap:18px 28px; margin-top:32px; font-size:15px; }
.contact-layout { display:grid; grid-template-columns:1.4fr .6fr; gap:50px; align-items:start; }
.inquiry-form { background:#f3f6f9; padding:34px; border-radius:24px; }
.inquiry-form h2,.contact-details h2 { font-size:30px; letter-spacing:-.035em; margin-top:0; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; margin:28px 0; }
.form-grid label { display:grid; gap:10px; font-size:15px; font-weight:600; }
.full-field { grid-column:1/-1; }
.form-grid input,.form-grid select,.form-grid textarea { min-width:0; width:100%; border:1px solid #bbc8d4; border-radius:10px; padding:13px; font:400 16px/1.4 var(--font); color:var(--ink); background:#fff; }
.form-grid textarea { resize:vertical; }
:focus-visible { outline:3px solid #0877df; outline-offset:4px; }
.consent { display:flex; align-items:flex-start; gap:12px; font-size:15px; line-height:1.5; }
.consent input { width:19px; height:19px; flex:none; }
.form-privacy { font-size:14px; line-height:1.5; color:#526479; }
.inquiry-form button { border:0; cursor:pointer; }
.inquiry-form button:disabled { opacity:.6; cursor:wait; }
.form-status { font-size:16px; line-height:1.5; margin-bottom:0; }
.form-status[data-state=error] { color:#9b2929; }
.form-status[data-state=success] { color:#146442; }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.contact-details p { font-size:17px; color:var(--ink-soft); line-height:1.7; }
.contact-email { color:var(--blue); font-size:18px; overflow-wrap:anywhere; }
.contact-details h3 { margin-top:36px; }
.social-contact:empty,[data-social-contact]:empty { display:none; }
.social-contact { margin-top:24px; }
.whatsapp-link { display:inline-flex; padding:12px 20px; background:#126b44; color:#fff; border-radius:99px; font-weight:600; }
.social-qr { display:flex; flex-wrap:wrap; gap:20px; margin-top:20px; }
.social-qr figure { margin:0; }
.social-qr img { width:160px; height:160px; object-fit:contain; background:#fff; }
.social-qr figcaption { font-size:14px; margin-top:8px; }
.whatsapp-float { position:fixed; right:22px; bottom:22px; z-index:30; box-shadow:0 4px 18px #06152b25; }
@media(max-width:1000px) { .family-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .detail-hero { gap:28px; } .page-cta { flex-direction:column; align-items:flex-start; } .contact-layout { grid-template-columns:1fr; } .contact-details { padding:0 20px; } }
@media(max-width:640px) {
 .subpage { margin-top:64px; padding-top:24px; }
 .breadcrumbs { margin-bottom:34px; font-size:13px; }
 .page-heading h1 { font-size:44px; }
 .page-heading>p:last-child { font-size:18px; }
 .family-grid,.detail-hero,.detail-points,.facts-grid,.quality-layout,.about-story,.check-list { grid-template-columns:1fr; }
 .family-image { height:240px; } .family-text { padding:22px; }
 .detail-hero figure img { height:280px; }
 .facts-grid { gap:24px; margin:32px 0; }
 .detail-points { gap:20px; }
 .detail-section { margin:60px 0; }
 .page-cta { padding:28px 22px; margin:60px 0; gap:20px; }
 .page-cta h2 { font-size:32px; }
 .page-cta .button { font-size:14px; padding:12px 18px; }
 .application-row { grid-template-columns:30px 1fr; gap:14px; padding:34px 0; }
 .application-row h2 { font-size:29px; }
 .about-story { gap:12px; }
 .inquiry-form { padding:24px 18px; }
 .form-grid { grid-template-columns:1fr; }
 .whatsapp-float { bottom:14px; right:14px; font-size:14px; }
}
.mobile-nav[hidden] { display:none; }

/* Chinese keeps the accepted grids and uncropped imagery; only type is localized. */
html:lang(zh) { --font:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans CJK SC",sans-serif; }
html:lang(zh) h1,html:lang(zh) h2,html:lang(zh) h3,html:lang(zh) .eyebrow { letter-spacing:0; }
html:lang(zh) p { line-height:1.75; }
html:lang(zh) #wechat-contact { scroll-margin-top:100px; }

.social-qr img { width:200px; height:200px; padding:8px; }
.social-qr a { display:block; }
.social-qr figcaption { color:#30425b; }
.site-footer { padding-bottom:100px; }
.mobile-contact-bar { display:none; }
.locale-section-heading h2 { font-size:clamp(32px,4vw,56px); line-height:1.2; margin:0; }
html:is([lang="ja"],[lang="ko"],[lang="th"]) h1,html:is([lang="ja"],[lang="ko"],[lang="th"]) h2,html:is([lang="ja"],[lang="ko"],[lang="th"]) h3 { letter-spacing:0; line-height:1.4; }
html[lang="ko"] h1,html[lang="ko"] h2,html[lang="ko"] p { word-break:keep-all; overflow-wrap:anywhere; }
html[lang="th"] .hero-slide h2 { font-size:clamp(32px,3.8vw,60px); line-height:1.45; }
.brand-positioning { margin-top:72px; min-height:88px; padding:17px 24px; text-align:center; background:#fff; }
.brand-positioning h1 { margin:0; font-size:clamp(20px,2vw,28px); line-height:1.25; letter-spacing:-.025em; }
.brand-positioning p { margin:6px 0 0; color:var(--ink-soft); font-size:14px; line-height:1.4; }
.brand-positioning + .hero-carousel { margin-top:0; height:clamp(430px,calc(100svh - 160px),562px); }
.hero-slide h2 { margin:0; max-width:660px; font-size:clamp(42px,4.7vw,76px); font-weight:690; line-height:1.04; letter-spacing:-.055em; }
html[lang="es"] .hero-slide h2 { font-size:clamp(36px,4vw,64px); }
html[dir="rtl"] .carousel-track { direction:ltr; }
html[dir="rtl"] .slide-copy,html[dir="rtl"] .slide-visual { direction:rtl; }
html[dir="rtl"] .hero-slide h2 { font-size:clamp(36px,4vw,64px); line-height:1.4; letter-spacing:0; }
html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3,html[dir="rtl"] .eyebrow { letter-spacing:0; }
html[dir="rtl"] .subpage p { line-height:1.9; }
html[dir="rtl"] .slide-copy { text-align:right; }
.nav-shell { gap:20px; }
html:lang(zh) .hero-slide h2 { line-height:1.18; letter-spacing:0; }
@media(max-width:1200px) {
 .desktop-nav { display:none; }
 .nav-shell { justify-content:space-between; }
 .menu-toggle { display:flex; flex-direction:column; justify-content:center; gap:5px; border:0; background:transparent; width:40px; height:40px; }
 .menu-toggle>span:not(.sr-only) { width:22px; height:2px; background:var(--ink); }
 .mobile-nav.open { display:flex; flex-direction:column; padding:20px 24px; gap:18px; }
}
@media(max-width:760px) {
 .brand-positioning + .hero-carousel { height:clamp(640px,calc(100svh - 164px),760px); min-height:0; max-height:none; }
 .brand-positioning + .hero-carousel .carousel-track { height:100%; }
 .hero-slide h2,html[lang="es"] .hero-slide h2,html[dir="rtl"] .hero-slide h2 { font-size:36px; }
 .slide-copy { padding-top:20px; padding-bottom:16px; }
 .carousel-controls { left:14px; transform:none; }
 .whatsapp-float { font-size:11px; padding:10px 12px; right:10px; }
}
@media(max-width:640px) {
 .brand-positioning { margin-top:64px; }
 .nav-shell { gap:8px; }
 .language-picker { font-size:13px; }
 .nav-cta { display:none; }
 .language-picker { margin-inline-start:auto; }
 .brand-positioning h1 { font-size:20px; }
}
@media(max-width:760px) {
 body { padding-bottom:72px; }
 .language-picker nav { position:fixed; top:68px; inset-inline:16px; width:auto; max-height:calc(100svh - 160px); }
 .language-picker nav a { padding:12px 16px; }
 .brand-positioning + .hero-carousel { height:clamp(560px,calc(100svh - 264px),700px); }
 .hero-actions .text-link { display:none; }
 .hero-lede { font-size:16px; }
 .hero-slide h2,html[lang="es"] .hero-slide h2,html[dir="rtl"] .hero-slide h2,html[lang="th"] .hero-slide h2 { font-size:clamp(27px,7.5vw,34px); }
 .hero-slide .eyebrow { font-size:12px; line-height:1.4; }
 .hero-actions .button { min-height:44px; font-size:14px; }
 .hero-actions .text-link { font-size:14px; }
 .carousel-controls { left:50%; transform:translateX(-50%); gap:2px; max-width:calc(100% - 20px); padding:4px; }
 .carousel-arrow { width:36px; height:44px; flex:none; }
 .carousel-dot { position:relative; width:26px; min-width:26px; height:44px; padding:0; border-radius:0; background:transparent; }
 .carousel-dot::after { content:""; position:absolute; top:19px; left:10px; width:6px; height:6px; border-radius:4px; background:#a5afba; }
 .carousel-dot.is-active { background:transparent; }
 .carousel-dot.is-active::after { left:6px; width:18px; background:#0877df; }
 .carousel-dot.is-active { width:30px; min-width:30px; }
 .carousel-dots { gap:0; }
 .carousel-pause { min-height:44px; padding:6px; font-size:12px; }
 .whatsapp-float { display:none; }
 .mobile-contact-bar { position:fixed; z-index:45; bottom:0; inset-inline:0; display:flex; gap:8px; padding:8px 16px calc(8px + env(safe-area-inset-bottom)); background:#fff; border-top:1px solid var(--line); }
 .mobile-contact-bar a { display:flex; flex:1; min-width:0; min-height:44px; padding:8px; align-items:center; justify-content:center; text-align:center; border-radius:24px; font-size:14px; font-weight:650; background:#0877df; color:white; }
 .mobile-contact-bar a:first-child { background:#176a43; }
 .subpage .page-heading h1 { font-size:clamp(32px,8vw,46px); overflow-wrap:anywhere; }
 .subpage .page-heading>p:last-child { font-size:17px; }
 .locale-table { margin-inline:0; }
 .inquiry-form input,.inquiry-form textarea,.inquiry-form select { font-size:16px; min-width:0; }
}
