/* Prototype presentation is isolated from the authoritative Global Shell. */
@scope (#main-content) {
:scope {
  --navy: #10233f;
  --navy-soft: #1d3658;
  --red: #d72f3f;
  --red-dark: #b61f30;
  --gold: #f4c84c;
  --blue: #5579e8;
  --ink: #172033;
  --muted: #667085;
  --line: #e5e7eb;
  --surface: #ffffff;
  --surface-alt: #f7f7f4;
  --pastel-yellow: #fff8dc;
  --pastel-blue: #eef4ff;
  --pastel-red: #fff0f1;
  --focus: #155eef;
  --display: clamp(2.65rem, 5vw, 4.9rem);
  --h1: clamp(2.3rem, 4vw, 4rem);
  --h2: clamp(1.85rem, 3vw, 2.75rem);
  --h3: clamp(1.05rem, 1.3vw, 1.3rem);
  --body: 1rem;
  --meta: .83rem;
  --radius-lg: 28px;
  --radius-md: 18px;
  --content: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", system-ui, sans-serif; font-size: var(--body); line-height: 1.65; }
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: var(--h1); line-height: 1.12; letter-spacing: -.035em; }
h2 { margin-bottom: .5rem; font-size: var(--h2); line-height: 1.14; letter-spacing: -.025em; }
h3 { margin-bottom: .4rem; font-size: var(--h3); line-height: 1.35; }
.metadata, .content-type, .eyebrow, .product-label { font-size: var(--meta); }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: #111; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.prototype-ribbon { min-height: 28px; padding: 4px 16px; color: #4e410d; background: var(--pastel-yellow); border-bottom: 1px solid #f3e6a9; font-size: .78rem; font-weight: 700; text-align: center; }
.desktop-only { display: initial; }
.mobile-only { display: none !important; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,35,63,.08); transition: box-shadow .2s ease; }
.site-header.is-compact { box-shadow: 0 6px 24px rgba(16,35,63,.06); }
.header-inner { width: var(--content); min-height: 74px; margin: 0 auto; display: flex; align-items: center; gap: 20px; }
.brand-lockup { min-width: 210px; display: flex; align-items: center; gap: 10px; }
.brand-lockup img { width: 52px; height: 52px; border-radius: 50%; }
.brand-lockup span { line-height: 1.08; }
.brand-lockup strong { display: block; font-size: 1.03rem; letter-spacing: -.02em; }
.brand-lockup small { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; letter-spacing: .055em; }
.primary-nav { flex: 1; display: flex; justify-content: center; align-items: stretch; gap: 2px; white-space: nowrap; }
.primary-nav > a, .nav-button { min-height: 46px; padding: 0 12px; display: inline-flex; align-items: center; border: 0; border-radius: 10px; background: transparent; color: #344054; cursor: pointer; font-size: .94rem; font-weight: 700; }
.primary-nav > a:hover, .nav-button:hover { background: #f8f8f6; color: var(--navy); }
.primary-nav .flagship-nav { color: var(--red); background: var(--pastel-red); }
.nav-button::after { margin-left: 6px; content: "⌄"; font-size: .9em; }
.primary-nav { min-width: 0; }
html:not([lang="zh-Hant"]) .primary-nav { white-space: normal; }
html:not([lang="zh-Hant"]) .primary-nav > a { min-width: 0; padding-inline: 5px; flex: 1 1 0; justify-content: center; text-align: center; font-size: .72rem; line-height: 1.16; overflow-wrap: anywhere; }
html:not([lang="zh-Hant"]) .primary-nav .mega-wrap { flex: 0 0 auto; }
html:not([lang="zh-Hant"]) .primary-nav .nav-button { padding-inline: 7px; font-size: .72rem; }
.mega-wrap { position: relative; display: flex; }
.mega-menu { position: absolute; top: calc(100% + 14px); right: -180px; width: min(680px, 84vw); padding: 26px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 20px 50px rgba(16,35,63,.14); }
.mega-menu[hidden], .language-menu[hidden], .mobile-menu[hidden] { display: none; }
.mega-menu h2 { margin-bottom: 10px; color: var(--muted); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu a { min-height: 42px; padding: 8px 0; display: block; font-weight: 700; }
.mega-menu a:hover { color: var(--red); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.icon-button, .language-button { min-width: 44px; min-height: 44px; padding: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; color: var(--navy); background: transparent; border: 1px solid transparent; border-radius: 50%; cursor: pointer; font-weight: 800; }
.icon-button:hover, .language-button:hover { background: var(--surface-alt); border-color: var(--line); }
.icon-button span { font-size: 1.55rem; line-height: 1; }
.language-button { width: auto; border-radius: 11px; font-size: .88rem; }
.language-wrap { position: relative; }
.language-menu { position: absolute; top: calc(100% + 9px); right: 0; min-width: 190px; padding: 8px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 34px rgba(16,35,63,.13); }
.language-menu button { width: 100%; min-height: 44px; padding: 8px 11px; text-align: left; background: transparent; border: 0; border-radius: 8px; cursor: pointer; }
.language-menu button:hover { background: var(--surface-alt); }
.button { min-height: 46px; padding: 10px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 800; line-height: 1.2; }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { color: var(--navy); background: #fff; border-color: #cfd5df; }
.button-secondary:hover { border-color: var(--navy); }
.header-cta { min-height: 44px; padding-inline: 16px; }

.search-dialog { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(16,35,63,.48); }
.search-dialog::backdrop { background: rgba(16,35,63,.48); }
.search-panel { width: min(760px, calc(100% - 32px)); margin: 9vh auto 0; padding: clamp(24px, 5vw, 48px); background: #fff; border-radius: var(--radius-lg); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.search-heading { display: flex; align-items: start; justify-content: space-between; gap: 24px; }
.search-panel label { display: block; margin-bottom: 7px; font-weight: 800; }
.search-panel input { width: 100%; min-height: 54px; padding: 12px 16px; border: 1px solid #bac2ce; border-radius: 12px; }
.search-results { margin: 18px 0 10px; padding: 0; list-style: none; }
.search-results a, .search-results .prototype-result { min-height: 56px; padding: 10px 4px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); }
.search-results small { color: var(--muted); }

.hero { width: var(--content); min-height: 650px; margin: 22px auto 0; display: grid; grid-template-columns: 37% 63%; overflow: hidden; background: var(--surface-alt); border-radius: 34px; }
.hero-copy { padding: clamp(42px, 6vw, 82px) clamp(30px, 5vw, 65px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero h1 { margin: 8px 0 24px; max-width: 9.2em; }
.hero-intro { margin-bottom: 32px; color: #475467; font-size: 1.15rem; }
.eyebrow, .product-label { margin-bottom: 10px; color: var(--red); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-media { min-width: 0; overflow: hidden; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 50% 66%; }

.section { width: var(--content); padding: 100px 0; margin: 0 auto; }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.section-heading p { color: var(--muted); }
.split-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.split-heading > p { margin-bottom: 6px; }
.text-link, .hub-action { color: var(--red); font-weight: 800; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-label { display: inline-flex; padding: 5px 10px; color: #78350f; background: var(--pastel-yellow); border-radius: 999px; letter-spacing: .06em; }

.recipe-section { padding-top: 120px; }
.recipe-toolbar { padding: 16px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; }
.utility-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.recipe-search-label span { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 800; }
.recipe-search-label input { width: 100%; min-height: 50px; padding: 11px 14px; border: 1px solid #aeb7c4; border-radius: 11px; }
.button-random { min-height: 50px; color: var(--navy); background: var(--gold); }
.button-random:hover { background: #eabf42; }
.filter-row { margin: 18px 0 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-row button { min-height: 44px; padding: 8px 14px; color: #344054; background: #fff; border: 1px solid #d0d5dd; border-radius: 999px; cursor: pointer; font-weight: 700; }
.filter-row button[aria-pressed="true"] { color: #fff; background: var(--navy); border-color: var(--navy); }
.random-result { margin-bottom: 20px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: var(--pastel-yellow); border: 1px solid #f1dc86; border-radius: 14px; }
.random-result[hidden] { display: none; }
.random-result.is-changing { animation: result-change .28s ease; }
.recipe-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.content-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.content-card:hover { transform: translateY(-3px); border-color: #c7ced8; box-shadow: 0 14px 32px rgba(16,35,63,.09); }
.recipe-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #eee; }
.recipe-card-body { padding: 14px; }
.recipe-card h3 { margin-bottom: 3px; }
.recipe-card p { margin: 0; color: var(--muted); font-size: var(--meta); }

.hubs-section { border-top: 1px solid var(--line); }
.hub-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 26px; }
.hub-card { min-width: 0; padding: 8px 4px 18px; display: block; border-bottom: 2px solid transparent; }
a.hub-card:hover { border-color: var(--red); }
.hub-card p { min-height: 3.3em; color: var(--muted); }
.flat-symbol { position: relative; width: 52px; height: 52px; margin-bottom: 22px; display: block; background: var(--pastel-blue); border-radius: 16px; }
.symbol-housework::before { position: absolute; width: 25px; height: 17px; left: 13px; top: 21px; content: ""; background: #4b6fd8; border-radius: 3px 3px 8px 8px; }
.symbol-housework::after { position: absolute; width: 19px; height: 13px; left: 16px; top: 13px; content: ""; border: 3px solid #4b6fd8; border-bottom: 0; border-radius: 12px 12px 0 0; }
.symbol-safety { background: var(--pastel-red); }
.symbol-safety::before { position: absolute; inset: 11px 13px 10px; content: ""; background: var(--red); clip-path: polygon(50% 0, 100% 18%, 91% 70%, 50% 100%, 9% 70%, 0 18%); }
.symbol-atlas { background: #f0f7e9; }
.symbol-atlas::before, .symbol-atlas::after { position: absolute; top: 13px; width: 15px; height: 27px; content: ""; border: 3px solid #568841; }
.symbol-atlas::before { left: 9px; border-radius: 5px 0 0 5px; }
.symbol-atlas::after { right: 9px; border-radius: 0 5px 5px 0; }
.symbol-employer { background: #f7efff; }
.symbol-employer::before, .symbol-employer::after { position: absolute; content: ""; background: #8b5fbf; border-radius: 9px; }
.symbol-employer::before { width: 25px; height: 18px; left: 8px; top: 12px; }
.symbol-employer::after { width: 22px; height: 16px; right: 7px; bottom: 10px; opacity: .65; }
.symbol-guide { background: var(--pastel-yellow); }
.symbol-guide::before { position: absolute; width: 25px; height: 30px; left: 14px; top: 11px; content: ""; background: #d59f19; border-radius: 4px; box-shadow: inset 0 7px rgba(255,255,255,.5); }
.prototype-tag { display: inline-flex; padding: 4px 8px; color: #694f00; background: var(--pastel-yellow); border-radius: 7px; font-size: .76rem; font-weight: 800; }

.editorial-section { background: linear-gradient(90deg, transparent 0, transparent 2%, var(--surface-alt) 2%, var(--surface-alt) 98%, transparent 98%); }
.editorial-grid { display: grid; grid-template-columns: 55fr 45fr; gap: 24px; }
.feature-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.feature-card > div { padding: 24px; }
.feature-card h3 { font-size: clamp(1.45rem, 2vw, 2rem); }
.feature-card p, .story-card p { color: var(--muted); }
.content-type { color: var(--red); font-weight: 900; letter-spacing: .05em; }
.secondary-stories { display: grid; gap: 14px; }
.story-card { display: grid; grid-template-columns: 38% 62%; align-items: center; }
.story-card img { width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.story-card div { padding: 16px; }
.story-card p { margin-bottom: 0; font-size: .9rem; }

.journey-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.journey-intro { position: sticky; top: 124px; }
.journey-intro > h3 { margin-top: 32px; font-size: 1.55rem; }
.journey-list { margin: 0; padding: 0; list-style: none; counter-reset: journey; }
.journey-list li { position: relative; padding: 8px 0 30px; display: grid; grid-template-columns: 50px 1fr; gap: 18px; }
.journey-list li:not(:last-child)::after { position: absolute; width: 2px; height: 31px; left: 24px; bottom: -1px; content: ""; background: #d6dbe4; }
.journey-number { width: 50px; height: 50px; display: inline-grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 900; }
.journey-list p { margin-bottom: 0; color: var(--muted); }
.journey-list a:hover { color: var(--red); }
.journey-list h3 a { min-height: 44px; display: inline-flex; align-items: center; }

.employment-section { border-top: 1px solid var(--line); }
.service-grid { margin-bottom: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { padding: 24px; display: flex; gap: 20px; }
.service-card .flat-symbol { flex: 0 0 52px; margin-bottom: 0; }
.text-button { min-height: 44px; padding: 8px 0; color: var(--red); background: transparent; border: 0; cursor: pointer; font-weight: 800; }
.symbol-process::before { position: absolute; inset: 11px 13px; content: ""; border: 3px solid var(--blue); border-radius: 4px; box-shadow: inset 0 8px var(--pastel-blue); }
.symbol-video { background: var(--pastel-red); }
.symbol-video::before { position: absolute; width: 27px; height: 22px; left: 10px; top: 15px; content: ""; background: var(--red); border-radius: 5px; }
.symbol-video::after { position: absolute; right: 8px; top: 19px; content: ""; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 8px solid var(--red); }

.inquiry-section { padding: 80px clamp(24px, 5vw, 64px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; color: #fff; background: var(--navy); border-radius: 32px; }
.inquiry-copy .eyebrow { color: var(--gold); }
.inquiry-copy p { color: #d8e0eb; }
.contact-routes { display: flex; flex-wrap: wrap; gap: 10px; }
.button-whatsapp { color: #0a3821; background: #77e5a2; }
.inquiry-form { padding: 24px; color: var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; }
.inquiry-form label { margin-top: 5px; font-size: .84rem; font-weight: 800; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #b9c1cd; border-radius: 9px; }
.inquiry-form label[for="message"], .inquiry-form textarea, .inquiry-form button, .form-status, .demo-notice { grid-column: 1 / -1; }
.inquiry-form textarea { resize: vertical; }
.demo-notice { padding: 8px 10px; color: #694f00; background: var(--pastel-yellow); border-radius: 8px; font-size: .8rem; font-weight: 800; }
.form-status { min-height: 1.6em; margin: 0; color: #216e39; font-weight: 800; }

.location-section { width: var(--content); margin: 80px auto; padding: 30px; display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; background: var(--surface-alt); border-radius: 20px; }
.location-section h2 { font-size: 1.75rem; }
.location-section p { margin-bottom: 2px; }
.location-pin { position: relative; width: 58px; height: 58px; background: var(--pastel-red); border-radius: 17px; }
.location-pin::before { position: absolute; width: 21px; height: 27px; left: 19px; top: 13px; content: ""; background: var(--red); border-radius: 50% 50% 50% 5px; transform: rotate(-45deg); }
.location-pin::after { position: absolute; width: 7px; height: 7px; left: 26px; top: 20px; content: ""; background: #fff; border-radius: 50%; }

.site-footer { padding: 70px 0 20px; color: #e9edf4; background: var(--navy); }
.footer-inner { width: var(--content); margin: 0 auto 48px; display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 36px; }
.footer-brand img { width: 64px; height: 64px; margin-bottom: 16px; border-radius: 50%; }
.footer-brand h2 { font-size: 1.25rem; }
.footer-brand h2 span { color: #aebbd0; font-size: .9rem; font-weight: 600; }
.footer-brand p { color: #aebbd0; }
.site-footer nav h3 { color: #fff; font-size: .92rem; }
.site-footer nav a { min-height: 44px; padding: 8px 0; display: block; color: #bfc9d8; }
.site-footer nav a:hover { color: #fff; }
.legal-row { width: var(--content); margin: 0 auto; padding-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 24px; color: #94a3b8; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 26px; max-width: min(460px, calc(100% - 32px)); padding: 13px 18px; color: #fff; background: var(--navy); border-radius: 10px; box-shadow: 0 10px 32px rgba(0,0,0,.2); transform: translateX(-50%); }

@keyframes result-change { 0% { opacity: .25; transform: translateY(5px); } 100% { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  :root { --content: min(100% - 36px, 1020px); }
  .brand-lockup { min-width: 175px; }
  .brand-lockup strong { font-size: .92rem; }
  .primary-nav > a, .nav-button { padding-inline: 8px; font-size: .84rem; }
  .header-actions { gap: 3px; }
  .primary-nav.desktop-only, .header-cta.desktop-only { display: none !important; }
  .header-inner > .mobile-only { display: inline-flex !important; }
  .mobile-menu.mobile-only { display: block !important; }
  .mobile-menu[hidden] { display: none !important; }
  .hamburger, .hamburger::before, .hamburger::after { width: 20px; height: 2px; display: block; background: var(--navy); border-radius: 2px; }
  .hamburger { position: relative; }
  .hamburger::before, .hamburger::after { position: absolute; left: 0; content: ""; }
  .hamburger::before { top: -6px; }
  .hamburger::after { top: 6px; }
  .mobile-menu { width: 100%; padding: 10px max(18px, calc((100% - min(100% - 36px, 1020px)) / 2)) 22px; background: #fff; border-top: 1px solid var(--line); }
  .mobile-menu > a:not(.button), .mobile-menu summary { min-height: 48px; padding: 11px 8px; display: block; border-bottom: 1px solid var(--line); font-weight: 800; cursor: pointer; }
  .mobile-menu .flagship-nav { color: var(--red); }
  .mobile-menu .button { width: 100%; margin-top: 14px; }
  .mobile-accordion-grid { padding: 8px 12px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 14px; }
  .mobile-accordion-grid a { min-height: 44px; padding: 9px 0; color: var(--muted); }
  .hero { min-height: 580px; }
  .recipe-grid { grid-template-columns: repeat(3, 1fr); }
  .hub-grid { grid-template-columns: repeat(3, 1fr); }
  .hub-card:nth-child(4), .hub-card:nth-child(5) { grid-column: auto; }
  .footer-inner { grid-template-columns: repeat(4, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  :root { --content: min(100% - 28px, 740px); --h1: clamp(2.15rem, 9vw, 3.2rem); --h2: clamp(1.7rem, 7vw, 2.25rem); }
  .desktop-only { display: none !important; }
  .mobile-only { display: initial !important; }
  .header-inner { min-height: 64px; gap: 8px; }
  .brand-lockup { min-width: 0; flex: 1; justify-content: center; gap: 8px; }
  .brand-lockup img { width: 42px; height: 42px; }
  .brand-lockup strong { font-size: .86rem; }
  .brand-lockup small { font-size: .75rem; }
  .header-actions { margin-left: 0; }
  .header-actions .language-button { min-width: 44px; padding: 8px; }
  .mobile-menu { padding-inline: 18px; }
  .language-menu { position: fixed; top: 95px; right: 14px; }
  .search-panel { margin-top: 5vh; }
  .hero { width: 100%; min-height: 0; margin-top: 0; display: flex; flex-direction: column-reverse; border-radius: 0; }
  .hero-copy { padding: 38px 24px 46px; }
  .hero-media { height: min(64vw, 310px); }
  .hero-media img { object-position: 50% 68%; }
  .hero h1 { margin-bottom: 18px; }
  .hero-intro { margin-bottom: 25px; font-size: 1.02rem; }
  .section { padding: 72px 0; }
  .recipe-section { padding-top: 78px; }
  .split-heading { display: block; }
  .split-heading .text-link { display: inline-flex; margin-top: 6px; }
  .recipe-toolbar { grid-template-columns: 1fr; }
  .button-random { width: 100%; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .filter-row button { flex: 0 0 auto; }
  .random-result { align-items: flex-start; flex-direction: column; }
  .recipe-grid { margin-right: 0; padding-right: 14px; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x proximity; }
  .recipe-card { flex: 0 0 min(74vw, 295px); scroll-snap-align: start; }
  .hub-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hub-card { padding-inline: 0; }
  .hub-card p, .hub-action, .hub-card .prototype-tag { font-size: .76rem; }
  .flat-symbol { width: 48px; height: 48px; }
  .secondary-hub { display: none; }
  .hubs-section.show-all .secondary-hub { display: block; }
  .hubs-section.show-all .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .hubs-more { width: 100%; margin-top: 20px; }
  .editorial-section { background: var(--surface-alt); }
  .editorial-grid { grid-template-columns: 1fr; }
  .feature-card > div { padding: 20px; }
  .story-card { grid-template-columns: 35% 65%; }
  .story-card img { min-height: 125px; }
  .story-card p { display: none; }
  .journey-section { grid-template-columns: 1fr; gap: 28px; }
  .journey-intro { position: static; }
  .service-grid { grid-template-columns: 1fr; }
  .inquiry-section { width: 100%; padding: 64px 20px; grid-template-columns: 1fr; gap: 34px; border-radius: 0; }
  .inquiry-form { grid-template-columns: 1fr; }
  .inquiry-form > * { grid-column: 1 / -1; }
  .location-section { margin-block: 56px; grid-template-columns: 56px 1fr; }
  .location-section .button { grid-column: 1 / -1; width: 100%; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 430px) {
  :root { --content: calc(100% - 28px); }
  .prototype-ribbon { font-size: .75rem; }
  .brand-lockup strong { font-size: .79rem; }
  .header-inner > .icon-button { flex: 0 0 44px; }
  .header-actions { flex: 0 0 88px; }
  .hero-media { height: 58vw; min-height: 220px; }
  .hero-copy { padding-inline: 20px; }
  .hero h1 br, .hero-intro br { display: none; }
  .button-row .button { flex: 1 1 140px; }
  .hub-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hub-card h3 { font-size: .98rem; }
  .hub-card p { min-height: 0; }
  .hubs-section:not(.show-all) .hub-card p { display: none; }
  .flat-symbol { margin-bottom: 14px; }
  .service-card { padding: 18px; }
  .location-section { padding: 22px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .site-footer nav a { font-size: .88rem; }
}

@media (max-width: 370px) {
  .brand-lockup span { max-width: 112px; }
  .brand-lockup strong { font-size: .75rem; }
  .brand-lockup small { font-size: .75rem; }
  .hero-copy { padding-inline: 18px; }
  .hub-grid { gap: 7px; }
  .hub-card h3 { font-size: .9rem; }
  .flat-symbol { transform: scale(.9); transform-origin: left bottom; }
  .story-card { grid-template-columns: 38% 62%; }
  .story-card div { padding: 12px; }
}

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

.hero-copy h1{font-size:clamp(2rem,4.5vw,4.5rem);max-width:12ch}.hero-intro{max-width:42rem}.recipe-carousel{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:12px}.recipe-carousel-viewport{min-width:0;border-radius:18px}.recipe-batch-arrow{width:48px;height:48px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--primary-blue);font-size:1.45rem;font-weight:900;cursor:pointer}.recipe-batch-arrow:disabled{opacity:.38;cursor:not-allowed}.recipe-batch-status{text-align:center}.recipe-card{overflow:hidden}.recipe-card>img{display:block;width:100%;height:clamp(150px,16vw,220px);max-height:220px;aspect-ratio:4/3;object-fit:cover}.recipe-card-body h3{display:-webkit-box;min-height:2.8em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.process-flow-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.process-flow-grid figure{display:flex;flex-direction:column;margin:0;padding:1rem;border:1px solid var(--line);border-radius:18px;background:#fff}.process-flow-grid figcaption{margin-bottom:.75rem;font-size:1.15rem}.process-flow-media{display:grid;height:min(52vw,620px);place-items:center;overflow:hidden;border-radius:12px;background:var(--surface-soft,#f7f7f7)}.process-flow-grid img{width:100%;height:100%;object-fit:contain;border-radius:12px}.inquiry-form .form-field{display:grid;align-content:start;gap:.4rem}.inquiry-form .form-field--full,.inquiry-form .form-actions{grid-column:1/-1}.inquiry-form .form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.inquiry-form .form-status{margin:0}.about-detail{margin-top:1rem}.about-detail summary{min-height:44px;display:flex;align-items:center;font-weight:800;cursor:pointer}@media(min-width:801px){.hero{height:520px;min-height:520px;padding:0;grid-template-columns:45% 55%}.hero-copy{padding:clamp(28px,3vw,42px) clamp(28px,3vw,44px)}.hero-copy h1{max-width:none;font-size:clamp(2rem,3.2vw,3.4rem);line-height:1.12;margin-block:6px 16px}.hero-intro{margin-bottom:22px;font-size:1.05rem}.hero-media img{object-position:50% 72%}}@media(min-width:1200px){.hero{height:500px;min-height:500px}}@media(max-width:700px){.recipe-carousel{grid-template-columns:44px minmax(0,1fr) 44px;gap:6px}.recipe-carousel-viewport{overflow-x:auto;overscroll-behavior-inline:contain;touch-action:pan-y}.recipe-grid{grid-template-columns:repeat(2,minmax(220px,1fr));width:max-content}.recipe-card{width:min(72vw,280px)}.recipe-card>img{height:min(52vw,190px)}.process-flow-grid{grid-template-columns:1fr}.process-flow-media{height:auto;overflow:visible}.process-flow-grid img{height:auto}.hero-copy h1{max-width:none}.inquiry-form{grid-template-columns:1fr}.inquiry-form .form-field,.inquiry-form .form-field--full,.inquiry-form .form-actions{grid-column:1}}
}

@scope (#main-content) { @media (min-width:701px) { .process-flow-media { position:relative } .process-flow-media>img { position:absolute;inset:0;width:100%;height:100%;max-height:100%;object-fit:contain } } }
