:root {
  color-scheme: light;
  --paper: #f3ecd9;
  --paper-light: #fffaf0;
  --ink: #162c2b;
  --red: #dd3c2f;
  --yellow: #f4c542;
  --blue: #217b85;
  --line: rgba(22, 44, 43, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(22,44,43,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,44,43,.035) 1px, transparent 1px),
    var(--paper);
  background-size: 22px 22px;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}
a { color: inherit; }
.shop-header, main, footer { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.shop-header { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 3px solid var(--ink); }
.shop-name { display: flex; gap: 12px; align-items: center; font-weight: 900; text-decoration: none; letter-spacing: .04em; }
.shop-name small { display: block; margin-top: 2px; font: 700 .59rem/1.2 ui-monospace, monospace; letter-spacing: .12em; }
.shop-mark { display: block; width: 46px; height: 46px; object-fit: cover; border-radius: 10px; }
.header-cta, .primary-button { color: var(--paper-light); background: var(--ink); text-decoration: none; font-weight: 800; }
.header-cta { padding: 11px 17px; }
.hero { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px, 8vw, 110px); align-items: center; min-height: 690px; padding: 70px 0 90px; }
.hero > * { min-width: 0; }
.area-label, .kicker, .section-heading > p { color: var(--red); font: 800 .78rem/1.2 ui-monospace, monospace; letter-spacing: .13em; }
.area-label::before { content: "●"; margin-right: 8px; }
h1 { margin: 22px 0 30px; font-size: clamp(4rem, 9vw, 8.6rem); line-height: .86; letter-spacing: -.09em; }
h1 em { position: relative; color: var(--red); font-style: normal; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -3%; bottom: 4%; height: 21%; background: var(--yellow); transform: rotate(-1.5deg); }
.hero-lede { max-width: 690px; font-size: 1.08rem; line-height: 1.95; }
.hero-actions { display: flex; gap: 24px; align-items: center; margin-top: 36px; }
.primary-button { display: flex; justify-content: space-between; gap: 50px; min-width: 285px; padding: 18px 20px; box-shadow: 6px 6px 0 var(--red); }
.primary-button:hover { color: var(--ink); background: var(--yellow); }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.repair-ticket { position: relative; background: var(--paper-light); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); transform: rotate(1.5deg); }
.repair-ticket::before, .repair-ticket::after { content: ""; position: absolute; left: -8px; width: 14px; aspect-ratio: 1; background: var(--paper); border: 2px solid var(--ink); border-radius: 50%; }
.repair-ticket::before { top: 30%; } .repair-ticket::after { bottom: 30%; }
.ticket-top { margin: 0; padding: 16px 18px; border-bottom: 1px dashed var(--line); font: 800 .72rem/1 ui-monospace, monospace; letter-spacing: .16em; }
.ticket-price { margin: 0; padding: 26px 18px 20px; }
.ticket-price span { display: block; font-weight: 800; }
.ticket-price strong { display: block; margin-top: 4px; color: var(--red); font: 900 clamp(3.5rem, 6vw, 5.4rem)/1 ui-monospace, monospace; letter-spacing: -.08em; }
.ticket-price small { font-size: 1rem; }
.repair-ticket dl { margin: 0; padding: 0 18px; }
.repair-ticket dl div { display: grid; grid-template-columns: 70px 1fr; padding: 12px 0; border-top: 1px dashed var(--line); }
.repair-ticket dt { font-weight: 800; } .repair-ticket dd { margin: 0; }
.ticket-note { margin: 18px; padding: 12px; background: var(--yellow); font-weight: 800; text-align: center; }
.symptoms { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 9vw, 130px); padding: 110px 0; border-top: 3px solid var(--ink); }
.section-heading h2, .prices h2, .consultation h2 { margin: 18px 0; font-size: clamp(2.7rem, 5.8vw, 5.5rem); line-height: .98; letter-spacing: -.07em; }
.symptom-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.symptom-list li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.symptom-list li > span { color: var(--red); font: 800 .8rem/1.5 ui-monospace, monospace; }
.symptom-list h3 { margin: 0; font-size: 1.25rem; }
.symptom-list p { margin: 7px 0 0; line-height: 1.75; }
.prices { display: grid; grid-template-columns: .76fr 1.24fr; gap: clamp(45px, 9vw, 120px); padding: 90px clamp(22px, 5vw, 70px); color: var(--paper-light); background: var(--ink); }
.price-intro > p:last-child { max-width: 440px; line-height: 1.9; }
.price-board { align-self: center; border-top: 1px solid rgba(255,250,240,.45); }
.price-board div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,250,240,.3); }
.price-board strong { color: var(--yellow); white-space: nowrap; }
.price-board .price-board-note { margin-top: 16px; padding-inline: 14px; color: var(--ink); background: var(--yellow); }
.price-board .price-board-note strong { color: var(--red); }
.process { padding: 110px 0; }
.section-heading.compact { display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.section-heading.compact h2 { max-width: 760px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--ink); margin-top: 35px; }
.process-steps article { padding: 30px; border-right: 1px solid var(--line); }
.process-steps article:last-child { border-right: 0; }
.process-steps span { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--paper-light); background: var(--red); border-radius: 50%; font-weight: 900; }
.process-steps h3 { margin: 28px 0 8px; font-size: 1.35rem; }
.process-steps p { margin: 0; line-height: 1.8; }
.consultation { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 110px); padding: 90px clamp(22px, 5vw, 70px); background: var(--yellow); border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--red); }
.consultation-copy > p { line-height: 1.85; }
.privacy-message { padding-top: 18px; border-top: 1px solid var(--line); font-size: .86rem; }
form { display: grid; gap: 19px; }
label { display: grid; gap: 7px; font-weight: 800; }
label small { font-weight: 500; }
input, textarea, select { width: 100%; padding: 14px 15px; color: var(--ink); background: var(--paper-light); border: 2px solid var(--ink); border-radius: 0; font: inherit; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: 4px solid rgba(33,123,133,.36); outline-offset: 1px; }
form > button, .copy-button { display: flex; justify-content: space-between; padding: 17px 19px; color: var(--paper-light); background: var(--ink); border: 0; font: inherit; font-weight: 900; cursor: pointer; }
form > button:hover, .copy-button:hover { background: var(--red); }
form > button:disabled { cursor: wait; opacity: .7; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.4em; margin: 0; font-weight: 800; }
.prepared-request { padding-top: 18px; border-top: 2px solid var(--ink); }
.prepared-request textarea { margin-top: 7px; font-size: .85rem; }
.prepared-request p { font-size: .8rem; line-height: 1.6; }
.copy-button { width: 100%; margin-top: 10px; justify-content: center; }
.payment-note { display: grid; grid-template-columns: .4fr .7fr 1fr; gap: 35px; align-items: start; padding: 90px 0 35px; }
.payment-note h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.055em; }
.payment-note p:last-child { margin: 0; line-height: 1.85; }
.boundaries { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; padding: 90px 0; }
.boundaries h2 { margin: 0; font-size: 1rem; }
.boundaries p { display: grid; grid-template-columns: 100px 1fr; gap: 20px; margin: 0; padding: 20px 0; border-top: 1px solid var(--line); line-height: 1.8; }
.boundaries p:last-child { border-bottom: 1px solid var(--line); }
.faq { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; padding: 20px 0 110px; }
.faq h2 { margin: 16px 0 0; font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: .98; letter-spacing: -.065em; }
.faq dl { margin: 0; border-top: 2px solid var(--ink); }
.faq dl div { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq dt { font-size: 1.08rem; font-weight: 900; }
.faq dd { margin: 8px 0 0; line-height: 1.8; }
.legal { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; padding: 0 0 90px; }
.legal h2 { margin: 0; font-size: 1rem; }
.legal p { display: grid; grid-template-columns: 190px 1fr; gap: 20px; margin: 0; padding: 16px 0; border-top: 1px solid var(--line); line-height: 1.8; font-size: .92rem; }
.legal p:last-child { border-bottom: 1px solid var(--line); }
.legal strong { font-weight: 700; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 40px; border-top: 3px solid var(--ink); font: 700 .72rem/1.4 ui-monospace, monospace; }

@media (prefers-reduced-motion: no-preference) {
  .repair-ticket { animation: ticket-in .55s ease-out both; }
  @keyframes ticket-in { from { opacity: 0; transform: translateY(24px) rotate(4deg); } }
}
@media (max-width: 820px) {
  .hero, .symptoms, .prices, .consultation { grid-template-columns: 1fr; }
  .hero { min-height: 0; }
  .repair-ticket { width: min(430px, 96%); margin: 0 auto; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading.compact { display: block; }
  .boundaries, .faq { grid-template-columns: 1fr; gap: 20px; }
  .legal { grid-template-columns: 1fr; gap: 20px; }
  .legal p { grid-template-columns: 1fr; gap: 6px; }
  .payment-note { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shop-header, main, footer { width: min(100% - 28px, 1160px); }
  .shop-name { font-size: .85rem; } .shop-name small { display: none; }
  .header-cta { padding: 10px 12px; font-size: .8rem; }
  .hero { padding-top: 48px; } h1 { font-size: clamp(3.35rem, 15vw, 5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button { min-width: 0; }
  .symptoms, .process { padding-block: 75px; }
  .prices, .consultation { padding: 55px 20px; }
  .price-board div { display: grid; gap: 7px; }
  .consultation { box-shadow: 7px 7px 0 var(--red); }
  .boundaries p { grid-template-columns: 1fr; gap: 5px; }
  footer { flex-direction: column; }
}
