/*
Theme Name: Dream Hub Corporate
Theme URI: https://dream-hub.jp/
Author: Dream Hub
Author URI: https://dream-hub.jp/
Description: 合同会社Dream Hub向けのオリジナル・レスポンシブ企業サイトテーマです。
Version: 1.5.3
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: dream-hub
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: "Dream Hub Serif";
  src: url("assets/fonts/CormorantGaramond-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --dh-navy: #081827;
  --dh-navy-2: #102e46;
  --dh-cyan: #31c7d4;
  --dh-gold: #c7a45a;
  --dh-ivory: #f7f5ef;
  --dh-ink: #172631;
  --dh-muted: #62717c;
  --dh-line: #dce3e5;
  --dh-white: #fff;
  --dh-radius: 18px;
  --dh-shadow: 0 18px 50px rgba(8, 24, 39, .10);
  --dh-container: 1180px;
  --dh-display: "Dream Hub Serif", "Bodoni 72", Didot, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--dh-ink);
  background: var(--dh-white);
  font-family: var(--dh-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body, p, li, dd, blockquote { line-break: strict; overflow-wrap: break-word; word-break: auto-phrase; text-wrap: pretty; }
h1, h2, h3, .section-title, .intro-statement { line-break: strict; word-break: auto-phrase; text-wrap: balance; }
.button, .header-nav a, .header-cta, .eyebrow, .hero-kicker { white-space: nowrap; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--dh-container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; padding: 10px 16px; background: var(--dh-white); color: var(--dh-navy); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 12px; color: var(--dh-gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title { margin: 0; color: var(--dh-navy); font-family: var(--dh-display); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.section-lead { max-width: 720px; margin: 24px 0 0; color: var(--dh-muted); font-size: 1.05rem; }
.section-head { margin-bottom: 48px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; background: var(--dh-cyan); color: var(--dh-navy); font-size: .92rem; font-weight: 800; letter-spacing: .05em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button::after { content: "→"; transition: transform .25s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--dh-white); }
.button:hover::after, .button:focus-visible::after { transform: translateX(4px); }
.button--outline { border-color: rgba(255,255,255,.45); background: transparent; color: var(--dh-white); }
.button--dark { background: var(--dh-navy); color: var(--dh-white); }
.button--dark:hover, .button--dark:focus-visible { border-color: var(--dh-gold); background: var(--dh-gold); color: var(--dh-navy); }
.button--back { border-color: var(--dh-navy); background: transparent; color: var(--dh-navy); }
.button--back::after { content: "←"; order: -1; }
.button--back:hover, .button--back:focus-visible { border-color: var(--dh-navy); background: var(--dh-navy); color: var(--dh-white); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 100; color: var(--dh-white); }
.site-header.is-scrolled { position: fixed; background: rgba(8,24,39,.94); box-shadow: 0 8px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); animation: header-in .35s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.header-inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: .035em; }
.brand--logo { flex: 0 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.brand-logo { display: block; width: clamp(255px, 24vw, 320px); max-width: none; height: auto; object-fit: contain; object-position: left center; filter: drop-shadow(0 5px 12px rgba(0,0,0,.22)); }
.custom-logo--wide { width: clamp(255px, 24vw, 320px); max-width: none; height: auto; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav ul { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.header-nav a { position: relative; font-size: .83rem; font-weight: 700; letter-spacing: .06em; }
.header-nav .menu-item:not(.menu-item-contact) > a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--dh-gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.header-nav .menu-item > a:hover::after, .header-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.header-cta { padding: 11px 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: inherit; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; content: ""; transition: .25s ease; }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: translateY(6px) rotate(45deg); }
.menu-open .menu-toggle::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; display: grid; min-height: min(860px, 92vh); align-items: end; overflow: hidden; color: var(--dh-white); background: var(--dh-navy); }
.hero-media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(5,18,30,.96) 0%, rgba(5,18,30,.77) 38%, rgba(5,18,30,.18) 75%), var(--hero-image); background-position: center; background-size: cover; transform: scale(1.015); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,24,39,.2), rgba(8,24,39,.05) 60%, rgba(8,24,39,.72)); content: ""; }
.hero-content { position: relative; z-index: 2; max-width: 800px; padding-top: 180px; padding-bottom: 112px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--dh-gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--dh-display); font-size: clamp(2.8rem, 6.4vw, 5.6rem); font-weight: 600; line-height: 1.14; letter-spacing: -.035em; }
.hero-title-line { display: block; }
.hero h1 em { color: var(--dh-cyan); font-style: normal; }
.hero-copy { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.no-break { white-space: nowrap; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-scroll { position: absolute; right: 4vw; bottom: 48px; z-index: 2; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: .65rem; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-scroll::after { width: 1px; height: 64px; background: linear-gradient(var(--dh-gold), transparent); content: ""; }

.intro { position: relative; padding: 120px 0; overflow: hidden; }
.intro::before { position: absolute; top: -100px; right: -140px; width: 420px; height: 420px; border: 1px solid var(--dh-line); border-radius: 50%; content: ""; }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.intro-statement { margin: 0; color: var(--dh-navy); font-family: var(--dh-display); font-size: clamp(2rem, 3.8vw, 3.4rem); font-weight: 600; line-height: 1.42; }
.intro-statement span { color: var(--dh-cyan); }
.intro-body p:first-child { margin-top: 0; }
.intro-body p { color: var(--dh-muted); }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; background: var(--dh-line); }
.stat { padding: 24px 20px; background: var(--dh-white); }
.stat strong { display: block; color: var(--dh-navy); font-family: var(--dh-display); font-size: 1.65rem; }
.stat small { color: var(--dh-muted); font-size: .74rem; }

.services { padding: 120px 0; background: var(--dh-ivory); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; min-height: 390px; padding: 38px 32px; overflow: hidden; border: 1px solid rgba(8,24,39,.09); border-radius: var(--dh-radius); background: var(--dh-white); box-shadow: 0 0 0 rgba(8,24,39,0); transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.service-card:hover { transform: translateY(-8px); background: var(--dh-navy); color: var(--dh-white); box-shadow: var(--dh-shadow); }
.service-number { display: block; color: var(--dh-gold); font-family: var(--dh-display); font-size: .8rem; letter-spacing: .12em; }
.service-icon { display: grid; width: 68px; height: 68px; margin: 44px 0 30px; place-items: center; border: 1px solid var(--dh-line); border-radius: 50%; color: var(--dh-cyan); }
.service-icon svg { width: 30px; height: 30px; }
.service-card h3 { margin: 0; color: var(--dh-navy); font-family: var(--dh-display); font-size: 1.45rem; font-weight: 600; line-height: 1.45; }
.service-card:hover h3 { color: var(--dh-white); }
.service-card p { margin-bottom: 0; color: var(--dh-muted); font-size: .9rem; }
.service-card:hover p { color: rgba(255,255,255,.65); }

.process { padding: 120px 0; color: var(--dh-white); background: var(--dh-navy); }
.process .section-title { color: var(--dh-white); }
.process .section-lead { color: rgba(255,255,255,.62); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 64px; counter-reset: step; }
.process-step { position: relative; padding: 38px 46px 38px 0; border-top: 1px solid rgba(255,255,255,.15); counter-increment: step; }
.process-step:not(:last-child)::after { position: absolute; top: -4px; right: 28px; width: 7px; height: 7px; border-radius: 50%; background: var(--dh-cyan); box-shadow: 0 0 0 7px rgba(49,199,212,.12); content: ""; }
.process-step small::before { content: "0" counter(step) " / "; color: var(--dh-gold); }
.process-step small { color: rgba(255,255,255,.48); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.process-step h3 { margin: 22px 0 12px; font-family: var(--dh-display); font-size: 1.4rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }

.news { padding: 120px 0; }
.news-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(40px, 8vw, 110px); }
.news-list { border-top: 1px solid var(--dh-line); }
.news-item { display: grid; grid-template-columns: 130px 1fr auto; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--dh-line); }
.news-item time { color: var(--dh-muted); font-family: var(--dh-display); font-size: .86rem; }
.news-item h3 { margin: 0; font-size: .95rem; font-weight: 600; }
.news-item .arrow { color: var(--dh-cyan); font-size: 1.3rem; transition: transform .25s ease; }
.news-item:hover .arrow { transform: translateX(5px); }
.news-empty { padding: 24px 0; border-block: 1px solid var(--dh-line); color: var(--dh-muted); }

.cta { padding: 0 0 80px; }
.cta-panel { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; min-height: 300px; padding: 64px clamp(30px, 7vw, 90px); overflow: hidden; border-radius: 28px; color: var(--dh-white); background: linear-gradient(115deg, var(--dh-navy), var(--dh-navy-2)); }
.cta-panel::before, .cta-panel::after { position: absolute; border: 1px solid rgba(49,199,212,.25); border-radius: 50%; content: ""; }
.cta-panel::before { right: -80px; bottom: -160px; width: 360px; height: 360px; }
.cta-panel::after { right: 40px; bottom: -80px; width: 220px; height: 220px; }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin: 0; font-family: var(--dh-display); font-size: clamp(1.9rem, 3.8vw, 3rem); font-weight: 600; line-height: 1.35; }
.cta-panel p { margin: 16px 0 0; color: rgba(255,255,255,.65); }
.cta-actions { text-align: right; }

.page-hero { position: relative; display: flex; min-height: 430px; align-items: end; padding: 170px 0 76px; overflow: hidden; color: var(--dh-white); background: linear-gradient(125deg, var(--dh-navy), var(--dh-navy-2)); }
.page-hero::before { position: absolute; top: -160px; right: -80px; width: 520px; height: 520px; border: 1px solid rgba(49,199,212,.25); border-radius: 50%; content: ""; }
.page-hero::after { position: absolute; right: 180px; bottom: -230px; width: 390px; height: 390px; border: 1px solid rgba(199,164,90,.28); border-radius: 50%; content: ""; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin: 0; font-family: var(--dh-display); font-size: clamp(2.7rem, 6vw, 4.8rem); font-weight: 600; line-height: 1.2; }
.breadcrumbs { margin-top: 24px; color: rgba(255,255,255,.55); font-size: .76rem; }
.breadcrumbs a { color: var(--dh-gold); }
.page-content { padding: 100px 0 120px; }
.content-narrow { max-width: 900px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 2.4em 0 .8em; color: var(--dh-navy); font-family: var(--dh-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 600; line-height: 1.4; }
.entry-content h3 { margin-top: 2em; color: var(--dh-navy); }
.entry-content a { color: #087e8b; text-decoration: underline; text-underline-offset: 3px; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 18px; border-bottom: 1px solid var(--dh-line); text-align: left; }
.entry-content th { width: 30%; color: var(--dh-navy); background: var(--dh-ivory); }

.company-message { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); align-items: start; margin-bottom: 100px; }
.company-message blockquote { margin: 0; color: var(--dh-navy); font-family: var(--dh-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 600; line-height: 1.45; }
.message-line { display: block; white-space: nowrap; }
.company-table { border-top: 2px solid var(--dh-navy); }
.company-row { display: grid; grid-template-columns: 220px 1fr; padding: 22px 18px; border-bottom: 1px solid var(--dh-line); }
.company-row dt { font-weight: 700; }
.company-row dd { margin: 0; color: var(--dh-muted); }
.service-detail { display: grid; grid-template-columns: 100px 1fr; gap: 36px; padding: 48px 0; border-top: 1px solid var(--dh-line); }
.service-detail:last-child { border-bottom: 1px solid var(--dh-line); }
.service-detail-number { color: var(--dh-gold); font-family: var(--dh-display); font-size: 2rem; }
.service-detail h2 { margin: 0 0 14px; }
.service-detail p { color: var(--dh-muted); }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 100px); }
.contact-info { padding: 36px; border-radius: var(--dh-radius); color: var(--dh-white); background: var(--dh-navy); }
.contact-info h2 { margin-top: 0; font-family: var(--dh-display); }
.contact-info dl { margin: 32px 0 0; }
.contact-info dt { margin-top: 22px; color: var(--dh-gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-info dd { margin: 4px 0 0; color: rgba(255,255,255,.72); }
.form-row { margin-bottom: 22px; }
.form-row label { display: block; margin-bottom: 8px; font-size: .88rem; font-weight: 700; }
.required { margin-left: 7px; color: #bc4949; font-size: .68rem; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--dh-line); border-radius: 8px; background: #fbfcfc; color: var(--dh-ink); outline: none; transition: border .2s, box-shadow .2s; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--dh-cyan); box-shadow: 0 0 0 3px rgba(49,199,212,.14); }
.form-row textarea { min-height: 180px; resize: vertical; }
.form-hp { position: absolute !important; left: -9999px !important; }
.form-notice { margin-bottom: 28px; padding: 15px 18px; border-radius: 8px; background: #e7f7f4; color: #15695e; }
.form-notice--error { background: #fff0f0; color: #9b3030; }
.confirmation-lead { margin: 24px 0; color: var(--dh-muted); }
.confirmation-card { overflow: hidden; border: 1px solid var(--dh-line); border-radius: 14px; background: var(--dh-white); box-shadow: var(--dh-shadow); }
.confirmation-card dl { margin: 0; }
.confirmation-card dl > div { display: grid; grid-template-columns: 170px 1fr; border-bottom: 1px solid var(--dh-line); }
.confirmation-card dl > div:last-child { border-bottom: 0; }
.confirmation-card dt, .confirmation-card dd { padding: 18px 20px; }
.confirmation-card dt { color: var(--dh-navy); font-weight: 800; background: var(--dh-ivory); }
.confirmation-card dd { margin: 0; overflow-wrap: anywhere; }
.confirmation-message { white-space: normal; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.contact-actions form { margin: 0; }

.posts-list { display: grid; gap: 24px; }
.post-card { display: grid; grid-template-columns: 190px 1fr; gap: 38px; padding-bottom: 28px; border-bottom: 1px solid var(--dh-line); }
.post-card time { color: var(--dh-gold); font-family: var(--dh-display); }
.post-card h2 { margin: 8px 0 10px; font-size: 1.4rem; }
.post-card p { margin: 0; color: var(--dh-muted); }
.post-meta { margin-bottom: 28px; color: var(--dh-muted); font-size: .82rem; }
.pagination { margin-top: 48px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--dh-line); border-radius: 50%; }
.pagination .current { border-color: var(--dh-navy); background: var(--dh-navy); color: var(--dh-white); }

.site-footer { padding: 76px 0 24px; color: rgba(255,255,255,.65); background: #06121e; }
.footer-main { display: grid; grid-template-columns: 1.1fr .7fr 1fr; gap: 60px; padding-bottom: 58px; }
.footer-brand { color: var(--dh-white); }
.footer-brand .brand-logo { width: 300px; max-width: 100%; height: auto; }
.footer-description { max-width: 390px; margin-top: 22px; font-size: .84rem; }
.footer-title { margin: 0 0 18px; color: var(--dh-gold); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin: 8px 0; }
.footer-contact p { margin: 7px 0; font-size: .85rem; }
.footer-contact a:hover { color: var(--dh-white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 40px), var(--dh-container)); }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .header-nav { position: fixed; inset: 0; z-index: 101; display: grid; align-content: center; padding: 80px 9vw; background: rgba(6,18,30,.98); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s ease; }
  .menu-open .header-nav { opacity: 1; pointer-events: auto; transform: none; }
  .header-nav ul { display: grid; gap: 22px; }
  .header-nav a { font-family: var(--dh-display); font-size: 1.8rem; }
  .header-cta { display: none; }
  .intro-grid, .company-message, .contact-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .news-layout { grid-template-columns: 1fr; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { text-align: left; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--dh-container)); }
  .header-inner { min-height: 88px; }
  .brand-logo, .custom-logo--wide { width: min(235px, calc(100vw - 104px)); max-width: none; height: auto; }
  .footer-brand .brand-logo { width: 270px; max-width: 100%; height: auto; }
  .brand-tagline { display: none; }
  .hero { min-height: 780px; }
  .hero-media { background-image: linear-gradient(180deg, rgba(5,18,30,.52), rgba(5,18,30,.92) 72%), var(--hero-image); background-position: 62% center; }
  .hero-content { padding-top: 150px; padding-bottom: 84px; }
  .desktop-break { display: none; }
  .contact-info .contact-break { display: block; }
  .section-title, .intro-statement, .page-hero h1, .cta-panel h2, .company-message blockquote { text-wrap: pretty; }
  .hero h1 { font-size: clamp(2.2rem, 9.7vw, 3rem); line-height: 1.2; }
  .hero-copy { font-size: .95rem; }
  .hero-copy, .section-lead, .intro-body p, .service-card p, .process-step p, .cta-panel p, .entry-content p { text-align: left; }
  .hero-scroll { display: none; }
  .intro, .services, .process, .news { padding: 84px 0; }
  .stat-row, .services-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 340px; }
  .process-step { padding-right: 0; }
  .process-step::after { display: none; }
  .news-item { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .news-item time { grid-column: 1 / -1; }
  .cta { padding-bottom: 48px; }
  .cta-panel { min-height: 370px; padding: 44px 26px; border-radius: 18px; }
  .page-hero { min-height: 360px; padding-top: 140px; }
  .page-content { padding: 72px 0 90px; }
  .contact-info h2 { font-size: 1.35rem; line-height: 1.65; text-wrap: balance; }
  .company-row { grid-template-columns: 1fr; gap: 6px; padding-inline: 6px; }
  .service-detail { grid-template-columns: 1fr; gap: 12px; }
  .post-card { grid-template-columns: 1fr; gap: 8px; }
  .confirmation-card dl > div { grid-template-columns: 1fr; }
  .confirmation-card dt { padding-bottom: 8px; }
  .confirmation-card dd { padding-top: 8px; }
  .contact-actions, .contact-actions form, .contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}
