:root {
  --cream: #f0e6d8;
  --paper: #fcf8f2;
  --ink: #3a2921;
  --ink-2: #594035;
  --accent: #a75d39;
  --accent-dark: #7f4128;
  --sand: #d7c0a5;
  --sand-light: #eee0cf;
  --line: rgba(58, 41, 33, 0.16);
  --muted: #776961;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.hero-grid > *, .section-heading > *, .local-grid > *, .trust-grid > *, .property-inner > *, .contact-card > *,
.page-hero-inner > *, .story-grid > *, .company-layout > *, .access-grid > *, .page-contact-inner > *,
.intro-layout > *, .area-layout > *, .service-detail > *, .footer-grid > * { min-width: 0; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

/* Keep page content centered consistently on desktop and mobile. */
main { text-align: center; }
.eyebrow { justify-content: center; }
.hero-copy, .section-heading > *, .local-copy, .trust-grid > *, .property-inner > *, .contact-card > *,
.page-hero-inner > *, .story-copy, .sticky-heading, .access-grid > div, .page-contact-inner > *,
.intro-layout > *, .area-layout > *, .portal-intro { margin-left: auto; margin-right: auto; text-align: center; }
.hero-actions, .area-list, .footer-social { justify-content: center; }
.button-light { align-self: center; }
.section-heading > p, .local-copy > p:not(.eyebrow), .contact-card > div > p:last-child,
.area-layout > div > p:last-child, .portal-intro > p:last-child { margin-left: auto; margin-right: auto; }
.service-card, .service-card p, .portal-page-grid a, .link-grid a { text-align: center; }
.service-card p { margin-left: auto; margin-right: auto; }
.service-card a { align-self: center; }
.service-topline { width: 100%; }
.contact-actions, .page-contact-actions, .portal-links { width: 100%; max-width: 620px; margin-left: auto; margin-right: auto; }
.footer-grid, .footer-bottom { text-align: center; }
.footer-links a { text-align: center; }
.company-table dt, .company-table dd, .license-grid article, .qualification-note, .sitemap-list a { text-align: center; }
.story-copy > p:not(.eyebrow), .company-table dd, .access-grid > div > p:last-child,
.intro-layout > div p, .service-detail p, .portal-note p, .footer-address { overflow-wrap: anywhere; }

.utility-bar { background: var(--ink); color: rgba(255,255,255,.76); font-size: 11px; letter-spacing: .04em; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; }
.utility-hours { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(252,248,242,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 88px; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { position: relative; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 700; overflow: hidden; }
.brand-mark i { position: absolute; width: 33px; height: 3px; right: -6px; bottom: 9px; background: var(--cream); transform: rotate(-32deg); }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; letter-spacing: .12em; line-height: 1.1; }
.brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: .05em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { margin-left: 30px; display: inline-flex; gap: 24px; align-items: center; padding: 14px 18px; border-radius: 4px; background: var(--accent); color: #fff; font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.header-contact:hover, .button-primary:hover { background: var(--accent-dark); transform: translateY(-2px); }
.mobile-menu { display: none; position: relative; margin-left: auto; }
.mobile-menu summary { width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; padding: 11px; border: 1px solid var(--line); cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; background: var(--ink); }
.mobile-menu nav { position: absolute; top: 54px; right: 0; width: min(300px, calc(100vw - 32px)); display: grid; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 44px rgba(58,41,33,.14); }
.mobile-menu nav a { padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }

.hero { background: var(--cream); overflow: hidden; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 60px; padding-top: 72px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--accent); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .local-copy h2, .trust-grid h2, .contact-card h2, .property-inner h2 {
  margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-weight: 600; letter-spacing: -.04em;
}
.hero h1 { font-size: clamp(54px, 6vw, 88px); line-height: 1.13; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-lead { margin: 30px 0 0; color: #66574f; font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 56px; padding: 0 22px; border-radius: 4px; font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: background .2s ease, transform .2s ease; }
.button-primary { background: var(--accent); color: #fff; }
.text-link { display: flex; flex-direction: column; }
.text-link-label { font-size: 11px; color: var(--muted); }
.text-link strong { margin-top: 4px; font-family: Georgia, serif; font-size: 20px; letter-spacing: .03em; }

.hero-art { position: relative; height: 500px; background: var(--ink); border-radius: 2px 120px 2px 2px; overflow: hidden; box-shadow: 24px 24px 0 var(--sand); }
.hero-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(58,41,33,.2), transparent 42%), linear-gradient(0deg, rgba(58,41,33,.2), transparent 38%); pointer-events: none; }
.hero-collage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.collage-tape { position: absolute; z-index: 4; display: block; width: 105px; height: 28px; background: rgba(242,225,199,.82); box-shadow: 0 2px 6px rgba(58,41,33,.12); transform: rotate(-7deg); mix-blend-mode: screen; }
.collage-tape-top { top: 26px; left: 45%; }
.collage-stamp { position: absolute; z-index: 3; top: 52px; left: 38px; display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid rgba(58,41,33,.55); border-radius: 50%; color: var(--ink); background: rgba(252,248,242,.72); font: 700 9px/1.5 Georgia, serif; letter-spacing: .15em; text-align: center; transform: rotate(-8deg); }
.art-card { position: absolute; z-index: 3; right: 28px; bottom: 26px; width: 225px; padding: 22px; background: var(--paper); box-shadow: 0 14px 40px rgba(0,0,0,.2); }
.art-card span { display: block; color: var(--accent); font: 800 10px Arial, sans-serif; letter-spacing: .18em; }
.art-card strong { display: block; margin-top: 9px; font-family: "Yu Mincho", serif; font-size: 27px; }
.art-card small { display: block; margin-top: 13px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--muted); font: 10px Arial, sans-serif; }
.art-note { position: absolute; z-index: 3; top: 145px; left: 48px; padding: 18px 8px; color: #fff; background: rgba(58,41,33,.78); writing-mode: vertical-rl; font-family: "Yu Mincho", serif; font-size: 13px; letter-spacing: .18em; }
.hero-stats { min-height: 132px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); transform: translateY(1px); }
.hero-stats div { display: flex; flex-direction: column; justify-content: center; padding: 28px 42px; border-right: 1px solid var(--line); }
.hero-stats div:first-child { border-left: 1px solid var(--line); }
.hero-stats strong { font-family: Georgia, serif; color: var(--accent); font-size: 34px; line-height: 1; }
.hero-stats strong span { margin-left: 5px; font-family: inherit; font-size: 12px; }
.hero-stats small { margin-top: 8px; color: var(--muted); font-size: 11px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.section-heading h2, .local-copy h2, .trust-grid h2, .contact-card h2 { font-size: clamp(38px, 4.5vw, 62px); line-height: 1.35; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 2; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 70px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 315px; display: flex; flex-direction: column; padding: 38px; background: var(--paper); transition: background .25s ease, transform .25s ease; }
.service-card:hover { position: relative; z-index: 1; background: var(--cream); transform: translateY(-4px); }
.service-topline { display: flex; align-items: center; justify-content: space-between; color: var(--accent); }
.service-topline span { font-family: Georgia, serif; font-size: 13px; }
.service-topline small { font: 800 9px Arial, sans-serif; letter-spacing: .16em; }
.service-card h3 { margin: 42px 0 15px; font-family: "Yu Mincho", serif; font-size: 26px; font-weight: 600; }
.service-card p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.service-card a { align-self: flex-end; margin-top: auto; padding-top: 25px; font-size: 12px; font-weight: 800; }
.service-card a span { color: var(--accent); margin-left: 10px; }

.local-section { padding-top: 40px; }
.local-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; background: var(--ink); }
.local-map { position: relative; min-height: 650px; overflow: hidden; background: #dfcdb8; }
.neighborhood-collage::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(58,41,33,.32)); pointer-events: none; }
.neighborhood-collage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.collage-tape-local { top: 28px; right: 30px; transform: rotate(8deg); }
.map-pin { position: absolute; z-index: 3; bottom: 30px; left: 30px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; background: var(--ink); color: #fff; border-radius: 2px; font-size: 12px; font-weight: 800; box-shadow: 0 12px 28px rgba(58,41,33,.22); }
.map-pin i { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(167,93,57,.2); }
.local-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px; color: #fff; }
.eyebrow-light { color: #d6a98e; }
.local-copy > p:not(.eyebrow) { margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 2; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.area-list span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; font-size: 11px; }
.button-light { align-self: flex-start; margin-top: 38px; background: #fff; color: var(--ink); }
.button-light:hover { background: var(--sand-light); transform: translateY(-2px); }

.trust-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.trust-lead { margin: 0; font-family: "Yu Mincho", serif; font-size: 22px; line-height: 1.9; }
.promise-list { margin-top: 50px; border-top: 1px solid var(--line); }
.promise-list > div { display: grid; grid-template-columns: 48px 190px 1fr; align-items: baseline; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.promise-list span { color: var(--accent); font: 13px Georgia, serif; }
.promise-list strong { font-size: 14px; }
.promise-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.property-band { padding: 92px 0; background: var(--accent); color: #fff; }
.property-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.property-inner h2 { font-size: 40px; }
.property-inner > div > p:last-child { margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 13px; }
.portal-links { display: grid; gap: 12px; }
.portal-links a { display: grid; grid-template-columns: 110px 1fr 24px; align-items: center; min-height: 78px; padding: 0 24px; background: var(--paper); color: var(--ink); transition: transform .2s ease, background .2s ease; }
.portal-links a:hover { transform: translateX(5px); background: var(--sand-light); }
.portal-links span { font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.portal-links i { font-style: normal; color: var(--muted); font-size: 11px; }
.portal-links b { color: var(--accent); }

.contact-section { background: var(--cream); }
.contact-card { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: center; padding: 72px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(58,41,33,.07); }
.contact-card > div > p:last-child { max-width: 490px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.contact-actions { display: grid; gap: 14px; }
.contact-phone { display: flex; flex-direction: column; padding: 25px 28px; border: 1px solid var(--line); }
.contact-phone small, .contact-phone span { color: var(--muted); font-size: 10px; }
.contact-phone strong { margin: 8px 0 5px; font: 30px Georgia, serif; letter-spacing: .03em; }
.button-wide { width: 100%; }

.site-footer { padding: 78px 0 24px; background: #2c1f19; color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.55); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-address { margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 2; }
.footer-social { display: flex; gap: 9px; margin-top: 22px; }
.footer-social a { padding: 7px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; color: rgba(255,255,255,.75); font-size: 10px; transition: border-color .2s ease, color .2s ease; }
.footer-social a:hover { border-color: rgba(255,255,255,.55); color: #fff; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links > div { display: grid; align-content: start; }
.footer-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 9px; }

/* Inner pages */
.page-hero { overflow: hidden; background: var(--cream); }
.page-hero-inner { min-height: 420px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding-top: 64px; padding-bottom: 48px; }
.page-hero h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(52px, 6vw, 82px); font-weight: 600; letter-spacing: -.04em; }
.page-hero-description { max-width: 600px; margin: 24px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.page-hero-art { position: relative; height: 230px; overflow: hidden; border-radius: 2px 76px 2px 2px; background: var(--ink); box-shadow: 16px 16px 0 var(--sand); }
.page-hero-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(58,41,33,.75), rgba(58,41,33,.18)); }
.page-hero-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; filter: saturate(.72) contrast(.94); }
.page-hero-art strong { position: absolute; z-index: 3; left: 35px; bottom: 28px; color: rgba(255,255,255,.88); font: 700 16px/1.35 Georgia, serif; letter-spacing: .12em; }
.page-art-circle { position: absolute; z-index: 2; top: 38px; right: 46px; width: 76px; height: 76px; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); background: rgba(167,93,57,.82); }
.page-art-line { position: absolute; z-index: 2; height: 1px; background: rgba(255,255,255,.5); transform-origin: left; }
.page-art-line-one { width: 420px; top: 55px; left: 44px; transform: rotate(27deg); }
.page-art-line-two { width: 310px; top: 185px; left: 115px; transform: rotate(-29deg); }
.breadcrumb { display: flex; gap: 10px; align-items: center; min-height: 58px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.breadcrumb b { color: var(--ink); }
.inner-section { padding: 110px 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.story-visual { position: relative; min-height: 600px; overflow: hidden; background: var(--ink); box-shadow: 20px 20px 0 var(--sand-light); }
.story-visual::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(58,41,33,.58), transparent 54%); pointer-events: none; }
.story-collage > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.collage-tape-story { top: 24px; left: 38%; transform: rotate(-4deg); }
.story-visual p { position: absolute; z-index: 3; right: 24px; bottom: 28px; margin: 0; padding: 18px 16px; color: #fff; background: rgba(58,41,33,.82); font-family: "Yu Mincho", serif; font-size: 21px; line-height: 1.65; letter-spacing: .05em; }
.story-copy h2, .sticky-heading h2, .access-grid h2, .portal-intro h2, .area-layout h2, .page-contact-strip h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(38px, 4.2vw, 56px); font-weight: 600; line-height: 1.4; letter-spacing: -.03em; }
.story-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); font-size: 14px; line-height: 2.1; }
.company-section { background: var(--cream); }
.company-layout { display: grid; grid-template-columns: .38fr .62fr; gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 130px; }
.company-table { margin: 0; border-top: 1px solid var(--line); }
.company-table > div { display: grid; grid-template-columns: 145px 1fr; gap: 28px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.company-table dd { margin: 0; font-size: 13px; line-height: 1.8; }
.license-section { padding-top: 90px; }
.license-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.license-grid article { min-height: 210px; padding: 32px; background: var(--paper); }
.license-grid span { color: var(--accent); font: 12px Georgia, serif; }
.license-grid h3 { margin: 45px 0 12px; font-size: 15px; }
.license-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.qualification-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.access-section { padding: 90px 0; background: var(--sand-light); }
.access-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 100px; align-items: center; }
.access-grid > div > p:last-child { margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.access-card { min-height: 125px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 28px; background: var(--paper); border: 1px solid var(--line); transition: transform .2s ease; }
.access-card:hover { transform: translateX(6px); }
.access-card span { grid-column: 1; color: var(--accent); font: 800 9px Arial, sans-serif; letter-spacing: .16em; }
.access-card strong { grid-column: 1; margin-top: 10px; font-family: "Yu Mincho", serif; font-size: 21px; }
.access-card b { grid-column: 2; grid-row: 1 / 3; color: var(--accent); }
.page-contact-strip { padding: 95px 0; background: var(--accent-dark); color: #fff; }
.page-contact-inner { display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: center; }
.page-contact-actions { display: grid; gap: 14px; }
.page-contact-actions > a:first-child { display: flex; flex-direction: column; padding: 20px 24px; border: 1px solid rgba(255,255,255,.2); }
.page-contact-actions small { color: rgba(255,255,255,.65); font-size: 10px; }
.page-contact-actions strong { margin-top: 5px; font: 27px Georgia, serif; letter-spacing: .04em; }
.page-contact-actions .button { margin: 0; }

.service-intro { background: var(--paper); }
.intro-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.intro-lead { margin: 0; font-family: "Yu Mincho", serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.8; }
.intro-layout > div p { margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 2.1; }
.service-detail-section { padding-bottom: 110px; }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 120px 1fr 270px; gap: 55px; align-items: center; padding: 55px 0; border-bottom: 1px solid var(--line); }
.detail-number { align-self: start; display: flex; flex-direction: column; color: var(--accent); }
.detail-number span { font: 32px Georgia, serif; }
.detail-number small { margin-top: 7px; font: 800 9px Arial, sans-serif; letter-spacing: .12em; }
.service-detail h2 { margin: 0; font-family: "Yu Mincho", serif; font-size: 34px; font-weight: 600; }
.service-detail strong { display: block; margin-top: 18px; font-family: "Yu Mincho", serif; font-size: 18px; }
.service-detail p { margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.detail-art { position: relative; height: 180px; overflow: hidden; background: var(--cream); }
.detail-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.service-detail:hover .detail-art img { transform: scale(1.035); }
.detail-art i { position: absolute; display: block; background: var(--ink); opacity: .75; }
.detail-art i:nth-child(1) { left: 15%; bottom: 0; width: 22%; height: 70%; }
.detail-art i:nth-child(2) { left: 41%; bottom: 0; width: 37%; height: 48%; background: var(--accent); }
.detail-art i:nth-child(3) { top: 19%; right: 13%; width: 45px; height: 45px; border-radius: 50%; background: var(--sand); opacity: 1; }
.detail-art-02 i:nth-child(1) { height: 48%; }.detail-art-02 i:nth-child(2) { height: 78%; }
.detail-art-03 i:nth-child(1) { width: 48%; height: 8px; bottom: 34%; transform: rotate(-28deg); }.detail-art-03 i:nth-child(2) { width: 48%; height: 8px; bottom: 42%; transform: rotate(30deg); }
.detail-art-04 i:nth-child(1) { width: 55%; height: 55%; }.detail-art-04 i:nth-child(2) { left: 29%; width: 55%; height: 55%; opacity: .48; }
.area-section { padding: 110px 0; background: var(--ink); color: #fff; }
.area-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.area-layout > div > p:last-child { max-width: 430px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 2; }
.area-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); align-self: start; border-top: 1px solid rgba(255,255,255,.18); }
.area-detail-grid div { display: flex; gap: 18px; padding: 25px 8px; border-bottom: 1px solid rgba(255,255,255,.18); }
.area-detail-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
.area-detail-grid span { color: #d6a98e; font: 12px Georgia, serif; }
.area-detail-grid strong { font-size: 14px; }

.portal-intro { max-width: 750px; }
.portal-intro > p:last-child { max-width: 680px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.portal-page-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 65px; }
.portal-page-grid a { min-height: 310px; display: flex; flex-direction: column; padding: 38px; background: var(--cream); border: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.portal-page-grid a:hover { background: var(--sand-light); transform: translateY(-5px); }
.portal-page-grid small { color: var(--accent); font: 800 9px Arial, sans-serif; letter-spacing: .16em; }
.portal-page-grid strong { margin-top: 65px; font: 700 49px Georgia, serif; letter-spacing: .02em; }
.portal-page-grid span { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.portal-page-grid b { color: var(--accent); }
.portal-note { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding: 20px 24px; border: 1px solid var(--line); }
.portal-note span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font: 700 12px Georgia, serif; }
.portal-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.link-section, .sitemap-section { background: var(--paper); }
.link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.link-grid a { min-height: 165px; display: grid; grid-template-columns: 45px 1fr 25px; grid-template-rows: auto 1fr; gap: 9px; padding: 30px; background: var(--paper); transition: background .2s ease; }
.link-grid a:hover { background: var(--cream); }
.link-grid span { grid-row: 1 / 3; color: var(--accent); font: 13px Georgia, serif; }
.link-grid small { color: var(--muted); font-size: 9px; letter-spacing: .12em; }
.link-grid strong { align-self: end; font-family: "Yu Mincho", serif; font-size: 21px; }
.link-grid b { grid-column: 3; grid-row: 1 / 3; align-self: center; color: var(--accent); }
.sitemap-list { border-top: 1px solid var(--line); }
.sitemap-list a { display: grid; grid-template-columns: 55px 100px 190px 1fr 24px; align-items: center; gap: 20px; min-height: 104px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.sitemap-list a:hover { padding: 0 18px; background: var(--cream); }
.sitemap-list span { color: var(--accent); font: 13px Georgia, serif; }
.sitemap-list small { color: var(--muted); font: 800 9px Arial, sans-serif; letter-spacing: .12em; }
.sitemap-list strong { font-family: "Yu Mincho", serif; font-size: 20px; }
.sitemap-list p { margin: 0; color: var(--muted); font-size: 11px; }
.sitemap-list b { color: var(--accent); }

@media (max-width: 980px) {
  .desktop-nav, .header-contact { display: none; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 650px; }
  .hero-art { height: 440px; }
  .section-heading, .local-grid, .trust-grid, .property-inner, .contact-card { grid-template-columns: 1fr; }
  .section-heading, .trust-grid, .property-inner, .contact-card { gap: 50px; }
  .local-copy { padding: 60px; }
  .local-map { min-height: 470px; }
  .contact-card { padding: 55px; }
  .page-hero-inner, .story-grid, .company-layout, .access-grid, .page-contact-inner, .intro-layout, .area-layout { grid-template-columns: 1fr; }
  .page-hero-inner, .story-grid, .company-layout, .access-grid, .page-contact-inner, .intro-layout, .area-layout { gap: 50px; }
  .page-hero-art { height: 200px; }
  .sticky-heading { position: static; }
  .service-detail { grid-template-columns: 90px 1fr; }
  .detail-art { grid-column: 2; width: 100%; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 32px), 1180px); }
  .utility-inner { justify-content: center; min-height: 30px; }
  .utility-inner p:first-child { display: none; }
  .utility-hours { font-size: 9px; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; font-size: 19px; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 8px; }
  .hero-grid { min-height: auto; gap: 48px; padding-top: 58px; padding-bottom: 45px; }
  .hero h1 { font-size: clamp(38px, 12vw, 49px); }
  .hero h1 span { white-space: normal; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .button { width: 100%; }
  .hero-art { height: 370px; border-radius: 2px 72px 2px 2px; box-shadow: 12px 12px 0 var(--sand); }
  .hero-sun { width: 72px; height: 72px; top: 35px; right: 35px; }
  .building-tall { left: 36px; width: 105px; height: 225px; }
  .building-low { left: 152px; width: 148px; height: 155px; }
  .art-card { width: 188px; right: 18px; bottom: 18px; }
  .art-note { left: 19px; top: 36px; font-size: 11px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div, .hero-stats div:first-child { padding: 22px 26px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 86px 0; }
  .section-heading { gap: 28px; }
  .section-heading h2, .local-copy h2, .trust-grid h2, .contact-card h2 { font-size: 38px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .service-card { min-height: 290px; padding: 30px; }
  .local-section { padding-top: 0; }
  .local-grid { width: 100%; }
  .local-map { min-height: 390px; }
  .local-copy { padding: 64px 24px; }
  .trust-grid { gap: 36px; }
  .trust-lead { font-size: 19px; }
  .promise-list > div { grid-template-columns: 36px 1fr; gap: 12px; }
  .promise-list p { grid-column: 2; }
  .property-band { padding: 72px 0; }
  .property-inner { gap: 36px; }
  .property-inner h2 { font-size: 34px; }
  .portal-links a { grid-template-columns: 90px 1fr 18px; padding: 0 17px; }
  .contact-card { width: 100%; margin-left: auto; margin-right: auto; padding: 38px 20px; gap: 36px; }
  .contact-phone strong { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 50px; }
  .footer-links { gap: 22px; }
  .footer-bottom { flex-direction: column; }
  .page-hero-inner { min-height: 420px; padding-top: 60px; }
  .page-hero h1 { font-size: clamp(40px, 12vw, 48px); overflow-wrap: anywhere; }
  .page-hero-art { width: calc(100% - 8px); height: 170px; margin-left: auto; margin-right: auto; box-shadow: 8px 8px 0 var(--sand); }
  .breadcrumb { min-height: 52px; }
  .inner-section { padding: 82px 0; }
  .story-visual { width: calc(100% - 8px); min-height: 410px; margin-left: auto; margin-right: auto; box-shadow: 8px 8px 0 var(--sand-light); }
  .story-copy h2, .sticky-heading h2, .access-grid h2, .portal-intro h2, .area-layout h2, .page-contact-strip h2 { font-size: 37px; }
  .company-table > div { grid-template-columns: 1fr; gap: 10px; }
  .license-grid { grid-template-columns: 1fr; }
  .qualification-note { text-align: left; }
  .access-section, .page-contact-strip, .area-section { padding: 76px 0; }
  .page-contact-inner { gap: 38px; }
  .page-contact-actions .button { width: 100%; }
  .service-detail { grid-template-columns: 48px 1fr; gap: 22px; padding: 42px 0; }
  .service-detail h2 { font-size: 28px; }
  .service-detail strong { font-size: 16px; line-height: 1.7; }
  .detail-art { grid-column: 1 / 3; }
  .detail-art { max-width: 560px; margin-left: auto; margin-right: auto; }
  .area-detail-grid { grid-template-columns: 1fr; }
  .area-detail-grid div:nth-child(odd) { border-right: 0; }
  .portal-page-grid, .link-grid { grid-template-columns: 1fr; }
  .portal-page-grid a { min-height: 280px; padding: 30px; }
  .portal-page-grid strong { font-size: 42px; }
  .sitemap-list a { grid-template-columns: 38px 1fr 20px; gap: 10px; padding: 22px 0; }
  .sitemap-list small { grid-column: 2; grid-row: 1; }
  .sitemap-list strong { grid-column: 2; grid-row: 2; }
  .sitemap-list p { grid-column: 2; grid-row: 3; }
  .sitemap-list span { grid-row: 1 / 4; }
  .sitemap-list b { grid-column: 3; grid-row: 1 / 4; }
  .portal-links a { grid-template-columns: minmax(72px, 90px) minmax(0, 1fr) 18px; }
  .portal-links i, .portal-links span, .link-grid strong, .sitemap-list strong { overflow-wrap: anywhere; }
  .service-detail, .company-table > div, .area-detail-grid div { text-align: center; }
  .detail-number { align-items: center; }
}

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