/*
Theme Name: Walbre Story
Theme URI: https://walbre.co.jp/
Author: Walbre
Description: 写真と余白を生かした株式会社Walbre専用のコーポレート・通販対応テーマです。
Version: 2.0.3
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; }
.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; }
.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-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;
  font-size: 12px !important; letter-spacing: .08em; 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; }

.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; }

.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; }
.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; }
.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 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; }
.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); }
}

@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; }
  .company-table th, .company-table td { display: block; width: 100%; padding: 12px 0; }
  .company-table th { border-bottom: 0; padding-top: 22px; }
  .search-results-grid { grid-template-columns: 1fr; }
  .woocommerce-page-wrap ul.products { grid-template-columns: 1fr; }
}

/* Final display guardrails: menu wording, headline wraps and fallback product visuals. */
.hero-title-line,
.copy-line {
  display: block;
  white-space: nowrap;
}

.woocommerce ul.products li.product img.walbre-product-fallback-image,
.walbre-product-fallback-image {
  object-fit: contain !important;
  padding: clamp(18px, 2.5vw, 34px);
  background:
    radial-gradient(circle at 74% 18%, rgba(185, 155, 82, .16), transparent 24%),
    linear-gradient(180deg, #fffaf0, #f4f1e8) !important;
}

.product-note-price {
  display: inline-block;
  margin: 14px 0 18px;
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
}

.detail-copy .hero-actions {
  margin-top: 24px;
}

@media (max-width: 680px) {
  .hero h1,
  .page-hero h1 {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .hero h1 .hero-title-line {
    white-space: nowrap;
  }

  .copy-line {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

/* 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; }

.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; }
}

@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; }
}
