:root {
  --ink: #0b1b31;
  --blue: #1554d1;
  --paper: #fbfaf7;
  --line: #d9dce1;
  --muted: #697385;
  --orange: #c85b2b;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { height: 72px; padding: 0 clamp(24px, 4vw, 62px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: var(--serif); font-size: 2.35rem; letter-spacing: -.045em; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: .9rem; font-weight: 600; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--blue); }
.nav-submit { border: 1px solid var(--ink); border-radius: 999px; padding: 10px 18px; }

.hero { text-align: center; padding: clamp(26px, 3.5vw, 46px) 24px 20px; }
.hero-kicker, .section-heading p, .feature > .feature-copy > p:first-child, .submit-section > div > p, dialog > p:first-of-type { color: var(--blue); letter-spacing: .13em; font-size: .72rem; font-weight: 700; margin: 0 0 12px; }
.hero h1 { font-size: clamp(2.2rem, 4.3vw, 4.45rem); line-height: 1.1; letter-spacing: -.06em; margin: 0; }
.hero-intro { max-width: 620px; margin: 14px auto 0; color: var(--muted); font-size: .82rem; line-height: 1.8; text-wrap: pretty; }
.hero-mobile-break { display: none; }
.search-form { width: min(100%, 720px); height: 54px; margin: 20px auto 0; border: 1.5px solid var(--ink); border-radius: 11px; display: flex; align-items: center; overflow: hidden; background: white; box-shadow: 0 8px 22px rgb(11 27 49 / 5%); }
.search-form svg { width: 21px; height: 21px; margin: 0 15px 0 19px; fill: none; stroke: var(--ink); stroke-width: 1.6; }
.search-form input { border: 0; outline: 0; flex: 1; min-width: 0; font-size: .9rem; color: var(--ink); }
.search-form input::placeholder { color: #868d97; }
.search-form button { align-self: stretch; min-width: 100px; border: 0; background: var(--blue); color: #fff; font-weight: 700; font-size: .85rem; cursor: pointer; transition: background .2s ease; }
.search-form button:hover { background: #0f43ab; }

.category-section { padding: 0 24px 28px; }
.category-row { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.category { color: var(--ink); padding: 8px 12px; border: 1px solid #b9bec6; border-radius: 8px; background: transparent; font-weight: 600; font-size: .76rem; cursor: pointer; transition: .18s ease; }
.category span { font-size: .86rem; margin-right: 4px; }
.category:hover, .category.active { border-color: var(--ink); color: #fff; background: var(--ink); transform: translateY(-2px); }

.shops-section { padding: 0 clamp(24px, 4vw, 62px) 112px; max-width: 1600px; margin: auto; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 25px; }
.section-heading p { color: var(--orange); margin-bottom: 6px; }
.section-heading h2 { font-size: clamp(1.7rem, 2.8vw, 2.65rem); letter-spacing: -.04em; margin: 0; }
.section-heading output { color: var(--muted); font-size: .8rem; }
.shop-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.shop-card { min-width: 0; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 11px; transition: transform .25s ease, box-shadow .25s ease; }
.shop-card:hover { transform: translateY(-5px); box-shadow: 0 16px 28px rgb(11 27 49 / 11%); }
.shop-image { width: 100%; aspect-ratio: 1.28; object-fit: cover; display: block; background: #e3e5e7; }
.shop-body { padding: 17px 17px 15px; }
.shop-name { font-size: 1.05rem; letter-spacing: -.02em; margin: 0 0 7px; }
.shop-description { min-height: 45px; color: #4d5766; font-size: .78rem; line-height: 1.65; margin: 0 0 12px; }
.tags { display: flex; gap: 6px; flex-wrap: wrap; min-height: 23px; }
.tag { color: #586272; border: 1px solid #dce0e5; border-radius: 4px; padding: 2px 7px; font-size: .67rem; }
.shop-link { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; color: var(--blue); font-size: .8rem; font-weight: 700; }
.shop-link span { font-size: 1.12rem; }
.empty-state { text-align: center; color: var(--muted); padding: 52px 0; }

.feature { min-height: 380px; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--ink); color: #fff; }
.feature-image { background: url("https://images.unsplash.com/photo-1495446815901-a7297e633e8d?auto=format&fit=crop&w=1300&q=85") center / cover; min-height: 300px; }
.feature-copy { padding: clamp(36px, 5vw, 64px) clamp(28px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.feature-copy > p:first-child { color: #91b5ff; }
.feature h2 { font-size: clamp(1.8rem, 3.2vw, 3.1rem); line-height: 1.18; letter-spacing: -.055em; margin: 0 0 14px; }
.feature-description { color: #c3cbd6; max-width: 400px; font-size: .9rem; line-height: 1.9; margin: 0 0 28px; }
.feature-copy a { border-bottom: 1px solid #fff; padding-bottom: 7px; font-size: .88rem; font-weight: 700; }
.feature-copy a span { color: #89aeff; margin-left: 18px; font-size: 1.2rem; }

.submit-section { padding: clamp(70px, 10vw, 135px) clamp(24px, 10vw, 160px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 9vw, 150px); align-items: center; }
.submit-section > div > p { color: var(--orange); }
.submit-section h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.2; letter-spacing: -.05em; margin: 0; }
.url-form label { display: block; font-size: .78rem; font-weight: 700; margin-bottom: 9px; }
.url-form > div { border-bottom: 1.5px solid var(--ink); display: flex; }
.url-form input { border: 0; outline: 0; background: transparent; min-width: 0; flex: 1; padding: 15px 0; font-size: 1rem; }
.url-form button { border: 0; padding: 0; background: transparent; color: var(--blue); white-space: nowrap; font-size: .88rem; font-weight: 700; cursor: pointer; }
.url-form button span { font-size: 1.2rem; margin-left: 8px; }
.url-form > p { color: var(--muted); font-size: .72rem; margin: 12px 0 0; }

footer { border-top: 1px solid var(--line); padding: 36px clamp(24px, 4vw, 62px); display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 20px; }
footer .brand { font-size: 1.6rem; } footer p, footer small { color: var(--muted); font-size: .72rem; margin: 0; } footer small { justify-self: end; }

dialog { width: min(92vw, 490px); border: 0; border-radius: 14px; padding: 42px; color: var(--ink); box-shadow: 0 30px 80px rgb(0 0 0 / 24%); }
dialog::backdrop { background: rgb(11 27 49 / 48%); backdrop-filter: blur(3px); }
dialog h2 { font-size: 1.9rem; letter-spacing: -.04em; margin: 0 0 12px; } dialog p:not(:first-of-type) { color: var(--muted); line-height: 1.7; font-size: .86rem; overflow-wrap: anywhere; }
.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; font-size: 1.7rem; cursor: pointer; }
.dialog-button { background: var(--ink); color: #fff; border: 0; border-radius: 7px; padding: 11px 22px; font-weight: 700; cursor: pointer; }

@media (max-width: 900px) { .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .feature, .submit-section { grid-template-columns: 1fr; } .feature-image { min-height: 320px; } .submit-section { gap: 42px; } }
@media (max-width: 620px) { .hero-mobile-break { display: block; } .site-header { height: 70px; padding: 0 18px; } .brand { font-size: 1.75rem; } nav { gap: 16px; font-size: .72rem; } nav a:not(.nav-submit) { display: none; } .nav-submit { padding: 8px 13px; } .hero { padding: 42px 18px 24px; } .hero-kicker { font-size: .62rem; } .search-form { height: 62px; border-radius: 8px; } .search-form svg { width: 22px; margin: 0 12px 0 16px; } .search-form input { font-size: .84rem; } .search-form button { min-width: 77px; font-size: .85rem; } .category-section { padding: 0 16px 32px; } .category-row { justify-content: flex-start; gap: 8px; } .category { font-size: .75rem; padding: 9px 11px; } .category span { display: none; } .shops-section { padding: 0 16px 68px; } .section-heading { margin-bottom: 16px; } .section-heading p { font-size: .6rem; } .section-heading output { display: none; } .shop-grid { grid-template-columns: 1fr; gap: 12px; } .shop-card { display: grid; grid-template-columns: 42% 58%; } .shop-image { height: 100%; aspect-ratio: auto; } .shop-body { padding: 13px; } .shop-description { min-height: 0; font-size: .72rem; } .shop-link { margin-top: 10px; } .feature-copy { padding: 36px 26px; } .submit-section { padding: 70px 24px; } footer { grid-template-columns: 1fr auto; } footer p { grid-column: 1 / -1; grid-row: 2; } }

.shop-detail-link { color: inherit; text-decoration: none; }
.shop-detail-link:hover { text-decoration: underline; text-underline-offset: .2em; }
.shop-detail-page { max-width: 1120px; margin: 0 auto; padding: 48px 28px 88px; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 28px; color: #697585; font-size: .78rem; }
.shop-detail-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); overflow: hidden; border: 1px solid #dce1e8; border-radius: 18px; background: #fff; }
.shop-detail-image { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.shop-detail-copy { align-self: center; padding: 56px; }
.shop-detail-copy h1 { margin: 8px 0 22px; font-family: "DM Serif Display", serif; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.08; }
.shop-detail-description { color: #4d5766; line-height: 1.9; }
.shop-detail-taxonomy { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 30px; list-style: none; }
.shop-detail-taxonomy li { padding: 7px 11px; border-radius: 999px; background: #edf1f5; font-size: .75rem; }
.shop-detail-visit { display: inline-flex; gap: 8px; align-items: center; padding: 13px 18px; border-radius: 8px; background: #10243f; color: #fff; text-decoration: none; }
.shop-detail-about { max-width: 720px; margin: 48px auto 0; text-align: center; }
.shop-detail-about p { color: #697585; line-height: 1.9; }
@media (max-width: 760px) { .shop-detail-page { padding: 28px 16px 64px; } .shop-detail-card { grid-template-columns: 1fr; } .shop-detail-image { min-height: 0; aspect-ratio: 4 / 3; } .shop-detail-copy { padding: 30px 24px; } }

.owner-page { color: var(--ink); }
.owner-hero { max-width: 920px; margin: 0 auto; padding: clamp(72px, 11vw, 132px) 24px 96px; text-align: center; }
.owner-hero h1 { margin: 12px 0 24px; font-family: var(--serif); font-size: clamp(3rem, 7vw, 6rem); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.owner-hero h1 span { display: block; }
.owner-hero > p:not(.legal-eyebrow) { max-width: 650px; margin: 0 auto 34px; color: var(--muted); line-height: 1.9; text-wrap: pretty; }
.owner-primary { display: inline-flex; align-items: center; gap: 16px; padding: 15px 21px; border-radius: 7px; background: var(--ink); color: #fff; font-weight: 700; text-decoration: none; transition: transform .2s ease, background-color .2s ease; }
.owner-primary:hover { background: #173150; transform: translateY(-2px); }
.owner-primary:active { transform: translateY(0); }
.owner-primary:focus-visible, .owner-text-link:focus-visible { outline: 3px solid rgb(21 84 209 / 28%); outline-offset: 4px; }
.owner-section { max-width: 900px; margin: 0 auto; padding: 68px 24px; border-top: 1px solid var(--line); }
.owner-section h2, .owner-final h2 { margin: 9px 0 32px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.045em; text-wrap: balance; }
.owner-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0; list-style: none; counter-reset: owner-step; }
.owner-steps li { min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: 12px; counter-increment: owner-step; }
.owner-steps li::before { display: block; margin-bottom: 30px; color: var(--blue); content: "0" counter(owner-step); font: 700 .72rem var(--sans); letter-spacing: .12em; }
.owner-steps strong, .owner-steps span { display: block; }
.owner-steps strong { margin-bottom: 12px; font-size: 1.05rem; }
.owner-steps span, .owner-faq p { color: var(--muted); font-size: .87rem; line-height: 1.8; }
.owner-guidelines-section h2 { margin-bottom: 16px; }
.owner-section-lead { max-width: 36rem; margin: 0 0 30px; color: var(--muted); font-size: .92rem; line-height: 1.9; text-wrap: pretty; }
.owner-guidelines { margin: 0; padding: 0; overflow: hidden; border: 1px solid #d8d7d2; border-radius: 14px; background: #fff; list-style: none; counter-reset: owner-guideline; box-shadow: 0 18px 50px rgb(11 27 49 / 5%); }
.owner-guidelines li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 20px; align-items: start; padding: 25px 28px; counter-increment: owner-guideline; }
.owner-guidelines li + li { border-top: 1px solid #e3e2dd; }
.owner-guidelines li::before { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; content: "0" counter(owner-guideline); font-size: .72rem; font-weight: 700; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.owner-guidelines strong, .owner-guidelines span { display: block; }
.owner-guidelines strong { margin: 1px 0 7px; font-size: 1rem; line-height: 1.55; text-wrap: balance; }
.owner-guidelines span { max-width: 42rem; color: var(--muted); font-size: .84rem; line-height: 1.8; text-wrap: pretty; }
.owner-text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 24px; color: var(--blue); font-size: .88rem; font-weight: 700; text-underline-offset: .25em; }
.owner-text-link:hover { text-decoration: underline; }
.owner-text-link span { transition: transform .2s ease; }
.owner-text-link:hover span { transform: translateX(3px); }
.owner-faq details { border-top: 1px solid var(--line); padding: 20px 0; }
.owner-faq details:last-child { border-bottom: 1px solid var(--line); }
.owner-faq summary { cursor: pointer; font-weight: 700; }
.owner-faq p { margin: 13px 0 0; }
.owner-final { padding: 88px 24px 104px; background: #10243f; color: #fff; text-align: center; }
.owner-final h2 { margin-bottom: 12px; }
.owner-final p { margin: 0 0 28px; color: #c6cfda; }
.owner-final .owner-primary { background: #fff; color: var(--ink); }
@media (max-width: 700px) { .owner-hero { padding: 64px 18px 72px; } .owner-hero h1 { font-size: clamp(2.1rem, 9.6vw, 2.55rem); line-height: 1.12; letter-spacing: -.035em; } .owner-section { padding: 52px 18px; } .owner-steps { grid-template-columns: 1fr; } .owner-steps li { min-height: 0; } .owner-guidelines li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 22px 16px; } .owner-guidelines li::before { width: 38px; height: 38px; } .owner-guidelines strong { font-size: .92rem; letter-spacing: -.015em; } .owner-guidelines span { font-size: .81rem; } }

.footer-links { display:flex; gap:16px; font-size:.75rem; } .footer-links a:hover { color:var(--blue); } .legal-page { max-width:760px; margin:0 auto; padding:clamp(64px,10vw,120px) 24px; } .legal-eyebrow { color:var(--blue); font-size:.72rem; font-weight:700; letter-spacing:.13em; } .legal-page h1 { font-size:clamp(2.4rem,5vw,4.5rem); letter-spacing:-.06em; margin:10px 0 22px; } .legal-lead { font-size:1rem; line-height:1.9; color:var(--muted); margin:0 0 48px; } .legal-page section { border-top:1px solid var(--line); padding:26px 0; } .legal-page h2 { font-size:1.1rem; margin:0 0 12px; } .legal-page section p { color:var(--muted); font-size:.9rem; line-height:1.9; margin:0; } .legal-page section a { display:inline-block; margin-top:14px; color:var(--blue); font-weight:700; } .line-button { display:inline-flex; align-items:center; gap:18px; background:#0b1b31; color:#fff; border-radius:6px; padding:14px 18px; font-size:.9rem; font-weight:700; } @media (max-width:620px) { .footer-links { grid-column:1 / -1; grid-row:3; flex-wrap:wrap; } }

.url-form > .cf-turnstile { border: 0; display: block; margin-top: 14px; }

.load-more { display:block; margin:34px auto 0; border:1px solid var(--ink); border-radius:999px; background:#fff; color:var(--ink); padding:11px 24px; font:inherit; font-size:.82rem; font-weight:700; cursor:pointer; } .load-more:hover { color:var(--blue); border-color:var(--blue); } .load-more[hidden] { display:none; }

.shop-rating { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:13px; min-height:24px; }
.rating-summary, .rating-note { color:#657080; font-size:.68rem; margin:0; }
.rating-actions { display:flex; gap:2px; }
.rating-actions button { border:0; background:transparent; color:#d2d7dd; padding:1px; font-size:1rem; line-height:1; cursor:pointer; }
.rating-actions button:hover, .rating-actions button:focus-visible { color:var(--orange); }
.rating-actions button:disabled { cursor:default; color:#f0a648; }
@media (max-width:620px) {
  .submit-section > *,
  .url-form { width: 100%; min-width: 0; }
  .url-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; }
  .url-form input { width: 100%; }
  .shop-rating { flex-wrap: wrap; margin-top: 9px; }
  .rating-actions { margin-left: auto; }
}
@media (max-width:340px) {
  .submit-section { padding-inline: 10px; }
}

@media (max-width:620px) { .category span { display:inline; } }


.category svg { width:14px; height:14px; margin-right:5px; vertical-align:-2px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }


.shop-taxonomy { display:grid; gap:7px; margin-top:12px; }
.taxonomy-row { display:flex; align-items:flex-start; gap:8px; min-height:20px; }
.taxonomy-label { width:42px; flex:0 0 42px; padding-top:3px; color:#7a8491; font-size:.62rem; letter-spacing:.04em; }
.shop-category { border-radius:4px; background:#0b1b31; color:#fff; padding:3px 7px; font-size:.68rem; line-height:1.25; }
.taxonomy-tags .tags { min-height:20px; }
.tag-empty { color:#98a1ac; background:transparent; }

.rating-actions button.is-preview, .rating-actions button.is-active { color:#f0a648; }
.rating-actions button:disabled { color:#d2d7dd; }
.rating-actions button.is-active:disabled { color:#f0a648; }

.rating-summary { display:inline-flex; align-items:center; gap:5px; }
.average-stars { display:inline-flex; gap:1px; color:#d2d7dd; font-size:.82rem; letter-spacing:0; }
.average-stars .is-filled { color:#f0a648; }

.rated-note { color:#657080; font-size:.7rem; font-weight:700; }

.nav-current { color:var(--blue); border-bottom:2px solid var(--blue); padding-bottom:6px; }
.features-page { max-width:1180px; margin:0 auto; padding:clamp(58px,9vw,118px) clamp(24px,5vw,62px) 110px; }
.features-hero { max-width:760px; padding-bottom:clamp(52px,8vw,96px); }
.features-hero > p:first-child, .features-heading > p, .features-note > p:first-child { color:var(--blue); letter-spacing:.13em; font-size:.72rem; font-weight:700; margin:0 0 13px; }
.features-hero h1 { margin:0; font-size:clamp(3rem,6vw,6rem); line-height:1.02; letter-spacing:-.065em; }
.features-lead { max-width:510px; color:var(--muted); font-size:.95rem; line-height:1.9; margin:24px 0 0; }
.features-heading { margin-bottom:24px; }
.features-heading h2, .features-note h2 { margin:0; font-size:clamp(1.7rem,3vw,2.65rem); letter-spacing:-.045em; }
.popular-list { border-top:1px solid var(--line); }
.popular-card { display:grid; grid-template-columns:74px minmax(180px,300px) minmax(0,1fr) 48px; align-items:center; gap:clamp(18px,3vw,38px); padding:20px 0; border-bottom:1px solid var(--line); }
.popular-rank { font-family:var(--serif); font-size:clamp(2.6rem,5vw,4.8rem); color:var(--ink); letter-spacing:-.07em; }
.popular-card img { width:100%; aspect-ratio:1.35; object-fit:cover; border-radius:7px; background:#edf0f3; }
.popular-copy h2 { margin:0 0 8px; font-size:clamp(1.1rem,2vw,1.55rem); letter-spacing:-.03em; }
.popular-copy p { max-width:500px; margin:0 0 13px; color:#596474; font-size:.82rem; line-height:1.75; }
.popular-category, .popular-tag { display:inline-block; margin:0 5px 4px 0; font-size:.67rem; }
.popular-category { background:var(--ink); color:#fff; padding:3px 7px; border-radius:4px; }
.popular-tag { color:#657080; border:1px solid #dce0e5; padding:2px 7px; border-radius:4px; }
.popular-card > a { color:var(--blue); font-size:1.6rem; text-align:right; }
.features-empty { display:flex; align-items:center; gap:28px; border:1px solid var(--line); padding:clamp(30px,5vw,54px); }
.features-empty svg { width:54px; height:54px; flex:0 0 auto; fill:none; stroke:var(--blue); stroke-width:1.4; stroke-linecap:round; stroke-linejoin:round; }
.features-empty h2 { margin:0 0 8px; font-size:1.2rem; }
.features-empty p { color:var(--muted); font-size:.84rem; line-height:1.8; margin:0; }
.features-note { margin-top:clamp(70px,10vw,130px); padding-top:30px; border-top:1px solid var(--ink); max-width:720px; }
.features-note > p:last-child { color:var(--muted); font-size:.9rem; line-height:1.9; margin:18px 0 0; }
@media (max-width:700px) { .features-page { padding:58px 18px 72px; } .features-hero { padding-bottom:58px; } .popular-card { grid-template-columns:44px minmax(0,1fr) 26px; gap:13px; padding:14px 0; } .popular-card img { grid-column:2; grid-row:1; max-height:150px; } .popular-rank { grid-column:1; grid-row:1; font-size:2.25rem; } .popular-copy { grid-column:2; grid-row:2; } .popular-card > a { grid-column:3; grid-row:1 / span 2; } .popular-copy p { font-size:.74rem; } .features-empty { align-items:flex-start; gap:18px; padding:28px 20px; } .features-empty svg { width:40px; height:40px; } }

.article-index { max-width:1080px; margin:auto; padding:72px 32px 120px; } .article-index-head { padding:24px 0 70px; } .article-index-head>p:first-child,.article-meta { color:var(--blue); font-size:.72rem; font-weight:700; letter-spacing:.12em; } .article-index h1 { font-size:clamp(3.6rem,8vw,7rem); letter-spacing:-.07em; margin:10px 0 16px; } .article-index-head>p:last-child { color:#556071; line-height:1.9; margin:0; } .article-list { border-top:1px solid var(--line); } .lead-article { display:grid; grid-template-columns:minmax(280px,1fr) minmax(280px,1fr); gap:clamp(24px,6vw,72px); padding:32px 0; border-bottom:1px solid var(--line); } .lead-article img { width:100%; aspect-ratio:1.35; object-fit:cover; background:#edf0f3; border-radius:6px; } .lead-article h2 { font-size:clamp(1.8rem,3vw,3.1rem); letter-spacing:-.05em; line-height:1.2; margin:14px 0; } .article-excerpt { color:#596474; line-height:1.85; font-size:.86rem; } .lead-article span { display:inline-block; margin-top:18px; color:var(--blue); font-weight:700; font-size:.82rem; } .article-page { max-width:900px; margin:auto; padding:72px 32px 110px; } .article-page article>h1 { font-size:clamp(2.4rem,5vw,4.8rem); letter-spacing:-.065em; line-height:1.13; margin:15px 0; } .article-date { color:#77808e; font-size:.78rem; } .article-hero-image { display:block; width:100%; max-height:560px; object-fit:cover; margin:38px 0; background:#edf0f3; } .article-body { max-width:720px; margin:auto; font-size:.96rem; line-height:2.1; } .article-body h2 { border-top:1px solid var(--ink); padding-top:30px; margin-top:60px; font-size:1.6rem; letter-spacing:-.04em; } .article-shop { display:grid; grid-template-columns:190px 1fr 28px; gap:20px; align-items:center; border:1px solid var(--line); padding:14px; margin-top:20px; } .article-shop img { width:100%; aspect-ratio:1; object-fit:cover; background:#edf0f3; } .article-shop p { color:var(--blue); font-size:.69rem; font-weight:700; margin:0 0 5px; } .article-shop h3 { margin:0 0 6px; font-size:1.2rem; } .article-shop span { color:#596474; font-size:.78rem; line-height:1.7; } .article-shop b { color:var(--blue); font-size:1.25rem; } .article-empty { color:var(--muted); } .back-features { display:inline-block; margin-top:70px; color:var(--blue); font-size:.83rem; font-weight:700; } @media(max-width:620px){.article-index,.article-page{padding:54px 18px 72px}.article-index-head{padding-bottom:45px}.lead-article{grid-template-columns:1fr;gap:18px}.article-shop{grid-template-columns:100px 1fr 18px;gap:12px;padding:10px}.article-shop h3{font-size:1rem}.article-shop span{font-size:.7rem}.article-hero-image{margin:28px 0}.article-body{font-size:.9rem;line-height:2}.article-body h2{margin-top:42px}}

/* Feature article density: aligned to the approved editorial concept. */
.article-index { max-width:1000px; padding:52px 28px 88px; }
.article-index-head { padding:8px 0 46px; }
.article-index h1 { font-size:clamp(3rem,5vw,4.8rem); margin:8px 0 12px; }
.article-index-head>p:last-child { font-size:.88rem; }
.lead-article { grid-template-columns:285px minmax(0,1fr); gap:32px; padding:20px 0; }
.lead-article img { aspect-ratio:1.42; }
.lead-article h2 { font-size:clamp(1.45rem,2.3vw,2.15rem); margin:8px 0; }
.article-excerpt { font-size:.8rem; line-height:1.7; margin:0; }
.lead-article span { margin-top:12px; font-size:.76rem; }
.article-page { max-width:820px; padding:56px 28px 88px; }
.article-page article>h1 { font-size:clamp(2.15rem,4vw,3.6rem); margin:10px 0; }
.article-hero-image { max-height:460px; margin:28px 0; }
.article-body { max-width:660px; font-size:.9rem; line-height:1.95; }
.article-body h2 { margin-top:42px; padding-top:22px; font-size:1.4rem; }
.article-shop { grid-template-columns:160px 1fr 22px; gap:16px; padding:12px; margin-top:14px; }
.back-features { margin-top:48px; }
@media(max-width:620px){.article-index,.article-page{padding:42px 18px 64px}.article-index-head{padding-bottom:32px}.article-index h1{font-size:3.25rem}.lead-article{grid-template-columns:132px 1fr;gap:14px;padding:14px 0}.lead-article img{grid-row:1/5;height:100%;min-height:140px}.lead-article h2{font-size:1.18rem}.article-excerpt{font-size:.73rem;line-height:1.6}.lead-article span{margin-top:7px}.article-page article>h1{font-size:2.1rem}.article-shop{grid-template-columns:86px 1fr 16px;gap:10px}.article-hero-image{margin:22px 0}}
/* Editorial feature index: compact magazine rows, not oversized cards. */
.article-index { max-width: 940px; padding: 46px 28px 82px; }
.article-index-head { padding: 4px 0 34px; }
.article-index h1 { font-size: clamp(2.8rem, 4.6vw, 4.35rem); line-height: 1; margin: 6px 0 0; }
.article-list { border-top-color: #bec4cc; }
.lead-article { grid-template-columns: 258px minmax(0, 1fr); gap: 28px; padding: 18px 0; align-items: center; }
.lead-article img { aspect-ratio: 1.38; border-radius: 0; }
.article-meta { color: #4f5b6c; font-size: .65rem; letter-spacing: .1em; }
.lead-article h2 { max-width: 560px; font-size: clamp(1.3rem, 2.05vw, 1.95rem); line-height: 1.3; margin: 6px 0; }
.article-excerpt { max-width: 520px; color: #657080; font-size: .77rem; line-height: 1.72; }
.lead-article span { margin-top: 10px; font-size: .72rem; }
@media (max-width: 620px) {
  .article-index { padding: 36px 18px 60px; }
  .article-index-head { padding-bottom: 25px; }
  .article-index h1 { font-size: 2.9rem; }
  .lead-article { grid-template-columns: 118px minmax(0, 1fr); gap: 13px; padding: 13px 0; }
  .lead-article img { min-height: 122px; }
  .lead-article h2 { font-size: 1.05rem; line-height: 1.35; }
  .article-excerpt { font-size: .7rem; line-height: 1.55; }
  .lead-article span { margin-top: 5px; font-size: .67rem; }
}
.article-archive-link, .article-more { display: block; width: fit-content; margin: 30px auto 0; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 6px; background: transparent; color: var(--ink); font: 700 .78rem var(--sans); cursor: pointer; }
.article-archive-link:hover, .article-more:hover { color: var(--blue); border-color: var(--blue); }
.lead-article-text { grid-template-columns: minmax(0, 620px); }
.lead-article-text > div { padding: 4px 0; }
.article-inline-link { display: inline-block; color: var(--blue); border-bottom: 1px solid currentColor; padding-bottom: 4px; font-weight: 700; font-size: .84rem; }
/* Article detail: editorial photograph first, then a disciplined reading column. */
.article-page { max-width: 1120px; padding: 42px 28px 96px; }
.article-page article > .article-meta, .article-page article > h1, .article-page article > .article-date, .article-page article > .article-deck { display: block; max-width: 720px; margin-left: auto; margin-right: auto; }
.article-page article > .article-meta { margin-top: 12px; margin-bottom: 12px; color: var(--blue); }
.article-page article > h1 { font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.65rem); line-height: 1.08; letter-spacing: -.035em; margin-top: 0; margin-bottom: 12px; }
.article-deck { color: #35445a; font-size: 1rem; line-height: 1.85; margin-top: 0; margin-bottom: 10px; }
.article-page article > .article-date { color: #687383; font-size: .73rem; letter-spacing: .03em; }
.article-hero-image { width: min(100%, 1000px); max-height: none; aspect-ratio: 2.12; object-fit: cover; margin: 24px auto 36px; }
.article-body { max-width: 650px; color: #202d3f; font-family: Georgia, 'Noto Serif JP', serif; font-size: .95rem; line-height: 2.04; }
.article-body p { margin: 0 0 23px; }
.article-body h2 { border-top: 0; border-left: 2px solid var(--blue); padding: 2px 0 2px 17px; margin: 48px 0 22px; color: var(--ink); font-family: var(--serif); font-size: 1.65rem; line-height: 1.35; }
.article-inline-link { margin-top: 8px; color: var(--blue); font-family: var(--sans); }
@media (max-width: 620px) { .article-page { padding: 30px 18px 64px; } .article-page article > h1 { font-size: 2.2rem; } .article-deck { font-size: .88rem; } .article-hero-image { width: 100%; aspect-ratio: 1.45; margin: 20px 0 28px; } .article-body { font-size: .88rem; line-height: 1.95; } .article-body h2 { margin-top: 38px; font-size: 1.35rem; padding-left: 13px; } }
/* Match the approved article-detail concept: wide image first, then a single reading column. */
.article-page { max-width: 1440px; padding: 0 clamp(18px, 6.5vw, 100px) 96px; }
.article-page article { display: flex; flex-direction: column; }
.article-page article > .article-hero-image { order: 1; width: 100%; max-width: none; aspect-ratio: 3.05; margin: 0 0 30px; object-position: center 58%; }
.article-page article > .article-meta { order: 2; max-width: 720px; width: 100%; margin: 0 auto 10px; }
.article-page article > h1 { order: 3; max-width: 720px; width: 100%; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.85rem); line-height: 1.14; letter-spacing: -.025em; margin: 0 auto 9px; }
.article-page article > .article-deck { order: 4; max-width: 720px; width: 100%; margin: 0 auto 9px; font-size: .92rem; line-height: 1.8; }
.article-page article > .article-date { order: 5; max-width: 720px; width: 100%; margin: 0 auto 26px; }
.article-page article > .article-body { order: 6; max-width: 650px; width: 100%; margin: 0 auto; }
.article-body h2 { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; margin: 42px 0 18px; font-family: var(--serif); font-size: 1.45rem; line-height: 1.4; }
.article-body p { margin-bottom: 20px; }
.back-features { align-self: center; margin-top: 56px; }
@media (max-width: 620px) {
  .article-page { padding: 0 18px 64px; }
  .article-page article > .article-hero-image { aspect-ratio: 1.5; margin-bottom: 22px; object-position: center; }
  .article-page article > h1 { font-size: 2rem; }
  .article-page article > .article-deck { font-size: .86rem; }
  .article-page article > .article-date { margin-bottom: 22px; }
  .article-body h2 { padding-top: 20px; margin-top: 36px; font-size: 1.3rem; }
}
/* Exact article-detail proportions from the approved concept. */
.article-page { max-width: 1536px; padding: 0 6.5vw 92px; }
.article-page article > .article-hero-image { aspect-ratio: 4.55; margin: 0 0 28px; object-position: center 60%; }
.article-page article > .article-meta, .article-page article > h1, .article-page article > .article-deck, .article-page article > .article-date { max-width: 500px; }
.article-page article > .article-meta { margin-bottom: 8px; font-size: .66rem; }
.article-page article > h1 { font-size: clamp(1.8rem, 2.3vw, 2.25rem); line-height: 1.22; margin-bottom: 7px; letter-spacing: -.015em; }
.article-page article > .article-deck { font-size: .82rem; line-height: 1.7; margin-bottom: 8px; }
.article-page article > .article-date { margin-bottom: 20px; font-size: .68rem; }
.article-page article > .article-body { max-width: 500px; font-size: .82rem; line-height: 1.9; }
.article-body p { margin-bottom: 17px; }
.article-body h2 { padding-top: 20px; margin: 35px 0 16px; font-size: 1.18rem; line-height: 1.45; }
.back-features { margin-top: 44px; font-size: .75rem; }
@media (max-width: 620px) { .article-page { padding: 0 18px 58px; } .article-page article > .article-hero-image { aspect-ratio: 1.55; margin-bottom: 20px; } .article-page article > .article-meta, .article-page article > h1, .article-page article > .article-deck, .article-page article > .article-date, .article-page article > .article-body { max-width: none; } .article-page article > h1 { font-size: 1.8rem; } .article-page article > .article-body { font-size: .86rem; } }
/* Restore the accepted original detail layout: title, large hero, editorial body. */
.article-page { max-width: 820px; padding: 56px 28px 88px; }
.article-page article { display: block; }
.article-page article > .article-meta, .article-page article > h1, .article-page article > .article-deck, .article-page article > .article-date { max-width: none; width: auto; margin-left: 0; margin-right: 0; }
.article-page article > .article-meta { margin: 0 0 10px; }
.article-page article > h1 { font-family: var(--sans); font-size: clamp(2.15rem, 4vw, 3.6rem); line-height: 1.13; letter-spacing: -.065em; margin: 10px 0 9px; }
.article-page article > .article-deck { color: #596474; font-size: .9rem; line-height: 1.85; margin: 0 0 9px; }
.article-page article > .article-date { margin: 0; }
.article-page article > .article-hero-image { display: block; width: 100%; max-width: none; height: auto; max-height: 460px; aspect-ratio: 1.58; object-fit: cover; margin: 28px 0; object-position: center; }
.article-page article > .article-body { max-width: 660px; width: auto; margin: 0 auto; font-family: var(--sans); font-size: .9rem; line-height: 1.95; }
.article-body h2 { border-top: 1px solid var(--ink); border-left: 0; padding: 22px 0 0; margin: 42px 0 18px; font-family: var(--sans); font-size: 1.4rem; }
.back-features { display: inline-block; margin-top: 48px; }
@media (max-width: 620px) { .article-page { padding: 42px 18px 64px; } .article-page article > h1 { font-size: 2.1rem; } .article-page article > .article-hero-image { aspect-ratio: 1.4; margin: 22px 0; } .article-page article > .article-body { font-size: .9rem; line-height: 2; } }
/* Reading rhythm: a contained image, larger prose, and editorial pauses. */
.article-page article > .article-hero-image { width: min(100%, 700px); max-height: 360px; aspect-ratio: 1.75; margin: 30px auto 38px; }
.article-page article > .article-body { max-width: 640px; font-size: 1rem; line-height: 2.02; }
.article-body p { margin-bottom: 25px; }
.article-body > p:first-child { color: #17283e; font-size: 1.14rem; line-height: 1.95; margin-bottom: 34px; }
.article-body { counter-reset: section; }
.article-body h2 { position: relative; padding: 25px 0 0 52px; margin: 52px 0 22px; font-size: 1.55rem; }
.article-body h2::before { counter-increment: section; content: '0' counter(section); position: absolute; top: 28px; left: 0; color: var(--blue); font-size: .72rem; letter-spacing: .1em; font-family: var(--sans); }
.article-guide { margin: 44px 0 46px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 16px 0 13px; font-family: var(--sans); }
.article-guide > p { margin: 0 0 11px; color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.article-guide > div { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.article-guide a { display: flex; justify-content: space-between; align-items: center; color: var(--ink); font-size: .84rem; font-weight: 700; }
.article-guide a:hover { color: var(--blue); }
.article-guide b { color: var(--blue); font-size: 1.1rem; }
@media (max-width: 620px) { .article-page article > .article-hero-image { width: 100%; max-height: none; aspect-ratio: 1.4; margin: 24px 0 30px; } .article-page article > .article-body { font-size: .94rem; } .article-body > p:first-child { font-size: 1.04rem; } .article-body h2 { padding-left: 43px; font-size: 1.35rem; margin-top: 42px; } .article-guide { margin: 36px 0; } .article-guide > div { grid-template-columns: 1fr; gap: 11px; } }
/* Final balanced article column. Every reading element shares one deliberate measure. */
.article-page { max-width: 760px; padding: 48px 28px 92px; }
.article-page article > .article-meta,
.article-page article > h1,
.article-page article > .article-deck,
.article-page article > .article-date,
.article-page article > .article-hero-image,
.article-page article > .article-body { width: 100%; max-width: 640px; margin-left: auto; margin-right: auto; }
.article-page article > .article-meta { margin-top: 0; margin-bottom: 9px; font-size: .68rem; }
.article-page article > h1 { font-size: clamp(2.15rem, 4.1vw, 2.7rem); line-height: 1.16; margin-top: 0; margin-bottom: 10px; }
.article-page article > .article-deck { font-size: .95rem; line-height: 1.78; margin-top: 0; margin-bottom: 10px; }
.article-page article > .article-date { font-size: .72rem; margin-bottom: 25px; }
.article-page article > .article-hero-image { display: block; height: auto; max-height: 370px; aspect-ratio: 1.72; object-fit: cover; margin-top: 0; margin-bottom: 40px; }
.article-page article > .article-body { color: #263549; font-size: 1rem; line-height: 2; }
.article-body p { margin: 0 0 24px; }
.article-body > p:first-child { color: var(--ink); font-size: 1.12rem; line-height: 1.9; margin-bottom: 34px; }
.article-body h2 { padding: 22px 0 0 45px; margin: 46px 0 19px; font-size: 1.45rem; line-height: 1.4; }
.article-body h2::before { top: 27px; font-size: .68rem; }
.article-guide { margin: 38px 0 42px; padding: 15px 0 14px; }
.article-guide > p { margin-bottom: 10px; }
.article-guide > div { gap: 28px; }
.article-guide a { font-size: .86rem; }
.back-features { margin: 52px 60px 0; }
@media (max-width: 620px) {
  .article-page { max-width: none; padding: 34px 18px 64px; }
  .article-page article > h1 { font-size: 2rem; }
  .article-page article > .article-deck { font-size: .9rem; }
  .article-page article > .article-hero-image { max-height: none; aspect-ratio: 1.42; margin-bottom: 30px; }
  .article-page article > .article-body { font-size: .95rem; line-height: 1.95; }
  .article-body > p:first-child { font-size: 1.04rem; }
  .article-body h2 { padding-left: 40px; margin-top: 39px; font-size: 1.34rem; }
  .article-guide > div { gap: 12px; }
  .back-features { margin: 42px 0 0; }
}
.article-pullquote { margin: 36px 0 42px !important; padding: 19px 0 19px 22px; border-left: 3px solid var(--blue); color: var(--ink); font-family: var(--serif); font-size: 1.32rem; line-height: 1.65; }
@media (max-width: 620px) { .article-pullquote { margin: 30px 0 34px !important; padding-left: 16px; font-size: 1.14rem; } }

/* Keep keyboard focus visible even though the inner fields have no native outline. */
.search-form:focus-within,
.url-form:focus-within {
  outline: 3px solid rgba(53, 101, 214, .28);
  outline-offset: 3px;
}

/* The compact header hides secondary links; footer legal links remain available. */
@media (max-width: 620px) {
  footer .footer-links a:not(.nav-submit) {
    display: inline;
  }
}

/* Crawlable category directory pages */
.category-page { max-width: 1600px; margin: 0 auto; padding: 0 clamp(24px, 4vw, 62px) 96px; }
.category-page .breadcrumbs { margin: 24px 0 0; }
.category-hero { max-width: 920px; padding: clamp(54px, 8vw, 104px) 0 46px; }
.category-hero > p:first-child,
.category-faq > p:first-child { margin: 0 0 14px; color: var(--blue); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.category-hero h1 { margin: 0; font-size: clamp(2.6rem, 5.5vw, 5.7rem); line-height: 1.04; letter-spacing: -.06em; }
.category-intro { max-width: 720px; margin: 28px 0 0; color: #344156; font-size: clamp(.96rem, 1.3vw, 1.12rem); line-height: 2; }
.category-page-nav { justify-content: flex-start; gap: 8px; padding: 0 0 52px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.category-page-nav .category { display: inline-flex; align-items: center; }
.category-shop-section { padding: 54px 0 84px; }
.category-shop-section .section-heading span { color: var(--muted); font-size: .82rem; }
.category-page .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-image-placeholder { background: linear-gradient(135deg, #e8e3d8, #f4f1ea); }
.category-empty { padding: 54px 24px; border: 1px solid var(--line); text-align: center; background: #fff; }
.category-empty p { margin: 0 0 18px; }
.category-empty a,
.category-cta a { color: var(--blue); font-weight: 700; }
.category-faq { max-width: 900px; padding: 64px 0; border-top: 1px solid var(--line); }
.category-faq h2 { margin: 0 0 28px; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.04em; }
.category-faq details { border-top: 1px solid var(--line); }
.category-faq details:last-child { border-bottom: 1px solid var(--line); }
.category-faq summary { padding: 20px 34px 20px 0; cursor: pointer; font-weight: 700; list-style-position: inside; }
.category-faq details p { margin: 0; padding: 0 0 22px 24px; color: #455166; line-height: 1.8; }
.category-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 24px; padding: 28px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.category-cta p { max-width: 720px; margin: 0; line-height: 1.8; }
.category-cta a { white-space: nowrap; }

@media (max-width: 900px) {
  .category-page .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .category-page { padding: 0 16px 64px; }
  .category-page .breadcrumbs { margin-top: 18px; }
  .category-hero { padding: 42px 0 32px; }
  .category-hero h1 { font-size: 2.45rem; }
  .category-intro { margin-top: 20px; font-size: .92rem; line-height: 1.85; }
  .category-page-nav { display: flex; padding-bottom: 34px; overflow: visible; }
  .category-page-nav .category { font-size: .7rem; padding: 8px 10px; }
  .category-shop-section { padding: 38px 0 58px; }
  .category-page .shop-grid { grid-template-columns: 1fr; }
  .category-page .shop-card { grid-template-columns: 42% 58%; }
  .category-faq { padding: 48px 0; }
  .category-faq summary { font-size: .9rem; }
  .category-faq details p { padding-left: 0; font-size: .86rem; }
  .category-cta { display: block; }
  .category-cta a { display: inline-block; margin-top: 18px; }
}