.directory-page { background: var(--paper-light); }
.directory-hero { padding: 92px 0 78px; background: #dfe3d5; }
.directory-hero .breadcrumbs { color: #73766e; }
.directory-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 70px; align-items: end; }
.directory-hero h1 { max-width: 900px; margin: 20px 0 24px; font-size: clamp(48px,6.2vw,84px); line-height: .96; }
.directory-hero h1 em { color: #78911c; font-family: Georgia,serif; font-weight: 400; }
.directory-hero-copy { max-width: 720px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.directory-hero-card { min-height: 245px; padding: 27px; border-radius: 20px; background: var(--ink); color: #fff; display: flex; flex-direction: column; }
.directory-hero-card small { color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.directory-hero-card b { margin: auto 0 5px; color: var(--accent); font-size: 34px; }
.directory-hero-card p { margin: 0 0 20px; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.55; }
.directory-hero-card .button { width: 100%; }

.service-summary { background: var(--paper-light); }
.service-summary-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.service-summary h2 { font-size: clamp(40px,4.4vw,62px); }
.service-summary-copy > p { margin: 0 0 20px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.service-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 32px; }
.service-point { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; }
.service-point span { color: #78911c; font-size: 11px; font-weight: 800; }
.service-point h3 { margin: auto 0 8px; font-size: 18px; }
.service-point p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }

.service-price { background: #e7e5dc; }
.service-price-grid { display: grid; grid-template-columns: 310px minmax(0,1fr); gap: 30px; align-items: start; }
.service-price-intro { position: sticky; top: 120px; }
.service-price-intro h2 { margin: 14px 0 18px; font-size: 43px; }
.service-price-intro p { color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.service-price-list { padding: 10px 22px 22px; border-radius: 20px; background: var(--paper-light); }

.related-section { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 38px; }
.related-card { min-height: 170px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-light); display: flex; flex-direction: column; transition: transform .2s, background .2s; }
.related-card:hover { transform: translateY(-3px); background: #fff; }
.related-card small { color: #85877f; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.related-card strong { margin: auto 0 15px; font-size: 16px; line-height: 1.25; }
.related-card span { color: #78911c; font-size: 11px; font-weight: 750; }

.listing-section { background: var(--paper-light); }
.listing-head { max-width: 720px; margin-bottom: 42px; }
.listing-head h2 { margin: 15px 0; font-size: clamp(42px,5vw,68px); }
.listing-head p { color: var(--ink-soft); line-height: 1.7; }
.listing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.listing-card { min-height: 220px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper-light); display: flex; flex-direction: column; transition: transform .2s, background .2s; }
.listing-card:hover { transform: translateY(-3px); background: #fff; }
.listing-card small { color: #78911c; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.listing-card h3 { margin: auto 0 14px; font-size: 20px; line-height: 1.2; }
.listing-card p { margin: 0 0 18px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.listing-card span { font-size: 11px; font-weight: 750; }

.guide-wrap { background: var(--paper-light); }
.guide-layout { display: grid; grid-template-columns: minmax(0,760px) 280px; justify-content: space-between; gap: 80px; }
.guide-article { font-size: 15px; line-height: 1.8; }
.guide-article .lead { color: var(--ink); font-family: Georgia,serif; font-size: 25px; line-height: 1.55; }
.guide-article h2 { margin: 55px 0 18px; font-size: 36px; line-height: 1.05; }
.guide-article h3 { margin: 30px 0 12px; font-size: 22px; }
.guide-article p,.guide-article li { color: var(--ink-soft); }
.guide-article ul { padding-left: 20px; }
.guide-note { margin: 34px 0; padding: 22px; border-left: 4px solid var(--accent); border-radius: 0 14px 14px 0; background: #eceee5; }
.guide-aside { position: sticky; top: 120px; padding: 23px; border-radius: 18px; background: var(--ink); color: #fff; }
.guide-aside h3 { margin: 8px 0 14px; font-size: 23px; }
.guide-aside p { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.6; }
.guide-aside .button { width: 100%; margin-top: 12px; }

.master-profile { background: var(--paper-light); }
.master-grid { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 80px; align-items: start; }
.master-avatar { aspect-ratio: 1; border-radius: 26px; background: var(--ink); color: var(--accent); display: grid; place-items: center; font-family: Georgia,serif; font-size: 86px; }
.master-copy h2 { margin-bottom: 20px; font-size: clamp(42px,5vw,66px); }
.master-copy > p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.master-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; }
.master-fact { min-height: 120px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; display: flex; flex-direction: column; justify-content: space-between; }
.master-fact b { color: #78911c; font-size: 21px; }.master-fact span { color: var(--ink-soft); font-size: 10px; }

.site-map-columns { columns: 3 280px; column-gap: 45px; }
.site-map-group { break-inside: avoid; margin-bottom: 35px; }
.site-map-group h2 { margin-bottom: 14px; font-size: 24px; }
.site-map-group a { display: block; padding: 7px 0; color: var(--ink-soft); font-size: 12px; }
.site-map-group a:hover { color: #78911c; }

/* Readable typography */
.directory-hero-card small,.service-point span { font-size: 12px; }.directory-hero-card p,.service-point p,.guide-aside p { font-size: 14px; }
.service-price-intro p { font-size: 15px; }.related-card small,.listing-card small { font-size: 11px; }
.related-card span,.listing-card span { font-size: 13px; }.listing-card p { font-size: 14px; }.master-fact span { font-size: 12px; }.site-map-group a { font-size: 14px; }

@media (max-width: 1000px) {
  .directory-hero-grid,.service-summary-grid,.service-price-grid,.guide-layout,.master-grid { grid-template-columns: 1fr; gap: 40px; }
  .directory-hero-card { min-height: 210px; }.service-price-intro,.guide-aside { position: static; }
  .related-grid { grid-template-columns: repeat(2,1fr); }.listing-grid { grid-template-columns: repeat(2,1fr); }
  .master-avatar { max-width: 330px; }
}

@media (max-width: 760px) {
  .directory-hero { padding: 42px 0 55px; }.directory-hero h1 { font-size: clamp(40px,13vw,49px);overflow-wrap:anywhere; }.directory-hero-copy { font-size: 14px; }
  .service-points,.master-facts { grid-template-columns: 1fr; }.service-point { min-height: 135px; }
  .related-grid,.listing-grid { grid-template-columns: 1fr; }.related-card,.listing-card { min-height: 165px; }
  .service-price-list { padding: 7px 15px 18px; }.service-price-intro h2 { font-size: 39px; }
  .guide-article .lead { font-size: 21px; }.guide-article h2 { font-size: 31px; }
  .master-avatar { max-width: none; }.site-map-columns { columns: 1; }
}
