body {
  line-height: 1.65;
  padding-bottom: env(safe-area-inset-bottom);
}

.site-header {
  align-items: center;
  flex-direction: row;
  gap: 10px;
  padding: 8px 12px;
}

.brand {
  min-width: 0;
  gap: 7px;
  font-size: 15px;
  line-height: 1.2;
}

.brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.header-nav {
  width: auto;
  margin-left: auto;
  gap: 2px;
  overflow: visible;
  padding: 0;
  font-size: 11px;
}

.header-nav a {
  display: none;
  padding: 7px 8px;
}

.header-nav a:first-child {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  background: #ffe8d8;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 22px 16px 28px;
}

.hero-copy {
  display: contents;
}

.hero-visual {
  order: -1;
  width: min(76vw, 300px);
}

.hero-visual::before {
  inset: 10% -3% -3% 4%;
  border-width: 2px;
  border-radius: 22px;
}

.hero-visual img {
  border-width: 2px;
  border-radius: 18px;
}

.eyebrow {
  margin-bottom: 4px;
  font-size: 12px;
}

.hero h1 {
  font-size: 30px;
  line-height: 1.3;
}

.hero h1 span {
  white-space: normal;
}

h1 { font-size: 34px; }
h2 { font-size: 27px; }
h3 { font-size: 21px; }

.lead {
  margin-top: 14px;
  font-size: 15px;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
}

.button {
  min-width: 0;
  min-height: 48px;
  padding: 10px 12px;
  font-size: 14px;
  text-align: center;
}

.notice {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
  margin: 0 16px;
  padding: 11px 13px;
  font-size: 12px;
}

.section,
.split-section {
  padding: 48px 16px 0;
}

.intro,
.section-head,
.guide { gap: 14px; }

.section-head { margin-bottom: 22px; }
.section-head > p { font-size: 14px; }
.link-grid { grid-template-columns: repeat(2, 1fr); }

.shop-card {
  gap: 15px;
  padding: 12px;
  box-shadow: 4px 5px 0 rgba(56, 37, 29, 0.86);
}

.photo,
.shop-photo {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

.shop-photo { object-position: center 58%; }
.placeholder { font-size: 24px; }

.tags {
  gap: 6px;
  margin-bottom: 9px;
}

.tags span {
  padding: 4px 7px;
  font-size: 11px;
}

.shop-body p {
  margin-top: 9px;
  font-size: 14px;
}

dl { font-size: 14px; }

dl div {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 7px;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 15px;
}

.card-actions a {
  min-width: 0;
  min-height: 46px;
  padding: 8px;
  font-size: 13px;
  text-align: center;
}

.rank {
  top: -9px;
  left: -8px;
  width: 44px;
  height: 44px;
  font-size: 22px;
}

.panel,
.legal-grid article,
.legal-page article,
.article-main,
.shop-info { padding: 18px; }

.guide { display: none; }
.site-footer { padding: 52px 16px 28px; }

.shop-hero,
.sub-hero,
.legal-page,
.article-layout { padding: 36px 16px 0; }

.shop-hero { gap: 20px; }

.shop-hero .shop-photo {
  order: -1;
  aspect-ratio: 4 / 3;
}

.shop-hero h1 { font-size: 34px; }

.article-main h2,
.shop-info h2,
.legal-page h2 { font-size: 24px; }
