/* =========================================================
   Meishi.co.jp
   Premium Japanese Business Culture Magazine
   site.css
   ========================================================= */

:root {
  --ink: #17130f;
  --ink-soft: #3f362f;
  --muted: #74695f;
  --paper: #f7f1e8;
  --paper-soft: #fbf8f2;
  --card: #fffdf8;
  --line: rgba(38, 28, 18, 0.14);
  --line-strong: rgba(38, 28, 18, 0.28);

  --gold: #b08a45;
  --gold-soft: #dfc895;
  --red: #9d1f1f;
  --red-dark: #6f1111;
  --charcoal: #211b18;

  --shadow: 0 22px 60px rgba(38, 28, 18, 0.14);
  --shadow-soft: 0 14px 36px rgba(38, 28, 18, 0.10);

  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;

  --max: 1180px;
  --jp-serif: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", "Times New Roman", serif;
  --jp-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
}

/* =========================================================
   Reset / Base
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(176, 138, 69, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbf7ef 0%, var(--paper) 42%, #f2eadf 100%);
  font-family: var(--jp-sans);
  line-height: 1.85;
  letter-spacing: 0.035em;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1.25rem;
}

strong {
  font-weight: 800;
  color: var(--ink);
}

::selection {
  background: rgba(157, 31, 31, 0.18);
}

/* =========================================================
   Layout helpers
   ========================================================= */

.container,
.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: 86px 0;
}

.section.tight {
  padding: 54px 0;
}

.section-title {
  margin: 0 0 18px;
  font-family: var(--jp-serif);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
}

.section-kicker,
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-kicker::before,
.kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.lead {
  color: var(--ink-soft);
  font-family: var(--jp-serif);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  line-height: 2.05;
}

.muted {
  color: var(--muted);
}

.center {
  text-align: center;
}

.gold-rule {
  width: 100%;
  height: 1px;
  margin: 38px 0;
  background: linear-gradient(90deg, transparent, rgba(176, 138, 69, 0.65), transparent);
}

/* =========================================================
   Header / Navigation
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 242, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.navbar {
  width: min(1320px, calc(100% - 34px));
  min-height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: var(--jp-serif);
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, var(--red), var(--red-dark)),
    var(--red);
  box-shadow: 0 10px 28px rgba(157, 31, 31, 0.23);
}

.brand-name {
  font-size: 1.18rem;
}

.brand-sub {
  display: block;
  margin-top: -4px;
  color: var(--muted);
  font-family: var(--jp-sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--red-dark);
  background: rgba(157, 31, 31, 0.08);
  outline: none;
}

.nav-cta {
  color: #fff !important;
  background: var(--charcoal);
  box-shadow: 0 10px 24px rgba(33, 27, 24, 0.14);
}

.nav-cta:hover {
  background: var(--red-dark) !important;
}

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  min-height: 76vh;
  display: grid;
  align-items: stretch;
  isolation: isolate;
  overflow: hidden;
  background: var(--charcoal);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(90deg, rgba(20, 14, 10, 0.88) 0%, rgba(20, 14, 10, 0.68) 38%, rgba(20, 14, 10, 0.20) 72%),
    var(--hero-image, url("https://meishi.co.jp/images/meishi-home-hero-business-card-exchange-japan-two-hands-tokyo-meeting.jpg"));
  background-size: cover;
  background-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 22% 20%, rgba(176, 138, 69, 0.26), transparent 28rem),
    linear-gradient(180deg, transparent 68%, rgba(247, 241, 232, 0.94) 100%);
}

.hero-inner {
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
  padding: 120px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 720px) 1fr;
  gap: 44px;
  align-items: center;
}

.hero-card {
  max-width: 760px;
  padding: clamp(28px, 4vw, 54px);
  color: #fff;
  background: rgba(20, 14, 10, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-xl);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

.hero h1 {
  margin: 0 0 22px;
  font-family: var(--jp-serif);
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: 1.02;
  letter-spacing: 0.01em;
}

.hero p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.90);
  font-family: var(--jp-serif);
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
  line-height: 2.05;
}

.hero-actions,
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.06em;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 16px 36px rgba(157, 31, 31, 0.28);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}

.btn-light {
  color: var(--ink);
  background: var(--card);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-note {
  align-self: end;
  justify-self: end;
  max-width: 300px;
  padding: 22px;
  color: #fff;
  background: rgba(20, 14, 10, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
}

.hero-note span {
  display: block;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.hero-note p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  line-height: 1.8;
}

/* Page hero variants */

.page-hero {
  --hero-image: url("https://meishi.co.jp/images/meishi-culture-hero-small-card-big-identity-japanese-office.jpg");
  min-height: 58vh;
}

.page-hero .hero-inner {
  padding: 92px 0 78px;
}

.page-hero .hero-card {
  max-width: 820px;
}

/* =========================================================
   Image utility classes
   ========================================================= */

.hero-culture {
  --hero-image: url("https://meishi.co.jp/images/meishi-culture-hero-small-card-big-identity-japanese-office.jpg");
}

.hero-etiquette {
  --hero-image: url("https://meishi.co.jp/images/meishi-etiquette-hero-formal-card-exchange-bow-meeting-room.jpg");
}

.hero-design {
  --hero-image: url("https://meishi.co.jp/images/meishi-design-hero-japanese-typography-business-card-layout.jpg");
}

.hero-printing {
  --hero-image: url("https://meishi.co.jp/images/meishi-printing-hero-letterpress-paper-stock-premium-card.jpg");
}

.hero-digital {
  --hero-image: url("https://meishi.co.jp/images/meishi-digital-hero-qr-code-paper-meishi-modern-office.jpg");
}

.hero-japan-business {
  --hero-image: url("https://meishi.co.jp/images/meishi-japan-business-hero-meeting-table-cards-arranged-by-rank.jpg");
}

.hero-features {
  --hero-image: url("https://meishi.co.jp/images/meishi-features-hero-card-case-quiet-desk-tokyo-night.jpg");
}

.hero-about {
  --hero-image: url("https://meishi.co.jp/images/meishi-about-hero-editorial-desk-business-card-culture.jpg");
}

.hero-advertise {
  --hero-image: url("https://meishi.co.jp/images/meishi-advertise-hero-premium-business-culture-media-kit.jpg");
}

.hero-disclaimer {
  --hero-image: url("https://meishi.co.jp/images/meishi-disclaimer-hero-business-card-legal-note.jpg");
}

.hero-privacy {
  --hero-image: url("https://meishi.co.jp/images/meishi-privacy-hero-card-holder-lock-data.jpg");
}

.hero-license {
  --hero-image: url("https://meishi.co.jp/images/meishi-license-hero-rights-document-red-seal-card.jpg");
}

.hero-sitemap {
  --hero-image: url("https://meishi.co.jp/images/meishi-sitemap-hero-card-network-map-japan-business.jpg");
}

/* =========================================================
   Editorial blocks
   ========================================================= */

.editorial-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.editorial-copy {
  max-width: 650px;
}

.editorial-image {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: var(--radius-xl);
  background: #ddd;
  box-shadow: var(--shadow);
}

.editorial-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.editorial-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 55%, rgba(20, 14, 10, 0.48)),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.16), transparent 18rem);
  pointer-events: none;
}

.caption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* =========================================================
   Cards / Feature walls
   ========================================================= */

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.card a {
  display: block;
  height: 100%;
}

.card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ddd;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.card:hover .card-image img {
  transform: scale(1.045);
}

.card-body {
  padding: 24px;
}

.card h2,
.card h3 {
  margin: 0 0 10px;
  font-family: var(--jp-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.card p {
  color: var(--muted);
  font-size: 0.96rem;
}

.card-label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.feature-wall {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}

.feature-large {
  min-height: 560px;
}

.feature-large .card-image {
  aspect-ratio: auto;
  height: 100%;
  min-height: 560px;
}

.feature-large .card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 34px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(20, 14, 10, 0.88));
}

.feature-large p {
  color: rgba(255, 255, 255, 0.86);
}

.feature-stack {
  display: grid;
  gap: 22px;
}

/* =========================================================
   Link panels / section index pages
   ========================================================= */

.link-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.link-panel {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 24px rgba(38, 28, 18, 0.06);
}

.link-panel:hover {
  border-color: rgba(157, 31, 31, 0.35);
  background: #fffdf8;
}

.link-panel h3 {
  margin: 0 0 6px;
  font-family: var(--jp-serif);
  font-size: 1.35rem;
  line-height: 1.35;
}

.link-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.link-arrow {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--charcoal);
}

/* =========================================================
   Article pages
   ========================================================= */

.article {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0;
}

.article h1,
.article h2,
.article h3 {
  font-family: var(--jp-serif);
  letter-spacing: 0.02em;
}

.article h1 {
  margin: 0 0 24px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.12;
}

.article h2 {
  margin: 64px 0 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.22;
}

.article h3 {
  margin: 38px 0 12px;
  font-size: 1.55rem;
}

.article p,
.article li {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 2.08;
}

.article ul,
.article ol {
  padding-left: 1.3rem;
}

.article blockquote {
  margin: 46px 0;
  padding: 30px 34px;
  color: var(--ink);
  background: var(--card);
  border-left: 5px solid var(--red);
  border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  box-shadow: var(--shadow-soft);
  font-family: var(--jp-serif);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.85;
}

.article-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 28px;
}

.article-meta span {
  padding: 7px 11px;
  color: var(--red-dark);
  background: rgba(157, 31, 31, 0.08);
  border: 1px solid rgba(157, 31, 31, 0.16);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-image {
  margin: 44px 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.article-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* =========================================================
   Callouts
   ========================================================= */

.callout {
  margin: 38px 0;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(247, 241, 232, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.callout.dark {
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(176, 138, 69, 0.22), transparent 26rem),
    linear-gradient(135deg, #211b18, #130f0d);
  border-color: rgba(255, 255, 255, 0.14);
}

.callout.dark p {
  color: rgba(255, 255, 255, 0.84);
}

.callout h2,
.callout h3 {
  margin-top: 0;
  font-family: var(--jp-serif);
}

/* =========================================================
   Etiquette steps
   ========================================================= */

.step-list {
  counter-reset: step;
  display: grid;
  gap: 18px;
}

.step {
  counter-increment: step;
  position: relative;
  padding: 28px 28px 28px 88px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.step::before {
  content: counter(step);
  position: absolute;
  left: 26px;
  top: 26px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 999px;
  font-weight: 900;
}

.step h3 {
  margin: 0 0 8px;
  font-family: var(--jp-serif);
  font-size: 1.45rem;
}

.step p {
  margin: 0;
  color: var(--muted);
}

/* =========================================================
   Tables
   ========================================================= */

.table-wrap {
  overflow-x: auto;
  margin: 34px 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th,
td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--red-dark);
  background: rgba(157, 31, 31, 0.06);
  font-weight: 900;
}

tr:last-child td {
  border-bottom: 0;
}

/* =========================================================
   Sitemap
   ========================================================= */

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sitemap-box {
  padding: 28px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.sitemap-box h2 {
  margin: 0 0 14px;
  font-family: var(--jp-serif);
}

.sitemap-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-box li + li {
  border-top: 1px solid var(--line);
}

.sitemap-box a {
  display: block;
  padding: 10px 0;
  color: var(--ink-soft);
  font-weight: 800;
}

.sitemap-box a:hover {
  color: var(--red);
}

/* =========================================================
   Footer
   ========================================================= */

.site-footer {
  padding: 64px 0 34px;
  color: rgba(255, 255, 255, 0.82);
  background:
    radial-gradient(circle at 18% 10%, rgba(176, 138, 69, 0.20), transparent 28rem),
    linear-gradient(135deg, #211b18, #100c0a);
}

.footer-grid {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 36px;
}

.footer-brand {
  font-family: var(--jp-serif);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  width: min(var(--max), calc(100% - 40px));
  margin: 34px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

/* =========================================================
   Forms
   ========================================================= */

.form-card {
  padding: clamp(24px, 4vw, 42px);
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

label {
  display: block;
  margin: 0 0 8px;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  font: inherit;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 980px) {
  .navbar {
    align-items: flex-start;
    padding: 14px 0;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 86px 0 72px;
  }

  .hero-note {
    justify-self: start;
  }

  .hero::before {
    background-image:
      linear-gradient(90deg, rgba(20, 14, 10, 0.88), rgba(20, 14, 10, 0.50)),
      var(--hero-image, url("https://meishi.co.jp/images/meishi-home-hero-business-card-exchange-japan-two-hands-tokyo-meeting.jpg"));
    background-position: center;
  }

  .editorial-grid,
  .feature-wall,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-large,
  .feature-large .card-image {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .container,
  .wrap,
  .article,
  .footer-grid,
  .footer-bottom {
    width: min(100% - 28px, var(--max));
  }

  .section {
    padding: 60px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: min(100% - 28px, 1320px);
    padding: 68px 0 58px;
  }

  .hero-card {
    padding: 26px;
    border-radius: 24px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero p {
    font-size: 1rem;
  }

  .nav-links a {
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .card-grid,
  .link-panel-grid,
  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .editorial-image,
  .editorial-image img {
    min-height: 320px;
  }

  .article {
    padding: 56px 0;
  }

  .article p,
  .article li {
    font-size: 1rem;
    line-height: 2;
  }

  .step {
    padding: 72px 22px 24px;
  }

  .step::before {
    left: 22px;
    top: 20px;
  }

  .btn {
    width: 100%;
  }
}

/* =========================================================
   Print
   ========================================================= */

@media print {
  .site-header,
  .site-footer,
  .hero-actions,
  .actions {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .hero,
  .page-hero {
    min-height: auto;
    color: #000;
    background: #fff;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-card,
  .card,
  .callout,
  .form-card {
    box-shadow: none;
    border-color: #999;
  }
}

.print-check-panel {
  background: #fffaf1;
  color: #17130d;
  border: 1px solid rgba(80, 52, 20, 0.18);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 24px 70px rgba(28, 18, 8, 0.14);
}

.print-check-panel h2 {
  color: #17130d;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.12;
  margin: 10px 0 18px;
  letter-spacing: -0.04em;
}

.print-check-lead {
  color: #34291c;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.95;
  max-width: 880px;
  margin: 0 0 30px;
}

.print-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 34px;
}

.print-check-item {
  background: #ffffff;
  color: #1b160f;
  border: 1px solid rgba(80, 52, 20, 0.15);
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(28, 18, 8, 0.08);
}

.check-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #17130d;
  color: #fffaf1;
  font-weight: 800;
}

.print-check-item h3 {
  color: #17130d;
  font-size: 1.25rem;
  margin: 0 0 10px;
  line-height: 1.35;
}

.print-check-item p {
  color: #3b3023;
  line-height: 1.85;
  margin: 0;
}

.print-check-panel .btn-light {
  background: #ffffff;
  color: #17130d;
  border: 1px solid rgba(80, 52, 20, 0.22);
}

@media (max-width: 860px) {
  .print-check-grid {
    grid-template-columns: 1fr;
  }

  .print-check-panel {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .print-check-item {
    padding: 22px;
  }
}
