:root {
  --paper: #f8f5ee; --paper-deep: #eeeadd; --white: #fffcf7;
  --forest: #213f32; --forest-deep: #173629; --muted: #687066;
  --ochre: #a8642e; --gold: #edbd70; --line: #d9dccf;
  --serif: 'Songti SC', 'STSong', 'SimSun', 'Noto Serif CJK SC', serif;
  --sans: 'PingFang SC', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
  --ease: cubic-bezier(.2,.7,.25,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; background: var(--paper); }
body { margin: 0; color: var(--forest); background: var(--paper); font: 15px/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
button, input, select, textarea { color: inherit; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--forest); }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 5px; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 112px; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 100; padding: 10px 18px; color: var(--paper); background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(33,63,50,.12); background: rgba(248,245,238,.97); }
.header-inner { display: flex; height: 80px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-seal { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--gold); font: 800 25px/1 var(--serif); transform: rotate(-9deg); }
.brand-name { display: grid; gap: 8px; line-height: 1; }
.brand-name b { font: 800 23px/1 var(--serif); letter-spacing: .13em; }
.brand-name > span { font: 8px/1 var(--sans); letter-spacing: .17em; }
.main-nav { display: flex; align-items: center; gap: clamp(23px,3vw,44px); margin-left: auto; margin-right: 22px; font-size: 13px; }
.main-nav a { position: relative; padding-block: 12px; white-space: nowrap; }
.main-nav a::after { position: absolute; bottom: 5px; left: 0; width: 100%; height: 1px; background: var(--forest); content: ''; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 38px; min-height: 54px; padding: 13px 24px; border: 1px solid var(--forest); border-radius: 3px; color: var(--paper); background: var(--forest); font-size: 14px; line-height: 1.4; text-align: center; white-space: nowrap; transition: background .25s, transform .25s; }
.button > span { font-size: 21px; line-height: 1; transition: transform .25s; }
.button:hover { background: #345340; transform: translateY(-2px); }
.button:hover > span { transform: translate(2px,-2px); }
.button--small { min-height: 42px; padding: 10px 17px; gap: 20px; font-size: 12px; }
.button--small > span { font-size: 17px; }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 630px; height: min(710px,calc(100svh - 80px)); isolation: isolate; }
.hero-inner { display: flex; height: 100%; align-items: center; }
.hero-copy { position: relative; width: 46%; padding-block: 64px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 29px; color: var(--ochre); font-size: 12px; letter-spacing: .12em; }
.short-line { display: block; width: 25px; height: 1px; background: currentColor; }
.hero h1 { font: 600 clamp(54px,5.2vw,80px)/1.25 var(--serif); letter-spacing: -.045em; white-space: nowrap; }
.hero h1 > span { color: #777e57; }
.hero-lead { margin-top: 28px; font-size: 15px; line-height: 1.95; color: #5f6a5f; }
.hero .button { margin-top: 33px; }
.hero-signature { margin-top: 40px; font: 12px/1.5 var(--serif); color: var(--muted); letter-spacing: .12em; }
.hero-photo { position: absolute; z-index: -1; inset: 0 0 0 46%; background: #645b3e; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-photo::after { position: absolute; inset: 58% 0 0; content: ''; background: linear-gradient(transparent,rgba(18,27,17,.65)); }
.photo-note { position: absolute; right: 35px; bottom: 25px; left: 50px; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: center; color: #fff8e9; font: 13px/1.5 var(--serif); letter-spacing: .05em; }
.photo-note span:last-child { font: 9px/1.5 var(--sans); letter-spacing: .2em; }
.round-seal { position: absolute; left: calc(46% - 59px); bottom: 45px; display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border: 1px solid #a79968; border-radius: 50%; color: var(--forest); background: #eddfb8; transform: rotate(-13deg); outline: 6px solid #eddfb8; }
.round-seal > span:first-child { font-size: 9px; letter-spacing: .15em; }
.round-seal > span:last-child { font-size: 6px; letter-spacing: .08em; }
.round-seal b { font: 600 25px/1.1 var(--serif); letter-spacing: .08em; }
.brand-ribbon { background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.ribbon-inner { display: flex; justify-content: space-between; align-items: center; gap: 25px; min-height: 75px; }
.ribbon-inner > span { font: 500 16px/1.5 var(--serif); letter-spacing: .05em; }
.ribbon-inner i { margin-left: 15px; font: normal 11px/1.5 var(--sans); color: var(--muted); letter-spacing: .02em; }
.ribbon-inner a { font-size: 12px; white-space: nowrap; }
.ribbon-inner a > span { margin-left: 23px; font-size: 20px; }
.section-kicker { display: flex; align-items: center; gap: 17px; margin-bottom: 27px; font-size: 12px; letter-spacing: .08em; color: var(--ochre); }
.section-kicker > span { font: 9px/1.5 var(--sans); letter-spacing: .15em; }
h2 { font: 600 clamp(33px,3.1vw,47px)/1.4 var(--serif); letter-spacing: -.04em; }
.body-copy { max-width: 475px; color: var(--muted); font-size: 14px; line-height: 2.05; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 32px; border-bottom: 1px solid var(--forest); font-size: 13px; }
.text-link span { font-size: 22px; transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.story-layout { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 90px; }
.story-copy .body-copy { margin-top: 24px; }
.story-copy .body-copy + .body-copy { margin-top: 15px; }
.story-copy .text-link { margin-top: 25px; }
.story-image { position: relative; padding: 0 0 25px 22px; isolation: isolate; }
.story-image::before { position: absolute; right: 22px; bottom: 0; left: 0; z-index: -1; height: 85%; background: var(--paper-deep); content: ''; }
.story-image img { width: 100%; height: 425px; object-fit: cover; object-position: 61% center; }
.story-image figcaption { display: flex; justify-content: space-between; margin-top: 15px; padding-right: 22px; font: 12px/1.5 var(--serif); }
.story-image figcaption > span:last-child { color: var(--ochre); }
.good-food { position: relative; background: #f0efe5; }
.food-heading { max-width: 700px; }
.food-heading .body-copy { max-width: none; margin-top: 22px; }
.food-editorial { display: grid; grid-template-columns: .96fr 1.04fr; margin-top: 51px; gap: 65px; align-items: stretch; }
.food-image { position: relative; min-height: 445px; background: #4d5038; overflow: hidden; }
.food-image img { width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.food-image::after { position: absolute; inset: 65% 0 0; content: ''; background: linear-gradient(transparent,rgba(15,25,16,.76)); }
.food-image figcaption { position: absolute; bottom: 25px; left: 25px; z-index: 1; color: var(--paper); font: 16px/1.5 var(--serif); }
.food-principles { display: flex; flex-direction: column; }
.principle { position: relative; display: flex; gap: 24px; flex: 1; padding: 28px 45px 28px 0; border-top: 1px solid #cdd1bf; }
.principle:last-child { border-bottom: 1px solid #cdd1bf; }
.principle-index { color: var(--ochre); font-size: 11px; padding-top: 4px; }
.principle h3 { margin-bottom: 13px; font: 600 23px/1.5 var(--serif); }
.principle p { max-width: 340px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.principle-character { position: absolute; right: 0; top: 30px; color: #748264; font: 500 25px/1 var(--serif); writing-mode: vertical-rl; }
.image-disclaimer { margin-top: 17px; color: #717768; font-size: 10px; }
.moments { background: var(--paper); }
.moments-heading { text-align: center; }
.moments-heading .section-kicker { justify-content: center; }
.mobile-break { display: none; }
.scene-selector { display: flex; justify-content: center; gap: 35px; width: fit-content; max-width: 100%; margin: 40px auto 38px; border-bottom: 1px solid var(--line); }
.scene-selector button { position: relative; display: flex; min-height: 52px; gap: 28px; align-items: center; padding: 5px 4px 17px; border: 0; color: var(--muted); background: transparent; font-size: 13px; }
.scene-selector button > span:last-child { font-size: 19px; }
.scene-selector button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--forest); content: ''; transform: scaleX(0); transition: transform .25s; }
.scene-selector button[aria-pressed=true] { color: var(--forest); }
.scene-selector button[aria-pressed=true]::after { transform: scaleX(1); }
.scene-panel { display: grid; grid-template-columns: 1.12fr 1fr; min-height: 430px; background: #eaeadd; }
.scene-photo { overflow: hidden; }
.scene-photo img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.scene-photo--solo img { object-position: 72% center; }
.scene-photo--everyday img { object-position: 40% center; }
.scene-copy { position: relative; padding: 57px 45px 65px; overflow: hidden; }
.scene-label { font-size: 11px; color: #747a63; letter-spacing: .05em; }
.scene-copy h3 { margin-top: 20px; font: 600 35px/1.5 var(--serif); }
.scene-copy p { position: relative; z-index: 1; margin-top: 19px; color: #646f5f; font-size: 13px; line-height: 1.95; }
.scene-copy .text-link { position: relative; z-index: 1; margin-top: 25px; }
.scene-watermark { position: absolute; bottom: -10px; right: -5px; white-space: nowrap; color: rgba(33,63,50,.055); font: 600 85px/1.2 var(--serif); pointer-events: none; }
.contact { border-top: 1px solid var(--line); background: #f0ede3; }
.contact-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 100px; }
.contact h2 { font-size: clamp(31px,2.9vw,43px); }
.contact .body-copy { margin-top: 24px; }
.contact-pending { margin-top: 30px; color: var(--muted); font-size: 12px; }
.contact .button { margin-top: 20px; }
.contact-channels { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 24px; }
.contact-channels a { text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
.cooperation-list { border-top: 1px solid #bfc7b6; }
.cooperation-list details { border-bottom: 1px solid #bfc7b6; }
.cooperation-list summary { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; list-style: none; cursor: pointer; font: 600 23px/1.6 var(--serif); }
.cooperation-list summary::-webkit-details-marker { display: none; }
.cooperation-list summary small { display: block; margin-bottom: 6px; color: var(--ochre); font: 9px/1.5 var(--sans); letter-spacing: .1em; }
.disclosure-icon { position: relative; width: 28px; height: 28px; border: 1px solid #a6b09a; border-radius: 50%; }
.disclosure-icon::before, .disclosure-icon::after { position: absolute; top: 12px; left: 8px; width: 10px; height: 1px; content: ''; background: var(--forest); }
.disclosure-icon::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .disclosure-icon::after { transform: rotate(0); }
.details-copy { padding: 0 35px 26px 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.details-copy > span { display: block; margin-top: 15px; color: #727760; font-size: 11px; }
.site-footer { padding-top: 57px; color: var(--paper); background: var(--forest-deep); }
.footer-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; padding-bottom: 46px; }
.footer-main > div > p { margin-top: 18px; color: #bfccb7; font: 15px/1.5 var(--serif); letter-spacing: .1em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-top: 17px; color: #d1d9c8; font-size: 12px; }
.footer-links a:hover { color: white; }
.to-top { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #81927c; border-radius: 50%; color: var(--gold); font-size: 22px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 30px; padding-block: 22px; border-top: 1px solid #415744; color: #b5c3ad; font-size: 10px; letter-spacing: .05em; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
[data-company-name] { margin-left: 12px; }
.inquiry-dialog { position: fixed; width: min(600px,calc(100% - 32px)); max-height: calc(100svh - 48px); margin: auto; padding: 40px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid var(--line); border-radius: 6px; color: var(--forest); background: var(--paper); box-shadow: 0 30px 100px #0a1d2355; }
.inquiry-dialog::backdrop { background: rgba(15,31,21,.65); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; top: 14px; right: 16px; display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: transparent; font-size: 26px; }
.inquiry-dialog .section-kicker { margin-bottom: 16px; }
.inquiry-dialog h2 { font-size: 29px; }
.dialog-description { margin: 15px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.inquiry-dialog label { display: block; margin-top: 16px; font-size: 13px; }
.inquiry-dialog label > span { margin-left: 8px; color: var(--muted); font-size: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-dialog input, .inquiry-dialog select, .inquiry-dialog textarea { display: block; width: 100%; margin-top: 7px; padding: 10px 12px; border: 1px solid #b1bba6; border-radius: 3px; color: var(--forest); background: var(--white); font-size: 14px; line-height: 1.7; }
.inquiry-dialog select { min-height: 46px; }
.inquiry-dialog textarea { resize: vertical; }
.inquiry-dialog input::placeholder, .inquiry-dialog textarea::placeholder { color: #737b6b; }
.form-submit { width: 100%; margin-top: 22px; }
.inquiry-result { padding-top: 14px; margin-top: 24px; border-top: 1px solid var(--line); }
.result-actions { display: flex; align-items: center; gap: 24px; margin-top: 15px; }
.inquiry-status { min-height: 18px; margin-top: 15px; color: #556546; font-size: 12px; }
.reveal { opacity: 1; transform: none; }
.reveal.reveal-pending { opacity: 0; transform: translateY(20px); }
.reveal.is-visible { opacity: 1; transform: none; transition: opacity .65s var(--ease),transform .65s var(--ease); }
@media (min-width: 1500px) { .hero-photo { left: calc(50% - 60px); }.round-seal { left: calc(50% - 119px); } }
@media (max-width: 1199px) {
  .wrap { width: calc(100% - 72px); }.header-inner { gap: 20px; }.main-nav { gap: 23px; margin-right: 10px; }
  .hero { min-height: 605px; }.hero h1 { font-size: clamp(50px,5.6vw,67px); }
  .photo-note { left: 70px; right: 24px; }.photo-note span:last-child { display: none; }
  .story-layout { gap: 55px; }.story-image img { height: 395px; }.food-editorial { gap: 40px; }.contact-layout { gap: 65px; }
  .scene-copy { padding: 43px 32px; }.ribbon-inner i { margin-left: 9px; }.ribbon-inner > span { font-size: 14px; }
}
@media (max-width: 899px) {
  .wrap { width: calc(100% - 48px); }.section-space { padding-block: 80px; }.header-inner { height: 73px; gap: 20px; }
  .brand-seal { width: 37px; height: 37px; font-size: 23px; }.brand-name b { font-size: 20px; }.brand-name > span { font-size: 7px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { position: relative; display: flex; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; align-items: center; padding: 0; border: 1px solid #bbc4b3; background: transparent; border-radius: 3px; }
  .menu-toggle > span { width: 17px; height: 1px; background: var(--forest); transition: transform .2s; }
  .menu-open .menu-toggle > span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-open .menu-toggle > span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 73px; right: 0; left: 0; gap: 0; margin: 0; padding: 12px 24px 22px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 24px #132d1914; }
  .menu-open .main-nav { display: grid; }.main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }.main-nav a::after { display: none; }
  .hero { min-height: 585px; height: auto; }.hero-photo { left: 45%; }.hero-copy { padding-block: 60px 90px; }.hero h1 { font-size: clamp(40px,5.7vw,52px); }.hero-lead { font-size: 13px; }.hero-signature { font-size: 10px; }
  .round-seal { left: calc(45% - 46px); width: 92px; height: 92px; bottom: 32px; gap: 4px; }.round-seal b { font-size: 20px; }.round-seal > span:last-child { font-size: 5px; }.round-seal > span:first-child { font-size: 7px; }
  .ribbon-inner { gap: 15px; min-height: 68px; }.ribbon-inner i { display: block; margin-left: 0; margin-top: 4px; font-size: 10px; }.ribbon-inner > a { font-size: 10px; }.ribbon-inner > a > span { margin-left: 8px; }
  .story-layout { gap: 30px; }h2 { font-size: 32px; }.body-copy { font-size: 13px; }.story-image { padding-left: 14px; }.story-image img { height: 405px; }.story-image figcaption { font-size: 10px; }.story-image figcaption > span:last-child { display: none; }
  .food-editorial { gap: 25px; }.principle { gap: 15px; padding-right: 25px; padding-block: 20px; }.principle h3 { font-size: 19px; }.principle p { font-size: 12px; }.principle-character { font-size: 20px; top: 25px; }
  .scene-copy h3 { font-size: 29px; }.scene-copy { padding: 35px 26px; }.scene-copy p { font-size: 12px; }.scene-copy p br { display: none; }.scene-panel { min-height: 395px; }.scene-photo img { min-height: 395px; }
  .contact-layout { gap: 35px; }.contact h2 { font-size: 30px; }.footer-links { max-width: 220px; gap: 15px 28px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 88px; }.wrap { width: calc(100% - 40px); }.section-space { padding-block: 66px; }.header-inner { gap: 13px; height: 68px; }
  .brand { gap: 8px; }.brand-seal { width: 34px; height: 34px; font-size: 21px; }.brand-name { gap: 6px; }.brand-name b { font-size: 19px; }.brand-name > span { font-size: 6px; }
  .header-cta { min-height: 37px; padding: 8px 11px; gap: 12px; font-size: 11px; }.menu-toggle { width: 37px; height: 37px; }.main-nav { top: 68px; padding-inline: 20px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }.hero-inner { order: 0; width: 100%; padding: 0 24px; }.hero-copy { width: 100%; padding: 42px 0 42px; }
  .hero-photo { position: relative; z-index: auto; order: 1; inset: auto; width: 100%; height: 315px; }.hero-photo img { object-position: 63% 63%; }
  .hero h1 { font-size: clamp(43px,11.5vw,62px); line-height: 1.22; }.eyebrow { margin-bottom: 20px; font-size: 10px; }.hero-lead { margin-top: 19px; font-size: 13px; line-height: 1.9; }
  .hero .button { min-height: 47px; margin-top: 24px; padding: 11px 18px; font-size: 12px; gap: 30px; }.hero-signature { display: none; }
  .photo-note { right: 20px; left: 20px; bottom: 18px; font-size: 11px; }.round-seal { z-index: 2; bottom: 276px; left: auto; right: 30px; width: 90px; height: 90px; }
  .ribbon-inner { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding-block: 18px; text-align: center; }.ribbon-inner > span { font-size: 13px; }.ribbon-inner > a { display: none; }
  .section-kicker { gap: 12px; margin-bottom: 20px; font-size: 11px; }.section-kicker > span { font-size: 8px; }h2 { font-size: clamp(28px,7.4vw,37px); line-height: 1.45; }
  .story-layout { grid-template-columns: 1fr; gap: 38px; }.story-copy .body-copy { margin-top: 20px; max-width: none; font-size: 13px; }.story-copy .text-link { margin-top: 18px; }
  .story-image { padding: 0 0 18px 13px; }.story-image img { height: auto; aspect-ratio: 1.07; }.story-image figcaption { margin-top: 12px; font-size: 11px; }.story-image figcaption > span:last-child { display: inline; }
  .food-heading .body-copy { margin-top: 18px; }.food-editorial { grid-template-columns: 1fr; margin-top: 30px; gap: 25px; }.food-image { min-height: 0; height: 340px; }.food-image img { object-position: 66% center; }.food-image figcaption { left: 20px; bottom: 20px; font-size: 14px; }
  .principle { min-height: 140px; gap: 20px; padding: 23px 32px 24px 0; }.principle h3 { font-size: 21px; margin-bottom: 9px; }.principle p { max-width: none; }.principle-character { right: 3px; top: 27px; }.image-disclaimer { margin-top: 15px; font-size: 10px; }
  .mobile-break { display: inline; }.scene-selector { gap: 15px; width: 100%; justify-content: space-between; margin-block: 29px 24px; }.scene-selector button { justify-content: center; flex: 1; gap: 0; padding-inline: 0; padding-bottom: 13px; font-size: 11px; white-space: nowrap; }.scene-selector button > span:last-child { display: none; }
  .scene-panel { grid-template-columns: 1fr; }.scene-photo { height: 270px; }.scene-photo img { min-height: 0; object-position: 68% 63%; }.scene-copy { padding: 30px 25px 37px; min-height: 325px; }.scene-copy h3 { font-size: 30px; margin-top: 15px; }.scene-copy p { font-size: 12px; max-width: 310px; }.scene-copy .text-link { margin-top: 16px; }.scene-watermark { font-size: 68px; bottom: -4px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }.contact h2 { font-size: clamp(28px,7.3vw,36px); }.contact-pending { margin-top: 24px; }.cooperation-list summary { padding-block: 20px; font-size: 22px; }.details-copy { font-size: 12px; }
  .site-footer { padding-top: 39px; }.footer-main { position: relative; flex-direction: column; gap: 25px; padding-bottom: 34px; }.footer-links { max-width: none; margin: 0; gap: 18px 24px; font-size: 11px; }.to-top { position: absolute; top: 3px; right: 0; }.footer-bottom { font-size: 9px; gap: 10px 20px; }
  .inquiry-dialog { padding: 33px 22px 22px; width: calc(100% - 24px); max-height: calc(100svh - 24px); }.inquiry-dialog h2 { font-size: 26px; }.form-row { grid-template-columns: 1fr; gap: 0; }.inquiry-dialog input, .inquiry-dialog select, .inquiry-dialog textarea { font-size: 16px; }.result-actions { gap: 20px; }.result-actions .text-link { font-size: 12px; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }*, *::before, *::after { animation: none !important; transition: none !important; }.reveal.reveal-pending { opacity: 1; transform: none; }.button:hover { transform: none; }
}
