/*
Theme Name: Walbre Story
Theme URI: https://walbre.co.jp/
Author: Walbre
Description: 写真と余白を生かした株式会社Walbre専用のコーポレート・通販対応テーマです。
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: walbre-story
*/

:root {
  --ink: #242421;
  --muted: #6f7069;
  --paper: #f4f3ef;
  --white: #fff;
  --line: rgba(36, 36, 33, .16);
  --accent: #869574;
  --accent-dark: #41543c;
  --gold: #b99b52;
  --sidebar: 238px;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.9; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.walbre-story-home {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.walbre-story-home h1,
.walbre-story-home h2,
.walbre-story-home h3,
.walbre-story-home p,
.walbre-story-home a,
.walbre-story-home span,
.walbre-story-home li {
  overflow-wrap: break-word;
}
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-sidebar {
  position: fixed; inset: 0 auto 0 0; z-index: 50; width: var(--sidebar); padding: 42px 30px 28px;
  display: flex; flex-direction: column; background: rgba(244,243,239,.96); border-right: 1px solid var(--line);
}
.brand img { width: 174px; height: auto; }
.brand-text { font-family: var(--serif); font-size: 24px; font-weight: 700; letter-spacing: .04em; }
.site-nav { margin-top: 54px; }
.site-nav ul { list-style: none; padding: 0; margin: 0; }
.site-nav li { margin: 0 0 13px; }
.site-nav a { position: relative; display: inline-block; font-family: var(--serif); font-size: 14px; letter-spacing: .08em; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px; background: var(--accent-dark); transition: width .25s; }
.site-nav a:hover::after { width: 100%; }
.sidebar-bottom { margin-top: auto; }
.sidebar-contact { display: block; margin-top: 10px; padding: 10px 12px; border: 1px solid var(--gold); color: #7d692e; font-size: 12px; text-align: center; }
.sidebar-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.menu-toggle { display: none; }
.menu-toggle-floating { display: none; }
.site-tools { position: fixed; z-index: 65; top: 18px; right: 30px; display: flex; align-items: flex-start; gap: 0; }
.header-search { display: flex; width: 235px; height: 44px; margin-top: 9px; overflow: hidden; border: 1px solid rgba(36,36,33,.18); border-radius: 24px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); }
.header-search input[type="search"] { min-width: 0; flex: 1; padding: 0 10px 0 18px; border: 0; outline: 0; background: transparent; font-family: var(--sans); font-size: 12px; }
.header-search button { width: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--ink); color: #fff; cursor: pointer; }
.header-search svg, .tool-link svg, .tool-contact svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.tool-link { position: relative; width: 72px; height: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border-left: 1px solid rgba(36,36,33,.13); }
.tool-link small { font-size: 9px; letter-spacing: .04em; }
.tool-icon-wrap { position: relative; display: inline-flex; }
.walbre-cart-count { position: absolute; top: -8px; right: -10px; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 9px; background: var(--gold); color: #fff; font-size: 9px; line-height: 17px; text-align: center; }
.tool-contact { width: 142px; height: 142px; margin-left: 6px; margin-top: -8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; background: var(--gold); color: #fff; text-align: center; font-family: var(--serif); font-size: 14px; line-height: 1.55; transition: transform .25s, background .25s; }
.tool-contact:hover { transform: translateY(3px); background: #a88b45; }

.site-main, .site-footer { margin-left: var(--sidebar); }
.hero { min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(400px, .9fr); background: #eeede8; }
.hero-media { min-height: 100vh; background: #dfe4dc center/cover no-repeat; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(36px, 4.5vw, 74px) 70px; }
.eyebrow { margin: 0 0 22px; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 3.9vw, 60px); font-weight: 500; line-height: 1.45; letter-spacing: .05em; }
.hero-lead { max-width: 32em; margin: 34px 0 0; color: #55564f; font-size: 14px; }
.hero-lead span { display: block; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-scroll { align-self: flex-end; margin-top: 56px; color: var(--muted); font-size: 9px; letter-spacing: .22em; writing-mode: vertical-rl; }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 10px 24px !important;
  border: 1px solid var(--ink) !important; border-radius: 0 !important; background: var(--ink) !important; color: #fff !important;
  max-width: 100%;
  font-size: 12px !important; letter-spacing: .08em; line-height: 1.45; text-align: center; white-space: normal; transition: .25s;
}
.button:hover, .woocommerce a.button:hover { background: transparent !important; color: var(--ink) !important; }
.button-outline { background: transparent !important; color: var(--ink) !important; }
.button-outline:hover { background: var(--ink) !important; color: #fff !important; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-row .button { min-width: min(100%, 210px); }

.photo-story { padding: 11vw 0 13vw; overflow: hidden; }
.photo-story-grid { display: grid; grid-template-columns: 1fr 1.1fr; align-items: end; gap: 9vw; }
.photo-story-blank { min-height: 180px; }
.photo-story-image { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.photo-story-collage { margin-top: 12vw; display: grid; grid-template-columns: .7fr 1.4fr; align-items: end; gap: 0; }
.photo-story-collage img:first-child { width: 115%; aspect-ratio: 4/3; object-fit: cover; transform: translateX(-8%); }
.photo-story-collage img:last-child { width: 100%; aspect-ratio: 16/10; object-fit: cover; transform: translateY(10%); }
.photo-story-message { max-width: 1080px; margin: 13vw auto 4vw; padding: 0 clamp(28px, 6vw, 92px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.photo-story-message h2 { margin: 0; font-family: var(--serif); font-size: clamp(31px, 4vw, 54px); font-weight: 500; line-height: 1.6; }
.photo-story-message p:not(.section-kicker) { max-width: 47em; margin: 30px 0 0; color: var(--muted); font-size: 14px; }

.section { padding: clamp(80px, 10vw, 150px) clamp(28px, 6vw, 92px); }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(220px, .65fr) 1.35fr; gap: 7vw; align-items: start; margin-bottom: 70px; }
.section-kicker { margin: 0 0 12px; color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.section h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 500; line-height: 1.55; letter-spacing: .05em; }
.section-intro { max-width: 47em; margin: 0; color: var(--muted); font-size: 14px; }
.section-white { background: var(--white); }
.section-dark { background: #243025; color: #fff; }
.section-dark .section-kicker, .section-dark .section-intro { color: #c9d2c7; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--paper); }
.service-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.76); }
.service-card-body { padding: 34px 30px 38px; }
.service-no { color: var(--accent-dark); font-family: var(--serif); font-size: 12px; }
.service-card h3 { min-height: 3.2em; margin: 12px 0 18px; font-family: var(--serif); font-size: 23px; font-weight: 500; line-height: 1.6; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.text-link { display: inline-block; margin-top: 24px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; letter-spacing: .05em; }

.sukoyaka-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 620px; }
.sukoyaka-photo { min-height: 520px; background: center/cover no-repeat; }
.sukoyaka-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 105px); background: #edf0e8; }
.sukoyaka-copy h2 { font-family: var(--serif); font-size: clamp(34px, 4vw, 56px); font-weight: 500; line-height: 1.5; }
.sukoyaka-copy p { color: #596151; font-size: 14px; }
.product-gallery { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 2px; padding: 2px; background: var(--white); }
.product-gallery img { width: 100%; height: clamp(320px, 43vw, 650px); object-fit: cover; background: #eee; }
.product-gallery img:first-child { object-position: center 38%; }
.category-section { padding: clamp(80px, 10vw, 150px) clamp(28px, 6vw, 92px); background: #e8e7e2; }
.category-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 500; line-height: 1.55; letter-spacing: .05em; }
.category-grid { max-width: 1180px; margin: 55px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.category-card { position: relative; min-height: 520px; overflow: hidden; background: #222; color: #fff; }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; transition: transform .55s, opacity .3s; }
.category-card:hover img { transform: scale(1.035); opacity: .62; }
.category-card-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 72px 30px 30px; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
.category-card-copy small { font-size: 10px; letter-spacing: .18em; }
.category-card-copy h3 { margin: 8px 0 3px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.category-card-copy span { font-size: 11px; color: #e8e8e3; }

.shop-header { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 52px; }
.products-placeholder { padding: 55px; border: 1px solid rgba(255,255,255,.25); text-align: center; color: #d4d9d2; }
.section-dark .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.section-dark .woocommerce ul.products::before, .section-dark .woocommerce ul.products::after { display: none; }
.section-dark .woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; color: #fff; }
.section-dark .woocommerce ul.products li.product img { aspect-ratio: 1/1; object-fit: cover; margin: 0 0 18px !important; background: #fff; }
.section-dark .woocommerce ul.products li.product .woocommerce-loop-product__title { color: #fff; font-size: 15px !important; }
.section-dark .woocommerce ul.products li.product .price { color: #fff !important; }
.woocommerce-page-wrap ul.products li.product img { aspect-ratio: 1/1; object-fit: cover; }
.woocommerce-page-wrap { max-width: 1180px; }
.woocommerce-page-wrap .woocommerce-breadcrumb { margin-bottom: 36px; color: var(--muted); font-size: 12px; }
.woocommerce-page-wrap .woocommerce-products-header__title,
.woocommerce-page-wrap .product_title,
.walbre-commerce .entry-title { font-family: var(--serif); font-weight: 500; letter-spacing: .04em; }
.woocommerce-page-wrap .woocommerce-result-count,
.woocommerce-page-wrap .woocommerce-ordering { font-size: 12px; }
.woocommerce-page-wrap ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.woocommerce-page-wrap ul.products::before,
.woocommerce-page-wrap ul.products::after { display: none; }
.woocommerce-page-wrap ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; }
.woocommerce-page-wrap ul.products li.product .woocommerce-loop-product__title { font-family: var(--serif); font-size: 18px !important; font-weight: 500; }
.woocommerce-page-wrap .price { color: var(--accent-dark) !important; font-weight: 700; }
.woocommerce-page-wrap div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 7vw, 90px); }
.woocommerce-page-wrap div.product .woocommerce-product-gallery,
.woocommerce-page-wrap div.product .summary { float: none !important; width: auto !important; }
.woocommerce-page-wrap div.product .woocommerce-tabs,
.woocommerce-page-wrap div.product .related { grid-column: 1 / -1; }
.woocommerce-page-wrap table.shop_table { border: 1px solid var(--line) !important; border-radius: 0 !important; }
.woocommerce-page-wrap table.shop_table th,
.woocommerce-page-wrap table.shop_table td { padding: 18px !important; }
.woocommerce-page-wrap input,
.woocommerce-page-wrap select,
.woocommerce-page-wrap textarea { border: 1px solid var(--line); border-radius: 0; padding: 12px; font: inherit; }
.commerce-note { margin: 18px 0; padding: 15px 18px; border-left: 3px solid var(--gold); background: #f2efe6; color: var(--muted); font-size: 12px; }
.legal-note { margin: 0 0 34px; padding: 18px 20px; background: #f3f1e9; border: 1px solid var(--line); color: var(--muted); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; }
.about-image { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.about-copy h2 { margin-bottom: 30px; }
.about-copy p { color: var(--muted); font-size: 14px; }
.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 140px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.news-item time { color: var(--muted); font-family: var(--serif); font-size: 13px; }
.news-item h3 { margin: 0; font-size: 14px; font-weight: 500; }
.news-detail-hero .page-hero-image { position: relative; overflow: hidden; }
.news-detail-hero .page-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(30,35,31,.1), rgba(255,255,255,.06)); }
.news-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: clamp(42px, 6vw, 82px); align-items: start; }
.news-article { padding: clamp(38px, 5vw, 64px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(249,247,240,.94)); }
.news-article-title { margin: 0 0 18px; color: var(--ink); font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 500; line-height: 1.45; letter-spacing: .03em; }
.news-article-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-bottom: 38px; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.news-article-meta time { color: var(--accent-dark); font-weight: 700; }
.news-detail-content { color: var(--ink); line-height: 2.15; }
.news-detail-content > * { max-width: none; margin-left: 0; margin-right: 0; }
.news-detail-content p { margin: 0 0 1.45em; color: var(--muted); font-size: 15px; }
.news-detail-content h2, .news-detail-content h3 { margin: 2.1em 0 .8em; color: var(--ink); font-family: var(--serif); font-weight: 500; line-height: 1.55; }
.news-detail-content h2 { font-size: clamp(24px, 3vw, 34px); }
.news-detail-content h3 { font-size: clamp(20px, 2.4vw, 26px); }
.news-detail-content ul, .news-detail-content ol { margin: 0 0 1.7em; padding-left: 1.3em; color: var(--muted); line-height: 2; }
.news-detail-content li { margin-bottom: .45em; }
.news-detail-content strong { color: var(--ink); font-weight: 700; }
.news-detail-content a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 4px; }
.news-detail-footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.news-side-panel { position: sticky; top: 46px; display: grid; gap: 22px; }
.news-side-card { padding: 28px; border: 1px solid var(--line); background: #fff; }
.news-side-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.news-side-link { display: block; padding: 13px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.news-side-link::after { content: "→"; float: right; color: var(--accent-dark); }
.news-side-list { display: grid; gap: 0; }
.news-side-list a { display: grid; gap: 6px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--ink); }
.news-side-list time { color: var(--accent-dark); font-family: var(--serif); font-size: 11px; letter-spacing: .08em; }
.news-side-list span { font-size: 13px; line-height: 1.7; }
.news-side-empty { margin: 0; color: var(--muted); font-size: 13px; }

.contact-block { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.25); }
.contact-card { padding: 55px 35px; background: #243025; text-align: center; }
.contact-card small { display: block; color: #bfc9bd; letter-spacing: .12em; }
.contact-card strong { display: block; margin-top: 12px; font-family: var(--serif); font-size: clamp(22px, 3vw, 36px); font-weight: 500; }

.content-page { max-width: 1080px; min-height: 70vh; margin: 0 auto; padding: 120px 45px; }
.content-page h1 { font-family: var(--serif); font-size: clamp(34px, 5vw, 58px); font-weight: 500; }
.entry-content { font-size: 15px; }
.entry-content > * { max-width: 840px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1180px; }
.entry-content > .alignfull { max-width: none; }

.page-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 70vh; background: #ecebe6; }
.page-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(36px, 7vw, 110px); }
.page-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); font-weight: 500; line-height: 1.45; letter-spacing: .04em; }
.page-hero p:not(.eyebrow) { max-width: 40em; color: var(--muted); font-size: 14px; }
.page-hero-image { min-height: 560px; background: center/cover no-repeat; }
.page-section { padding: clamp(75px, 9vw, 135px) clamp(26px, 6vw, 88px); }
.page-section-inner { max-width: 1080px; margin: 0 auto; }
.page-section-narrow { max-width: 760px; margin: 0 auto; }
.page-title-small { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(29px, 4vw, 46px); font-weight: 500; line-height: 1.55; }
.lead-copy { color: var(--muted); font-size: 15px; }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.intro-grid .section-kicker { position: sticky; top: 90px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.feature-item { padding: 42px 34px; background: var(--white); }
.feature-item .service-no { display: block; margin-bottom: 15px; }
.feature-item h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.feature-item p { margin: 0; color: var(--muted); font-size: 13px; }
.route-card-grid { border-color: rgba(193,166,86,.34); background: rgba(193,166,86,.34); }
.route-card { position: relative; overflow: hidden; min-height: 265px; border: 0; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,245,237,.94)); }
.route-card::after { content: ""; position: absolute; right: -40px; bottom: -48px; width: 130px; height: 130px; border-radius: 50%; background: rgba(193,166,86,.11); pointer-events: none; }
.route-card .text-link { position: relative; z-index: 1; display: inline-block; margin-top: 22px; color: var(--accent-dark); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.flow-list { counter-reset: flow; display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 45px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow-item { counter-increment: flow; position: relative; min-height: 220px; padding: 34px 23px; border-right: 1px solid var(--line); }
.flow-item:last-child { border-right: 0; }
.flow-item::before { content: "0" counter(flow); display: block; margin-bottom: 27px; color: var(--accent-dark); font-family: var(--serif); font-size: 12px; }
.flow-item h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.flow-item p { margin: 0; color: var(--muted); font-size: 12px; }
.detail-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.detail-split.reverse .detail-image { order: 2; }
.detail-image { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.detail-copy p, .detail-copy li { color: var(--muted); font-size: 14px; }
.check-list { list-style: none; padding: 0; }
.check-list li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "○"; position: absolute; left: 0; color: var(--accent-dark); }
.cta-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: clamp(45px, 6vw, 75px); background: #273228; color: #fff; }
.cta-band h2 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(26px, 3vw, 40px); font-weight: 500; }
.cta-band p { margin: 0; color: #bbc5b9; font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { padding: 26px 0; border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.faq-item p { margin: 0; color: var(--muted); font-size: 13px; }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 22px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; }
.company-table th { width: 28%; color: var(--muted); font-weight: 500; }
.recruit-home-section { background: #e7ece6; }
.recruit-home-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(36px, 8vw, 110px); align-items: center; }
.recruit-home-card h2 { max-width: 12em; margin-bottom: 22px; }
.recruit-home-card p:not(.section-kicker) { max-width: 48em; margin: 0; color: var(--muted); font-size: 14px; }
.recruit-home-card .button { min-width: 210px; }
.recruit-notice { margin: 32px 0 42px; padding: 22px 26px; border-left: 4px solid var(--gold); background: #fff; }
.recruit-notice strong { display: block; margin-bottom: 4px; color: var(--ink); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.recruit-notice p { margin: 0; color: var(--muted); font-size: 13px; }
.recruit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.recruit-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: #fff; }
.recruit-card-head { position: relative; min-height: 275px; padding: 38px 36px 32px; border-bottom: 1px solid var(--line); }
.recruit-card-head .section-kicker { margin-top: 30px; }
.recruit-card-head h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 32px); font-weight: 500; line-height: 1.5; }
.recruit-card-head > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.recruit-status { position: absolute; top: 32px; right: 32px; display: inline-flex; align-items: center; min-height: 30px; padding: 4px 12px; border: 1px solid #b9a672; color: #725f2b; background: #f8f3e5; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.recruit-status.is-open { border-color: #5c7a65; color: #31543c; background: #e9f2eb; }
.recruit-status.is-closed { border-color: #a6a6a2; color: #666; background: #f0f0ee; }
.recruit-card dl { margin: 0; padding: 14px 36px 28px; }
.recruit-card dl > div { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.recruit-card dt { color: var(--accent-dark); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.recruit-card dd { min-width: 0; margin: 0; color: var(--muted); font-size: 13px; }
.recruit-apply { align-self: flex-start; min-width: 230px; margin: auto 36px 38px; }
.button.recruit-apply.is-disabled { border-color: #b9bbb6 !important; background: #d9dbd6 !important; color: #6d706a !important; cursor: not-allowed; pointer-events: none; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.contact-info { position: sticky; top: 100px; align-self: start; }
.contact-info strong { display: block; margin: 12px 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.contact-form { display: grid; gap: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
.field small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.field textarea { min-height: 210px; resize: vertical; }
.field-honeypot { position: absolute; left: -9999px; }
.privacy-check { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; }
.privacy-check input { flex: 0 0 auto; margin-top: 2px; }
.contact-business-consent { display: grid; gap: 12px; padding: 18px 20px; border: 1px solid rgba(185, 155, 82, .42); background: rgba(185, 155, 82, .08); }
.contact-business-consent__notice { margin: 0; color: var(--ink); font-size: 12px; line-height: 1.85; }
.contact-business-consent__check { font-weight: 700; }
.form-notice { padding: 16px 18px; border: 1px solid #8ca285; background: #edf3ea; font-size: 13px; }
.form-notice.error { border-color: #b78478; background: #f7ece9; }
.service-nav-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-nav-card { position: relative; min-height: 440px; overflow: hidden; background: #222; color: #fff; }
.service-nav-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .64; transition: transform .5s; }
.service-nav-card:hover img { transform: scale(1.035); }
.service-nav-copy { position: absolute; inset: auto 0 0; z-index: 1; padding: 32px; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.service-nav-copy h2 { margin: 9px 0; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.service-nav-copy p { margin: 0; font-size: 12px; color: #e2e4df; }
.product-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-intro-card { background: #fff; }
.product-intro-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.product-intro-body { padding: 26px; }
.product-intro-body h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.product-intro-body p { color: var(--muted); font-size: 13px; }
.back-link { display: inline-block; margin-bottom: 30px; color: var(--muted); font-size: 12px; }
.search-heading { margin-bottom: 45px; }
.search-heading h1 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 5vw, 58px); font-weight: 500; }
.search-results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.search-result-card { background: #fff; }
.search-result-card img, .search-result-placeholder { width: 100%; aspect-ratio: 4/3; object-fit: cover; background: #e4e4df; }
.search-result-body { padding: 27px; }
.search-result-body h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.6; }
.search-result-body p { color: var(--muted); font-size: 13px; }
.search-result-price { color: var(--accent-dark) !important; font-weight: 700; }

.site-footer { padding: 62px clamp(28px, 6vw, 92px); background: #1d241e; color: #e8ece7; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-title { font-family: var(--serif); font-size: 20px; }
.footer-meta { color: #aeb7ad; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 12px; }
.copyright { max-width: 1180px; margin: 42px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #899188; font-size: 10px; }

@media (max-width: 980px) {
  :root { --sidebar: 0px; }
  .site-sidebar { position: fixed; width: 100%; height: 72px; padding: 12px 20px; flex-direction: row; align-items: center; justify-content: space-between; }
  .site-tools { top: 0; right: 74px; height: 72px; align-items: center; }
  .header-search, .tool-account, .tool-contact { display: none; }
  .tool-link { width: 44px; height: 58px; border-left: 0; }
  .tool-link small { display: none; }
  .brand img { width: 155px; }
  .site-nav { position: fixed; inset: 72px 0 0; margin: 0; padding: 42px 28px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  body.menu-open .site-nav { transform: translateX(0); }
  .site-nav li { margin-bottom: 23px; }
  .site-nav a { font-size: 17px; }
  .sidebar-bottom { display: none; }
  .menu-toggle { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border: 0; background: none; font-size: 11px; }
  .site-main { padding-top: 72px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-media { min-height: 68vh; }
  .hero-copy { min-height: 55vh; padding-top: 80px; }
  .services { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .service-card h3 { min-height: 0; }
  .sukoyaka-feature { grid-template-columns: 1fr; }
  .product-gallery { grid-template-columns: 1fr 1fr; }
  .product-gallery img:first-child { grid-column: 1 / -1; height: 55vw; }
  .section-dark .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce-page-wrap ul.products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce-page-wrap div.product { grid-template-columns: 1fr; }
  .page-hero { grid-template-columns: 1fr; }
  .page-hero-image { min-height: 54vh; order: -1; }
  .service-nav-grid, .product-intro-grid { grid-template-columns: 1fr; }
  .service-nav-card { min-height: 380px; }
  .flow-list { grid-template-columns: 1fr; }
  .flow-item { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow-item:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 480px; }
  .search-results-grid { grid-template-columns: repeat(2, 1fr); }
  .news-detail-layout { grid-template-columns: 1fr; }
  .news-side-panel { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .hero-media { min-height: 56vh; }
  .hero-copy { min-height: auto; padding: 58px 28px 72px; }
  .section { padding: 82px 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .photo-story { padding: 90px 0; }
  .photo-story-grid { grid-template-columns: .35fr 1fr; gap: 20px; }
  .photo-story-collage { grid-template-columns: .85fr 1.2fr; }
  .photo-story-message { grid-template-columns: 1fr; gap: 22px; margin-top: 100px; padding: 0 24px; }
  .service-card { display: block; }
  .shop-header { display: block; }
  .sukoyaka-photo { min-height: 390px; }
  .product-gallery img { height: 68vw; }
  .category-section { padding: 82px 24px; }
  .category-card { min-height: 125vw; }
  .sukoyaka-copy { padding: 58px 26px 70px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { aspect-ratio: 4/3; }
  .news-item { grid-template-columns: 1fr; gap: 5px; }
  .contact-block { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .content-page { padding: 80px 24px; }
  .page-hero-copy { padding: 58px 25px 70px; }
  .page-hero-image { min-height: 48vh; }
  .page-section { padding: 78px 24px; }
  .intro-grid, .detail-split, .contact-layout { grid-template-columns: 1fr; }
  .intro-grid .section-kicker, .contact-info { position: static; }
  .detail-split.reverse .detail-image { order: initial; }
  .cta-band { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .contact-business-consent { padding: 16px; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 12px 0; }
  .company-table th { border-bottom: 0; padding-top: 22px; }
  .recruit-home-card, .recruit-grid { grid-template-columns: 1fr; }
  .recruit-home-card { gap: 28px; }
  .recruit-home-card .button { justify-self: start; }
  .recruit-card-head { min-height: 0; padding: 30px 24px 26px; }
  .recruit-status { position: static; margin-bottom: 20px; }
  .recruit-card-head .section-kicker { margin-top: 0; }
  .recruit-card dl { padding: 8px 24px 24px; }
  .recruit-card dl > div { grid-template-columns: 1fr; gap: 4px; }
  .recruit-apply { width: calc(100% - 48px); min-width: 0; margin: auto 24px 28px; }
  .search-results-grid { grid-template-columns: 1fr; }
  .woocommerce-page-wrap ul.products { grid-template-columns: 1fr; }
  .news-article { padding: 30px 22px; }
  .news-side-panel { grid-template-columns: 1fr; }
  .news-article-meta { display: grid; gap: 7px; }
}

/* Motion and editorial layers */
.js-enabled body::after {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  background: var(--paper); transform: scaleY(1); transform-origin: bottom;
  transition: transform .9s cubic-bezier(.77,0,.18,1);
}
.js-enabled body.page-loaded::after { transform: scaleY(0); transform-origin: top; }
.js-enabled body.page-leaving::after { transform: scaleY(1); transform-origin: bottom; transition-duration: .36s; }
.scroll-progress { position: fixed; top: 0; left: var(--sidebar); right: 0; z-index: 999; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--gold); }

.hero { position: relative; overflow: hidden; }
.hero-media { position: relative; overflow: hidden; background-image: none !important; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: -5%; opacity: 0; background: center/cover no-repeat; transform: scale(1.08) translateY(3%); transition: opacity 1.6s ease, transform 7s ease; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,28,23,.08), transparent 48%, rgba(255,255,255,.08)); }
.hero-slide.is-active { opacity: 1; transform: scale(1) translateY(0); }
.hero-copy { position: relative; z-index: 2; }
.hero-copy::before, .hero-copy::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-copy::before { width: 280px; height: 280px; top: 6%; right: -110px; background: radial-gradient(circle, rgba(185,155,82,.22), transparent 68%); animation: ambientGlow 15s ease-in-out infinite; }
.hero-copy::after { width: 170px; height: 170px; left: -70px; bottom: 4%; background: radial-gradient(circle, rgba(134,149,116,.2), transparent 68%); animation: ambientGlow 15s ease-in-out -7.5s infinite; }
.hero-title-line { display: block; overflow: hidden; }
.hero-title-line > span { display: inline-block; opacity: 0; transform: translateY(110%); transition: opacity 1.2s ease, transform 1.2s cubic-bezier(.16,1,.3,1); }
.page-loaded .hero-title-line > span { opacity: 1; transform: translateY(0); }
.hero-title-line:nth-child(2) > span { transition-delay: .18s; }
.hero-title-line:nth-child(3) > span { transition-delay: .34s; }
.hero-lead, .hero-actions, .hero-scroll, .hero .eyebrow { opacity: 0; transform: translateY(18px); transition: opacity 1s ease, transform 1s ease; }
.page-loaded .hero .eyebrow { opacity: 1; transform: none; transition-delay: .55s; }
.page-loaded .hero-lead { opacity: 1; transform: none; transition-delay: .72s; }
.page-loaded .hero-actions { opacity: 1; transform: none; transition-delay: .88s; }
.page-loaded .hero-scroll { opacity: 1; transform: none; transition-delay: 1.05s; }
.hero-pagination { position: absolute; z-index: 4; left: 30px; bottom: 26px; display: flex; gap: 10px; }
.hero-bullet { width: 32px; height: 2px; padding: 0; border: 0; background: rgba(255,255,255,.45); cursor: pointer; overflow: hidden; }
.hero-bullet::after { content: ""; display: block; width: 100%; height: 100%; background: #fff; transform: scaleX(0); transform-origin: left; }
.hero-bullet.is-active::after { animation: bulletProgress 5.2s linear both; }
@keyframes bulletProgress { to { transform: scaleX(1); } }
@keyframes ambientGlow { 0%,100% { opacity: .35; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.16); } }

[data-reveal] { opacity: 0; transform: translateY(52px); transition: opacity 1.45s ease var(--reveal-delay,0ms), transform 1.45s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-parallax] { transform: translate3d(0,var(--parallax-y,0),0); will-change: transform; }
.page-hero-image { transform: scale(1.06); transition: transform 2.2s cubic-bezier(.16,1,.3,1); }
.page-loaded .page-hero-image { transform: scale(1); }

.motion-marquee { overflow: hidden; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.motion-marquee-track { display: flex; width: max-content; animation: marqueeMove 34s linear infinite; }
.motion-marquee span { padding: 0 34px; color: #bbb9b1; font-family: var(--serif); font-size: clamp(24px,3.2vw,48px); letter-spacing: .12em; white-space: nowrap; }
.motion-marquee i { margin-left: 68px; color: var(--gold); font-style: normal; }
@keyframes marqueeMove { to { transform: translateX(-50%); } }

.signature-section { position: relative; min-height: 820px; padding: clamp(100px,12vw,180px) clamp(28px,7vw,105px); overflow: hidden; background: #253027; color: #fff; }
.signature-section::before { content: "FLOW / BEAUTY / WELLNESS"; position: absolute; left: -1vw; top: 2%; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(70px,13vw,210px); line-height: .8; white-space: nowrap; }
.signature-grid { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,9vw,130px); align-items: center; }
.signature-copy h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(34px,4.5vw,62px); font-weight: 500; line-height: 1.5; }
.signature-copy p { color: #c5cec3; font-size: 14px; }
.signature-media { position: relative; min-height: 620px; }
.signature-media img { position: absolute; object-fit: cover; box-shadow: 0 28px 65px rgba(0,0,0,.25); }
.signature-media img:first-child { inset: 0 12% 14% 0; width: 82%; height: 76%; }
.signature-media img:last-child { right: 0; bottom: 0; width: 48%; height: 46%; border: 10px solid #253027; }
.capability-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; padding: 0; list-style: none; }
.capability-list li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.24); color: #e9ede7; font-size: 10px; letter-spacing: .06em; }

.service-card, .category-card, .service-nav-card { transform: perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .45s ease, box-shadow .45s ease; }
.service-card:hover, .category-card:hover, .service-nav-card:hover { box-shadow: 0 26px 60px rgba(26,30,25,.16); }
.service-card img, .product-intro-card img { transition: transform 1s cubic-bezier(.16,1,.3,1), filter .6s; }
.service-card:hover img, .product-intro-card:hover img { transform: scale(1.045); filter: saturate(1); }
.service-card { overflow: hidden; }
.service-detail-line { display: block; margin-top: 15px; color: var(--accent-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; }

/* Production plugin bridge for the restored Walbre Story top page */
.business-pathway {
  margin-top: 38px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--line);
  background: rgba(244,243,239,.72);
}
.business-pathway p { margin: 0; color: var(--muted); font-size: 13px; }
.sukoyaka-pathway { margin-top: 22px; padding: 15px 18px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.56); }
.stance-section {
  position: relative;
  overflow: hidden;
}
.stance-section::before {
  content: "WALBRE";
  position: absolute;
  right: -1vw;
  top: 5%;
  color: rgba(65,84,60,.045);
  font-family: var(--serif);
  font-size: clamp(80px, 14vw, 210px);
  line-height: 1;
  pointer-events: none;
}
.stance-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.stance-grid article {
  min-height: 310px;
  padding: clamp(30px, 4vw, 48px);
  background: linear-gradient(145deg, #fff, #f4f3ef);
}
.stance-grid span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}
.stance-grid h3 {
  margin: 28px 0 14px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 500;
  letter-spacing: .05em;
}
.stance-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.anchor-offset {
  position: absolute;
  transform: translateY(-90px);
}
.business-ecosystem {
  position: relative;
  padding: clamp(82px, 10vw, 150px) clamp(28px, 6vw, 92px);
  background:
    radial-gradient(circle at 12% 8%, rgba(185,155,82,.16), transparent 28rem),
    linear-gradient(135deg, #eef0e9 0%, #f8f6ef 100%);
}
.business-ecosystem-heading {
  max-width: 1180px;
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: minmax(230px, .66fr) 1.34fr;
  gap: 7vw;
  align-items: end;
}
.business-ecosystem-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .05em;
}
.business-ecosystem-heading p:not(.section-kicker) {
  margin: 0;
  max-width: 50em;
  color: var(--muted);
  font-size: 14px;
}
.business-focus-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.business-focus-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(36,36,33,.12);
  background: rgba(255,255,255,.82);
  box-shadow: 0 22px 50px rgba(37,48,39,.08);
}
.business-focus-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.86) brightness(.96);
}
.business-focus-card > div {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(26px, 3vw, 36px);
}
.business-focus-card h3 {
  margin: 4px 0 16px;
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: .035em;
}
.business-focus-card p:not(.section-kicker) {
  margin: 0;
  color: #596151;
  font-size: 13px;
}
.business-focus-card .text-link {
  margin-top: auto;
}
.business-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  margin-top: auto;
}
.business-card-actions .text-link {
  margin-top: 24px;
}
.corporate-cta .button-outline {
  border-color: rgba(255,255,255,.58) !important;
  color: #fff !important;
}
.corporate-cta .button-outline:hover {
  background: #fff !important;
  color: #243025 !important;
}
.corporate-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.product-gallery-lead {
  padding: clamp(42px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #edf0e8;
}
.product-gallery-lead h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .05em;
}
.home-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-shop-grid article {
  padding: 22px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.home-shop-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  margin-bottom: 20px;
  background: #fff;
}
.home-shop-grid small {
  color: #c9d2c7;
  font-size: 10px;
  letter-spacing: .16em;
}
.home-shop-grid h3 {
  margin: 8px 0 12px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}
.home-shop-grid p { margin: 0; color: #c9d2c7; font-size: 12px; }

@media (max-width: 980px) {
  .business-pathway { display: block; }
  .stance-grid { grid-template-columns: 1fr; }
  .stance-grid article { min-height: auto; }
  .business-ecosystem-heading { grid-template-columns: 1fr; gap: 22px; }
  .business-focus-grid { grid-template-columns: 1fr; }
  .business-focus-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .business-focus-card > div { min-height: auto; }
  .home-shop-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .product-gallery-lead { grid-column: 1 / -1; }
  .business-pathway { padding: 24px; }
  .business-ecosystem { padding: 78px 24px; }
  .business-focus-card { display: flex; }
  .business-focus-card > div { padding: 26px 24px 30px; }
  .corporate-cta-actions { display: grid; grid-template-columns: 1fr; }
}

.program-journey { padding: clamp(90px,11vw,165px) clamp(28px,6vw,92px); background: #eef0e9; }
.program-journey-inner { max-width: 1180px; margin: 0 auto; }
.journey-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.journey-item { position: relative; padding: 38px 26px; border-right: 1px solid var(--line); }
.journey-item:last-child { border-right: 0; }
.journey-item::before { content: attr(data-step); display: block; margin-bottom: 24px; color: var(--gold); font-family: var(--serif); font-size: 13px; }
.journey-item h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.journey-item p { margin: 0; color: var(--muted); font-size: 12px; }
.health-caution { max-width: 880px; margin: 45px auto 0; padding: 22px 26px; border: 1px solid rgba(65,84,60,.2); background: rgba(255,255,255,.58); color: var(--muted); font-size: 12px; }

@media (max-width: 980px) {
  .scroll-progress { left: 0; }
  .signature-grid { grid-template-columns: 1fr; }
  .signature-media { min-height: 540px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-item:nth-child(2) { border-right: 0; }
  .journey-item { border-bottom: 1px solid var(--line); }
  .journey-item:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 680px) {
  .hero-pagination { left: 20px; bottom: 18px; }
  .motion-marquee span { padding: 0 20px; }
  .signature-section { min-height: auto; }
  .signature-media { min-height: 420px; }
  .signature-media img:first-child { width: 88%; height: 72%; }
  .signature-media img:last-child { width: 53%; height: 46%; border-width: 6px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-item { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .journey-item:last-child { border-bottom: 0 !important; }
}

/* Mobile polish: HP/FV responsiveness */
body.walbre-story-home,
body.walbre-story-home .site-main,
body.walbre-story-home .site-footer {
  max-width: 100%;
  overflow-x: hidden;
}

.walbre-story-home .copy-line {
  display: inline;
}

@media (max-width: 980px) {
  body.walbre-story-home .site-main,
  body.walbre-story-home .site-footer {
    margin-left: 0;
  }

  body.walbre-story-home .site-sidebar {
    backdrop-filter: blur(14px);
  }

  body.walbre-story-home .hero {
    min-height: auto;
    background: #f3f1e9;
  }

  body.walbre-story-home .hero-media {
    height: clamp(360px, 58svh, 560px);
    min-height: 0;
  }

  body.walbre-story-home .hero-slide {
    inset: 0;
    background-position: center center;
  }

  body.walbre-story-home .hero-copy {
    min-height: auto;
    padding: clamp(50px, 8vw, 78px) 28px clamp(62px, 9vw, 88px);
  }

  body.walbre-story-home .hero h1 {
    font-size: clamp(34px, 7vw, 54px);
    line-height: 1.34;
    letter-spacing: .03em;
  }

  body.walbre-story-home .hero-lead {
    max-width: none;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }

  body.walbre-story-home .hero-actions {
    margin-top: 28px;
  }

  body.walbre-story-home .service-card img,
  body.walbre-story-home .business-focus-card img,
  body.walbre-story-home .page-hero-image {
    object-position: center center;
  }

  body.walbre-story-home .section-heading,
  body.walbre-story-home .business-ecosystem-heading {
    align-items: start;
  }
}

@media (max-width: 680px) {
  body.walbre-story-home .site-sidebar {
    height: 64px;
    padding: 10px 14px;
  }

  body.walbre-story-home .brand img {
    width: 132px;
  }

  body.walbre-story-home .site-tools {
    display: none !important;
  }

  body.walbre-story-home .tool-link {
    width: 38px;
    height: 52px;
  }

  body.walbre-story-home .menu-toggle {
    width: 42px;
    height: 42px;
    position: relative;
    z-index: 81;
    border: 1px solid rgba(36, 36, 33, .9);
    border-radius: 999px;
    color: #fff;
    background: #242421;
    font-size: 0;
    font-weight: 700;
    letter-spacing: .03em;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
  }

  body.walbre-story-home .menu-toggle::before {
    content: "☰";
    font-size: 21px;
    line-height: 1;
    transform: translateY(-1px);
  }

  body.walbre-story-home .site-sidebar > .menu-toggle {
    display: none !important;
  }

  body.walbre-story-home .menu-toggle-floating {
    display: inline-flex !important;
    position: fixed;
    top: 11px;
    right: auto;
    left: calc(min(100vw, 390px) - 56px);
    align-items: center;
    justify-content: center;
    z-index: 120;
  }

  body.walbre-story-home .site-nav {
    inset: 64px 0 0;
    padding: 34px 24px;
  }

  body.walbre-story-home .site-main {
    padding-top: 64px;
  }

  body.walbre-story-home .hero-media {
    height: clamp(300px, 52svh, 500px);
  }

  body.walbre-story-home .hero-copy {
    padding: 38px 22px 56px;
  }

  body.walbre-story-home .eyebrow {
    margin-bottom: 16px;
    font-size: 10px;
    letter-spacing: .13em;
  }

  body.walbre-story-home .hero h1 {
    font-size: clamp(31px, 9.6vw, 45px);
    line-height: 1.34;
    letter-spacing: .02em;
  }

  body.walbre-story-home .hero-lead,
  body.walbre-story-home .section-intro,
  body.walbre-story-home .business-ecosystem-heading p:not(.section-kicker),
  body.walbre-story-home .photo-story-message p:not(.section-kicker) {
    font-size: 13.5px;
    line-height: 1.9;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.walbre-story-home .hero-actions,
  body.walbre-story-home .corporate-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.walbre-story-home .hero-actions .button,
  body.walbre-story-home .corporate-cta-actions .button {
    width: 100%;
  }

  body.walbre-story-home .hero-scroll {
    display: none;
  }

  body.walbre-story-home .hero-pagination {
    left: 18px;
    bottom: 14px;
  }

  body.walbre-story-home .button,
  body.walbre-story-home .wp-element-button,
  body.walbre-story-home .woocommerce a.button,
  body.walbre-story-home .woocommerce button.button,
  body.walbre-story-home .woocommerce input.button {
    min-height: 48px;
    padding: 11px 16px !important;
    letter-spacing: .04em;
  }

  body.walbre-story-home .section,
  body.walbre-story-home .business-ecosystem,
  body.walbre-story-home .page-section,
  body.walbre-story-home .category-section,
  body.walbre-story-home .program-journey {
    padding-left: 22px;
    padding-right: 22px;
  }

  body.walbre-story-home .section h2,
  body.walbre-story-home .business-ecosystem-heading h2,
  body.walbre-story-home .photo-story-message h2,
  body.walbre-story-home .sukoyaka-copy h2,
  body.walbre-story-home .page-hero h1,
  body.walbre-story-home .page-title-small {
    line-height: 1.42;
    letter-spacing: .025em;
  }

  body.walbre-story-home .service-card-body,
  body.walbre-story-home .feature-item,
  body.walbre-story-home .business-focus-card > div,
  body.walbre-story-home .product-intro-body,
  body.walbre-story-home .search-result-body {
    padding: 24px 22px 28px;
  }

  body.walbre-story-home .business-focus-card {
    display: block;
    border-radius: 0;
  }

  body.walbre-story-home .business-focus-card img {
    aspect-ratio: 16 / 10;
  }

  body.walbre-story-home .business-focus-card > div {
    min-height: 0;
  }

  body.walbre-story-home .business-card-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.walbre-story-home .photo-story-collage img:first-child {
    transform: none;
  }

  body.walbre-story-home .photo-story-collage img,
  body.walbre-story-home .photo-story-image,
  body.walbre-story-home .service-card img,
  body.walbre-story-home .product-gallery img,
  body.walbre-story-home .about-image {
    object-position: center center;
  }

  body.walbre-story-home .category-card {
    min-height: min(118vw, 520px);
  }

  body.walbre-story-home .woocommerce-page-wrap table.shop_table th,
  body.walbre-story-home .woocommerce-page-wrap table.shop_table td {
    padding: 13px !important;
  }
}

@media (max-width: 420px) {
  body.walbre-story-home .hero-media {
    height: 46svh;
    min-height: 285px;
  }

  body.walbre-story-home .hero h1 {
    font-size: clamp(29px, 9vw, 38px);
  }

  body.walbre-story-home .section,
  body.walbre-story-home .business-ecosystem,
  body.walbre-story-home .page-section,
  body.walbre-story-home .category-section,
  body.walbre-story-home .program-journey {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 1200px) {
  body.walbre-story-home .site-sidebar > .menu-toggle {
    display: none !important;
  }

  body.walbre-story-home .menu-toggle-floating {
    display: inline-flex !important;
    position: fixed !important;
    top: 11px !important;
    right: auto !important;
    left: calc(min(100vw, 390px) - 56px) !important;
    width: 42px !important;
    height: 42px !important;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
    border: 1px solid rgba(36, 36, 33, .9) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: #242421 !important;
    font-size: 0 !important;
    box-shadow: 0 8px 18px rgba(0,0,0,.18) !important;
  }

  body.walbre-story-home .menu-toggle-floating::before {
    content: "☰";
    font-size: 21px;
    line-height: 1;
    transform: translateY(-1px);
  }

  body.walbre-story-home .site-sidebar {
    z-index: 10020 !important;
    background: #f8f5ed !important;
  }

  body.walbre-story-home .site-nav {
    position: fixed !important;
    inset: 64px 0 0 0 !important;
    z-index: 10010 !important;
    height: calc(100svh - 64px) !important;
    margin: 0 !important;
    padding: 28px 24px 92px !important;
    overflow-y: auto !important;
    background:
      linear-gradient(135deg, rgba(255, 253, 247, .99), rgba(243, 235, 217, .98)) !important;
    box-shadow: -24px 0 50px rgba(22, 27, 21, .20) !important;
    transform: translateX(100%) !important;
    transition: transform .3s ease !important;
  }

  body.walbre-story-home.menu-open .site-nav {
    transform: translateX(0) !important;
  }

  body.walbre-story-home .site-nav ul {
    display: grid !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.walbre-story-home .site-nav li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(36, 36, 33, .12) !important;
  }

  body.walbre-story-home .site-nav a {
    display: block !important;
    width: 100% !important;
    padding: 16px 4px !important;
    color: #1f241d !important;
    font-family: var(--serif) !important;
    font-size: clamp(17px, 4.8vw, 22px) !important;
    line-height: 1.45 !important;
    letter-spacing: .04em !important;
    text-shadow: none !important;
    opacity: 1 !important;
  }

  body.walbre-story-home .site-nav a.active {
    color: #0a4d35 !important;
    font-weight: 700 !important;
  }

  body.walbre-story-home .site-nav a::after {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal], .hero-title-line > span, .hero-lead, .hero-actions, .hero-scroll, .hero .eyebrow { opacity: 1 !important; transform: none !important; }
  .hero-slide { display: none; opacity: 1; transform: none; }
  .hero-slide:first-child { display: block; }
}

/*
 * v1.0.30 display guard
 * 下層ページのヒーロー、左固定メニュー、スマホメニューが競合して
 * 文字がサイドバー下へ潜る・薄いまま残る事故を防ぐための安定化レイヤー。
 * 商品・在庫・注文・決済処理には触れない表示補正のみ。
 */
body.walbre-corporate-page {
  background: var(--paper);
}

body.walbre-corporate-page .site-sidebar {
  z-index: 120;
}

body.walbre-corporate-page .site-main,
body.walbre-corporate-page .site-footer {
  width: auto !important;
  max-width: none !important;
  margin-left: var(--sidebar) !important;
  overflow-x: hidden;
}

body.walbre-corporate-page .site-tools {
  z-index: 110;
}

body.walbre-corporate-page .page-hero {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(440px, .92fr) minmax(520px, 1.08fr) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  min-height: min(760px, 84svh);
  overflow: hidden;
  background: #f2f0ea;
}

body.walbre-corporate-page .page-hero-copy {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: visible;
  padding: clamp(96px, 10vh, 136px) clamp(54px, 5.8vw, 96px) clamp(78px, 8vh, 110px);
  background:
    radial-gradient(circle at 12% 18%, rgba(185,155,82,.08), transparent 18rem),
    linear-gradient(135deg, rgba(248,247,242,.98), rgba(239,237,230,.96));
}

body.walbre-corporate-page .page-hero-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42));
  pointer-events: none;
}

body.walbre-corporate-page .page-hero-copy > * {
  position: relative;
  z-index: 1;
  max-width: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.walbre-corporate-page .page-hero h1 {
  max-width: 8.2em;
  margin: 0;
  font-size: clamp(40px, 4.25vw, 68px);
  line-height: 1.55;
  letter-spacing: .045em;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: balance;
  color: var(--ink) !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;
}

body.walbre-corporate-page .page-hero p:not(.eyebrow) {
  max-width: 34em;
  margin-top: 28px;
  color: #55564f;
  font-size: 14px;
  line-height: 2;
  opacity: 1 !important;
  visibility: visible !important;
}

body.walbre-corporate-page .page-hero .eyebrow,
body.walbre-corporate-page .page-hero .back-link {
  color: var(--accent-dark) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.walbre-corporate-page .page-hero .back-link {
  margin-bottom: 22px;
}

body.walbre-corporate-page .page-hero-image {
  min-width: 0;
  width: 100% !important;
  max-width: none !important;
  min-height: min(760px, 84svh);
  background-size: cover;
  background-position: center center;
  transform: none !important;
}

body.walbre-corporate-page .site-nav a {
  white-space: normal;
  word-break: keep-all;
}

body.walbre-corporate-page .site-nav a[href*="/sukoyaka"],
body.walbre-corporate-page .site-nav a[href*="/lp/sukoyaka"] {
  display: none !important;
}

body.walbre-corporate-page [data-reveal],
body.walbre-corporate-page [data-reveal].is-visible,
body.walbre-corporate-page .page-hero-copy > *,
body.walbre-corporate-page .page-section-inner > *,
body.walbre-corporate-page .feature-item,
body.walbre-corporate-page .flow-item,
body.walbre-corporate-page .detail-split > * {
  opacity: 1 !important;
  transform: none !important;
}

body.walbre-corporate-page [data-parallax] {
  transform: none !important;
  will-change: auto !important;
}

@media (min-width: 981px) and (max-width: 1200px) {
  body.walbre-corporate-page .menu-toggle-floating,
  body.walbre-corporate-page .site-sidebar > .menu-toggle {
    display: none !important;
  }

  body.walbre-corporate-page .site-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    width: var(--sidebar) !important;
    height: auto !important;
    padding: 42px 30px 28px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    background: rgba(244,243,239,.96) !important;
    border-right: 1px solid var(--line) !important;
    box-shadow: none !important;
  }

  body.walbre-corporate-page .site-nav {
    position: static !important;
    inset: auto !important;
    height: auto !important;
    margin-top: 54px !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.walbre-corporate-page .site-nav ul {
    display: block !important;
  }

  body.walbre-corporate-page .site-nav li {
    margin: 0 0 13px !important;
    border-bottom: 0 !important;
  }

  body.walbre-corporate-page .site-nav a {
    display: inline-block !important;
    width: auto !important;
    padding: 0 !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
  }
}

@media (min-width: 981px) {
  body.walbre-corporate-page .site-main {
    display: block !important;
    margin-left: var(--sidebar) !important;
  }

  body.walbre-corporate-page .site-main > .page-hero,
  body.walbre-corporate-page .site-main > .page-section,
  body.walbre-corporate-page .site-main > .cta-band {
    margin-left: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 980px) {
  body.walbre-corporate-page .site-main,
  body.walbre-corporate-page .site-footer {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.walbre-corporate-page .site-main {
    padding-top: 72px !important;
  }

  body.walbre-corporate-page .site-sidebar {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    height: 72px !important;
    padding: 12px 18px !important;
    flex-direction: row !important;
    align-items: center !important;
    background: rgba(248,245,237,.97) !important;
  }

  body.walbre-corporate-page .site-tools {
    top: 0 !important;
    right: 74px !important;
    height: 72px !important;
  }

  body.walbre-corporate-page .page-hero {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  body.walbre-corporate-page .page-hero-image {
    order: -1;
    min-height: clamp(300px, 50svh, 520px);
  }

  body.walbre-corporate-page .page-hero-copy {
    padding: clamp(46px, 8vw, 72px) 28px clamp(58px, 9vw, 84px);
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 9em;
    font-size: clamp(33px, 7.6vw, 52px);
    line-height: 1.42;
  }
}

@media (max-width: 680px) {
  body.walbre-corporate-page .site-main {
    padding-top: 64px !important;
  }

  body.walbre-corporate-page .site-sidebar {
    height: 64px !important;
    padding: 10px 14px !important;
  }

  body.walbre-corporate-page .site-tools {
    display: none !important;
  }

  body.walbre-corporate-page .page-hero-image {
    min-height: clamp(260px, 43svh, 430px);
  }

  body.walbre-corporate-page .page-hero-copy {
    padding: 38px 22px 54px;
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 8.8em;
    font-size: clamp(30px, 9.5vw, 42px);
    line-height: 1.38;
    letter-spacing: .025em;
  }

  body.walbre-corporate-page .page-hero p:not(.eyebrow) {
    font-size: 13.5px;
    line-height: 1.9;
  }
}

/*
 * v1.0.31 corporate hard guard
 * 会社HPページはトップLP用のレスポンシブ挙動と分離し、メニュー・FV・本文の重なりを防ぐ。
 */
body.walbre-corporate-page {
  min-width: 0 !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  overflow-x: hidden !important;
  line-break: strict;
  word-break: normal;
}

body.walbre-corporate-page .site-sidebar {
  position: fixed !important;
  inset: 0 auto 0 0 !important;
  z-index: 300 !important;
  width: var(--sidebar) !important;
  height: auto !important;
  min-height: 100svh !important;
  padding: 42px 30px 28px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  background: rgba(244,243,239,.98) !important;
  border-right: 1px solid var(--line) !important;
  box-shadow: none !important;
}

body.walbre-corporate-page .site-sidebar > .menu-toggle,
body.walbre-corporate-page .menu-toggle-floating {
  display: none !important;
}

body.walbre-corporate-page .site-nav {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 54px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.walbre-corporate-page .site-nav ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.walbre-corporate-page .site-nav li {
  margin: 0 0 13px !important;
  padding: 0 !important;
  border: 0 !important;
}

body.walbre-corporate-page .site-nav a {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  color: var(--ink) !important;
  font-family: var(--serif) !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
  letter-spacing: .08em !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

body.walbre-corporate-page .site-main,
body.walbre-corporate-page .site-footer {
  display: block !important;
  width: calc(100% - var(--sidebar)) !important;
  max-width: none !important;
  margin-left: var(--sidebar) !important;
  padding-top: 0 !important;
  overflow-x: hidden !important;
  transform: none !important;
}

body.walbre-corporate-page .site-main > * {
  max-width: 100% !important;
}

body.walbre-corporate-page .site-tools {
  z-index: 260 !important;
}

body.walbre-corporate-page .page-hero {
  isolation: isolate;
  display: grid !important;
  grid-template-columns: minmax(360px, 46%) minmax(0, 54%) !important;
  width: 100% !important;
  min-height: clamp(560px, 78svh, 780px) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #f1efe9 !important;
  transform: none !important;
}

body.walbre-corporate-page .page-hero-copy {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(70px, 8vh, 112px) clamp(44px, 4.7vw, 86px) clamp(58px, 7vh, 96px) !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(185,155,82,.10), transparent 16rem),
    linear-gradient(135deg, rgba(248,247,242,.99), rgba(238,236,229,.98)) !important;
  color: var(--ink) !important;
}

body.walbre-corporate-page .page-hero-copy::before,
body.walbre-corporate-page .page-hero-copy::after {
  pointer-events: none !important;
  opacity: .18 !important;
}

body.walbre-corporate-page .page-hero-copy > * {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  color: inherit;
}

body.walbre-corporate-page .page-hero h1 {
  max-width: 9.1em !important;
  margin: 0 !important;
  color: var(--ink) !important;
  font-size: clamp(36px, 3.8vw, 60px) !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  letter-spacing: .04em !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
  text-shadow: none !important;
  mix-blend-mode: normal !important;
}

body.walbre-corporate-page .page-hero p:not(.eyebrow) {
  max-width: 35em !important;
  margin: 28px 0 0 !important;
  color: #55564f !important;
  font-size: 14px !important;
  line-height: 2 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.walbre-corporate-page .page-hero .eyebrow,
body.walbre-corporate-page .page-hero .back-link {
  color: var(--accent-dark) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.walbre-corporate-page .page-hero-image {
  position: relative !important;
  z-index: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(560px, 78svh, 780px) !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: none !important;
}

body.walbre-corporate-page .page-section,
body.walbre-corporate-page .cta-band {
  margin-left: 0 !important;
  transform: none !important;
}

body.walbre-corporate-page [data-reveal],
body.walbre-corporate-page [data-reveal].is-visible,
body.walbre-corporate-page .page-section-inner > *,
body.walbre-corporate-page .feature-item,
body.walbre-corporate-page .flow-item,
body.walbre-corporate-page .detail-split > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.walbre-corporate-page [data-parallax] {
  transform: none !important;
  will-change: auto !important;
}

@media (min-width: 981px) and (max-width: 1320px) {
  body.walbre-corporate-page .page-hero {
    grid-template-columns: minmax(330px, 47%) minmax(0, 53%) !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    padding: 64px clamp(34px, 3.7vw, 58px) 58px !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 8.8em !important;
    font-size: clamp(34px, 4.1vw, 52px) !important;
    line-height: 1.38 !important;
  }
}

@media (max-width: 980px) {
  body.walbre-corporate-page .site-main,
  body.walbre-corporate-page .site-footer {
    width: 100% !important;
    margin-left: 0 !important;
  }

  body.walbre-corporate-page .site-main {
    padding-top: 72px !important;
  }

  body.walbre-corporate-page .site-sidebar {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 500 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 72px !important;
    padding: 12px 18px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(248,245,237,.98) !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
  }

  body.walbre-corporate-page .brand img {
    width: min(210px, 58vw) !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body.walbre-corporate-page .site-sidebar > .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 72px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid rgba(36,36,33,.22) !important;
    border-radius: 999px !important;
    background: #fffdf7 !important;
    color: #1f241d !important;
    font: 700 12px/1 var(--sans) !important;
    letter-spacing: .1em !important;
  }

  body.walbre-corporate-page .menu-toggle-floating {
    display: none !important;
  }

  body.walbre-corporate-page .site-nav {
    position: fixed !important;
    inset: 72px 0 0 0 !important;
    z-index: 490 !important;
    width: 100% !important;
    height: calc(100svh - 72px) !important;
    margin: 0 !important;
    padding: 28px 24px 92px !important;
    overflow-y: auto !important;
    background: linear-gradient(135deg, rgba(255,253,247,.99), rgba(243,235,217,.98)) !important;
    box-shadow: 0 22px 50px rgba(22,27,21,.18) !important;
    transform: translateX(100%) !important;
    transition: transform .28s ease !important;
  }

  body.walbre-corporate-page.menu-open .site-nav {
    transform: translateX(0) !important;
  }

  body.walbre-corporate-page .site-nav ul {
    display: grid !important;
  }

  body.walbre-corporate-page .site-nav li {
    border-bottom: 1px solid rgba(36,36,33,.12) !important;
  }

  body.walbre-corporate-page .site-nav a {
    display: block !important;
    width: 100% !important;
    padding: 15px 4px !important;
    color: #1f241d !important;
    font-size: clamp(17px, 4.8vw, 22px) !important;
    line-height: 1.5 !important;
  }

  body.walbre-corporate-page .site-tools {
    display: none !important;
  }

  body.walbre-corporate-page .page-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  body.walbre-corporate-page .page-hero-image {
    order: -1 !important;
    min-height: clamp(260px, 46svh, 520px) !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    padding: clamp(38px, 8vw, 64px) 24px clamp(54px, 9vw, 76px) !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 9em !important;
    font-size: clamp(32px, 9vw, 46px) !important;
    line-height: 1.38 !important;
    letter-spacing: .025em !important;
  }

  body.walbre-corporate-page .page-hero p:not(.eyebrow) {
    font-size: 13.5px !important;
    line-height: 1.9 !important;
  }
}

@media (max-width: 420px) {
  body.walbre-corporate-page .site-main {
    padding-top: 66px !important;
  }

  body.walbre-corporate-page .site-sidebar {
    height: 66px !important;
    padding: 10px 14px !important;
  }

  body.walbre-corporate-page .site-nav {
    inset: 66px 0 0 0 !important;
    height: calc(100svh - 66px) !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    padding: 34px 20px 50px !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    font-size: clamp(29px, 10vw, 38px) !important;
    line-height: 1.38 !important;
  }
}

/*
 * v1.0.33 final public-site layout guard
 * 本番テーマ側の旧CSSや管理バー表示と競合しても、会社HPの左メニュー・FV・本文が
 * 重ならないように最後に固定する。表示補正のみで、WooCommerce処理には触れない。
 */
body.walbre-corporate-page,
body.walbre-corporate-page * {
  box-sizing: border-box !important;
}

body.walbre-corporate-page {
  min-width: 0 !important;
  overflow-x: hidden !important;
  background: #f4f3ef !important;
}

body.walbre-corporate-page .site-sidebar {
  background: rgba(244, 243, 239, .985) !important;
}

body.walbre-corporate-page .site-sidebar > .menu-toggle,
body.walbre-corporate-page .menu-toggle-floating {
  display: none !important;
}

body.walbre-corporate-page .brand,
body.walbre-corporate-page .brand a,
body.walbre-corporate-page .brand img {
  position: relative !important;
  z-index: 2 !important;
}

body.walbre-corporate-page .site-nav a {
  color: #242421 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}

body.walbre-corporate-page .page-hero-copy,
body.walbre-corporate-page .page-hero-copy > *,
body.walbre-corporate-page .page-hero h1,
body.walbre-corporate-page .page-hero p {
  left: auto !important;
  right: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

body.walbre-corporate-page .page-hero h1 {
  width: 100% !important;
  max-width: 8.6em !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  text-wrap: balance !important;
}

body.walbre-corporate-page .page-hero .eyebrow {
  color: #41543c !important;
}

body.walbre-corporate-page .page-section,
body.walbre-corporate-page .page-section-inner,
body.walbre-corporate-page .intro-grid,
body.walbre-corporate-page .detail-split,
body.walbre-corporate-page .service-nav-grid {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

@media (min-width: 981px) {
  body.walbre-corporate-page {
    --sidebar: 238px;
  }

  body.walbre-corporate-page .site-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    z-index: 500 !important;
    width: var(--sidebar) !important;
    min-width: var(--sidebar) !important;
    max-width: var(--sidebar) !important;
    min-height: 100svh !important;
    padding: 42px 30px 28px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    border-right: 1px solid rgba(36, 36, 33, .16) !important;
  }

  body.walbre-corporate-page .site-nav {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 54px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  body.walbre-corporate-page .site-main,
  body.walbre-corporate-page .site-footer {
    width: calc(100% - var(--sidebar)) !important;
    max-width: none !important;
    margin-left: var(--sidebar) !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    overflow-x: hidden !important;
  }

  body.walbre-corporate-page .page-hero {
    display: grid !important;
    grid-template-columns: minmax(0, 46%) minmax(0, 54%) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: clamp(560px, 78svh, 780px) !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: clamp(64px, 8vh, 104px) clamp(34px, 4vw, 78px) !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    font-size: clamp(34px, 3.35vw, 56px) !important;
    line-height: 1.46 !important;
  }

  body.walbre-corporate-page .page-hero-image {
    min-width: 0 !important;
    min-height: clamp(560px, 78svh, 780px) !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  body.walbre-corporate-page .site-tools {
    position: fixed !important;
    top: 18px !important;
    right: 30px !important;
    z-index: 420 !important;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  body.walbre-corporate-page {
    --sidebar: 220px;
  }

  body.walbre-corporate-page .site-sidebar {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  body.walbre-corporate-page .page-hero {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%) !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    padding-right: clamp(28px, 3.4vw, 54px) !important;
    padding-left: clamp(28px, 3.4vw, 54px) !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 8.2em !important;
    font-size: clamp(31px, 3.55vw, 46px) !important;
  }
}

@media (max-width: 980px) {
  body.walbre-corporate-page {
    padding-top: 0 !important;
  }

  body.walbre-corporate-page .site-sidebar {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    z-index: 700 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 68px !important;
    min-height: 0 !important;
    padding: 10px 14px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(36, 36, 33, .14) !important;
  }

  body.walbre-corporate-page .brand img {
    width: min(210px, 58vw) !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body.walbre-corporate-page .site-sidebar > .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 76px !important;
    height: 40px !important;
    border: 1px solid rgba(36, 36, 33, .22) !important;
    border-radius: 999px !important;
    background: #fffdf7 !important;
    color: #242421 !important;
    font: 700 12px/1 var(--sans) !important;
    letter-spacing: .12em !important;
  }

  body.walbre-corporate-page .site-nav {
    position: fixed !important;
    inset: 68px 0 0 0 !important;
    z-index: 680 !important;
    width: 100% !important;
    height: calc(100svh - 68px) !important;
    margin: 0 !important;
    padding: 24px 24px 92px !important;
    overflow-y: auto !important;
    background: linear-gradient(135deg, rgba(255,253,247,.99), rgba(243,235,217,.98)) !important;
    transform: translateX(100%) !important;
  }

  body.walbre-corporate-page.menu-open .site-nav {
    transform: translateX(0) !important;
  }

  body.walbre-corporate-page .site-main,
  body.walbre-corporate-page .site-footer {
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 68px !important;
  }

  body.walbre-corporate-page .site-tools {
    display: none !important;
  }

  body.walbre-corporate-page .page-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  body.walbre-corporate-page .page-hero-image {
    order: -1 !important;
    min-height: clamp(255px, 44svh, 450px) !important;
  }

  body.walbre-corporate-page .page-hero-copy {
    overflow: hidden !important;
    padding: clamp(34px, 8vw, 58px) 22px clamp(46px, 9vw, 68px) !important;
  }

  body.walbre-corporate-page .page-hero h1 {
    max-width: 9em !important;
    font-size: clamp(29px, 8.6vw, 42px) !important;
    line-height: 1.42 !important;
    letter-spacing: .025em !important;
  }
}

/*
 * v1.0.40 mobile centering guard
 * HP系ページのスマホ表示で、親要素だけ100%・子要素だけPC幅が残る状態を最後に補正する。
 * 会社HP / 事業ページ / すこやか導線ページ共通。表示のみ調整し、機能・決済・商品データは触らない。
 */
@media (max-width: 980px) {
  html,
  body,
  body.walbre-story-home,
  body.walbre-corporate-page {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.walbre-story-home *,
  body.walbre-corporate-page * {
    max-width: 100%;
    box-sizing: border-box;
  }

  body.walbre-story-home .site-main,
  body.walbre-story-home .site-footer,
  body.walbre-corporate-page .site-main,
  body.walbre-corporate-page .site-footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
    overflow-x: hidden !important;
  }

  body.walbre-story-home .site-main > *,
  body.walbre-corporate-page .site-main > * {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.walbre-story-home .hero,
  body.walbre-corporate-page .page-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  body.walbre-story-home .hero-media,
  body.walbre-corporate-page .page-hero-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  body.walbre-story-home .hero-copy,
  body.walbre-corporate-page .page-hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden !important;
  }

  body.walbre-story-home .hero-copy > *,
  body.walbre-corporate-page .page-hero-copy > * {
    width: min(calc(100% - 34px), 620px) !important;
    max-width: 620px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.walbre-story-home .hero h1,
  body.walbre-story-home .hero-title,
  body.walbre-story-home .hero-title-line,
  body.walbre-corporate-page .page-hero h1,
  body.walbre-corporate-page .section h2,
  body.walbre-corporate-page .page-section h2,
  body.walbre-corporate-page .section-heading h2 {
    max-width: 100% !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    text-wrap: balance !important;
  }

  body.walbre-story-home .section,
  body.walbre-story-home .business-ecosystem,
  body.walbre-story-home .page-section,
  body.walbre-story-home .category-section,
  body.walbre-story-home .program-journey,
  body.walbre-corporate-page .page-section,
  body.walbre-corporate-page .category-section,
  body.walbre-corporate-page .program-journey,
  body.walbre-corporate-page .cta-band {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: hidden !important;
  }

  body.walbre-story-home .section-inner,
  body.walbre-story-home .home-section-inner,
  body.walbre-story-home .page-section-inner,
  body.walbre-story-home .business-ecosystem-inner,
  body.walbre-story-home .photo-story-inner,
  body.walbre-corporate-page .section-inner,
  body.walbre-corporate-page .page-section-inner,
  body.walbre-corporate-page .category-section-inner,
  body.walbre-corporate-page .program-journey-inner,
  body.walbre-corporate-page .cta-band-inner {
    width: min(calc(100% - 34px), 720px) !important;
    max-width: 720px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.walbre-story-home .service-grid,
  body.walbre-story-home .business-focus-grid,
  body.walbre-story-home .photo-story-grid,
  body.walbre-story-home .category-grid,
  body.walbre-story-home .product-grid,
  body.walbre-corporate-page .intro-grid,
  body.walbre-corporate-page .detail-split,
  body.walbre-corporate-page .feature-grid,
  body.walbre-corporate-page .flow-grid,
  body.walbre-corporate-page .service-nav-grid,
  body.walbre-corporate-page .route-card-grid,
  body.walbre-corporate-page .product-grid,
  body.walbre-corporate-page .product-intro-grid,
  body.walbre-corporate-page .business-card-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    justify-items: stretch !important;
  }

  body.walbre-story-home .service-card,
  body.walbre-story-home .business-focus-card,
  body.walbre-story-home .category-card,
  body.walbre-corporate-page .feature-item,
  body.walbre-corporate-page .flow-item,
  body.walbre-corporate-page .route-card,
  body.walbre-corporate-page .product-intro-card,
  body.walbre-corporate-page .category-card,
  body.walbre-corporate-page .business-focus-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.walbre-story-home img,
  body.walbre-corporate-page img,
  body.walbre-story-home video,
  body.walbre-corporate-page video,
  body.walbre-story-home iframe,
  body.walbre-corporate-page iframe {
    max-width: 100% !important;
    height: auto !important;
  }

  body.walbre-story-home .button,
  body.walbre-story-home .wp-element-button,
  body.walbre-corporate-page .button,
  body.walbre-corporate-page .wp-element-button,
  body.walbre-corporate-page .corporate-cta-actions a,
  body.walbre-corporate-page .business-card-actions a {
    max-width: 100% !important;
    white-space: normal !important;
  }
}

@media (max-width: 430px) {
  body.walbre-story-home .hero-copy > *,
  body.walbre-corporate-page .page-hero-copy > *,
  body.walbre-story-home .section-inner,
  body.walbre-story-home .home-section-inner,
  body.walbre-story-home .page-section-inner,
  body.walbre-story-home .business-ecosystem-inner,
  body.walbre-story-home .photo-story-inner,
  body.walbre-corporate-page .section-inner,
  body.walbre-corporate-page .page-section-inner,
  body.walbre-corporate-page .category-section-inner,
  body.walbre-corporate-page .program-journey-inner,
  body.walbre-corporate-page .cta-band-inner {
    width: min(calc(100% - 28px), 390px) !important;
    max-width: 390px !important;
  }

  body.walbre-story-home .hero h1,
  body.walbre-story-home .hero-title,
  body.walbre-corporate-page .page-hero h1 {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.48 !important;
  }

  body.walbre-story-home .hero-lead,
  body.walbre-story-home .section-intro,
  body.walbre-corporate-page .page-hero p:not(.eyebrow),
  body.walbre-corporate-page .page-section p,
  body.walbre-corporate-page .page-section li {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }
}

/* v1.0.94: keep the contact hero title inside its copy column. */
body.walbre-corporate-contact .page-hero-title-line {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

@media (min-width: 981px) {
  body.walbre-corporate-contact .page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(30px, 2vw, 41px) !important;
    line-height: 1.55 !important;
    letter-spacing: .015em !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    text-wrap: pretty !important;
    overflow: visible !important;
  }
}

/*
 * v1.0.57 unified menu guard
 * PCでは左サイドナビだけを表示し、スマホではヘッダー内のMENUボタンを唯一の
 * 開閉ボタンとして使う。テーマ側の同名クラスや旧フローティングボタンとの競合を防ぐ。
 */
@media (min-width: 981px) {
  body.wsf-home-body .site-sidebar > .menu-toggle,
  body.wsf-home-body .menu-toggle-floating {
    display: none !important;
  }

  body.walbre-story-home .site-nav {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 54px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  body.wsf-home-body .menu-toggle-floating {
    display: none !important;
  }

  body.wsf-home-body .site-sidebar > .menu-toggle {
    position: relative !important;
    inset: auto !important;
    z-index: 10030 !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 72px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 1px solid rgba(36, 36, 33, .72) !important;
    border-radius: 999px !important;
    background: #242421 !important;
    color: #fff !important;
    font: 700 11px/1 var(--sans) !important;
    letter-spacing: .12em !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .14) !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.wsf-home-body .site-sidebar > .menu-toggle::before,
  body.wsf-home-body .site-sidebar > .menu-toggle::after {
    content: none !important;
    display: none !important;
  }

  body.wsf-home-body .site-tools {
    display: none !important;
  }

  body.wsf-home-body .site-nav {
    visibility: visible !important;
  }
}

/*
 * v1.0.41 mobile readability / image-fit guard
 * スマホで文字が画面外へ逃げる・写真が寄りすぎて切れる状態を最終補正。
 * 顧客向け表示の見た目だけを調整し、商品・在庫・決済ロジックは変更しない。
 */
@media (max-width: 980px) {
  body.walbre-story-home h1,
  body.walbre-story-home h2,
  body.walbre-story-home h3,
  body.walbre-story-home p,
  body.walbre-story-home li,
  body.walbre-story-home a,
  body.walbre-story-home span,
  body.walbre-corporate-page h1,
  body.walbre-corporate-page h2,
  body.walbre-corporate-page h3,
  body.walbre-corporate-page p,
  body.walbre-corporate-page li,
  body.walbre-corporate-page a,
  body.walbre-corporate-page span {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: none !important;
  }

  body.walbre-story-home .hero h1,
  body.walbre-story-home .hero-title,
  body.walbre-story-home .hero-title-line,
  body.walbre-corporate-page .page-hero h1 {
    width: 100% !important;
    max-width: min(100%, 11.5em) !important;
    font-size: clamp(30px, 8vw, 44px) !important;
    line-height: 1.46 !important;
    letter-spacing: .025em !important;
    overflow: visible !important;
  }

  body.walbre-story-home .hero-copy,
  body.walbre-corporate-page .page-hero-copy {
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.walbre-story-home .hero-copy > *,
  body.walbre-corporate-page .page-hero-copy > *,
  body.walbre-story-home .section-inner,
  body.walbre-story-home .home-section-inner,
  body.walbre-story-home .page-section-inner,
  body.walbre-story-home .business-ecosystem-inner,
  body.walbre-story-home .photo-story-inner,
  body.walbre-corporate-page .section-inner,
  body.walbre-corporate-page .page-section-inner,
  body.walbre-corporate-page .category-section-inner,
  body.walbre-corporate-page .program-journey-inner,
  body.walbre-corporate-page .cta-band-inner {
    width: min(calc(100% - 34px), 720px) !important;
    max-width: 720px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.walbre-story-home .hero-media,
  body.walbre-corporate-page .page-hero-image {
    min-height: clamp(260px, 58vw, 460px) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #f3f0e8 !important;
  }

  body.walbre-story-home img,
  body.walbre-corporate-page img {
    max-width: 100% !important;
    height: auto;
  }

  body.walbre-story-home .hero-media img,
  body.walbre-story-home .photo-story-image,
  body.walbre-story-home .photo-story-collage img,
  body.walbre-story-home .service-card img,
  body.walbre-story-home .product-gallery img,
  body.walbre-story-home .product-intro-card img,
  body.walbre-corporate-page .about-image,
  body.walbre-corporate-page .detail-image,
  body.walbre-corporate-page .search-result-card img,
  body.walbre-corporate-page .product-intro-card img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    transform: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    background-color: #f7f4ec !important;
  }

  body.walbre-story-home .photo-story-collage img:first-child,
  body.walbre-story-home .photo-story-collage img:last-child {
    width: 100% !important;
    transform: none !important;
  }

  body.walbre-story-home .service-card,
  body.walbre-story-home .business-focus-card,
  body.walbre-story-home .category-card,
  body.walbre-story-home .product-card,
  body.walbre-corporate-page .feature-item,
  body.walbre-corporate-page .flow-item,
  body.walbre-corporate-page .route-card,
  body.walbre-corporate-page .service-nav-card,
  body.walbre-corporate-page .detail-card,
  body.walbre-corporate-page .product-intro-card {
    overflow: visible !important;
  }
}

@media (max-width: 430px) {
  body.walbre-story-home .hero h1,
  body.walbre-story-home .hero-title,
  body.walbre-story-home .hero-title-line,
  body.walbre-corporate-page .page-hero h1 {
    max-width: min(100%, 10em) !important;
    font-size: clamp(28px, 7.6vw, 36px) !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  body.walbre-story-home .hero-copy > *,
  body.walbre-corporate-page .page-hero-copy > *,
  body.walbre-story-home .section-inner,
  body.walbre-story-home .home-section-inner,
  body.walbre-story-home .page-section-inner,
  body.walbre-story-home .business-ecosystem-inner,
  body.walbre-story-home .photo-story-inner,
  body.walbre-corporate-page .section-inner,
  body.walbre-corporate-page .page-section-inner,
  body.walbre-corporate-page .category-section-inner,
  body.walbre-corporate-page .program-journey-inner,
  body.walbre-corporate-page .cta-band-inner {
    width: min(calc(100% - 28px), 390px) !important;
    max-width: 390px !important;
  }

  body.walbre-story-home .hero-media,
  body.walbre-corporate-page .page-hero-image {
    min-height: 230px !important;
  }
}
