/* Hallmark · pre-emit critique: P5 H4 E5 S5 R5 V4 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@600;700&display=swap');

:root {
  --ink: #16392b;
  --ink-deep: #0d2a20;
  --green: #28563f;
  --green-2: #6f8e62;
  --leaf: #b8cc91;
  --tomato: #d84933;
  --tomato-dark: #ae3324;
  --sun: #f2b84b;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: rgba(22, 57, 43, .16);
  --muted: #5d6f66;
  --shadow: 0 24px 70px rgba(17, 55, 39, .12);
  --radius: 26px;
  --serif: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --sans: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
  --latin: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { min-width: 0; overflow-wrap: anywhere; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(216, 73, 51, .2); }

.skip-link {
  position: fixed; left: 12px; top: -80px; z-index: 9999;
  padding: 10px 16px; color: white; background: var(--ink);
}
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.section-sm { padding: 78px 0; }
.cream { background: var(--cream); }
.green { color: white; background: var(--ink); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  margin: 0 0 18px; color: var(--tomato); font-family: var(--latin);
  font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 2px; content: ''; background: currentColor; }
.green .eyebrow { color: #f4cc7c; }
.section-title, .page-title {
  margin: 0; font-family: var(--serif); font-weight: 700;
  letter-spacing: .03em; line-height: 1.45;
}
.section-title { font-size: clamp(2rem, 4vw, 3.5rem); }
.page-title { font-size: clamp(1.9rem, 4.3vw, 3.75rem); line-height: 1.28; }
.title-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.lead { margin: 26px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 2; }
.green .lead { color: rgba(255,255,255,.76); }
.note { color: var(--muted); font-size: .83rem; line-height: 1.7; }
.accent { color: var(--tomato); }
.serif { font-family: var(--serif); }
.no-break { white-space: nowrap; }
.mobile-only { display: none; }

.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 13px;
  padding: 12px 25px; border: 1px solid var(--ink); border-radius: 999px;
  color: white; background: var(--ink); font-size: .88rem; font-weight: 700; letter-spacing: .04em;
  cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button::after { content: '→'; font-family: var(--latin); font-size: 1rem; }
.button:hover { transform: translateY(-2px); background: var(--tomato); border-color: var(--tomato); }
.button.outline { color: var(--ink); background: transparent; }
.button.outline:hover { color: white; background: var(--ink); }
.button.light { color: var(--ink); background: white; border-color: white; }
.button.light:hover { color: white; background: var(--tomato); border-color: var(--tomato); }
.button.tomato { background: var(--tomato); border-color: var(--tomato); }
.button.tomato:hover { background: var(--tomato-dark); border-color: var(--tomato-dark); }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .9rem; font-weight: 700; }
.text-link::after { content: '↗'; }

.home-hero {
  position: relative; min-height: 810px; padding: 150px 0 70px; overflow: hidden;
  background: var(--cream);
}
.home-hero::before {
  position: absolute; top: 0; right: 0; width: 46%; height: 100%; content: '';
  background: var(--green);
}
.hero-grid { position: relative; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 56px; }
.hero-kicker { color: var(--tomato); font-family: var(--latin); font-size: .75rem; font-weight: 700; letter-spacing: .2em; }
.hero-title { margin: 28px 0 26px; font-family: var(--serif); font-size: clamp(3rem, 6.5vw, 6.2rem); line-height: 1.25; letter-spacing: .02em; }
.hero-copy { max-width: 510px; margin: 0 0 34px; color: var(--muted); font-size: 1.05rem; line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; height: 590px; }
.hero-photo-main { position: absolute; inset: 0 40px 80px 0; width: calc(100% - 40px); height: calc(100% - 80px); object-fit: cover; border-radius: 190px 26px 26px 26px; box-shadow: var(--shadow); }
.hero-photo-sub { position: absolute; right: 0; bottom: 0; width: 42%; height: auto; aspect-ratio: 1; object-fit: cover; border: 8px solid var(--cream); border-radius: 50%; box-shadow: var(--shadow); }
.hero-stamp {
  position: absolute; top: 40px; right: -10px; display: grid; width: 122px; aspect-ratio: 1;
  place-items: center; padding: 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%;
  color: white; background: rgba(22,57,43,.88); font-family: var(--serif); font-size: .82rem;
  line-height: 1.6; text-align: center; transform: rotate(8deg);
}
.hero-stamp strong { color: #f5cf7f; font-family: var(--latin); font-size: 1.55rem; }
.scroll-indicator { position: absolute; bottom: 26px; left: 22px; display: flex; align-items: center; gap: 12px; font-family: var(--latin); font-size: .63rem; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-indicator::after { width: 1px; height: 55px; content: ''; background: var(--ink); }

.proof-bar { position: relative; z-index: 4; margin-top: -30px; }
.proof-inner { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 18px; background: white; box-shadow: var(--shadow); }
.proof-item { padding: 30px 34px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-number { display: block; color: var(--tomato); font-family: var(--latin); font-size: 2.05rem; font-weight: 700; line-height: 1.1; }
.proof-label { margin-top: 7px; color: var(--muted); font-size: .82rem; }

.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.story-images { position: relative; min-height: 600px; }
.story-images .one { width: 78%; height: 520px; object-fit: cover; border-radius: var(--radius); }
.story-images .two { position: absolute; right: 0; bottom: 0; width: 45%; height: 260px; object-fit: cover; border: 8px solid var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.quote { margin: 34px 0; padding: 25px 0 25px 25px; border-left: 3px solid var(--tomato); font-family: var(--serif); font-size: 1.25rem; line-height: 1.8; }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 58px; }
.route-card { position: relative; min-height: 470px; padding: 34px; overflow: hidden; border-radius: var(--radius); color: white; box-shadow: var(--shadow); isolation: isolate; }
.route-card::before { position: absolute; inset: 0; z-index: -1; content: ''; background: linear-gradient(180deg, rgba(5,25,17,.02), rgba(5,25,17,.88)); }
.route-card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.route-card:hover img { transform: scale(1.04); }
.route-card .route-no { display: block; font-family: var(--latin); font-size: .73rem; font-weight: 700; letter-spacing: .15em; }
.route-card .route-content { position: absolute; right: 34px; bottom: 35px; left: 34px; }
.route-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.75rem; }
.route-card p { margin: 0 0 22px; color: rgba(255,255,255,.76); font-size: .88rem; line-height: 1.8; }

.values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; margin-top: 58px; }
.value-card { border-top: 1px solid var(--line); }
.value-card img { width: 100%; height: clamp(220px, 19vw, 300px); margin: 24px 0; object-fit: cover; border-radius: 18px; }
.value-number { color: var(--tomato); font-family: var(--latin); font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.value-card h3 { margin: 10px 0; font-family: var(--serif); font-size: 1.45rem; }
.value-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.split-panel .media { min-height: 520px; }
.split-panel .media img { width: 100%; height: 100%; object-fit: cover; }
.split-panel .content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(55px, 8vw, 120px); background: var(--ink); color: white; }
.split-panel .content p { color: rgba(255,255,255,.72); }

.product-preview { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; margin-top: 58px; }
.product-large, .product-small { position: relative; overflow: hidden; border-radius: var(--radius); }
.product-large { min-height: 570px; }
.product-small-wrap { display: grid; gap: 24px; }
.product-small { min-height: 273px; }
.product-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-preview a:hover img { transform: scale(1.03); }
.image-label { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 18px 20px; border-radius: 14px; background: rgba(255,253,248,.93); backdrop-filter: blur(10px); }
.image-label strong { display: block; font-family: var(--serif); font-size: 1.15rem; }
.image-label span { color: var(--muted); font-size: .76rem; }

.cta-band { padding: 90px 0; background: var(--tomato); color: white; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.45; }
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.8); }

.page-hero { position: relative; padding: var(--site-page-top-space) 0 94px; overflow: hidden; background: var(--cream); }
.page-hero.green-hero { color: white; background: var(--ink); }
.page-hero.green-hero .lead { color: rgba(255,255,255,.78); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: start; }
.page-hero .lead { max-width: 620px; }
.page-hero-image { height: 430px; overflow: hidden; border-radius: 120px 22px 22px 22px; box-shadow: var(--shadow); }
.page-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumb { margin-bottom: 30px; color: var(--muted); font-size: .75rem; }
.green-hero .breadcrumb { color: rgba(255,255,255,.6); }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

.anchor-nav { position: sticky; top: var(--site-header-height); z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255,253,248,.95); backdrop-filter: blur(12px); }
.anchor-nav .container { display: flex; gap: 10px; overflow-x: auto; padding-block: 13px; scrollbar-width: none; }
.anchor-nav a { flex: 0 0 auto; padding: 8px 15px; border-radius: 99px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.anchor-nav a:hover { color: white; background: var(--ink); }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
.stat-card { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.stat-card strong { display: block; margin-bottom: 11px; color: var(--tomato); font-family: var(--latin); font-size: 2.5rem; line-height: 1; }
.stat-card span { color: var(--muted); font-size: .88rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 45px; }
.audience-card { padding: 28px 20px; border-radius: 18px; background: var(--cream); text-align: center; }
.audience-icon { display: grid; width: 56px; height: 56px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-family: var(--serif); font-size: 1.35rem; }
.audience-card strong { font-size: .92rem; }

.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }
.feature-item { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.feature-item .num { color: var(--tomato); font-family: var(--latin); font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.feature-item h3 { margin: 7px 0 12px; font-family: var(--serif); font-size: 1.28rem; }
.feature-item p { margin: 0; color: var(--muted); font-size: .88rem; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 45px; }
.process-step { position: relative; padding: 29px 24px; border-top: 1px solid var(--line); }
.process-step:not(:last-child)::after { position: absolute; top: -11px; right: -7px; content: '→'; color: var(--tomato); background: var(--paper); }
.process-step span { color: var(--tomato); font-family: var(--latin); font-size: .75rem; font-weight: 700; }
.process-step h3 { margin: 9px 0; font-size: 1rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .78rem; }

.form-shell { padding: clamp(30px, 6vw, 70px); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-intro { margin-bottom: 40px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.form-intro h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.6rem); }
.form-intro p { margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.field.full { grid-column: 1 / -1; }
.field label, .fieldset-label { display: block; margin-bottom: 8px; font-size: .85rem; font-weight: 700; }
.required { margin-left: 8px; color: var(--tomato); font-size: .68rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: 15px 16px; border: 1px solid var(--line); border-radius: 10px;
  color: var(--ink); background: #fffefb; outline: none; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(40,86,63,.1); }
.checkbox-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.check-pill { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: .78rem; cursor: pointer; }
.check-pill:has(input:checked) { border-color: var(--green); background: rgba(40,86,63,.08); }
.check-pill input { accent-color: var(--green); }
.privacy-check { margin: 28px 0 20px; font-size: .82rem; }
.privacy-check a { text-decoration: underline; }
.form-actions { text-align: center; }
.form-status { min-height: 1.5em; margin-top: 12px; color: var(--tomato); font-size: .8rem; }

.shop-notice { padding: 14px 20px; color: #6e4a0e; background: #fff0c7; border: 1px solid #edca72; border-radius: 12px; font-size: .82rem; }
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; }
.shop-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 15px 40px rgba(17,55,39,.07); }
.shop-card-image { position: relative; aspect-ratio: 1.15; overflow: hidden; }
.shop-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.shop-card:hover img { transform: scale(1.03); }
.season-tag { position: absolute; top: 15px; left: 15px; padding: 6px 10px; border-radius: 99px; color: white; background: var(--tomato); font-size: .7rem; font-weight: 700; }
.shop-card-body { padding: 26px; }
.shop-card h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 1.25rem; }
.shop-card-description { min-height: 4.6em; margin: 0 0 16px; color: var(--muted); font-size: .84rem; }
.shop-meta { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin: 18px 0; }
.price { font-family: var(--latin); font-size: 1.35rem; font-weight: 700; }
.price small { font-family: var(--sans); font-size: .7rem; font-weight: 500; }
.shop-card .button { width: 100%; }

.cart-button { position: fixed; right: 24px; bottom: 24px; z-index: 800; display: flex; align-items: center; gap: 9px; padding: 14px 20px; border: 0; border-radius: 99px; color: white; background: var(--tomato); box-shadow: 0 14px 36px rgba(174,51,36,.28); cursor: pointer; font-weight: 700; }
.cart-count { display: grid; min-width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--tomato); background: white; font-size: .75rem; }
.cart-drawer { position: fixed; inset: 0; z-index: 1200; visibility: hidden; }
.cart-drawer.is-open { visibility: visible; }
.cart-overlay { position: absolute; inset: 0; border: 0; background: rgba(8,28,19,.55); opacity: 0; transition: opacity .25s; }
.cart-drawer.is-open .cart-overlay { opacity: 1; }
.cart-panel { position: absolute; top: 0; right: 0; display: flex; width: min(440px, 100%); height: 100%; flex-direction: column; padding: 28px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
.cart-drawer.is-open .cart-panel { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 0; font-family: var(--serif); }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 0; }
.cart-empty { color: var(--muted); text-align: center; }
.cart-item { display: grid; grid-template-columns: 70px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 70px; height: 70px; object-fit: cover; border-radius: 10px; }
.cart-item strong { display: block; font-size: .83rem; }
.cart-item span { color: var(--muted); font-size: .73rem; }
.remove-item { border: 0; color: var(--tomato); background: transparent; cursor: pointer; font-size: .72rem; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-total { display: flex; justify-content: space-between; margin-bottom: 16px; font-weight: 700; }
.cart-footer .button { width: 100%; }

.recruit-hero { min-height: 790px; padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); }
.recruit-hero-copy { display: flex; flex-direction: column; justify-content: flex-start; padding: var(--site-page-top-space) clamp(40px, 7vw, 120px) 70px max(24px, calc((100vw - 1180px)/2)); }
.recruit-hero-copy h1 { margin: 15px 0 25px; font-family: var(--serif); font-size: clamp(2.8rem, 5.8vw, 5.6rem); line-height: 1.28; }
.recruit-hero-copy p { max-width: 570px; color: var(--muted); }
.recruit-hero-photo { position: relative; min-height: 650px; overflow: hidden; }
.recruit-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.recruit-hero-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(247,241,229,.3), transparent 28%); }
.recruit-message { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.job-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.job-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.job-card h3 { margin: 10px 0; font-family: var(--serif); font-size: 1.3rem; }
.job-card p { color: var(--muted); font-size: .85rem; }
.job-tag { color: var(--tomato); font-family: var(--latin); font-size: .72rem; font-weight: 700; letter-spacing: .1em; }
.reality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.reality-card { padding: 30px; border-radius: 20px; background: white; }
.reality-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 1.25rem; }
.reality-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.reality-card.good { border-top: 5px solid var(--green-2); }
.reality-card.hard { border-top: 5px solid var(--tomato); }
.dorm-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 16px; margin-top: 45px; }
.dorm-grid img { width: 100%; height: 320px; object-fit: cover; border-radius: 18px; }
.dorm-grid img:first-child { height: 100%; grid-row: span 2; }
.amenities { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.amenity { padding: 8px 12px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: .78rem; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--tomato); font-family: var(--latin); font-size: 1.4rem; }
.faq details[open] summary::after { content: '−'; }
.faq-answer { padding: 0 0 25px 32px; color: var(--muted); font-size: .9rem; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 45px 0 70px; }
.contact-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.contact-card strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 1.15rem; }
.contact-card span { color: var(--muted); font-size: .82rem; }

.policy h2 { margin: 48px 0 12px; font-family: var(--serif); font-size: 1.4rem; }
.policy h3 { margin: 32px 0 10px; font-size: 1rem; }
.policy p, .policy li { color: var(--muted); font-size: .9rem; }
.policy table { width: 100%; border-collapse: collapse; }
.policy th, .policy td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy th { width: 29%; background: var(--cream); }
.draft-warning { margin: 25px 0; padding: 18px; border-left: 4px solid var(--sun); background: #fff7db; color: #6a4a14; }

.site-footer { padding: 80px 0 25px; color: white; background: var(--ink-deep); }
.footer-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding-bottom: 55px; }
.footer-brand {
  display: inline-flex; max-width: 100%; align-items: center; gap: 13px; margin-bottom: 23px;
  color: var(--white);
}
.footer-logo-mark { width: 60px; height: 60px; flex: 0 0 auto; object-fit: contain; }
.footer-logo-copy { display: grid; min-width: 0; gap: 4px; line-height: 1.08; }
.footer-logo-copy strong {
  font-family: var(--serif); font-size: clamp(1.18rem, 2vw, 1.5rem); font-weight: 700;
  letter-spacing: .05em; overflow-wrap: anywhere;
}
.footer-logo-copy small {
  color: rgba(255,255,255,.66); font-family: var(--latin); font-size: .54rem;
  font-weight: 700; letter-spacing: .19em;
}
.footer-address { color: rgba(255,255,255,.65); font-size: .84rem; }
.footer-note { max-width: 440px; margin-top: 18px; color: rgba(255,255,255,.48); font-size: .75rem; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; align-content: start; }
.footer-nav a { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-nav a:hover { color: #f4cc7c; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-family: var(--latin); font-size: .68rem; }
.footer-legal { display: flex; gap: 18px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.thanks { min-height: 70vh; display: grid; place-items: center; padding: var(--site-page-top-space) 24px 80px; text-align: center; }
.thanks-mark { display: grid; width: 78px; height: 78px; margin: 0 auto 25px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 2rem; }

@media (max-width: 1050px) {
  .hero-grid { gap: 28px; }
  .story-grid { gap: 55px; }
  .route-card { min-height: 430px; padding: 26px; }
  .route-card .route-content { right: 26px; bottom: 26px; left: 26px; }
}

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .home-hero { min-height: auto; padding-top: 130px; }
  .home-hero::before { top: auto; bottom: 0; width: 100%; height: 46%; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 530px; }
  .proof-inner { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .story-grid, .page-hero-grid, .recruit-message { grid-template-columns: 1fr; gap: 45px; }
  .story-images { min-height: 540px; }
  .route-grid, .job-cards { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .route-card:last-child, .value-card:last-child, .job-card:last-child { grid-column: 1 / -1; }
  .split-panel { grid-template-columns: 1fr; }
  .product-preview { grid-template-columns: 1fr; }
  .product-small-wrap { grid-template-columns: 1fr 1fr; }
  .page-hero { padding-top: var(--site-page-top-space); }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2)::after { display: none; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .shop-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 12px); }
  .recruit-hero { grid-template-columns: 1fr; }
  .recruit-hero-copy { min-height: 680px; padding-left: max(24px, calc((100vw - 740px)/2)); }
  .recruit-hero-photo { min-height: 540px; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 640px) {
  body { font-size: 15px; }
  .container, .narrow { width: min(100% - 32px, 1180px); }
  .section { padding: 74px 0; }
  .section-sm { padding: 55px 0; }
  .mobile-only { display: block; }
  .home-hero { padding: 112px 0 60px; }
  .hero-title { font-size: clamp(2.65rem, 12.2vw, 3.5rem); }
  .hero-visual { height: 430px; }
  .hero-photo-main { inset: 0 18px 54px 0; width: calc(100% - 18px); height: calc(100% - 54px); border-radius: 100px 18px 18px 18px; }
  .hero-photo-sub { width: 42%; height: auto; border-width: 5px; }
  .hero-stamp { top: 18px; right: -8px; width: 96px; font-size: .68rem; }
  .hero-stamp strong { font-size: 1.2rem; }
  .scroll-indicator { display: none; }
  .proof-bar { margin-top: -12px; }
  .proof-item { padding: 23px 25px; }
  .story-images { min-height: 430px; }
  .story-images .one { width: 87%; height: 380px; }
  .story-images .two { width: 52%; height: 190px; border-width: 5px; }
  .route-grid, .job-cards, .stat-grid, .feature-list, .shop-grid, .reality-grid, .contact-cards { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: minmax(0, 1fr); }
  .route-card, .route-card:last-child { min-height: 420px; grid-column: auto; }
  .value-card:last-child, .job-card:last-child, .shop-card:last-child { grid-column: auto; max-width: none; }
  .split-panel .media { min-height: 420px; }
  .split-panel .content { padding: 55px 24px; }
  .product-small-wrap { grid-template-columns: 1fr; }
  .product-large { min-height: 440px; }
  .cta-band { padding: 65px 0; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: var(--site-page-top-space) 0 70px; }
  .page-hero-image { height: 330px; border-radius: 70px 18px 18px 18px; }
  .anchor-nav { top: var(--site-header-height); }
  .audience-grid { gap: 10px; }
  .audience-card { padding: 22px 10px; }
  .process { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .form-shell { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .cart-button { right: 15px; bottom: 15px; }
  .recruit-hero-copy { min-height: 620px; padding: var(--site-page-top-space) 20px 60px; }
  .recruit-hero-photo { min-height: 440px; }
  .dorm-grid { grid-template-columns: 1fr 1fr; }
  .dorm-grid img { height: 200px; }
  .dorm-grid img:first-child { grid-column: 1 / -1; height: 290px; }
  .footer-brand { gap: 11px; }
  .footer-logo-mark { width: 54px; height: 54px; }
  .footer-logo-copy strong { font-size: 1.08rem; }
  .footer-logo-copy small { font-size: .48rem; letter-spacing: .14em; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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