/* =====================================================================
   SUB-PAGE STYLES (layered on styles.css + sections.css)
   ===================================================================== */

/* compact page hero */
.page-hero { padding-top: clamp(130px, 20vh, 200px); padding-bottom: clamp(40px, 7vw, 80px); position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: -140px; background: radial-gradient(circle, rgba(228,199,190,0.35), transparent 65%); pointer-events: none; }
.crumb { display: flex; gap: 8px; align-items: center; font-size: 0.78rem; letter-spacing: 0.06em; color: var(--mocha-soft); margin-bottom: 22px; flex-wrap: wrap; }
.crumb a { color: var(--mocha-soft); transition: color .3s; }
.crumb a:hover { color: var(--gold-deep); }
.crumb span { opacity: 0.5; }
.page-hero .wrap { display: flex; flex-direction: column; align-items: flex-start; }
.page-hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 300; max-width: 16ch; line-height: 1.12; }
.page-hero h1 em { font-style: italic; color: var(--gold-deep); }
.page-hero .lead { margin-top: 22px; }

/* service detail layout */
.detail-grid { display: grid; grid-template-columns: 1.6fr 0.9fr; gap: clamp(34px, 5vw, 64px); align-items: start; }
.prose > * + * { margin-top: 18px; }
.prose p { font-size: 1.04rem; line-height: 1.8; color: var(--mocha); }
.prose h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin-top: 40px; color: var(--espresso); }
.prose h2:first-child { margin-top: 0; }
.prose .ben-list { list-style: none; display: grid; gap: 14px; margin-top: 22px; }
.prose .ben-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1rem; color: var(--mocha); line-height: 1.55; }
.prose .ben-list .b-ic { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; margin-top: 2px; }
.prose .ben-list .b-ic svg { width: 14px; }
.detail-figure { width: 100%; aspect-ratio: 16/10; border-radius: var(--r-lg); overflow: hidden; margin: 30px 0; box-shadow: var(--shadow-md); }
.detail-figure .slot-img { width: 100%; height: 100%; }

/* aside booking card */
.aside-card { position: sticky; top: 100px; background: var(--pearl); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-md); }
.aside-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin-bottom: 8px; }
.aside-card p { font-size: 0.9rem; color: var(--mocha); line-height: 1.55; margin-bottom: 18px; }
.aside-card .ac-btns { display: flex; flex-direction: column; gap: 10px; }
.aside-card .ac-btns .btn { justify-content: center; width: 100%; }
.aside-card .ac-meta { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line-soft); display: flex; flex-direction: column; gap: 10px; }
.aside-card .ac-meta a, .aside-card .ac-meta p { display: flex; gap: 10px; align-items: center; font-size: 0.86rem; color: var(--mocha); }
.aside-card .ac-meta svg { width: 16px; color: var(--gold-deep); flex: 0 0 auto; }
.ai-mini { margin-top: 18px; background: linear-gradient(135deg, var(--ivory-2), #EDF0E7); border-radius: var(--r-md); padding: 16px; font-size: 0.82rem; color: var(--mocha); line-height: 1.5; }
.ai-mini b { color: var(--sage-deep); display: block; margin-bottom: 4px; letter-spacing: 0.02em; }

/* service index grid */
.svc-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.si-card { background: var(--pearl); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 30px; transition: transform .5s var(--ease), box-shadow .5s var(--ease); display: flex; flex-direction: column; }
.si-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.si-card .si-cat { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); }
.si-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; margin: 10px 0; }
.si-card p { font-size: 0.9rem; color: var(--mocha); line-height: 1.55; flex: 1; }
.si-card .link-arrow { margin-top: 18px; font-size: 0.78rem; }

/* corporate / about */
.about-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.about-figure { width: 100%; aspect-ratio: 3/4; border-radius: var(--r-xl) var(--r-xl) var(--r-xl) 110px; overflow: hidden; box-shadow: var(--shadow-lg); }
.about-figure image-slot { width: 100%; height: 100%; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.value-card { background: var(--pearl); border: 1px solid var(--line-soft); border-radius: var(--r-md); padding: 32px 28px; }
.value-card .v-ic { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--ivory-2), var(--sand)); display: grid; place-items: center; color: var(--gold-deep); margin-bottom: 18px; }
.value-card .v-ic svg { width: 24px; }
.value-card h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; margin-bottom: 8px; }
.value-card p { font-size: 0.9rem; color: var(--mocha); line-height: 1.6; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.team-card { text-align: center; }
.team-card .t-photo { width: 100%; aspect-ratio: 3/4; border-radius: var(--r-md); overflow: hidden; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.team-card .t-photo image-slot { width: 100%; height: 100%; }
.team-card h3 { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.team-card span { font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(34px, 5vw, 64px); align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 4px; }
.ci-row { display: flex; gap: 16px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.ci-row .ci-ic { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(135deg, var(--ivory-2), var(--sand)); display: grid; place-items: center; color: var(--gold-deep); }
.ci-row .ci-ic svg { width: 22px; }
.ci-row h4 { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mocha-soft); margin-bottom: 6px; font-weight: 400; }
.ci-row a, .ci-row p { font-size: 1.05rem; color: var(--espresso); line-height: 1.5; }
.ci-row a:hover { color: var(--gold-deep); }
.contact-card { background: var(--pearl); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow-md); }
.form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mocha-soft); }
.form-row input, .form-row select, .form-row textarea { font-family: var(--sans); font-size: 0.96rem; color: var(--espresso); background: var(--ivory); border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; transition: border-color .3s, box-shadow .3s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(176,138,77,0.14); }
.form-row textarea { resize: vertical; min-height: 110px; }
.map-embed { width: 100%; height: 380px; border-radius: var(--r-lg); overflow: hidden; margin-top: 30px; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.2) contrast(1.02); }

@media (max-width: 980px) {
  .detail-grid { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .svc-index { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-figure { max-width: 420px; }
  .value-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .svc-index { grid-template-columns: 1fr; }
  .form-row.two { grid-template-columns: 1fr; }
}
