/* Editorial information pages share the selected storefront's color tokens. */
.info-page {
  --info-muted: color-mix(in srgb, var(--ink) 72%, var(--surface));
  padding-bottom: 82px;
}
.info-hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: end;
  gap: 70px;
  padding: 46px 0 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--line);
}
.info-hero .eyebrow { margin-bottom: 18px; }
.info-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 4.3vw, 62px);
  letter-spacing: -.055em;
  font-weight: 500;
  line-height: 1.18;
}
.info-hero-description { margin: 0; font-size: 15px; color: var(--info-muted); }
.info-hero-note { display: flex; flex-direction: column; align-items: flex-start; padding: 0 0 3px 42px; border-left: 1px solid var(--line); }
.info-kicker { font-size: 10px; font-weight: 600; letter-spacing: .16em; line-height: 1.6; color: var(--accent); }
.info-identity { font-size: 24px; font-weight: 500; letter-spacing: -.045em; margin-top: 14px; overflow-wrap: anywhere; }
.info-note-rule { display: block; width: 40px; height: 2px; background: var(--accent); margin-top: 25px; }
.info-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 64px; align-items: start; }
.info-sidebar { position: sticky; top: 126px; padding-top: 8px; }
.info-toc > .info-kicker { margin-bottom: 22px; }
.info-toc > a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.info-toc > a:first-of-type { border-top: 1px solid var(--line); }
.info-toc > a > span { display: flex; gap: 12px; align-items: baseline; }
.info-toc small { font-size: 10px; color: var(--info-muted); font-variant-numeric: tabular-nums; }
.info-toc svg { color: var(--accent); width: 13px; transition: transform .2s ease; }
.info-toc > a:hover { color: var(--accent); }
.info-toc > a:hover svg { transform: translateX(3px); }
.info-related-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 24px; font-size: 11px; color: var(--info-muted); }
.info-related-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.info-main { min-width: 0; }
.info-section { scroll-margin-top: 130px; margin-bottom: 48px; }
.info-section:last-child { margin-bottom: 0; }
.info-section-heading { margin-bottom: 26px; }
.info-section-heading .info-kicker { display: block; margin-bottom: 12px; }
.info-section-heading h2 { font-size: 26px; line-height: 1.4; font-weight: 500; letter-spacing: -.04em; }
.info-prose { max-width: 78ch; color: var(--ink); }
.info-paragraph { white-space: pre-line; font-size: 14px; line-height: 2; margin-bottom: 22px; word-break: normal; overflow-wrap: anywhere; }
.info-paragraph:last-child { margin-bottom: 0; }
.info-list { padding-left: 21px; margin: 22px 0; font-size: 14px; line-height: 1.95; }
.info-list li { padding-left: 5px; margin-bottom: 10px; white-space: pre-line; overflow-wrap: anywhere; }
.info-list li::marker { color: var(--accent); font-size: 10px; }
.info-subheading { margin: 30px 0 16px; font-size: 16px; font-weight: 600; }
.info-subheading:first-child { margin-top: 0; }
.info-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; padding: 0; margin: 22px 0 28px; gap: 10px; }
.info-steps li { padding: 16px 19px; background: var(--soft); border-radius: 4px; font-size: 12px; line-height: 1.8; overflow-wrap: anywhere; }
.company-narrative { padding: 8px 0 36px; border-bottom: 1px solid var(--line); }
.company-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 4px 32px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: min(var(--radius), 16px);
}
.company-facts > div { padding: 24px 24px 24px 0; border-bottom: 1px solid var(--line); min-width: 0; }
.company-facts > div:nth-child(even) { padding-left: 28px; padding-right: 0; }
.company-facts > div:nth-last-child(-n+2) { border-bottom: 0; }
.company-facts dt { font-size: 11px; color: var(--info-muted); margin-bottom: 9px; }
.company-facts dd { margin: 0; white-space: pre-line; font-size: 14px; line-height: 1.85; overflow-wrap: anywhere; }
.company-image-stack { border: 1px solid var(--line); overflow: hidden; border-radius: min(var(--radius), 16px); }
.company-image-stack img { display: block; width: 100%; height: auto; margin: 0; }
.info-service-note { display: flex; gap: 16px; align-items: flex-start; padding: 23px 28px; border-left: 3px solid var(--accent); background: var(--soft); margin: -18px 0 48px; }
.info-service-note > svg { color: var(--accent); margin-top: 2px; }
.info-service-note strong { display: block; font-size: 13px; font-weight: 600; }
.info-service-note p { font-size: 12px; color: var(--info-muted); line-height: 1.85; margin: 5px 0 0; }
.guide-section { padding: 32px 36px 36px; border: 1px solid var(--line); border-radius: min(var(--radius), 16px); background: var(--surface); margin-bottom: 24px; }
.guide-section .info-section-heading { display: flex; gap: 17px; align-items: baseline; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.guide-section .info-section-heading h2 { font-size: 23px; }
.info-section-number { color: var(--accent); font-size: 12px; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.info-empty { padding: 56px 28px 64px; text-align: center; background: var(--soft); border-radius: var(--radius); }
.info-empty h2 { font-size: 25px; margin-bottom: 16px; }
.info-empty > p:not(.info-kicker) { color: var(--info-muted); font-size: 14px; }
.info-empty .text-link { margin-top: 12px; }
.info-bottom-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 65px; padding-top: 25px; border-top: 1px solid var(--line); }
.info-bottom-link > span { font-size: 11px; letter-spacing: .04em; color: var(--info-muted); }
.brand-story.company-preview { display: grid; grid-template-columns: 165px minmax(0, 1fr) auto; gap: 36px; padding-top: 44px; padding-bottom: 44px; }
.company-preview-label { color: var(--accent); }
.company-preview-label .eyebrow { font-size: 10px; margin-bottom: 24px; }
.company-preview-label > span { display: block; }
.company-preview .company-preview-copy h2 { font-size: 28px; margin-bottom: 14px; }
.company-preview .company-preview-copy p { max-width: 580px; font-size: 13px; line-height: 1.95; color: var(--ink); }
.company-preview > .button { margin-left: 0; min-height: 48px; white-space: nowrap; font-size: 12px; gap: 20px; }
.footer-top { display: grid; grid-template-columns: minmax(160px, .8fr) minmax(220px, 1fr) minmax(240px, 1fr); gap: 52px; }
.footer-top:not(:has(.footer-company)) { grid-template-columns: 1fr 1fr; }
.footer-company > .info-kicker { margin: 0 0 13px; color: inherit; letter-spacing: .04em; }
.footer-company > p:not(.info-kicker) { max-width: 340px; margin: 0 0 14px; font-size: 12px; line-height: 1.95; color: inherit; opacity: .85; }
.footer-company .text-link { font-size: 11px; }
.footer-nav { gap: 15px 24px; line-height: 1.9; }
.theme-beauty .info-hero h1 { font-family: Georgia, "Malgun Gothic", serif; font-weight: 400; }
.theme-beauty .info-hero-note { border-left: 0; border-radius: 80px 80px 0 0; background: var(--soft); padding: 38px 36px 28px; align-items: center; text-align: center; }
.theme-beauty .info-identity { font-size: 24px; }
.theme-beauty .info-note-rule { width: 28px; margin-top: 20px; }
.theme-luxury .info-service-note { border-color: var(--accent); }
.theme-outdoor .footer-company > .info-kicker { color: inherit; }
@media (max-width: 1050px) {
  .info-layout { grid-template-columns: 185px minmax(0, 1fr); gap: 36px; }
  .info-hero { gap: 40px; }
  .company-facts { padding: 2px 24px; }
  .company-facts > div:nth-child(even) { padding-left: 18px; }
  .guide-section { padding: 27px; }
  .brand-story.company-preview { grid-template-columns: 1fr auto; gap: 24px; }
  .company-preview-label { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; }
  .company-preview-label .eyebrow { margin-bottom: 0; }
  .company-preview-label svg { width: 27px; height: 27px; }
  .footer-top { grid-template-columns: minmax(140px, 1fr) minmax(200px, 1fr); gap: 28px 48px; }
  .footer-nav { grid-column: 1 / -1; justify-content: flex-start; }
}
@media (max-width: 760px) {
  .info-page { padding-bottom: 50px; }
  .info-hero { padding: 25px 0 35px; gap: 30px; margin-bottom: 30px; }
  .info-hero h1 { font-size: 40px; margin-bottom: 17px; }
  .info-hero .eyebrow { font-size: 9px; }
  .info-hero-description { font-size: 13px; }
  .info-hero-note { padding-left: 25px; }
  .info-identity { font-size: 19px; }
  .theme-beauty .info-hero-note { border-radius: 60px 60px 0 0; padding: 28px 20px 23px; }
  .theme-beauty .info-identity { font-size: 19px; }
  .info-layout { grid-template-columns: 1fr; gap: 30px; }
  .info-sidebar { position: static; padding: 0; }
  .info-toc { display: flex; gap: 8px; flex-wrap: wrap; }
  .info-toc > .info-kicker { flex-basis: 100%; margin-bottom: 6px; }
  .info-toc > a, .info-toc > a:first-of-type { padding: 9px 13px; border: 1px solid var(--line); border-radius: 3px; font-size: 11px; background: var(--surface); }
  .info-toc > a > span { gap: 7px; }
  .info-toc > a > svg { display: none; }
  .info-related-link { display: none; }
  .info-section { scroll-margin-top: 100px; margin-bottom: 30px; }
  .info-section-heading { margin-bottom: 20px; }
  .info-section-heading h2 { font-size: 23px; }
  .guide-section .info-section-heading h2 { font-size: 21px; }
  .info-service-note { padding: 20px; margin: 0 0 30px; gap: 12px; }
  .info-bottom-link { margin-top: 42px; }
  .brand-story.company-preview { padding: 28px; }
  .company-preview .company-preview-copy h2 { font-size: 24px; }
}
@media (max-width: 480px) {
  .info-hero { grid-template-columns: 1fr; gap: 25px; }
  .info-hero-note, .theme-beauty .info-hero-note { flex-direction: row; justify-content: space-between; align-items: center; border-radius: 0; border-left: 0; padding: 18px 0 0; border-top: 1px solid var(--line); background: transparent; gap: 18px; text-align: left; }
  .info-hero-note .info-kicker { font-size: 8px; max-width: 110px; }
  .info-identity, .theme-beauty .info-identity { margin: 0; font-size: 18px; }
  .info-note-rule { display: none; }
  .company-facts { grid-template-columns: 1fr; padding: 0 21px; }
  .company-facts > div, .company-facts > div:nth-child(even) { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 14px; padding: 18px 0; }
  .company-facts > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .company-facts > div:last-child { border-bottom: 0; }
  .company-facts dt { margin: 2px 0 0; line-height: 1.7; }
  .company-facts dd { font-size: 12px; line-height: 1.9; }
  .guide-section { padding: 23px 20px; }
  .guide-section .info-section-heading { padding-bottom: 18px; gap: 12px; }
  .info-paragraph, .info-list { font-size: 13px; line-height: 1.95; }
  .info-steps { grid-template-columns: 1fr; gap: 7px; }
  .info-steps li { padding: 13px 15px; }
  .info-service-note > svg { width: 17px; }
  .info-service-note strong { font-size: 12px; }
  .info-service-note p { font-size: 11px; }
  .brand-story.company-preview { grid-template-columns: 1fr; gap: 20px; padding: 25px; }
  .company-preview > .button { justify-self: start; width: auto; margin: 2px 0 0; }
  .company-preview .company-preview-copy p { font-size: 12px; }
  .footer-top, .footer-top:not(:has(.footer-company)) { grid-template-columns: 1fr; gap: 27px; }
  .footer-company { padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .footer-company > p:not(.info-kicker) { max-width: none; }
  .footer-nav { gap: 11px 20px; }
}
