@charset "UTF-8";

:root {
  --ink: #2a2428;
  --muted: #71666d;
  --black: #18161a;
  --black-soft: #252127;
  --gold: #aa7657;
  --gold-bright: #e0c09d;
  --gold-pale: #f1dfd0;
  --cream: #f6efeb;
  --paper: #fffdfb;
  --line: #dfd2cb;
  --red: #7c3850;
  --green: #466454;
  --white: #fff;
  --shadow: 0 20px 60px rgba(33, 24, 12, .12);
  --serif: "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --content: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.85; letter-spacing: .025em; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
address { font-style: normal; }
h1, h2, h3, p, ul, ol, figure { margin-top: 0; }
h1, h2, h3 { line-height: 1.45; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.section { padding: 112px 0; }
.mobile-only { display: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; background: #fff; color: #111; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 1000; height: 88px; color: var(--ink); background: rgba(255, 253, 248, .96); border-bottom: 1px solid rgba(173, 122, 34, .22); backdrop-filter: blur(12px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(35, 27, 17, .09); }
.header-inner { width: min(calc(100% - 40px), 1360px); height: 100%; margin-inline: auto; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; color: #fff; background: linear-gradient(135deg, #d4aa52, #8e5d12); border: 1px solid rgba(255,255,255,.45); outline: 1px solid var(--gold); outline-offset: 3px; font-family: var(--serif); font-weight: 900; font-size: 24px; }
.brand-copy { display: grid; line-height: 1.3; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; letter-spacing: .08em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: .1em; }
.global-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.global-nav a { position: relative; font-weight: 700; font-size: 13px; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .2s ease; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-tel { display: grid; color: var(--ink); line-height: 1.15; text-align: right; }
.header-tel small { color: var(--muted); font-size: 10px; }
.header-tel strong { font-size: 20px; letter-spacing: .04em; }
.menu-button { display: none; }

.button { display: inline-flex; min-height: 64px; padding: 12px 28px; align-items: center; justify-content: center; gap: 4px; border: 1px solid transparent; font-weight: 900; line-height: 1.3; letter-spacing: .06em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span, .button small { display: block; }
.button small { font-size: 10px; font-weight: 500; letter-spacing: .04em; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button-gold { color: #211708; background: linear-gradient(135deg, #efd287 0%, #c18b28 56%, #e4bd66 100%); box-shadow: 0 12px 30px rgba(160, 105, 16, .28); }
.button-gold:hover { box-shadow: 0 16px 36px rgba(160, 105, 16, .36); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.05); }
.button-outline-light:hover { background: rgba(255,255,255,.12); }
.button-small { min-height: 48px; padding: 10px 18px; font-size: 13px; }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); color: #76500f; font-weight: 900; }
.text-link span { font-size: 22px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 760px; color: #fff; overflow: hidden; background: radial-gradient(circle at 78% 36%, #554039 0, #282128 29%, #141216 72%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-glow { position: absolute; width: 620px; height: 620px; right: -100px; top: -200px; border: 1px solid rgba(223,184,95,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(223,184,95,.025), 0 0 0 180px rgba(223,184,95,.02); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; padding-top: 58px; padding-bottom: 64px; }
.hero-copy { position: relative; z-index: 2; }
.hero-kicker { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hero-kicker span { padding: 6px 12px; border: 1px solid rgba(223,184,95,.55); color: var(--gold-bright); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.hero h1 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(36px, 4.2vw, 62px); font-weight: 700; letter-spacing: .03em; }
.hero h1 em { color: var(--gold-bright); font-style: normal; font-size: 1.08em; }
.hero-lead { margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 17px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0; padding: 0; margin-bottom: 30px; list-style: none; border-block: 1px solid rgba(255,255,255,.18); }
.hero-points li { flex: 1 1 30%; padding: 14px 15px; color: rgba(255,255,255,.72); font-size: 12px; text-align: center; border-right: 1px solid rgba(255,255,255,.18); }
.hero-points li:last-child { border-right: 0; }
.hero-points strong { display: block; color: #fff; font-size: 15px; }
.hero-actions { display: grid; grid-template-columns: 1.05fr .95fr; gap: 12px; }
.hero-actions .button { display: grid; }
.hero-note { margin: 12px 0 0; color: rgba(255,255,255,.56); font-size: 11px; }
.hero-visual { position: relative; align-self: end; margin: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(223,184,95,.38); }
.hero-visual picture { display: block; position: relative; overflow: hidden; background: #2c2316; }
.hero-visual img { aspect-ratio: 760 / 820; object-fit: cover; }
.hero-visual figcaption { position: absolute; left: -28px; bottom: 32px; max-width: 250px; padding: 16px 20px; color: #211708; background: rgba(247, 228, 182, .94); box-shadow: 0 14px 36px rgba(0,0,0,.22); font-family: var(--serif); font-weight: 700; }
.hero-visual figcaption span { display: block; color: #75500d; font-family: var(--sans); font-size: 10px; letter-spacing: .15em; }
.hero-status { position: relative; z-index: 3; color: #282015; background: #fff; border-bottom: 1px solid var(--line); }
.status-grid { min-height: 90px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.status-grid p { display: grid; margin: 0; padding: 12px 32px; border-right: 1px solid var(--line); }
.status-grid p:first-child { border-left: 1px solid var(--line); }
.status-grid span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.status-grid strong { font-family: var(--serif); font-size: 16px; }

.quick-nav { position: relative; z-index: 5; background: var(--cream); border-bottom: 1px solid var(--line); }
.quick-nav-list { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-nav a { display: flex; min-height: 82px; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); font-size: 14px; font-weight: 900; }
.quick-nav a:first-child { border-left: 1px solid var(--line); }
.quick-nav span { color: var(--gold); font-family: var(--serif); font-size: 12px; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading-left { margin-left: 0; text-align: left; }
.eyebrow { margin-bottom: 10px; color: var(--gold); font-family: var(--sans); font-size: 11px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.section-heading h2, .policy h2, .faq-intro h2, .contact h2 { margin-bottom: 20px; font-family: var(--serif); font-size: clamp(30px, 4vw, 46px); font-weight: 700; letter-spacing: .04em; }
.section-heading > p:last-child, .faq-intro > p { color: var(--muted); }
.section-heading-dark h2 { color: #fff; }
.section-heading-dark > p:last-child { color: rgba(255,255,255,.7); }

.concerns { color: #fff; background: var(--black); }
.concerns .section-heading { max-width: 850px; }
.concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: 50px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.concern-grid article { min-height: 290px; padding: 36px 28px; background: #211b14; }
.concern-grid article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; color: var(--gold-bright); border: 1px solid rgba(223,184,95,.5); border-radius: 50%; font-family: var(--serif); font-size: 12px; }
.concern-grid h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 20px; }
.concern-grid p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.answer-box { display: grid; grid-template-columns: 86px 1fr; gap: 30px; align-items: center; max-width: 920px; margin-inline: auto; padding: 32px 40px; color: var(--ink); background: linear-gradient(135deg, #f6e7c0, #fffaf0); box-shadow: var(--shadow); }
.answer-mark { display: grid; place-items: center; width: 74px; aspect-ratio: 1; background: var(--gold); color: #fff; border-radius: 50%; font-family: var(--serif); font-size: 28px; font-weight: 900; }
.answer-box h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 23px; }
.answer-box p { margin-bottom: 0; font-size: 14px; }

.services { background: var(--cream); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; background: #fff; box-shadow: 0 14px 44px rgba(45,34,20,.08); }
.service-card img { aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(.88); }
.service-card-body { position: relative; min-height: 300px; padding: 34px 30px 30px; }
.service-number { position: absolute; top: -30px; right: 18px; display: grid; place-items: center; width: 62px; height: 62px; color: #fff; background: var(--gold); border: 5px solid #fff; border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.service-label { margin-bottom: 6px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { margin-bottom: 15px; font-family: var(--serif); font-size: 23px; }
.service-card-body > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.notice { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; margin-top: 30px; padding: 26px 32px; background: #fff; border-left: 5px solid var(--red); }
.notice strong { color: var(--red); font-family: var(--serif); font-size: 18px; }
.notice p { margin: 0; font-size: 13px; }

.target-items { position: relative; overflow: hidden; background: #fff; }
.target-items::before { content: "毛"; position: absolute; right: -40px; top: -140px; color: rgba(170,118,87,.05); font-family: var(--serif); font-size: 460px; line-height: 1; }
.target-items .section-heading-left { position: relative; max-width: 660px; }
.item-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.item-grid article { min-height: 220px; padding: 30px; border: 1px solid var(--line); background: rgba(255,253,248,.9); transition: transform .2s, box-shadow .2s; }
.item-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.item-tag { display: inline-block; margin-bottom: 18px; padding: 4px 9px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.item-tag.purchase { background: var(--gold); }
.item-tag.check { background: #72644e; }
.item-tag.consult { background: #38624f; }
.item-tag.memorial { background: #6c5175; }
.item-grid h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 22px; }
.item-grid h3 small { display: block; margin-top: 2px; color: var(--gold); font-family: var(--sans); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.item-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.material-grid article.featured { border-top: 5px solid var(--gold); box-shadow: 0 14px 36px rgba(68,42,47,.08); }
.material-grid .item-tag.check { background: var(--red); }
.legal-note { position: relative; margin-top: 30px; padding: 30px 34px 28px 40px; background: #fff8f5; border: 1px solid #d9b9b2; border-left: 6px solid var(--red); }
.legal-note h3 { margin-bottom: 10px; color: var(--red); font-family: var(--serif); font-size: 20px; }
.legal-note > p { margin-bottom: 14px; color: #5f5559; font-size: 13px; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-bottom: 0 !important; }
.legal-links a { color: #6e3045; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }

.brands { background: #201b20; color: #fff; }
.brands .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.14); }
.brand-grid article { min-height: 250px; padding: 32px 26px; background: #292329; }
.brand-grid article > span { display: inline-block; margin-bottom: 34px; color: var(--gold-bright); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.brand-grid h3 { margin-bottom: 14px; color: #fff; font-family: var(--serif); font-size: 22px; letter-spacing: .04em; }
.brand-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; }
.brand-disclaimer { margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 11px; text-align: center; }

.gift-site .button-gold { background: linear-gradient(135deg, #efd8bd 0%, #bd8664 56%, #e4c19d 100%); }
.gift-site .brand-mark { background: linear-gradient(135deg, #c79877, #7a4a52); outline-color: var(--gold); }
.gift-site .service-card img, .gift-site .scenario-grid img, .gift-site .policy-grid > img { filter: saturate(.85) contrast(1.02); }

.appraisal { padding-block: 0; background: var(--cream); }
.appraisal-layout { width: min(100%, 1440px); display: grid; grid-template-columns: minmax(420px, .88fr) minmax(560px, 1.12fr); align-items: stretch; }
.appraisal-photo { position: relative; min-height: 900px; }
.appraisal-photo > img { height: 100%; object-fit: cover; }
.photo-caption { position: absolute; right: -26px; bottom: 60px; padding: 20px 28px; color: #fff; background: var(--black); box-shadow: var(--shadow); }
.photo-caption span { display: block; color: var(--gold-bright); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.photo-caption strong { font-family: var(--serif); font-size: 18px; }
.appraisal-content { padding: 92px clamp(40px, 6vw, 96px); }
.appraisal-content .section-heading { margin-bottom: 30px; }
.point-list { padding: 0; list-style: none; border-top: 1px solid var(--line); }
.point-list li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.point-list li > span { color: var(--gold); font-family: var(--serif); font-weight: 900; }
.point-list h3 { margin-bottom: 2px; font-family: var(--serif); font-size: 18px; }
.point-list p { margin: 0; color: var(--muted); font-size: 13px; }
.appraisal-content .text-link { margin-top: 20px; }

.area { position: relative; color: #fff; overflow: hidden; background: #211820; }
.area::before { content: ""; position: absolute; inset: 0; opacity: .16; background: radial-gradient(circle at 20% 0, #d9ae55, transparent 36%), repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 1px, transparent 1px 16px); }
.area .container { position: relative; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.area-grid article { min-height: 275px; padding: 34px; background: rgba(255,255,255,.07); border: 1px solid rgba(223,184,95,.42); }
.area-grid span { display: inline-block; margin-bottom: 28px; padding: 5px 10px; color: var(--black); background: var(--gold-bright); font-size: 10px; font-weight: 900; }
.area-grid h3 { margin-bottom: 14px; color: #fff; font-family: var(--serif); font-size: 24px; }
.area-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.area-answer { display: grid; grid-template-columns: 250px 1fr auto; gap: 26px; align-items: center; margin-top: 28px; padding: 26px 30px; color: var(--ink); background: #fff; }
.area-answer strong { font-family: var(--serif); font-size: 19px; }
.area-answer p { margin: 0; font-size: 13px; }
.area-answer .button { min-height: 54px; white-space: nowrap; }

.scenarios { background: var(--paper); }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.scenario-grid article { position: relative; background: #fff; border: 1px solid var(--line); }
.scenario-grid img { aspect-ratio: 31 / 21; object-fit: cover; }
.scenario-grid article > div { padding: 28px; }
.scenario-no { position: absolute; top: 0; left: 0; z-index: 2; padding: 7px 12px; color: #fff; background: var(--black); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.scenario-grid h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 22px; }
.scenario-grid p { color: var(--muted); font-size: 13px; }
.scenario-grid strong { display: block; margin-top: 22px; color: var(--gold); font-size: 11px; }
.scenario-grid strong + p { margin-bottom: 0; color: var(--ink); }
.scenario-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.flow { color: #fff; background: var(--black); }
.flow-list { position: relative; max-width: 950px; margin: 0 auto; padding: 0; list-style: none; }
.flow-list::before { content: ""; position: absolute; left: 80px; top: 80px; bottom: 80px; width: 1px; background: linear-gradient(var(--gold-bright), rgba(223,184,95,.1)); }
.flow-list li { position: relative; display: grid; grid-template-columns: 50px 92px 1fr; gap: 28px; align-items: center; min-height: 160px; padding: 24px 34px; margin-bottom: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.flow-number { color: var(--gold-bright); font-family: var(--serif); font-size: 14px; font-weight: 900; }
.flow-icon { position: relative; z-index: 2; display: grid; place-items: center; width: 74px; height: 74px; color: #20180e; background: var(--gold-bright); border-radius: 50%; font-family: var(--serif); font-size: 24px; font-weight: 900; box-shadow: 0 0 0 8px var(--black); }
.flow-list h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 21px; }
.flow-list p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.before-removal { max-width: 950px; margin: 34px auto 0; padding: 32px 40px; color: var(--ink); background: var(--gold-pale); }
.before-removal h3 { margin-bottom: 15px; font-family: var(--serif); font-size: 22px; }
.before-removal ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px; padding-left: 1.3em; margin: 0; font-size: 13px; }

.policy { padding: 0; background: var(--cream); }
.policy-grid { width: min(100%, 1440px); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.policy-copy { padding: clamp(68px, 8vw, 120px) clamp(36px, 7vw, 110px); }
.policy-copy > p:not(.eyebrow) { color: var(--muted); }
.policy-grid > img { height: 100%; min-height: 650px; object-fit: cover; }
.policy-points { margin-top: 34px; border-top: 1px solid var(--line); }
.policy-points p { display: flex; gap: 16px; align-items: center; margin: 0; padding: 16px 0; color: var(--ink) !important; border-bottom: 1px solid var(--line); font-family: var(--serif); font-weight: 700; }
.policy-points span { color: var(--gold); font-family: var(--sans); font-size: 11px; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: 330px 1fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 132px; }
.faq-intro .text-link { margin-top: 24px; font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: grid; grid-template-columns: 38px 1fr 20px; gap: 14px; align-items: center; padding: 24px 46px 24px 6px; cursor: pointer; font-family: var(--serif); font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 12px; color: var(--gold); font-family: var(--sans); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary span, .faq-list details > div > span { color: var(--gold); font-family: var(--serif); font-size: 22px; font-weight: 900; }
.faq-list details > div { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 0 46px 26px 6px; }
.faq-list details > div > span { color: var(--red); }
.faq-list details > div p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-list details a { color: #75500d; text-decoration: underline; text-underline-offset: 3px; }

.contact { position: relative; color: #fff; overflow: hidden; background: radial-gradient(circle at 0 100%, #443619, transparent 40%), #17130e; }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(45deg, transparent 0 18px, rgba(255,255,255,.12) 18px 19px); }
.contact-layout { position: relative; display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 64px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.prepare-list { padding: 0; margin: 34px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.prepare-list li { display: flex; gap: 15px; align-items: center; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.prepare-list span { display: grid; place-items: center; width: 25px; aspect-ratio: 1; color: var(--black); background: var(--gold-bright); border-radius: 50%; font-size: 10px; font-weight: 900; }
.contact-panel { padding: 42px; color: var(--ink); background: #fff; box-shadow: 0 22px 70px rgba(0,0,0,.35); text-align: center; }
.contact-panel-form { text-align: left; }
.contact-panel-form > .panel-label, .contact-panel-form > h3, .contact-panel-form > p, .contact-panel-form > .or, .contact-panel-form > .panel-tel, .contact-panel-form > .panel-hours { text-align: center; }
.panel-label { margin-bottom: 8px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.contact-panel h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 25px; }
.contact-panel > p:not(.panel-label):not(.panel-hours) { color: var(--muted); font-size: 13px; }
.contact-panel .button { margin-top: 12px; }
.price-link { display: inline-block; margin-top: 18px; color: #75500d; font-size: 12px; font-weight: 900; border-bottom: 1px solid currentColor; }
.or { display: flex; align-items: center; gap: 12px; margin: 28px 0 20px; color: var(--muted); font-size: 10px; }
.or::before, .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.panel-tel { display: block; color: var(--ink); font-size: clamp(30px, 4vw, 42px); font-weight: 900; line-height: 1.2; letter-spacing: .03em; }
.panel-hours { margin: 8px 0 0; color: var(--ink); font-weight: 700; }
.panel-hours small { color: var(--muted); font-weight: 400; }
.consult-form { margin-top: 28px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { display: grid; align-content: start; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 700; }
.form-grid label > span { display: flex; align-items: center; gap: 7px; }
.form-grid em { padding: 2px 6px; color: #fff; background: var(--red); font-size: 9px; font-style: normal; font-weight: 900; }
.form-wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 52px; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #cfc3b2; border-radius: 0; outline: none; }
.form-grid textarea { min-height: 130px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(173,122,34,.16); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #9c9387; }
.form-grid .file-input { padding: 10px; background: var(--cream); }
.form-grid label > small { color: var(--muted); font-size: 10px; font-weight: 400; }
.privacy-box { max-height: 145px; overflow: auto; margin-top: 22px; padding: 16px; color: var(--muted); background: var(--cream); border: 1px solid var(--line); font-size: 11px; line-height: 1.7; }
.consent { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 18px 0; font-size: 13px; font-weight: 700; }
.consent input { width: 20px; height: 20px; accent-color: var(--gold); }
.form-status { margin: 0 0 14px; color: var(--muted); font-size: 11px; text-align: center; }
.form-status.is-ready { color: var(--green); }
.form-status.is-error { color: var(--red); font-weight: 700; }
.consult-form .button:disabled { cursor: wait; opacity: .55; transform: none; box-shadow: none; }

.site-footer { color: rgba(255,255,255,.68); background: #0f0d0a; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 70px; padding-bottom: 60px; }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.56); }
.footer-main address { margin-top: 28px; font-size: 12px; line-height: 2; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-nav div { display: grid; align-content: start; }
.footer-nav strong { margin-bottom: 15px; color: #fff; font-family: var(--serif); font-size: 15px; }
.footer-nav a { width: fit-content; padding: 5px 0; font-size: 12px; }
.footer-nav a:hover { color: var(--gold-bright); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom .container { min-height: 70px; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { margin: 0; font-size: 10px; }
.footer-bottom a { font-size: 11px; }
.mobile-contact { display: none; }
.page-top { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: grid; place-items: center; width: 48px; height: 48px; color: #fff; background: var(--black); border: 1px solid rgba(223,184,95,.5); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s; }
.page-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1180px) {
  .global-nav { gap: 13px; }
  .global-nav a { font-size: 11px; }
  .header-tel { display: none; }
  .hero-grid { gap: 36px; }
  .contact-layout { gap: 42px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 36px), var(--content)); }
  .section { padding: 84px 0; }
  .site-header { height: 72px; }
  .header-inner { width: calc(100% - 28px); }
  .brand-mark { width: 38px; font-size: 20px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy small { font-size: 9px; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .menu-button { position: relative; z-index: 2; display: grid; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
  .menu-button span:not(.visually-hidden) { display: block; width: 24px; height: 2px; margin: auto; background: var(--ink); transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; max-height: 0; overflow: hidden; background: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.18); transition: max-height .3s ease; }
  .global-nav.is-open { max-height: 430px; }
  .global-nav a { padding: 17px 24px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .global-nav a::after { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 42%; gap: 26px; padding-top: 58px; }
  .hero h1 { font-size: 38px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-visual figcaption { left: -16px; }
  .concern-grid { grid-template-columns: 1fr 1fr; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 1fr; }
  .service-card img { height: 100%; aspect-ratio: auto; }
  .service-card-body { min-height: 260px; }
  .item-grid { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .appraisal-layout { grid-template-columns: 42% 58%; }
  .appraisal-photo { min-height: 1050px; }
  .appraisal-content { padding: 72px 40px; }
  .area-answer { grid-template-columns: 1fr; text-align: center; }
  .area-answer .button { justify-self: center; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; max-width: 650px; }
  .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy { position: static; }
  .contact-panel { padding: 32px; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 900; display: grid; grid-template-columns: 1fr 1.25fr; height: calc(70px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); color: #fff; box-shadow: 0 -10px 30px rgba(0,0,0,.18); }
  .mobile-contact a { display: grid; place-items: center; align-content: center; line-height: 1.25; text-align: center; background: #30271b; }
  .mobile-contact a:last-child { color: #201708; background: linear-gradient(135deg, #edcf7f, #bd8526); }
  .mobile-contact span { font-size: 15px; font-weight: 900; }
  .mobile-contact small { font-size: 9px; }
  .page-top { bottom: 88px; }
}

@media (max-width: 767px) {
  body { font-size: 15px; line-height: 1.75; }
  .desktop-only { display: none; }
  .mobile-only { display: initial; }
  .container { width: min(calc(100% - 32px), var(--content)); }
  .section { padding: 68px 0; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { max-width: 170px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: 0; }
  .hero::before { background-size: 38px 38px; }
  .hero-grid { width: 100%; display: flex; flex-direction: column; gap: 0; padding: 0; }
  .hero-copy { order: 2; width: calc(100% - 32px); margin: -58px auto 0; padding: 30px 22px 34px; background: rgba(19,15,10,.96); border: 1px solid rgba(223,184,95,.25); box-shadow: 0 -15px 40px rgba(0,0,0,.3); }
  .hero-visual { order: 1; width: 100%; }
  .hero-visual::before, .hero-visual figcaption { display: none; }
  .hero-visual img { aspect-ratio: 4 / 4.35; object-position: center 42%; }
  .hero-kicker { margin-bottom: 16px; }
  .hero-kicker span { padding: 4px 8px; font-size: 9px; }
  .hero h1 { margin-bottom: 16px; font-size: clamp(29px, 9vw, 39px); }
  .hero-lead { margin-bottom: 20px; font-size: 14px; }
  .hero-points { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-points li { padding: 10px 4px; font-size: 9px; }
  .hero-points strong { font-size: 11px; }
  .hero-actions .button { min-height: 60px; }
  .hero-note { text-align: center; }
  .hero-status { padding: 10px 0; }
  .status-grid { width: calc(100% - 20px); min-height: 0; }
  .status-grid p { padding: 8px 5px; text-align: center; }
  .status-grid span { font-size: 8px; }
  .status-grid strong { font-size: 10px; line-height: 1.4; }
  .quick-nav { overflow-x: auto; }
  .quick-nav-list { width: max-content; min-width: 100%; }
  .quick-nav a { min-width: 130px; min-height: 64px; padding-inline: 10px; font-size: 11px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .policy h2, .faq-intro h2, .contact h2 { font-size: 28px; }
  .section-heading > p:last-child { font-size: 13px; }
  .concern-grid { grid-template-columns: 1fr; gap: 10px; background: transparent; border: 0; }
  .concern-grid article { min-height: 0; padding: 24px; border: 1px solid rgba(255,255,255,.14); }
  .concern-grid article > span { width: 35px; height: 35px; margin-bottom: 16px; }
  .concern-grid h3 { font-size: 18px; }
  .answer-box { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; text-align: left; }
  .answer-mark { width: 50px; font-size: 20px; }
  .answer-box h3 { font-size: 19px; }
  .service-card { display: block; }
  .service-card img { aspect-ratio: 3 / 2; }
  .service-card-body { min-height: 0; padding: 28px 24px; }
  .service-number { width: 54px; height: 54px; top: -27px; }
  .service-card h3 { font-size: 20px; }
  .notice { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .item-grid { grid-template-columns: 1fr; gap: 10px; }
  .brand-grid { grid-template-columns: 1fr; gap: 10px; background: transparent; border: 0; }
  .brand-grid article { min-height: 0; padding: 26px 24px; border: 1px solid rgba(255,255,255,.14); }
  .brand-grid article > span { margin-bottom: 16px; }
  .legal-note { padding: 24px 20px; }
  .legal-links { display: grid; gap: 10px; }
  .item-grid article { min-height: 0; padding: 24px; }
  .target-items::before { right: -80px; font-size: 300px; }
  .appraisal-layout { display: flex; flex-direction: column; }
  .appraisal-photo { min-height: 0; height: 470px; }
  .appraisal-photo > img { object-position: center; }
  .photo-caption { right: 16px; bottom: 18px; padding: 14px 18px; }
  .photo-caption strong { font-size: 14px; }
  .appraisal-content { padding: 54px 16px 68px; }
  .point-list li { grid-template-columns: 40px 1fr; gap: 12px; }
  .point-list h3 { font-size: 16px; }
  .point-list p { font-size: 12px; }
  .area-grid { grid-template-columns: 1fr; gap: 12px; }
  .area-grid article { min-height: 0; padding: 27px 24px; background: rgba(255,255,255,.09); }
  .area-grid span { margin-bottom: 14px; }
  .area-grid h3 { font-size: 21px; }
  .area-grid p { color: rgba(255,255,255,.82); }
  .area-answer { padding: 25px 20px; }
  .area-answer .button { width: 100%; }
  .scenario-grid { grid-template-columns: 1fr; gap: 16px; }
  .scenario-grid article > div { padding: 24px; }
  .flow-list::before { left: 50px; }
  .flow-list li { grid-template-columns: 30px 60px 1fr; gap: 12px; min-height: 150px; padding: 22px 16px; }
  .flow-icon { width: 54px; height: 54px; font-size: 18px; box-shadow: 0 0 0 5px var(--black); }
  .flow-list h3 { font-size: 17px; }
  .flow-list p { font-size: 12px; }
  .before-removal { padding: 26px 22px; }
  .before-removal ul { grid-template-columns: 1fr; }
  .policy-grid { display: flex; flex-direction: column; }
  .policy-copy { padding: 62px 16px 50px; }
  .policy-grid > img { min-height: 0; aspect-ratio: 4 / 3; }
  .faq-layout { gap: 26px; }
  .faq-list summary { grid-template-columns: 32px 1fr; padding: 20px 40px 20px 2px; font-size: 15px; }
  .faq-list details > div { grid-template-columns: 32px 1fr; padding: 0 10px 22px 2px; }
  .faq-list details > div p { font-size: 13px; }
  .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .prepare-list li { font-size: 12px; }
  .contact-panel { padding: 30px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 15px; }
  .form-wide { grid-column: auto; }
  .panel-tel { font-size: 32px; }
  .footer-main { grid-template-columns: 1fr; gap: 44px; padding-top: 56px; padding-bottom: 40px; }
  .footer-nav { gap: 28px; }
  .footer-bottom .container { min-height: 62px; }
  .page-top { right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
