:root {
  --eos-seal: #a43a32;
  --eos-seal-dark: #7d2924;
  --eos-seal-soft: #f1dfda;
  --eos-red: var(--eos-seal);
  --eos-red-dark: var(--eos-seal-dark);
  --eos-ink: #191715;
  --eos-ink-soft: #403a35;
  --eos-muted: #675f57;
  --eos-paper: #fffbf5;
  --eos-paper-deep: #f4ede3;
  --eos-surface: #fffdf9;
  --eos-line: #d8ccbd;
  --eos-gold: #a8864a;
  --eos-success: #2f6f55;
  --eos-danger: #9b3535;
  --eos-white: #fff;
  --eos-radius: 4px;
  --eos-shadow: 0 24px 70px rgba(40, 26, 18, .1);
  --eos-shadow-raised: 0 18px 42px rgba(40, 26, 18, .12), 0 2px 8px rgba(40, 26, 18, .06);
  --eos-width-max: 1360px;
  --eos-shell-gutter: 28px;
  --eos-shell: min(var(--eos-width-max), calc(100% - (var(--eos-shell-gutter) * 2)));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; color: var(--eos-ink); background: var(--eos-paper); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif; line-height: 1.8; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:target { scroll-margin-top: 110px; }
:focus-visible { outline: 3px solid rgba(164,58,50,.32); outline-offset: 3px; }
.woocommerce img, .eos-mood-banner > img { outline: 1px solid rgba(25,23,21,.1); outline-offset: -1px; }
.eos-shell { width: var(--eos-shell); margin-inline: auto; }
.eos-skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: #fff; padding: 10px 16px; }
.eos-skip-link:focus { top: 12px; }
.eos-topbar { background: var(--eos-ink); color: #e9ded0; font-size: 12px; letter-spacing: .06em; }
.eos-topbar .eos-shell { display: flex; justify-content: space-between; gap: 24px; padding-block: 6px; }
.eos-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--eos-line); background: rgba(255, 251, 245, .95); backdrop-filter: blur(16px); transition: box-shadow .2s ease, background-color .2s ease; }
.eos-header.is-scrolled { box-shadow: 0 8px 24px rgba(40,26,18,.08); background: rgba(255,251,245,.98); }
.eos-header__inner { min-height: 82px; display: flex; align-items: center; gap: 26px; }
.eos-brand { width: 220px; flex: 0 0 auto; }
.eos-brand img { display: block; width: 100%; }
.eos-nav { margin-left: auto; }
.eos-nav__list { display: flex; gap: 24px; align-items: center; list-style: none; margin: 0; padding: 0; font-size: 14px; font-weight: 700; }
.eos-nav a { position: relative; padding-block: 28px; }
.eos-nav a::after { content: ""; position: absolute; inset: auto 0 20px; height: 1px; background: var(--eos-red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.eos-nav a:hover::after, .eos-nav a:focus-visible::after, .eos-nav .current-menu-item > a::after, .eos-nav .current_page_item > a::after { transform: scaleX(1); }
.eos-header__actions { display: flex; gap: 10px; align-items: center; font-size: 13px; white-space: nowrap; }
.eos-cart span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 99px; background: var(--eos-red); color: #fff; }
.eos-menu-toggle { display: none; }
.eos-link-button, .eos-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 10px 22px; border: 1px solid var(--eos-ink); border-radius: var(--eos-radius); background: transparent; color: var(--eos-ink); font-weight: 700; cursor: pointer; transition-property: background-color, border-color, color, transform, box-shadow; transition-duration: .18s; transition-timing-function: ease-out; }
.eos-button:hover, .eos-link-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(40,26,18,.1); }
.eos-button:active, .eos-link-button:active { transform: scale(.98); box-shadow: none; }
.eos-button--red { border-color: var(--eos-red); background: var(--eos-red); color: #fff; }
.eos-button--red:hover { border-color: var(--eos-red-dark); background: var(--eos-red-dark); }
.eos-button--paper { border-color: var(--eos-paper); color: var(--eos-paper); }
.eos-section { padding: 100px 0; }
.eos-section--tight { padding: 70px 0; }
.eos-section--ink { background: var(--eos-ink); color: var(--eos-paper); }
.eos-section--soft { background: var(--eos-paper-deep); }
.eos-kicker { margin: 0 0 12px; color: var(--eos-red); font-family: Georgia, serif; font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eos-heading { max-width: 920px; margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(32px, 5vw, 64px); line-height: 1.25; font-weight: 500; letter-spacing: .02em; text-wrap: balance; }
.eos-heading--small { font-size: clamp(28px, 4vw, 46px); }
.eos-lead { max-width: 780px; margin: 22px 0 0; color: var(--eos-muted); font-size: 17px; text-wrap: pretty; }
.eos-section--ink .eos-lead { color: #d4c6b8; }
.eos-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.eos-hero { position: relative; overflow: hidden; min-height: 680px; display: grid; align-items: center; background: linear-gradient(120deg, var(--eos-paper-deep), var(--eos-paper) 72%); }
.eos-hero::before { content: ""; position: absolute; inset: 0 0 0 55%; background: url("../images/seal-pattern.svg") center/cover; opacity: .8; }
.eos-hero::after { content: "印"; position: absolute; right: 8vw; top: 13%; color: var(--eos-red); opacity: .08; font-family: "Yu Mincho", serif; font-size: min(42vw, 560px); line-height: 1; }
.eos-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .92fr; gap: 48px; align-items: center; padding: 82px 0; }
.eos-hero__copy { max-width: 680px; }
.eos-hero__copy h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(44px, 5vw, 68px); font-weight: 500; line-height: 1.22; letter-spacing: .02em; text-wrap: balance; }
.eos-hero__copy h1 em { display: block; position: relative; color: var(--eos-ink); font-style: normal; }
.eos-hero__copy h1 em::after { content: ""; display: block; width: 76px; height: 3px; margin-top: 18px; background: var(--eos-seal); }
.eos-hero__visual { position: relative; min-height: 520px; }
.eos-scroll-art { position: absolute; width: min(330px, 70%); height: 500px; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(2deg); background: #fffdf8; border-block: 14px solid #241d19; box-shadow: var(--eos-shadow); }
.eos-scroll-art::before, .eos-scroll-art::after { content: ""; position: absolute; left: -30px; right: -30px; height: 10px; background: #5b3d2d; border-radius: 10px; }
.eos-scroll-art::before { top: -20px; }.eos-scroll-art::after { bottom: -20px; }
.eos-scroll-art__chars { height: 100%; display: grid; place-items: center; color: var(--eos-ink); font-family: "Yu Mincho", serif; font-size: 110px; writing-mode: vertical-rl; letter-spacing: .25em; }
.eos-seal-glyph { display: inline-grid; place-items: center; width: 72px; aspect-ratio: 1; border: 3px solid currentColor; color: var(--eos-red); font-family: "Yu Mincho", serif; font-size: 30px; line-height: 1; transform: rotate(-2deg); box-shadow: inset 0 0 0 3px var(--eos-paper), inset 0 0 0 5px currentColor; }
.eos-seal-glyph--hero { position: absolute; right: 10%; bottom: 7%; width: 110px; font-size: 44px; transform: rotate(8deg); }
.eos-grid { display: grid; gap: 24px; margin-top: 46px; }
.eos-grid--3 { grid-template-columns: repeat(3, 1fr); }
.eos-core-modules { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 28px; }
.eos-core-module { position: relative; padding: 28px 28px 24px; border: 1px solid var(--eos-line); border-radius: var(--eos-radius); background: rgba(255,255,255,.62); display: flex; flex-direction: column; gap: 12px; min-height: 220px; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.eos-core-module:hover, .eos-core-module:focus-within { transform: translateY(-3px); box-shadow: var(--eos-shadow-raised); background: var(--eos-surface); }
.eos-core-module__icon { display: inline-flex; width: 44px; height: 44px; color: var(--eos-red); }
.eos-core-module__icon svg { display: block; width: 100%; height: 100%; }
.eos-core-module__mark { display: none; }
.eos-core-module--shop { border-top: 3px solid var(--eos-red); }
.eos-core-module--custom { border-top: 3px solid var(--eos-ink); }
.eos-core-module--gift { border-top: 3px solid var(--eos-gold); }
.eos-core-module--b2b { border-top: 3px solid #5b3d2d; }
.eos-core-module h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 22px; font-weight: 500; }
.eos-core-module p { margin: 0; flex: 1; color: var(--eos-muted); font-size: 14px; line-height: 1.7; }
.eos-button--ghost { align-self: flex-start; margin-top: auto; border-color: var(--eos-line); background: rgba(255,255,255,.8); font-size: 13px; min-height: 42px; padding-inline: 16px; }
.eos-button--ghost:hover { border-color: var(--eos-red); color: var(--eos-red); }
.eos-note--center { text-align: center; margin-top: 28px; }
.eos-note--center a { color: var(--eos-red); font-weight: 700; }
.eos-grid--5 { grid-template-columns: repeat(5, 1fr); }
.eos-card { position: relative; min-height: 260px; padding: 32px; border: 1px solid var(--eos-line); border-radius: var(--eos-radius); background: rgba(255,255,255,.45); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.eos-card:hover, .eos-card:focus-visible { transform: translateY(-3px); box-shadow: var(--eos-shadow-raised); }
.eos-card h3 { margin: 28px 0 10px; font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 500; }
.eos-card p { margin: 0; color: var(--eos-muted); font-size: 14px; }
.eos-card__arrow { display: inline-block; margin-top: 22px; color: var(--eos-red); font-weight: 700; }
.eos-card--occasion { min-height: 340px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(180deg, transparent, rgba(25,23,21,.84)), var(--eos-paper-deep); color: #fff; }
.eos-card--occasion p { color: #eadfd1; }
.eos-card--occasion:nth-child(2n) { background-color: #d8c8b1; }
.eos-card--occasion:nth-child(3n) { background-color: #b9b1a2; }
.eos-mood-banner { position: relative; min-height: 620px; overflow: hidden; background: var(--eos-ink); color: #fff; }
.eos-mood-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.eos-mood-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,23,21,.82), rgba(25,23,21,.12) 70%); }
.eos-mood-banner__copy { position: relative; z-index: 1; width: min(560px, calc(100% - 40px)); margin-left: max(var(--eos-shell-gutter), calc((100% - var(--eos-width-max)) / 2)); padding-top: 170px; }
.eos-mood-banner__copy h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(34px, 5vw, 58px); line-height: 1.3; font-weight: 500; }
.eos-mood-banner__copy p { color: #eee4d8; }
.eos-mood-banner__copy small { display: block; margin-top: 28px; color: #d0c1b2; }
.eos-blessings { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; margin-top: 50px; background: var(--eos-line); }
.eos-blessing { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px 20px; background: var(--eos-paper); text-align: center; transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.eos-blessing:hover, .eos-blessing:focus-visible { z-index: 1; background: var(--eos-surface); color: var(--eos-ink); transform: translateY(-3px); box-shadow: inset 0 3px var(--eos-seal), var(--eos-shadow-raised); }
.eos-blessing__char { color: var(--eos-seal); font-family: "Yu Mincho", serif; font-size: 88px; line-height: 1; }
.eos-blessing h3 { margin: 26px 0 5px; font-size: 18px; }
.eos-blessing p { margin: 0; font-size: 12px; color: var(--eos-muted); }
.eos-blessing:hover p, .eos-blessing:focus-visible p { color: var(--eos-muted); }
.eos-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.eos-split--top { align-items: start; }
.eos-craft-visual { position: relative; min-height: 560px; background: var(--eos-paper-deep) url("../images/seal-pattern.svg") center/cover; border: 1px solid var(--eos-line); }
.eos-craft-visual .eos-seal-glyph { position: absolute; }
.eos-craft-visual .eos-seal-glyph:nth-child(1) { top: 15%; left: 15%; width: 130px; font-size: 55px; }
.eos-craft-visual .eos-seal-glyph:nth-child(2) { right: 13%; top: 40%; transform: rotate(7deg); }
.eos-craft-visual .eos-seal-glyph:nth-child(3) { left: 35%; bottom: 10%; width: 100px; font-size: 42px; transform: rotate(-8deg); }
.eos-proof-list { display: grid; gap: 18px; margin-top: 34px; padding: 0; list-style: none; }
.eos-proof-list li { padding: 16px 0; border-bottom: 1px solid var(--eos-line); }
.eos-proof-list strong { display: block; font-family: "Yu Mincho", serif; font-size: 20px; }
.eos-proof-list span { color: var(--eos-muted); font-size: 14px; }
.eos-guide-row { display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; padding: 55px 0; border-top: 1px solid var(--eos-line); }
.eos-guide-row:last-of-type { border-bottom: 1px solid var(--eos-line); }
.eos-guide-row__char { display: grid; place-items: center; width: 170px; aspect-ratio: 1; border: 3px solid var(--eos-red); color: var(--eos-red); font-family: "Yu Mincho", serif; font-size: 88px; box-shadow: inset 0 0 0 6px var(--eos-paper), inset 0 0 0 8px var(--eos-red); }
.eos-guide-row h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: 36px; font-weight: 500; }
.eos-newsletter { padding: 48px; border: 1px solid #594e45; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.eos-newsletter h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: 32px; font-weight: 500; }
.eos-footer { padding: 80px 0 24px; background: #191715; color: #fffaf1; }
.eos-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 50px; }
.eos-footer__logo { width: 280px; margin-bottom: 22px; }
.eos-footer h2 { margin: 0 0 20px; color: #d4c6b8; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.eos-footer a, .eos-footer__pending { display: block; margin: 10px 0; color: #e8ddd0; font-size: 14px; }
.eos-footer__pending { color: #a99c8d; }
.eos-footer__small, .eos-footer__bottom { color: #a99c8d; font-size: 12px; }
.eos-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 55px; border-top: 1px solid #443b34; }
.eos-line-float { position: fixed; right: 20px; bottom: 20px; z-index: 70; min-height: 44px; padding: 12px 18px; border-radius: 99px; background: #06c755; color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 12px 32px rgba(0,0,0,.18); transition: transform .18s ease-out, box-shadow .18s ease-out; }
.eos-line-float:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(0,0,0,.22); }
.eos-page-hero { padding: 100px 0 70px; background: var(--eos-paper-deep) url("../images/seal-pattern.svg") right center/500px auto no-repeat; border-bottom: 1px solid var(--eos-line); }
.eos-content { width: min(840px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.eos-content > *:first-child { margin-top: 0; }
.eos-content h2, .eos-content h3 { font-family: "Yu Mincho", serif; font-weight: 500; }
.eos-form { min-width: 0; display: grid; gap: 14px; }
.eos-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.eos-form label { display: grid; gap: 6px; color: var(--eos-muted); font-size: 13px; font-weight: 700; }
.eos-form input, .eos-form select, .eos-form textarea { min-width: 0; max-width: 100%; width: 100%; padding: 13px 14px; border: 1px solid var(--eos-line); border-radius: var(--eos-radius); background: var(--eos-surface); color: var(--eos-ink); transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.eos-form input:focus, .eos-form select:focus, .eos-form textarea:focus { outline: 0; border-color: var(--eos-seal); background: #fff; box-shadow: 0 0 0 4px rgba(164,58,50,.12); }
.eos-form textarea { min-height: 150px; resize: vertical; }
.eos-form-wrap { max-width: 920px; margin-top: 40px; }
.eos-prototype-panel { padding: 32px; border: 1px solid var(--eos-line); background: rgba(255,255,255,.55); }
.eos-prototype-badge { max-width: 100%; width: fit-content; margin: 0 0 12px; padding: 4px 9px; border: 1px solid var(--eos-red); color: var(--eos-red); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eos-form__footer { display: flex; align-items: center; gap: 16px; margin-top: 8px; }
.eos-form__footer span { color: var(--eos-muted); font-size: 12px; }
.eos-form__hint { margin: -6px 0 12px; color: var(--eos-muted); font-size: 12px; }
.eos-form__consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.eos-form__consent input { margin-top: 4px; }
.eos-legal-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.eos-legal-table th, .eos-legal-table td { padding: 12px 14px; border-bottom: 1px solid var(--eos-line); text-align: left; vertical-align: top; }
.eos-legal-table th { width: 28%; color: var(--eos-muted); font-weight: 600; }
.eos-form__status { display: none; padding: 14px 16px; border-left: 4px solid var(--eos-success); background: #edf5f0; color: var(--eos-ink); font-size: 13px; }
.eos-form__status.is-visible { display: block; }
.eos-choice-list, .eos-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.eos-choice-list { margin-top: 24px; }
.eos-choice-list button, .eos-filter-bar button { min-height: 44px; padding: 9px 16px; border: 1px solid var(--eos-line); border-radius: var(--eos-radius); background: transparent; color: var(--eos-ink); cursor: pointer; transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease; }
.eos-choice-list button:hover, .eos-filter-bar button:hover { border-color: var(--eos-ink); background: var(--eos-surface); }
.eos-choice-list button:active, .eos-filter-bar button:active { transform: scale(.98); }
.eos-choice-list button.is-active, .eos-filter-bar button.is-active { border-color: var(--eos-ink); background: var(--eos-ink); color: var(--eos-paper); box-shadow: inset 0 3px var(--eos-seal); }
.eos-filter-bar { justify-content: center; margin-bottom: 42px; }
.eos-collection-grid { margin-top: 0; }
.eos-collection-card { min-width: 0; border: 1px solid var(--eos-line); border-radius: var(--eos-radius); background: rgba(255,255,255,.4); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.eos-collection-card:hover, .eos-collection-card:focus-within { transform: translateY(-3px); box-shadow: var(--eos-shadow-raised); }
.eos-collection-card[hidden] { display: none; }
.eos-collection-card__visual { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; background: var(--eos-paper-deep) url("../images/seal-pattern.svg") center/cover; }
.eos-collection-card__visual::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(184,46,46,.18); }
.eos-collection-card__visual .eos-seal-glyph { width: 112px; font-size: 48px; }
.eos-collection-card__visual > span { position: absolute; right: 24px; bottom: 20px; color: var(--eos-red); font-family: "Yu Mincho", serif; font-size: 14px; letter-spacing: .2em; writing-mode: vertical-rl; }
.eos-collection-card__body { padding: 28px; }
.eos-collection-card__body h2 { margin: 0 0 10px; font-family: "Yu Mincho", serif; font-size: 28px; font-weight: 500; }
.eos-collection-card__body p:not(.eos-kicker) { min-height: 58px; margin: 0 0 24px; color: var(--eos-muted); font-size: 14px; }
.eos-catalog-note { margin-top: 36px; }
.eos-configurator { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr); gap: 70px; align-items: start; }
.eos-configurator > * { min-width: 0; }
.eos-configurator__preview { position: sticky; top: 120px; min-height: 580px; display: grid; place-items: center; align-content: center; padding: 36px; border: 1px solid var(--eos-line); background: var(--eos-paper-deep) url("../images/seal-pattern.svg") center/cover; text-align: center; }
.eos-configurator__preview small { max-width: 340px; color: var(--eos-muted); }
.eos-preview-seal { display: grid; place-items: center; width: min(300px, 78vw); aspect-ratio: 1; margin: 38px 0 20px; border: 9px solid var(--eos-red); color: var(--eos-red); background: var(--eos-paper); box-shadow: inset 0 0 0 9px var(--eos-paper), inset 0 0 0 13px var(--eos-red), var(--eos-shadow); transition: border-radius .25s ease, transform .25s ease; }
.eos-preview-seal span { max-width: 80%; font-family: "Yu Mincho", serif; font-size: clamp(46px, 8vw, 88px); line-height: 1.05; overflow-wrap: anywhere; }
.eos-preview-seal[data-shape="round"] { border-radius: 50%; transform: rotate(-3deg); }
.eos-preview-seal[data-style="modern"] span { font-family: "Yu Gothic", sans-serif; font-weight: 800; letter-spacing: -.08em; }
.eos-preview-seal[data-style="soft"] { border-radius: 18% 8% 16% 10%; transform: rotate(2deg); }
.eos-preview-seal[data-style="soft"] span { font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif; }
.eos-configurator__controls { gap: 32px; }
.eos-configurator__controls > div:not(.eos-form__footer):not(.eos-form__status) { padding-bottom: 28px; border-bottom: 1px solid var(--eos-line); }
.eos-step-label { display: flex; gap: 12px; align-items: center; margin: 0 0 14px; font-family: "Yu Mincho", serif; font-size: 22px; }
.eos-step-label span { color: var(--eos-red); font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.eos-alert { margin-bottom: 24px; padding: 14px 18px; border-left: 4px solid var(--eos-gold); background: var(--eos-surface); }
.eos-note { padding: 18px; border: 1px solid var(--eos-line); background: var(--eos-paper-deep); color: var(--eos-muted); font-size: 13px; }
.eos-accordion { margin-top: 30px; border-top: 1px solid var(--eos-line); }
.eos-accordion__item { border-bottom: 1px solid var(--eos-line); }
.eos-accordion__item button { width: 100%; display: flex; justify-content: space-between; padding: 20px 0; border: 0; background: transparent; text-align: left; font-weight: 700; cursor: pointer; }
.eos-accordion__body { display: none; padding: 0 0 22px; color: var(--eos-muted); }
.eos-accordion__item.is-open .eos-accordion__body { display: block; }
.woocommerce .products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding-bottom: 20px; border-bottom: 1px solid var(--eos-line); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: "Yu Mincho", serif; font-size: 20px !important; }
.woocommerce .price { color: var(--eos-red) !important; }
.woocommerce div.product { padding-bottom: 80px; }
.eos-page-hero--compact { padding: 36px 0 12px; }
.eos-page-hero--compact .woocommerce-breadcrumb { margin: 8px 0 0; color: var(--eos-muted); font-size: 13px; }
.eos-section--product { padding-top: 24px; }
.eos-product-single__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 48px; align-items: start; }
.eos-product-single__gallery .woocommerce-product-gallery { max-width: none; }
.eos-product-single__summary .product_title { margin: 0 0 12px; font-family: "Yu Mincho", serif; font-size: 38px; font-weight: 500; line-height: 1.2; }
.eos-product-single__summary .price { margin-bottom: 18px; font-size: 22px; }
.eos-product-single__summary .woocommerce-product-details__short-description { margin-bottom: 22px; color: var(--eos-muted); line-height: 1.7; }
.eos-product-line { margin: 0 0 8px; }
.eos-product-facts { margin: 0 0 22px; padding: 18px 20px; border: 1px solid var(--eos-line); background: var(--eos-paper-deep); }
.eos-product-facts__row { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.eos-product-facts__row:last-child { border-bottom: 0; }
.eos-product-facts dt { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--eos-muted); }
.eos-product-facts dd { margin: 0; font-size: 14px; line-height: 1.6; }
.eos-product-tbd, .eos-product-price-pending { margin: 0 0 18px; }
.eos-product-details { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--eos-line); }
.eos-product-details__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-bottom: 24px; }
.eos-product-details__grid .eos-cultural-note h2 { margin-top: 0; font-family: "Yu Mincho", serif; font-size: 22px; font-weight: 500; }
.eos-product-details__description { margin-top: 32px; }
.eos-product-disclaimer { margin-top: 24px; }
.eos-product-card .eos-price { display: block; margin-top: 8px; color: var(--eos-red); font-weight: 700; }
.eos-checkout-notices { margin-bottom: 24px; display: grid; gap: 12px; }
.eos-cart-shipping-hint { margin-bottom: 18px; }
.eos-customization-box { margin: 24px 0; padding: 22px; border: 1px solid var(--eos-line); background: var(--eos-paper-deep); }
.eos-customization-box h3 { margin-top: 0; font-family: "Yu Mincho", serif; font-weight: 500; }
.eos-customization-box label { display: grid; gap: 5px; margin: 12px 0; font-size: 13px; font-weight: 700; }
.eos-customization-box input, .eos-customization-box select, .eos-customization-box textarea { width: 100%; padding: 10px; border: 1px solid var(--eos-line); background: #fff; }
.eos-cultural-note { margin: 24px 0; padding: 20px; border-left: 4px solid var(--eos-red); background: var(--eos-paper-deep); }
@media (max-width: 1060px) {
  .eos-header__actions { display: none; }
  .eos-menu-toggle { display: block; margin-left: auto; border: 1px solid var(--eos-line); background: transparent; padding: 8px 12px; }
  .eos-nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 20px; background: var(--eos-paper); border-bottom: 1px solid var(--eos-line); }
  .eos-nav.is-open { display: block; }
  .eos-nav__list { display: grid; gap: 0; }
  .eos-nav a { display: block; padding: 12px; }
  .eos-nav a::after { display: none; }
  .eos-hero__grid, .eos-split, .eos-configurator { grid-template-columns: 1fr; }
  .eos-configurator__preview { position: static; min-height: 500px; }
  .eos-hero::before { inset: 50% 0 0; }
  .eos-grid--3, .woocommerce .products { grid-template-columns: repeat(2, 1fr) !important; }
  .eos-core-modules { grid-template-columns: repeat(2, 1fr); }
  .eos-product-single__grid, .eos-product-details__grid { grid-template-columns: 1fr; }
  .eos-grid--5, .eos-blessings { grid-template-columns: repeat(3, 1fr); }
  .eos-footer__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  :root { --eos-shell: min(100% - 28px, var(--eos-width-max)); }
  .eos-topbar .eos-shell { justify-content: center; text-align: center; }
  .eos-topbar span:last-child { display: none; }
  .eos-header__inner { min-height: 68px; }
  .eos-brand { width: 180px; }
  .eos-nav { top: 68px; }
  .eos-section { padding: 68px 0; }
  .eos-hero { min-height: auto; }
  .eos-hero__grid { padding: 62px 0 90px; gap: 30px; }
  .eos-hero__copy h1 { font-size: 43px; }
  .eos-hero__visual { min-height: 390px; }
  .eos-scroll-art { height: 360px; width: 220px; }
  .eos-scroll-art__chars { font-size: 76px; }
  .eos-grid--3, .eos-grid--5, .eos-blessings, .woocommerce .products, .eos-footer__grid, .eos-form__grid, .eos-core-modules { grid-template-columns: 1fr !important; }
  .eos-blessing { min-height: 260px; }
  .eos-craft-visual { min-height: 400px; }
  .eos-newsletter, .eos-footer__bottom, .eos-form__footer { display: block; }
  .eos-form__footer span { display: block; margin-top: 12px; }
  .eos-prototype-panel { padding: 22px; }
  .eos-guide-row { grid-template-columns: 1fr; gap: 24px; }
  .eos-guide-row__char { width: 120px; font-size: 60px; }
  .eos-footer__bottom span { display: block; margin-top: 12px; }
}
