@charset "UTF-8";

/* Phase 1: ウッドテック トップページ専用 */
.wt-home {
  --wt-navy: #3b241b;
  --wt-blue: #c34400;
  --wt-sky: #f47a13;
  --wt-pale: #fff2e6;
  --wt-brand-bright: #f86f06;
  --wt-mail: #1268ba;
  --wt-line: #087a3e;
  --wt-orange: #c34400;
  --wt-ink: #2f2723;
  --wt-muted: #625952;
  --wt-border: #f0c7a7;
  --wt-shadow: 0 12px 30px rgba(113, 55, 20, .09);
  color: var(--wt-ink);
  background: #fff;
}

.wt-home main { overflow: hidden; }
.wt-home .announce-bar { background: var(--wt-navy); }
.wt-home .site-header { border-bottom-color: var(--wt-blue); }
.wt-home .site-logo { min-width: 176px; }
.wt-home .site-logo a { display: flex; flex-direction: column; color: var(--wt-navy); }
.wt-logo__main { font-size: 1.14rem; font-weight: 800; letter-spacing: .05em; line-height: 1.25; }
.wt-logo__sub { color: var(--wt-blue); font-size: .68rem; font-weight: 600; letter-spacing: .08em; }
.wt-home .header-nav li a { font-weight: 600; }
.wt-home .header-nav .nav-cta { background: var(--wt-blue); }
.wt-home .hamburger {
  position: relative;
  z-index: 100;
  border-color: var(--wt-blue);
}
.wt-home .hamburger span { background: var(--wt-blue); }

.wt-hero {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6.2rem) 0 clamp(3.7rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 88% 14%, rgba(248, 111, 6, .18), transparent 27%),
    linear-gradient(145deg, #fffaf6 0%, #fff0e2 52%, #fff 100%);
}
.wt-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(199,70,0,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(199,70,0,.045) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.wt-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.wt-eyebrow,
.wt-section-heading__label { margin: 0 0 .7rem; color: var(--wt-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wt-eyebrow { display: inline-flex; align-items: center; gap: .6rem; padding: .38rem .75rem; border: 1px solid #f2bd92; border-radius: 999px; background: rgba(255,255,255,.82); letter-spacing: .06em; }
.wt-hero h1 { margin: 1rem 0 1.3rem; color: var(--wt-navy); font-size: clamp(2.25rem, 5.3vw, 4.45rem); font-weight: 800; line-height: 1.16; letter-spacing: -.035em; }
.wt-hero h1 span { color: var(--wt-blue); }
.wt-hero__lead { max-width: 670px; margin-bottom: 1.4rem; color: #59483e; font-size: clamp(1rem, 1.4vw, 1.13rem); line-height: 1.95; }
.wt-hero__points { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.wt-hero__points li { position: relative; padding: .55rem .85rem .55rem 2rem; border: 1px solid var(--wt-border); border-radius: 999px; background: #fff; color: var(--wt-navy); font-size: .88rem; font-weight: 700; box-shadow: 0 4px 12px rgba(82,42,22,.05); }
.wt-hero__points li::before { content: '✓'; position: absolute; left: .75rem; color: var(--wt-line); font-weight: 800; }
.wt-hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-bottom: 1rem; }
.wt-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .85rem 1.45rem; border: 2px solid transparent; border-radius: 10px; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.wt-button:hover { transform: translateY(-2px); opacity: 1; }
.wt-button--primary { background: var(--wt-blue); color: #fff; box-shadow: 0 8px 20px rgba(162,58,4,.24); }
.wt-button--primary:hover { background: var(--wt-navy); color: #fff; }
.wt-button--ghost { border-color: var(--wt-blue); background: #fff; color: var(--wt-blue); }
.wt-button--ghost:hover { background: var(--wt-pale); color: var(--wt-navy); }
.wt-note { margin: 0; color: var(--wt-muted); font-size: .78rem; line-height: 1.7; }

.wt-image-frame { position: relative; margin: 0; overflow: hidden; }
.wt-image-frame__media { display: block; width: 100%; height: 100%; object-fit: cover; }
.wt-image-frame__media[src^="./img/"] + .wt-image-placeholder { display: none; }
.wt-hero__visual { position: relative; aspect-ratio: 6 / 5; padding: 1.35rem; border: 1px solid rgba(199,70,0,.18); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 24px 55px rgba(113,55,20,.15); transform: rotate(1deg); }
.wt-hero__visual::after { content: ''; position: absolute; right: -18px; bottom: -18px; width: 96px; height: 96px; border-radius: 22px; background: var(--wt-sky); opacity: .12; z-index: -1; }
.wt-hero__visual > .wt-image-frame__media { border-radius: 17px; }
.wt-hero__placeholder { position: absolute; inset: 1.35rem; display: flex; flex-direction: column; }
.wt-visual__heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; padding: .25rem .25rem .9rem; border-bottom: 1px solid var(--wt-border); }
.wt-visual__heading span { padding: .3rem .65rem; border-radius: 999px; background: var(--wt-navy); color: #fff; font-size: .72rem; font-weight: 700; }
.wt-visual__heading strong { color: var(--wt-navy); font-size: .92rem; }
.wt-visual__items { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
.wt-visual__item { display: flex; min-height: 94px; align-items: center; justify-content: center; padding: .7rem; border: 1px solid #f1ceb1; border-radius: 14px; background: linear-gradient(145deg, #fff8f2, #fff0e2); color: var(--wt-navy); font-size: .84rem; font-weight: 800; line-height: 1.55; text-align: center; }
.wt-visual__item:nth-child(2n) { background: linear-gradient(145deg, #fff, #fff8f2); }
.wt-visual__item small { font-size: .68rem; font-weight: 600; }
.wt-hero__placeholder > p { margin: 1rem 0 0; padding: .75rem; border-radius: 10px; background: var(--wt-blue); color: #fff; font-size: .87rem; font-weight: 700; text-align: center; }

.wt-contact-strip { padding: clamp(3.2rem, 6vw, 5rem) 0; background: var(--wt-navy); color: #fff; }
.wt-section-heading { max-width: 760px; margin: 0 auto clamp(2rem, 4vw, 3rem); text-align: center; }
.wt-section-heading h2,
.wt-guidance-grid h2,
.wt-area-grid h2,
.wt-bottom-cta h2 { margin: 0 0 .9rem; color: var(--wt-navy); font-size: clamp(1.65rem, 3.2vw, 2.45rem); font-weight: 800; line-height: 1.4; letter-spacing: -.02em; }
.wt-section-heading > p:last-child { color: var(--wt-muted); line-height: 1.9; }
.wt-section-heading--light h2,
.wt-section-heading--light > p:last-child { color: #fff; }
.wt-section-heading--light .wt-section-heading__label { color: #ffd0ad; }
.wt-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.wt-contact-card { position: relative; padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #fff; color: var(--wt-ink); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.wt-contact-card__tag { display: inline-block; margin-bottom: .8rem; padding: .3rem .65rem; border-radius: 999px; background: var(--wt-pale); color: var(--wt-blue); font-size: .7rem; font-weight: 800; }
.wt-contact-card h3 { margin: 0 0 .5rem; color: var(--wt-navy); font-size: 1.2rem; }
.wt-contact-card p { min-height: 3.6em; color: var(--wt-muted); font-size: .88rem; line-height: 1.75; }
.wt-contact-card__pending { display: flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 9px; color: #fff; font-size: .88rem; font-weight: 800; cursor: not-allowed; }
.wt-contact-card--line .wt-contact-card__pending { background: var(--wt-line); }
.wt-contact-card--mail .wt-contact-card__pending { background: var(--wt-mail); }
.wt-contact-card--phone .wt-contact-card__pending { background: var(--wt-orange); }

.wt-section { padding: clamp(4rem, 8vw, 7rem) 0; background: #fff; }
.wt-section--soft { background: #fff8f2; }
.wt-scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.wt-scene-card { position: relative; min-height: 220px; padding: 1.55rem; overflow: hidden; border: 1px solid var(--wt-border); border-radius: 18px; background: #fff; box-shadow: var(--wt-shadow); }
.wt-card-number { display: block; margin-bottom: 2.2rem; color: var(--wt-sky); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.wt-scene-card h3 { margin: 0 0 .75rem; color: var(--wt-navy); font-size: 1.08rem; line-height: 1.55; }
.wt-scene-card p { color: var(--wt-muted); font-size: .88rem; line-height: 1.85; }

.wt-item-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.wt-item-card { position: relative; padding: 1rem 1rem 1.35rem; overflow: hidden; border: 1px solid var(--wt-border); border-radius: 18px; background: #fff; box-shadow: var(--wt-shadow); }
.wt-item-card__index { position: absolute; top: 1.6rem; left: 1.6rem; z-index: 1; display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: var(--wt-navy); color: #fff; font-size: .72rem; font-weight: 800; }
.wt-item-card__image-slot { position: relative; display: flex; height: 150px; align-items: center; justify-content: center; margin-bottom: 1.15rem; border-radius: 12px; background: linear-gradient(145deg, #fff0e2, #fffaf6); color: rgba(88,43,20,.42); letter-spacing: .14em; text-align: center; }
.wt-item-card:nth-child(2n) .wt-item-card__image-slot { background: linear-gradient(145deg, #fff6ed, #fff); }
.wt-item-card__image-slot .wt-image-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.wt-item-card__image-slot span { font-size: .68rem; font-weight: 800; }
.wt-item-card h3 { margin: 0 0 .6rem; color: var(--wt-navy); font-size: 1.12rem; }
.wt-item-card p { color: var(--wt-muted); font-size: .86rem; line-height: 1.8; }
.wt-item-card ul { display: flex; flex-wrap: wrap; gap: .45rem; margin: .9rem 0 0; padding: 0; list-style: none; }
.wt-item-card li { padding: .25rem .55rem; border-radius: 999px; background: var(--wt-pale); color: var(--wt-blue); font-size: .7rem; font-weight: 700; }
.wt-caution-box { display: grid; grid-template-columns: 150px 1fr; gap: 1rem; margin-top: 1.5rem; padding: 1.25rem 1.5rem; border: 1px solid #efc9aa; border-left: 5px solid var(--wt-blue); border-radius: 12px; background: #fff; }
.wt-caution-box strong { color: var(--wt-navy); }
.wt-caution-box p { margin: 0; color: var(--wt-muted); font-size: .86rem; line-height: 1.8; }

.wt-flow-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.wt-flow-list li { position: relative; display: flex; gap: 1rem; min-height: 160px; padding: 1.35rem; border: 1px solid var(--wt-border); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(82,42,22,.06); }
.wt-flow-list li > span { display: flex; width: 42px; height: 42px; flex: 0 0 42px; align-items: center; justify-content: center; border-radius: 12px; background: var(--wt-blue); color: #fff; font-size: .75rem; font-weight: 800; }
.wt-flow-list h3 { margin: .25rem 0 .45rem; color: var(--wt-navy); font-size: 1.02rem; }
.wt-flow-list p { margin: 0; color: var(--wt-muted); font-size: .83rem; line-height: 1.75; }

.wt-section--guidance { background: var(--wt-navy); color: #fff; }
.wt-guidance-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.wt-guidance-grid h2 { color: #fff; }
.wt-guidance-grid .wt-section-heading__label { color: #ffd0ad; }
.wt-guidance__lead { color: #f6e1d3; line-height: 1.95; }
.wt-guidance-cards { display: grid; gap: .9rem; }
.wt-guidance-cards article { padding: 1.35rem; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); }
.wt-guidance-cards h3 { margin: 0 0 .45rem; color: #fff; font-size: 1rem; }
.wt-guidance-cards p { margin: 0; color: #f6e1d3; font-size: .86rem; line-height: 1.8; }
.wt-guidance__notice { grid-column: 1 / -1; margin: 0; padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; font-size: .86rem; font-weight: 700; text-align: center; }

.wt-area-grid { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.wt-area-map { position: relative; display: flex; aspect-ratio: 4 / 3; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--wt-border); border-radius: 24px; background: linear-gradient(145deg, #fff0e2, #fffaf6); color: var(--wt-navy); text-align: center; box-shadow: var(--wt-shadow); }
.wt-area-map::before,
.wt-area-map::after { content: ''; position: absolute; border: 1px solid rgba(199,70,0,.16); border-radius: 50%; }
.wt-area-map::before { width: 80%; height: 80%; }
.wt-area-map::after { width: 54%; height: 54%; }
.wt-area-map__ring { position: absolute; width: 28%; height: 28%; border: 12px solid rgba(244,122,19,.32); border-radius: 50%; }
.wt-area-map strong { position: relative; z-index: 1; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.7; }
.wt-area-grid > div:last-child > p:not(.wt-section-heading__label) { color: var(--wt-muted); line-height: 1.9; }
.wt-pending-box { margin-top: 1.2rem; padding: 1rem 1.2rem; border: 1px dashed #dc9c6c; border-radius: 12px; background: var(--wt-pale); }
.wt-pending-box strong { color: var(--wt-navy); }
.wt-pending-box p { margin: .3rem 0 0; font-size: .82rem; }

.wt-safety-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.wt-safety-grid article { padding: 1.35rem; border-top: 4px solid var(--wt-blue); border-radius: 12px; background: #fff; box-shadow: var(--wt-shadow); }
.wt-safety-grid span { color: var(--wt-sky); font-size: .72rem; font-weight: 800; }
.wt-safety-grid h3 { margin: .75rem 0 .45rem; color: var(--wt-navy); font-size: 1rem; }
.wt-safety-grid p { color: var(--wt-muted); font-size: .83rem; line-height: 1.75; }
.wt-license-note { margin: 1.4rem 0 0; color: var(--wt-muted); font-size: .78rem; text-align: center; }

.wt-bottom-cta { padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: linear-gradient(125deg, var(--wt-blue), var(--wt-navy)); color: #fff; }
.wt-bottom-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.wt-bottom-cta .wt-section-heading__label { color: #ffd0ad; }
.wt-bottom-cta h2 { color: #fff; }
.wt-bottom-cta p { max-width: 760px; margin-bottom: 0; color: #f7e4d6; }
.wt-button--white { min-width: 220px; background: #fff; color: var(--wt-blue); box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.wt-button--white:hover { color: var(--wt-navy); }

.wt-home .site-footer.wt-footer { padding: 3.3rem 0 1.4rem; background: #2b1b15; }
.wt-footer__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; }
.wt-footer__brand { margin: 0; color: #fff; font-size: 1rem; }
.wt-footer__brand strong { display: block; margin-top: .2rem; font-size: 1.5rem; letter-spacing: .06em; }
.wt-footer__domain { margin: .5rem 0 1rem; color: #ffb778; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.wt-footer__grid > div > p:last-child { max-width: 600px; color: #e3cfc2; font-size: .84rem; line-height: 1.8; }
.wt-footer nav ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: .65rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.wt-footer nav a { color: #eadbd2; font-size: .82rem; text-decoration: none; }
.wt-footer nav a:hover { color: #fff; }
.wt-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); }
.wt-footer__bottom p { margin: 0; color: #bfa99d; }
.wt-home .page-top { background: var(--wt-blue); }

@media (max-width: 940px) {
  .wt-hero__grid { grid-template-columns: 1fr 340px; gap: 2rem; }
  .wt-hero__visual { aspect-ratio: 6 / 5; min-height: 0; }
  .wt-visual__items { grid-template-columns: repeat(2, 1fr); }
  .wt-scene-grid,
  .wt-safety-grid { grid-template-columns: repeat(2, 1fr); }
  .wt-item-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .wt-home .site-logo { min-width: 0; }
  .wt-home .header-nav { top: var(--header-h); }
  .wt-home .header-nav ul { align-items: stretch; }
  .wt-home .header-nav li a { padding: .85rem 1rem; }
  .wt-home .header-nav .nav-cta { margin: .4rem .75rem .75rem; text-align: center; }
  .wt-hero__grid { grid-template-columns: 1fr; }
  .wt-hero__content { max-width: 720px; }
  .wt-hero__visual { max-width: 620px; transform: none; }
  .wt-contact-grid { grid-template-columns: 1fr; }
  .wt-contact-card { display: grid; grid-template-columns: 1fr auto; column-gap: 1rem; align-items: center; }
  .wt-contact-card__tag,
  .wt-contact-card h3,
  .wt-contact-card p { grid-column: 1; }
  .wt-contact-card__pending { grid-column: 2; grid-row: 1 / 4; min-width: 180px; }
  .wt-contact-card p { min-height: 0; }
  .wt-guidance-grid { grid-template-columns: 1fr; }
  .wt-area-grid { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  .wt-bottom-cta__inner { grid-template-columns: 1fr; }
  .wt-button--white { justify-self: start; }
}

@media (max-width: 640px) {
  .wt-home .announce-bar { font-size: .7rem; }
  .wt-logo__main { font-size: 1rem; }
  .wt-logo__sub { font-size: .6rem; }
  .wt-hero { padding-top: 2.8rem; }
  .wt-hero h1 { font-size: clamp(2rem, 11vw, 3.1rem); }
  .wt-hero__actions { flex-direction: column; }
  .wt-button { width: 100%; min-height: 54px; }
  .wt-visual__heading { align-items: flex-start; flex-direction: column; }
  .wt-visual__items { grid-template-columns: repeat(2, 1fr); }
  .wt-visual__item { min-height: 86px; font-size: .76rem; }
  .wt-contact-card { display: block; }
  .wt-contact-card__pending { margin-top: 1rem; }
  .wt-scene-grid,
  .wt-item-grid,
  .wt-flow-list,
  .wt-safety-grid { grid-template-columns: 1fr; }
  .wt-scene-card { min-height: 0; }
  .wt-card-number { margin-bottom: 1.3rem; }
  .wt-item-card__image-slot { height: 130px; }
  .wt-caution-box { grid-template-columns: 1fr; }
  .wt-area-grid { grid-template-columns: 1fr; }
  .wt-area-map { max-width: 440px; }
  .wt-footer__grid { grid-template-columns: 1fr; gap: 2rem; }
  .wt-footer__bottom { flex-direction: column; }
}

@media (max-width: 390px) {
  .wt-hero__points { display: grid; }
  .wt-hero__points li { width: 100%; }
  .wt-hero__visual { padding: 1rem; border-radius: 20px; }
  .wt-hero__placeholder { inset: 1rem; }
  .wt-visual__items { gap: .5rem; }
  .wt-contact-card,
  .wt-scene-card,
  .wt-flow-list li { padding: 1.2rem; }
  .wt-footer nav ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .wt-button { transition: none; }
  .wt-button:hover { transform: none; }
}

/* Phase 2: PC版完成イメージに合わせた高密度LPレイアウト */
.wt-home .container { max-width: 1220px; }

.wt-hero {
  padding: 2.2rem 0 2rem;
  background:
    radial-gradient(circle at 86% 10%, rgba(248,111,6,.16), transparent 28%),
    linear-gradient(145deg, #fffaf6 0%, #fff0e2 56%, #fff 100%);
}
.wt-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr);
  gap: clamp(1.5rem, 3vw, 2.8rem);
}
.wt-hero h1 {
  margin: .7rem 0 .8rem;
  font-size: clamp(2.65rem, 4.3vw, 3.85rem);
  line-height: 1.1;
}
.wt-hero h1 span { display: inline-block; white-space: nowrap; }
.wt-hero__lead { margin: 0 0 .9rem; font-size: .94rem; line-height: 1.75; }
.wt-hero__contact { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; margin: 0 0 .8rem; }
.wt-quick-contact {
  display: flex;
  min-width: 0;
  min-height: 66px;
  align-items: center;
  gap: .55rem;
  padding: .65rem .7rem;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(82,42,22,.15);
}
.wt-quick-contact--line { background: var(--wt-line); }
.wt-quick-contact--mail { background: var(--wt-mail); }
.wt-quick-contact--phone { background: var(--wt-orange); }
.wt-quick-contact__icon { display: flex; width: 30px; height: 30px; flex: 0 0 30px; align-items: center; justify-content: center; }
.wt-quick-contact__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wt-quick-contact > span:last-child { min-width: 0; }
.wt-quick-contact strong { display: block; font-size: .78rem; line-height: 1.35; }
.wt-quick-contact small { display: block; margin-top: .18rem; color: rgba(255,255,255,.88); font-size: .62rem; font-weight: 600; }
.wt-hero__points { gap: .45rem; margin: 0 0 .65rem; }
.wt-hero__points li { padding: .42rem .65rem .42rem 1.65rem; font-size: .72rem; }
.wt-hero__points li::before { left: .58rem; }
.wt-note { font-size: .68rem; line-height: 1.55; }
.wt-hero__visual {
  aspect-ratio: 4 / 3;
  padding: .7rem;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(82,42,22,.16);
  transform: rotate(.5deg);
}
.wt-hero__visual > .wt-image-frame__media { border-radius: 14px; }
.wt-hero__placeholder { inset: .7rem; }

.wt-section { padding: 2.4rem 0; }
.wt-section-heading { max-width: 820px; margin-bottom: 1.35rem; }
.wt-section-heading__label { margin-bottom: .3rem; font-size: .66rem; }
.wt-section-heading h2,
.wt-guidance-compact h2,
.wt-area-panel h2,
.wt-safety-panel h2,
.wt-bottom-cta h2 { margin-bottom: .45rem; font-size: clamp(1.45rem, 2.35vw, 2rem); line-height: 1.3; }
.wt-section-heading > p:last-child { margin: 0; font-size: .82rem; line-height: 1.7; }

.wt-scene-grid { grid-template-columns: repeat(5, 1fr); gap: .65rem; }
.wt-scene-card {
  display: grid;
  min-height: 135px;
  place-items: center;
  padding: .85rem .7rem .9rem;
  border-radius: 13px;
  text-align: center;
  box-shadow: 0 7px 18px rgba(82,42,22,.07);
}
.wt-card-number { position: absolute; top: .55rem; left: .65rem; margin: 0; font-size: .62rem; }
.wt-scene-card__icon { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; color: var(--wt-blue); }
.wt-scene-card__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.wt-scene-card h3 { margin: .3rem 0 0; font-size: .85rem; line-height: 1.55; }

.wt-item-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .65rem; }
.wt-item-card { display: flex; min-width: 0; padding: .55rem .55rem .75rem; flex-direction: column; border-radius: 13px; box-shadow: 0 7px 18px rgba(82,42,22,.07); }
.wt-item-card__index { top: .85rem; left: .85rem; width: 27px; height: 27px; font-size: .6rem; }
.wt-item-card__image-slot { height: 105px; margin-bottom: .7rem; border-radius: 9px; }
.wt-item-card h3 { min-height: 2.7em; margin: 0 0 .35rem; font-size: .88rem; line-height: 1.35; }
.wt-item-card p { margin: 0; color: #625952; font-size: .72rem; line-height: 1.6; }
.wt-item-card ul { gap: .25rem; margin: auto 0 0; padding-top: .55rem; }
.wt-item-card li { padding: .18rem .4rem; font-size: .58rem; }
.wt-caution-box { grid-template-columns: 110px 1fr; gap: .7rem; margin-top: .8rem; padding: .75rem 1rem; }
.wt-caution-box strong { font-size: .78rem; }
.wt-caution-box p { font-size: .72rem; line-height: 1.6; }

.wt-flow-list { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .7rem; }
.wt-flow-list li {
  display: block;
  min-height: 155px;
  padding: .8rem .65rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(82,42,22,.06);
}
.wt-flow-list li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -.72rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid var(--wt-blue);
  transform: translateY(-50%);
}
.wt-flow-list li > span { width: 34px; height: 34px; margin: 0 auto .55rem; border-radius: 50%; font-size: .66rem; }
.wt-flow-list h3 { margin: 0 0 .35rem; font-size: .82rem; line-height: 1.4; }
.wt-flow-list p { font-size: .7rem; line-height: 1.55; }

.wt-guidance-band { padding: 1.55rem 0; border-top: 1px solid #f1d0ce; border-bottom: 1px solid #f1d0ce; background: #fff5f4; }
.wt-guidance-compact { display: grid; grid-template-columns: .85fr 2.15fr; gap: 1rem 1.4rem; align-items: center; }
.wt-guidance-compact .wt-section-heading__label { color: #d73535; }
.wt-guidance-compact h2 { color: #a82020; }
.wt-guidance__lead { margin: 0; color: #5f4848; font-size: .76rem; line-height: 1.7; }
.wt-guidance-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.wt-guidance-list article { display: flex; gap: .55rem; padding: .75rem; border: 1px solid #f0d2cf; border-radius: 10px; background: #fff; }
.wt-guidance-list article > span { display: flex; width: 27px; height: 27px; flex: 0 0 27px; align-items: center; justify-content: center; border-radius: 50%; background: #fff0ef; color: #c72b2b; font-size: .6rem; font-weight: 800; }
.wt-guidance-list h3 { margin: 0 0 .25rem; color: #8e2020; font-size: .75rem; }
.wt-guidance-list p { margin: 0; color: #655151; font-size: .69rem; line-height: 1.55; }
.wt-guidance__notice { grid-column: 1 / -1; margin: 0; padding: .55rem .8rem; border: 1px solid #e8bcb8; border-radius: 8px; background: #fff; color: #7f2424; font-size: .7rem; font-weight: 700; text-align: center; }

.wt-area-safety__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 1rem; }
.wt-area-panel,
.wt-safety-panel { padding: 1.2rem; border: 1px solid var(--wt-border); border-radius: 15px; background: #fff; box-shadow: 0 7px 18px rgba(82,42,22,.06); }
.wt-area-panel__body { display: grid; grid-template-columns: 170px 1fr; gap: 1rem; align-items: center; }
.wt-area-map { aspect-ratio: 4 / 3; border-radius: 13px; box-shadow: none; }
.wt-area-map strong { font-size: .85rem; }
.wt-area-map__ring { border-width: 8px; }
.wt-area-panel__body > div:last-child > p,
.wt-safety-panel > p { margin: 0; color: var(--wt-muted); font-size: .72rem; line-height: 1.65; }
.wt-pending-box { margin-top: .65rem; padding: .65rem .75rem; }
.wt-pending-box strong { font-size: .7rem; }
.wt-pending-box p { font-size: .65rem; line-height: 1.5; }
.wt-safety-grid { grid-template-columns: repeat(2, 1fr); gap: .55rem; margin-top: .8rem; }
.wt-safety-grid > div { position: relative; min-height: 82px; padding: .7rem .7rem .65rem 2.5rem; border-top: 3px solid var(--wt-blue); border-radius: 9px; background: #fffaf6; }
.wt-safety-grid span { position: absolute; top: .7rem; left: .7rem; color: var(--wt-blue); font-size: .58rem; font-weight: 800; }
.wt-safety-grid h3 { margin: 0 0 .25rem; color: var(--wt-navy); font-size: .76rem; }
.wt-safety-grid p { margin: 0; color: var(--wt-muted); font-size: .68rem; line-height: 1.5; }
.wt-license-note { margin-top: .65rem; font-size: .64rem; }

.wt-bottom-cta { padding: 2rem 0; }
.wt-bottom-cta .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: 1.4rem; align-items: center; }
.wt-bottom-cta__heading p:last-child { margin: 0; color: #f7e4d6; font-size: .78rem; line-height: 1.65; }
.wt-bottom-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .55rem; }
.wt-bottom-contact { display: flex; min-height: 76px; flex-direction: column; align-items: center; justify-content: center; padding: .7rem; border: 1px solid rgba(255,255,255,.2); border-radius: 10px; color: #fff; text-align: center; }
.wt-bottom-contact--line { background: var(--wt-line); }
.wt-bottom-contact--mail { background: var(--wt-mail); }
.wt-bottom-contact--phone { background: var(--wt-orange); }
.wt-bottom-contact strong { font-size: .78rem; }
.wt-bottom-contact span { margin-top: .25rem; font-size: .62rem; opacity: .9; }

.wt-home .site-footer.wt-footer { padding: 2rem 0 1rem; }
.wt-footer__grid { grid-template-columns: 1.35fr .8fr .9fr .9fr; gap: 1.2rem; }
.wt-footer__brand { font-size: .8rem; }
.wt-footer__brand strong { font-size: 1.25rem; }
.wt-footer__domain { margin: .35rem 0 .6rem; color: #ffb778; font-size: .68rem; }
.wt-footer__about > p:last-child,
.wt-footer__status p { margin: 0; color: #e3cfc2; font-size: .72rem; line-height: 1.65; }
.wt-footer__grid h2 { margin: 0 0 .65rem; color: #fff; font-size: .8rem; }
.wt-footer nav ul { grid-template-columns: 1fr; gap: .35rem; }
.wt-footer nav a,
.wt-footer__status a { color: #eadbd2; font-size: .7rem; text-decoration: none; }
.wt-footer__status a { display: inline-block; margin-top: .55rem; color: #ffb778; font-weight: 700; }
.wt-footer__bottom { margin-top: 1.25rem; padding-top: .75rem; }
.wt-footer__bottom p { font-size: .68rem; }

@media (max-width: 1100px) {
  .wt-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(380px, .9fr); }
  .wt-item-grid { grid-template-columns: repeat(3, 1fr); }
  .wt-item-card__image-slot { height: 135px; }
  .wt-item-card h3 { min-height: 0; }
  .wt-footer__grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .wt-footer__status:last-child { grid-column: 3; }
}

@media (max-width: 820px) {
  .wt-hero__grid { grid-template-columns: 1fr; }
  .wt-hero__visual { width: 100%; max-width: 620px; aspect-ratio: 4 / 3; min-height: 0; }
  .wt-scene-grid { grid-template-columns: repeat(3, 1fr); }
  .wt-flow-list { grid-template-columns: repeat(3, 1fr); }
  .wt-flow-list li:nth-child(3)::after { display: none; }
  .wt-guidance-compact { grid-template-columns: 1fr; }
  .wt-area-safety__grid { grid-template-columns: 1fr; }
  .wt-bottom-cta .container { grid-template-columns: 1fr; }
  .wt-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .wt-footer__about { grid-column: 1 / -1; }
  .wt-footer__status:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .wt-home .container { padding-right: 16px; padding-left: 16px; }
  .wt-hero { padding: 1.75rem 0 1.6rem; }
  .wt-hero h1 { font-size: clamp(1.95rem, 9vw, 2.3rem); line-height: 1.18; letter-spacing: -.04em; }
  .wt-hero__lead { font-size: .88rem; line-height: 1.75; }
  .wt-hero__contact { grid-template-columns: 1fr; gap: .45rem; }
  .wt-quick-contact { min-height: 56px; padding: .55rem .75rem; }
  .wt-quick-contact strong { font-size: .86rem; }
  .wt-hero__points { display: grid; grid-template-columns: 1fr; }
  .wt-hero__points li { width: 100%; }
  .wt-hero__visual { padding: .6rem; border-radius: 17px; }
  .wt-section { padding: 2rem 0; }
  .wt-section-heading { margin-bottom: 1.1rem; }
  .wt-section-heading h2,
  .wt-guidance-compact h2,
  .wt-area-panel h2,
  .wt-safety-panel h2,
  .wt-bottom-cta h2 { font-size: 1.45rem; }
  .wt-scene-grid { grid-template-columns: repeat(2, 1fr); gap: .55rem; }
  .wt-scene-card { min-height: 125px; padding: .75rem .55rem; }
  .wt-scene-card:last-child { grid-column: 1 / -1; min-height: 105px; }
  .wt-scene-card__icon { width: 37px; height: 37px; }
  .wt-scene-card h3 { font-size: .8rem; }
  .wt-item-grid { grid-template-columns: 1fr; gap: .75rem; }
  .wt-item-card { padding: .7rem .7rem .9rem; }
  .wt-item-card__image-slot { height: 145px; }
  .wt-item-card h3 { min-height: 0; font-size: 1rem; }
  .wt-item-card p { font-size: .78rem; }
  .wt-item-card li { font-size: .65rem; }
  .wt-caution-box { grid-template-columns: 1fr; gap: .25rem; }
  .wt-flow-list { grid-template-columns: 1fr; gap: .55rem; }
  .wt-flow-list li { display: grid; min-height: 0; grid-template-columns: 36px 1fr; gap: .75rem; padding: .75rem; text-align: left; }
  .wt-flow-list li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -.58rem;
    left: 25px;
    border-top: 8px solid var(--wt-blue);
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    transform: none;
  }
  .wt-flow-list li:nth-child(3)::after { display: block; }
  .wt-flow-list li > span { width: 36px; height: 36px; margin: 0; grid-row: 1 / 3; }
  .wt-flow-list h3 { margin-top: .1rem; font-size: .88rem; }
  .wt-flow-list p { font-size: .72rem; }
  .wt-guidance-band { padding: 1.5rem 0; }
  .wt-guidance-list { grid-template-columns: 1fr; }
  .wt-guidance-list p { font-size: .7rem; }
  .wt-guidance__notice { font-size: .68rem; line-height: 1.55; }
  .wt-area-panel,
  .wt-safety-panel { padding: 1rem; }
  .wt-area-panel__body { grid-template-columns: 1fr; }
  .wt-area-map { max-width: none; aspect-ratio: 2 / 1; }
  .wt-safety-grid { grid-template-columns: repeat(2, 1fr); }
  .wt-safety-grid > div { min-height: 105px; padding: .65rem; }
  .wt-safety-grid span { position: static; display: block; margin-bottom: .35rem; }
  .wt-bottom-cta { padding: 1.8rem 0; }
  .wt-bottom-contact-grid { grid-template-columns: 1fr; gap: .45rem; }
  .wt-bottom-contact { min-height: 58px; }
  .wt-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem 1rem; }
  .wt-footer__bottom { align-items: flex-start; }
}

@media (max-width: 390px) {
  .wt-hero h1 { font-size: 2rem; }
  .wt-hero__visual { padding: .55rem; }
  .wt-footer nav ul { grid-template-columns: 1fr; }
}
