:root {
  --ink: #171717;
  --paper: #f7f5ef;
  --white: #fff;
  --soft: #eeebe3;
  --muted: #66635c;
  --line: #d8d4ca;
  --red: #e9472f;
  --red-dark: #bd2e1d;
  --blue: #285a7d;
  --gold: #d8ae55;
  --radius-sm: 4px;
  --radius: 8px;
  --shadow: 0 18px 50px rgb(20 20 20 / 8%);
  --container: 1296px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 16px; line-height: 1.8; letter-spacing: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button { color: inherit; }
address { font-style: normal; }
:focus-visible { outline: 3px solid #1188cc; outline-offset: 4px; }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }
.narrow { max-width: 920px; }
.sr-only { position: absolute; 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; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgb(247 245 239 / 96%); border-bottom: 1px solid rgb(23 23 23 / 8%); backdrop-filter: blur(10px); }
.site-header__inner { min-height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; line-height: 1; }
.brand span { font-size: 11px; font-weight: 700; }
.brand strong { margin-top: 7px; font-size: 24px; font-weight: 900; }
.global-nav { margin-left: auto; }
.global-nav ul, .site-footer ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.global-nav a { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; }
.global-nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--red); }
.global-nav .nav-quiet { color: #77736b; font-size: 12px; font-weight: 500; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { font-size: 12px; text-decoration: none; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: var(--radius-sm); background: var(--ink); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }
.mobile-menu { padding: 20px 24px 28px; background: var(--ink); color: #fff; }
.mobile-menu ul { margin: 0; padding: 0; list-style: none; }
.mobile-menu li + li { border-top: 1px solid rgb(255 255 255 / 14%); }
.mobile-menu li a { display: block; padding: 14px 4px; text-decoration: none; }
.mobile-menu__actions { display: grid; gap: 14px; margin-top: 22px; }
.mobile-menu__actions > a:last-child { text-align: center; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--red); }
.button--primary:hover { background: var(--red-dark); }
.button--dark { color: #fff; background: var(--ink); }
.button--light { color: var(--blue); background: #fff; }
.button--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link--gold { color: var(--gold); }

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.eyebrow--gold { color: var(--gold); }
.eyebrow--light { color: #c8dceb; }
.section { padding-block: 112px; }
.section--soft { max-width: none; background: var(--soft); }
.section-heading { max-width: 1200px; margin-bottom: 52px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.section-heading h2, .approach-band h2, .book-band h2, .contact-band h2, .access-preview h2 { margin: 0; font-size: clamp(32px, 3.1vw, 46px); line-height: 1.4; }
.section-heading p:last-child { color: var(--muted); }
.section-action { margin-top: 40px; text-align: right; }
.note { color: #77736b; font-size: 13px; }
.note--box { margin-top: 36px; padding: 18px 20px; border-left: 3px solid var(--gold); background: #f1eee7; }

.home-hero { position: relative; min-height: 680px; display: flex; overflow: hidden; background: #ddd; }
.home-hero__copy { position: relative; z-index: 1; width: min(620px, calc(50% - 20px)); margin: 20px; display: flex; flex-direction: column; justify-content: center; padding: 48px; border-radius: 20px; background: rgb(247 245 239 / 75%); box-shadow: 0 18px 50px rgb(20 20 20 / 16%); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.home-hero__brand { margin: 0 0 22px; font-size: 18px; font-weight: 900; }
.home-hero h1 { margin: 0 0 30px; font-size: clamp(38px, 3.5vw, 47px); line-height: 1.25; }
.home-hero h1 span { display: block; }
.home-hero .catch-line > span { display: inline; }
.home-hero__lead { margin: 0 0 38px; font-size: 22px; font-weight: 700; line-height: 1.7; }
.home-hero__lead span { display: block; word-break: keep-all; overflow-wrap: anywhere; }
.home-hero__career { max-width: 48em; margin: -16px 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.home-hero__note { margin-top: 32px; color: var(--muted); font-size: 13px; }
.home-hero__visual { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; overflow: hidden; }
.home-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; border-radius: 0; opacity: 0; transition: opacity 1s ease-in-out; }
.home-hero__image.is-active { opacity: 1; }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 28px max(48px, calc((100vw - var(--container)) / 2)); color: #fff; background: var(--ink); }
.quick-facts div { padding: 0 32px; border-left: 1px solid #3a3a3a; }
.quick-facts div:first-child { padding-left: 0; border-left: 0; }
.quick-facts dt { color: #aaa; font-size: 11px; }
.quick-facts dd { margin: 4px 0 0; font-size: 19px; font-weight: 800; }
.quick-facts__tax { font-size: .7em; font-weight: 700; }
.street-view { padding: 72px 0; background: #f4f1ea; }
.street-view__grid { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.55fr); gap: 56px; align-items: center; }
.street-view__copy h2 { margin: 16px 0 22px; font-size: clamp(32px, 3.4vw, 50px); line-height: 1.2; }
.street-view__copy > p:not(.eyebrow) { max-width: 37em; margin: 0 0 30px; color: var(--muted); }
.street-view__map { min-width: 0; overflow: hidden; border-radius: var(--radius); background: #ddd; box-shadow: 0 24px 54px rgba(20, 20, 20, .14); }
.street-view__map iframe { display: block; width: 100%; height: auto; min-height: 430px; border: 0; aspect-ratio: 16 / 9; }
.service-alert { display: flex; gap: 18px 30px; align-items: center; margin: 28px 0 0; padding: 20px 24px; border-left: 4px solid var(--red); background: #f3f0e9; }
.service-alert strong { flex: 0 0 auto; }
.service-alert span { color: var(--muted); }
.studio-guide__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.studio-guide__grid article { min-height: 230px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.studio-guide__grid h3 { margin: 0 0 20px; font-size: 20px; }
.studio-guide__grid p { margin: 0; color: var(--muted); }
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { min-height: 230px; padding: 30px; border: 0; border-radius: 16px; background: #fff; }
.card__number { margin: 0; color: var(--red); font-size: 30px; font-weight: 800; line-height: 1; }
.card h3 { margin: 24px 0 10px; font-size: 22px; }
.card h3 a { text-decoration: none; }
.card > p:not(.card__number) { color: var(--muted); }
.card .text-link { margin-top: 18px; }

.approach-band { color: #fff; background: var(--ink); }
.approach-band__grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.approach-band__grid > div { padding: 112px 70px 112px 0; }
.approach-band p:not(.eyebrow) { color: #d0d0d0; }
.approach-band__image { width: 100%; height: 100%; min-height: 610px; object-fit: cover; border-radius: 0; }
.approach-band .text-link { margin-top: 40px; }
.book-band { padding-block: 82px; color: #fff; background: var(--blue); }
.book-band--footer { padding-block: 48px; border: 0; color: var(--ink); background: var(--paper); }
.book-band__grid { display: grid; grid-template-columns: 330px 1fr; gap: 90px; align-items: center; }
.book-band__cover { width: 290px; aspect-ratio: 522 / 720; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.book-band p:not(.eyebrow) { max-width: 740px; color: #d8e5ed; }
.book-band .button { margin-top: 22px; }
.book-band--footer .book-band__grid { grid-template-columns: 120px 1fr; gap: 36px; padding: 28px 36px; border-radius: 20px; background: #fff; box-shadow: 0 16px 42px rgb(20 20 20 / 8%); }
.book-band--footer .book-band__cover { width: 108px; border-radius: 5px; }
.book-band--footer .book-band__grid > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 40px; align-items: center; }
.book-band--footer .eyebrow { grid-column: 1; margin-bottom: 8px; color: var(--red); }
.book-band--footer h2 { grid-column: 1; font-size: 28px; line-height: 1.45; }
.book-band--footer p:not(.eyebrow) { grid-column: 1; margin: 8px 0 0; color: var(--muted); }
.book-band--footer .button { grid-column: 2; grid-row: 1 / 4; margin: 0; color: #fff; background: var(--ink); }
.book-band--footer .artist-promo-banner { height: 205px; grid-template-columns: 290px 1fr; padding-block: 15px; }
.artist-promo-band { padding-bottom: 20px; }
.artist-promo-banner__image { width: 270px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 8px; }
.gallery { display: grid; grid-template-columns: 1.65fr 1fr; grid-template-rows: 255px 255px; gap: 18px; margin-bottom: 38px; }
.gallery img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.gallery__main { grid-row: 1 / 3; }
.price-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.price-cards article { display: flex; min-height: 190px; flex-direction: column; padding: 24px; border-radius: var(--radius); background: #fff; }
.price-cards p { margin: 0; font-weight: 800; }
.price-cards small { margin-top: 10px; color: var(--muted); }
.price-cards strong { margin-top: auto; font-size: 25px; line-height: 1.3; }
.price-cards span { color: #888; font-size: 11px; }
.equipment-band { padding-block: 110px; color: #fff; background: var(--ink); }
.equipment-band .section-heading p:last-child { color: #bbb; }
.equipment-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 70px; margin-bottom: 42px; }
.equipment-list div { display: grid; grid-template-columns: 150px 1fr; padding: 20px 0; border-top: 1px solid #3c3c3c; }
.equipment-list dt { color: var(--gold); font-size: 11px; font-weight: 800; }
.equipment-list dd { margin: 0; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin: 0 0 52px; padding: 0; list-style: none; }
.steps li { position: relative; }
.steps li:not(:last-child)::after { content: "→"; position: absolute; top: 24px; right: -24px; color: var(--red); }
.steps span { color: #d8d4ca; font-size: 48px; font-weight: 900; line-height: 1; }
.steps h3 { margin: 24px 0 8px; font-size: 19px; }
.steps p { color: var(--muted); font-size: 14px; }
.access-preview { display: grid; grid-template-columns: .9fr 1.1fr; background: #fff; }
.access-preview__image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; border-radius: 0; }
.access-preview__copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, calc((100vw - var(--container)) / 2)); }
.access-preview address { margin: 26px 0 14px; }
.contact-band { padding-block: 100px; color: #fff; background: var(--blue); }
.contact-band__inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: center; }
.contact-band p:not(.eyebrow) { color: #d8e5ed; }
.contact-band__actions { display: grid; gap: 24px; justify-items: start; }
.phone-link { display: flex; flex-direction: column; text-decoration: none; }
.phone-link small, .phone-link span { color: #c8dceb; font-size: 12px; }
.phone-link strong { font-size: 32px; }

.subhero { padding-block: 100px; color: #fff; background: var(--ink); }
.subhero__inner { display: grid; grid-template-columns: 1fr; }
.subhero--image { padding: 0; }
.subhero--image .subhero__inner { width: 100%; max-width: none; grid-template-columns: 1fr 1fr; }
.subhero__copy { display: flex; min-height: 480px; flex-direction: column; justify-content: center; padding: 72px max(48px, calc((100vw - var(--container)) / 2)); }
.subhero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.25; word-break: keep-all; }
.subhero__lead { max-width: 700px; margin-top: 32px; color: #d5d5d5; font-size: 19px; }
.subhero__image { width: 100%; height: 100%; min-height: 480px; object-fit: cover; border-radius: 0; }
.breadcrumb { padding-block: 18px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; color: #777; font-size: 12px; }
.breadcrumb li + li::before { content: "/"; margin-right: 9px; color: #aaa; }
.breadcrumb a { text-decoration: none; }
.info-box { margin-top: 72px; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.info-box h2 { margin-top: 0; font-size: 25px; }
.info-box .button { margin-top: 18px; }
.prose-intro { max-width: 800px; margin-bottom: 52px; }
.prose-intro h2 { font-size: clamp(28px, 3.4vw, 42px); line-height: 1.5; }
.feature-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 260px 1fr; gap: 45px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.feature-list h2, .feature-list h3 { margin: 0; font-size: 21px; }
.feature-list p { margin: 0; color: var(--muted); }
.flow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.flow-list li { display: grid; grid-template-columns: 80px 1fr; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); }
.flow-list span { color: var(--red); font-size: 12px; font-weight: 800; }
.flow-list p { margin: 0; }
.related-links { margin-top: 72px; }
.related-links p { display: flex; flex-wrap: wrap; gap: 24px; }
.related-links a { font-weight: 700; }
.room-list { display: grid; gap: 100px; }
.room-list article { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: center; }
.room-list article:nth-child(even) img { order: 2; }
.room-list img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.room-list h2 { margin: 0; font-size: 34px; }
.room-list p:last-child { color: var(--muted); }
.room-layout { display: grid; grid-template-columns: 1fr 430px; gap: 90px; align-items: center; }
.room-layout h2 { margin: 0 0 22px; font-size: 40px; }
.room-layout p:not(.eyebrow) { max-width: 38em; color: var(--muted); }
.room-layout .button { margin-top: 24px; }
.room-layout img { width: min(100%, 380px); height: auto; justify-self: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.room-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.room-gallery a { min-width: 0; overflow: hidden; border-radius: var(--radius); background: #e7e4dd; }
.room-gallery img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .2s ease; }
.room-gallery a:hover img { transform: scale(1.025); }
.role-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.role-cards article { min-height: 250px; padding: 38px; }
.role-cards article + article { border-left: 1px solid var(--line); }
.role-cards span { color: var(--red); font-size: 12px; font-weight: 800; }
.role-cards h3 { margin: 42px 0 12px; font-size: 24px; }
.role-cards p { color: var(--muted); }
.price-table-wrap { overflow-x: auto; }
.price-sections { display: grid; gap: 110px; }
.price-sections > section { min-width: 0; }
.rate-notes { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border-top: 1px solid var(--line); }
.rate-notes p { margin: 0; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); }
.cancellation { padding: 38px; border-left: 4px solid var(--red); background: #f4f1ea; }
.cancellation h2 { margin: 10px 0 12px; font-size: 28px; }
.cancellation p:last-child { margin-bottom: 0; }
table { width: 100%; border-collapse: collapse; background: #fff; }
caption { padding: 20px; color: #fff; background: var(--ink); font-size: 20px; font-weight: 800; text-align: left; }
th, td { padding: 22px; border-bottom: 1px solid var(--line); text-align: left; }
thead th { color: var(--muted); font-size: 12px; }
td strong { font-size: 22px; }
.equipment-catalog { display: grid; gap: 100px; }
.equipment-group { display: grid; grid-template-columns: 280px 1fr; gap: 60px; }
.equipment-group h2 { margin: 0; font-size: 28px; }
.equipment-group dl { margin: 0; border-top: 1px solid var(--line); }
.equipment-group dl div { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.equipment-group dt { color: var(--red); font-size: 12px; font-weight: 800; }
.equipment-group dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.book-detail { display: grid; grid-template-columns: 350px 1fr; gap: 90px; align-items: center; }
.book-detail__cover { width: 320px; border-radius: var(--radius); box-shadow: var(--shadow); }
.book-detail h2 { font-size: 42px; line-height: 1.35; }
.book-detail dl div { display: grid; grid-template-columns: 100px 1fr; padding: 14px 0; border-top: 1px solid var(--line); }
.book-detail dd { margin: 0; }
.book-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.book-cards article { display: grid; grid-template-columns: 86px 1fr; gap: 20px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.book-cards img { width: 86px; height: auto; box-shadow: 0 12px 28px rgb(0 0 0 / 14%); }
.book-cards h2 { min-height: 3em; margin: 10px 0 18px; font-size: 20px; line-height: 1.5; }
.book-cards p:not(.eyebrow) { color: var(--muted); }
.book-meta { font-size: 12px; }
.access-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.access-grid h2 { font-size: 36px; }
.access-grid address { font-size: 19px; font-weight: 700; }
.access-grid dl { margin: 36px 0; }
.access-grid dl div { display: grid; grid-template-columns: 70px 1fr; padding: 14px 0; border-top: 1px solid var(--line); }
.access-grid dt { color: var(--red); font-size: 12px; font-weight: 800; }
.access-grid dd { margin: 0; }
.access-grid__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); }
.access-overview { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.access-overview h2 { margin: 0 0 22px; font-size: 38px; }
.access-overview address { font-size: 20px; font-weight: 800; }
.access-overview dl { margin: 28px 0; }
.access-overview dl div { display: grid; grid-template-columns: 70px 1fr; padding: 12px 0; border-top: 1px solid var(--line); }
.access-overview dd { margin: 0; }
.access-overview > div > p:not(.eyebrow) { color: var(--muted); }
.access-map-image { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.route-sections { display: grid; gap: 80px; }
.route-sections h2 { margin: 0 0 22px; font-size: 34px; }
.route-sections section > p:last-child { max-width: 50em; }
.bus-routes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.bus-routes article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.bus-routes h3 { margin: 0 0 16px; font-size: 18px; }
.bus-routes p { margin: 0; color: var(--muted); }
.parking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.parking-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.parking-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #efede8; }
.parking-grid h3 { margin: 24px 24px 8px; font-size: 20px; }
.parking-grid p { margin: 0 24px 26px; color: var(--muted); }
.access-street-view { margin-top: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 28px 54px 28px 0; font-size: 18px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 25px; right: 12px; font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 54px 28px 0; color: var(--muted); }
.contact-layout { min-width: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.contact-phone-card { display: flex; flex-direction: column; margin: 24px 0; text-decoration: none; }
.contact-phone-card span { font-size: 30px; font-weight: 900; }
.contact-phone-card small { color: var(--muted); }
.contact-form { min-width: 0; padding: 48px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin-top: 0; font-size: 13px; }
.form-note span, .form-field label span, .check-field span span { color: #c32217; }
.form-field { margin-bottom: 26px; }
.form-field label { display: block; margin-bottom: 8px; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #aaa69d; border-radius: 5px; background: #fff; }
.form-field textarea { resize: vertical; }
.form-field [aria-invalid="true"] { border: 2px solid #c32217; }
.field-error { min-height: 1.5em; margin: 4px 0 0; color: #a81c13; font-size: 13px; }
.check-field { display: flex; gap: 12px; align-items: flex-start; margin: 24px 0 0; }
.check-field input { width: 22px; height: 22px; flex: 0 0 auto; }
.captcha-wrap { margin-top: 28px; overflow-x: auto; }
.form-status { color: #a81c13; font-weight: 700; }
.contact-form .button { border: 0; }
.contact-form .button:disabled { cursor: wait; opacity: .65; }
.completion { min-height: 70vh; display: grid; place-items: center; padding-block: 120px; text-align: center; }
.completion h1 { font-size: clamp(34px, 4.5vw, 58px); }
.completion .button { margin-top: 30px; }
.prose h2 { margin-top: 56px; font-size: 26px; }
.prose a { color: #145f90; }

.site-footer { padding: 70px 0 28px; color: #ddd; background: var(--ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.1fr .8fr .7fr; gap: 80px; }
.brand--footer { color: #fff; }
.site-footer p { color: #aaa; font-size: 13px; }
.site-footer nav ul { display: grid; gap: 8px 24px; grid-template-columns: 1fr 1fr; align-items: start; }
.site-footer a { overflow-wrap: anywhere; text-decoration: none; }
.site-footer__sub { display: flex; flex-direction: column; gap: 8px; color: #aaa; font-size: 13px; }
.site-footer__bottom { margin-top: 50px; padding-top: 22px; border-top: 1px solid #3c3c3c; color: #888; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .global-nav { display: none; }
  .header-actions { margin-left: auto; }
  .header-phone { display: none; }
  .menu-button { display: block; }
  .home-hero__copy { width: min(590px, calc(58% - 20px)); padding-inline: 40px; }
  .street-view__grid { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 32px; }
  .street-view__map iframe { min-height: 360px; }
  .studio-guide__grid { grid-template-columns: repeat(2, 1fr); }
  .price-cards { grid-template-columns: repeat(2, 1fr); }
  .subhero__copy { padding-inline: 40px; }
  .book-cards { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); font-size: 15px; }
  .container { width: min(calc(100% - 40px), var(--container)); }
  .site-header__inner { min-height: 68px; }
  .brand span { font-size: 9px; }
  .brand strong { margin-top: 5px; font-size: 19px; }
  .header-actions { display: none; }
  .menu-button { margin-left: auto; }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 26px; }
  .section-heading h2, .approach-band h2, .book-band h2, .contact-band h2, .access-preview h2 { font-size: 28px; }
  .eyebrow { margin-bottom: 18px; }
  .button { min-height: 50px; }
  .home-hero { min-height: 0; flex-direction: column; overflow: visible; background: transparent; }
  .home-hero__visual { position: relative; width: calc(100% - 20px); height: auto; min-height: 0; order: -1; margin: 10px; aspect-ratio: 4 / 3; border-radius: 16px; }
  .home-hero__image { height: 100%; min-height: 0; object-fit: cover; border-radius: 16px; }
  .home-hero__copy { width: auto; max-width: none; margin: 0; padding: 42px 20px 48px; border-radius: 0; background: transparent; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .home-hero__brand { font-size: 15px; }
  .home-hero h1 { margin-bottom: 28px; font-size: 28px; line-height: 1.4; }
  .home-hero .catch-line { white-space: nowrap; }
  .home-hero .catch-line > span { display: inline; }
  .home-hero__lead { font-size: 18px; }
  .home-hero .button-row { display: grid; }
  .quick-facts { grid-template-columns: 1fr 1fr; padding: 26px 20px; }
  .quick-facts div { padding: 13px 16px; }
  .quick-facts div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .quick-facts dd { font-size: 16px; }
  .street-view { padding: 56px 0; }
  .street-view__grid { grid-template-columns: 1fr; gap: 32px; }
  .street-view__copy h2 br { display: none; }
  .street-view__map iframe { min-height: 0; aspect-ratio: 4 / 3; }
  .card-grid { grid-template-columns: 1fr; }
  .card { min-height: 0; padding: 24px; }
  .service-alert { display: grid; gap: 6px; }
  .studio-guide__grid { grid-template-columns: 1fr; }
  .studio-guide__grid article { min-height: 0; padding: 26px 22px; }
  .approach-band__grid { width: 100%; display: flex; flex-direction: column; }
  .approach-band__grid > div { padding: 72px 20px; }
  .approach-band__image { min-height: 330px; order: -1; }
  .book-band { padding-block: 72px; }
  .book-band__grid { grid-template-columns: 1fr; gap: 52px; }
  .book-band__cover { width: 190px; margin-inline: auto; }
  .book-band--footer { padding-block: 36px; }
  .book-band--footer .book-band__grid { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
  .book-band--footer .book-band__cover { width: 112px; }
  .book-band--footer .book-band__grid > div { display: block; }
  .book-band--footer h2 { font-size: 24px; }
  .book-band--footer .button { width: 100%; margin-top: 22px; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 170px; }
  .gallery__main { grid-column: 1 / 3; grid-row: auto; }
  .price-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .price-cards article { min-height: 170px; padding: 18px; }
  .price-cards strong { font-size: 20px; overflow-wrap: anywhere; }
  .section-action { text-align: left; }
  .equipment-list { grid-template-columns: 1fr; }
  .equipment-list div { grid-template-columns: 105px 1fr; gap: 12px; }
  .equipment-list dd { font-size: 13px; overflow-wrap: anywhere; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .steps li { display: grid; grid-template-columns: 64px 1fr; }
  .steps li:not(:last-child)::after { display: none; }
  .steps h3 { margin: 0 0 4px; }
  .steps p { margin: 0; }
  .access-preview { grid-template-columns: 1fr; }
  .access-preview__image img { min-height: 240px; max-height: 280px; }
  .access-preview__copy { padding: 70px 20px; }
  .contact-band { padding-block: 70px; }
  .contact-band__inner { grid-template-columns: 1fr; gap: 38px; }
  .subhero { padding-block: 72px; }
  .subhero--image .subhero__inner { display: flex; flex-direction: column; }
  .subhero__copy { min-height: 0; padding: 64px 20px; }
  .subhero h1 { font-size: clamp(34px, 10vw, 42px); }
  .subhero__lead { font-size: 16px; }
  .subhero__image { min-height: 260px; max-height: 300px; order: -1; }
  .feature-list article { grid-template-columns: 1fr; gap: 12px; }
  .related-links p { flex-direction: column; gap: 10px; }
  .room-list { gap: 72px; }
  .room-list article { grid-template-columns: 1fr; gap: 28px; }
  .room-list article:nth-child(even) img { order: 0; }
  .room-layout { grid-template-columns: 1fr; gap: 46px; }
  .room-layout h2 { font-size: 30px; }
  .room-gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .role-cards { grid-template-columns: 1fr; }
  .role-cards article { min-height: 0; padding: 28px; }
  .role-cards article + article { border-top: 1px solid var(--line); border-left: 0; }
  .role-cards h3 { margin-top: 24px; }
  th, td { min-width: 130px; padding: 16px; }
  .rate-notes { grid-template-columns: 1fr; }
  .cancellation { padding: 28px 22px; }
  .equipment-group { grid-template-columns: 1fr; gap: 24px; }
  .equipment-group dl div { grid-template-columns: 1fr; gap: 8px; }
  .equipment-catalog { gap: 72px; }
  .book-detail { grid-template-columns: 1fr; gap: 45px; }
  .book-detail__cover { width: 210px; margin-inline: auto; }
  .book-detail h2 { font-size: 31px; }
  .access-grid { grid-template-columns: 1fr; gap: 50px; }
  .access-grid__image { order: -1; }
  .book-cards article { grid-template-columns: 70px 1fr; gap: 18px; padding: 22px; }
  .book-cards img { width: 70px; }
  .book-cards h2 { min-height: 0; font-size: 19px; }
  .access-overview { grid-template-columns: 1fr; gap: 46px; }
  .access-map-image { order: -1; }
  .bus-routes { grid-template-columns: 1fr; }
  .parking-grid { grid-template-columns: 1fr; }
  .faq-list summary { padding-right: 42px; font-size: 16px; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .contact-form { padding: 26px 20px; }
  .site-footer { padding-bottom: 38px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .site-footer nav ul { grid-template-columns: 1fr 1fr; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .75fr 1.25fr; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 26px rgb(0 0 0 / 16%); }
  .mobile-cta a { min-height: 64px; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-cta a:last-child { background: var(--red); }
}

@media (max-width: 360px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .home-hero__copy, .approach-band__grid > div, .access-preview__copy, .subhero__copy { padding-inline: 16px; }
  .home-hero h1 { font-size: 25px; }
  .section-heading h2, .approach-band h2, .book-band h2, .contact-band h2, .access-preview h2 { font-size: 25px; }
  .price-cards { grid-template-columns: 1fr; }
  .book-cards article { grid-template-columns: 64px 1fr; gap: 16px; padding: 20px; }
  .book-cards img { width: 64px; }
  .book-cards h2 { font-size: 17px; }
  .captcha-wrap { overflow: hidden; }
  .g-recaptcha { width: 304px; margin-bottom: -8px; transform: scale(.88); transform-origin: 0 0; }
}

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

/* Artist production package */
.artist-package-page {
  --artist-black: #0a0a0b;
  --artist-white: #f8f7f2;
  --artist-coral: #ff5e4d;
  --artist-lime: #c6df48;
  --artist-blue: #4a8dff;
  color: var(--artist-black);
  background: var(--artist-white);
}
.artist-package-page [data-parallax] { transform: translate3d(0, var(--parallax-y, 0), 0); will-change: transform; }
.artist-package-page .site-header { border-color: rgb(255 255 255 / 12%); color: #fff; background: rgb(10 10 11 / 88%); }
.artist-package-page .site-header .button--dark { color: var(--artist-black); background: var(--artist-lime); }
.artist-package-page .global-nav a[aria-current="page"]::after { background: var(--artist-lime); }
.artist-package-page .menu-button { background: var(--artist-coral); }
.artist-package-page .mobile-menu { background: var(--artist-black); }
.artist-package-page main { overflow: clip; }
.artist-package-page .artist-hero { min-height: 100svh; }
.artist-package-name { position: absolute; z-index: 5; top: 28px; left: max(32px, calc((100% - var(--container)) / 2)); padding: 8px 12px; color: var(--artist-black); background: var(--artist-lime); font-size: 13px; font-weight: 900; text-decoration: none; }
.artist-kicker,
.artist-section-no,
.artist-team__role,
.artist-price__label { font-size: 11px; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.artist-section-no { margin: 0; color: #65655f; }
.artist-heading { max-width: 820px; }
.artist-heading h2 { margin: 18px 0 20px; font-size: 54px; line-height: 1.25; }
.artist-heading > p:last-child { max-width: 42em; color: #686861; }
.artist-heading--light { color: #fff; }
.artist-heading--light .artist-section-no { color: var(--artist-lime); }
.artist-heading--light > p:last-child { color: #bdbdb7; }
.artist-copy-sp { display: none; }
.artist-lead { font-size: 20px; font-weight: 700; line-height: 1.9; }
.artist-note { color: #73736d; font-size: 12px; line-height: 1.8; }
.artist-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid currentColor; border-radius: 2px; font-size: 13px; font-weight: 800; text-decoration: none; transition: color .2s, background-color .2s, transform .2s; }
.artist-button:hover { transform: translateY(-3px); }
.artist-button--light { border-color: var(--artist-white); color: var(--artist-black); background: var(--artist-white); }
.artist-button--line { color: #fff; background: rgb(10 10 11 / 28%); }
.artist-button--dark { border-color: var(--artist-black); color: #fff; background: var(--artist-black); }

.artist-hero { position: relative; min-height: calc(100svh - 84px); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--artist-black); }
.artist-hero__media,
.artist-hero__shade,
.artist-hero__outline { position: absolute; inset: 0; }
.artist-hero__media { overflow: hidden; }
.artist-hero__slide { position: absolute; inset: -4%; width: 108%; max-width: none; height: 108%; object-fit: cover; object-position: 56% center; opacity: 0; transform: scale(1.035); transition: opacity 1.2s ease, transform 8.5s ease; }
.artist-hero__slide.is-active { opacity: 1; transform: scale(1); }
.artist-hero__shade { width: 58%; background: rgb(10 10 11 / 68%); }
.artist-hero__outline { top: auto; bottom: -40px; left: 43%; color: transparent; font-size: 260px; font-weight: 900; line-height: .8; -webkit-text-stroke: 1px rgb(255 255 255 / 28%); pointer-events: none; }
.artist-hero__content { position: relative; z-index: 2; align-self: start; padding-top: 104px; padding-bottom: 60px; }
.artist-kicker { margin: 0 0 28px; color: var(--artist-lime); }
.artist-hero h1 { max-width: 980px; margin: 0; font-size: 70px; line-height: 1.14; }
.artist-hero h1 > span,
.artist-hero__title-pc { display: block; }
.artist-hero__title-sp { display: none; }
.artist-hero__lead { max-width: 650px; margin: 34px 0 0; color: #f2f1eb; font-size: 16px; line-height: 2; }
.artist-hero__lead span { display: block; }
.artist-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }

.artist-intro { position: relative; padding: 150px 0 160px; overflow: hidden; }
.artist-intro__grid { display: grid; grid-template-columns: 150px minmax(0, 1.25fr) minmax(280px, .75fr); gap: 52px; align-items: start; }
.artist-intro h2 { margin: -8px 0 32px; font-size: 58px; line-height: 1.35; }
.artist-intro__aside { padding-top: 74px; }
.artist-intro__aside > p:first-child { font-size: 16px; line-height: 2; }
.artist-sample-link { margin-top: 28px; }
.artist-sample-link a { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 2px solid var(--artist-black); font-size: 14px; font-weight: 900; text-decoration: none; }
.artist-orbit { position: absolute; width: 320px; height: 320px; border: 44px solid currentColor; border-radius: 50%; pointer-events: none; }
.artist-orbit--coral { right: -100px; bottom: -80px; color: var(--artist-coral); opacity: .85; }

.artist-statement { position: relative; min-height: 620px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--artist-coral); }
.artist-statement__word { position: absolute; top: 50%; left: -2%; color: transparent; font-size: 320px; font-weight: 900; line-height: .8; -webkit-text-stroke: 2px rgb(255 255 255 / 32%); }
.artist-statement__inner { position: relative; z-index: 1; }
.artist-statement__inner > p { margin: 0 0 22px; font-size: 11px; font-weight: 800; }
.artist-statement h2 { max-width: 950px; margin: 0; font-size: 70px; line-height: 1.28; }

.artist-package { padding: 150px 0; color: #fff; background: var(--artist-black); }
.artist-package .artist-section-no { color: var(--artist-lime); }
.artist-package .artist-heading > p:last-child { color: #bdbdb7; }
.artist-process { margin: 80px 0 0; padding: 0; list-style: none; border-top: 1px solid #414141; }
.artist-process li { display: grid; grid-template-columns: 130px 1fr; gap: 35px; padding: 40px 0; border-bottom: 1px solid #414141; }
.artist-process li > span { color: var(--artist-coral); font-size: 58px; font-weight: 900; line-height: 1; }
.artist-process li > div { display: grid; grid-template-columns: 130px 330px minmax(0, 1fr); gap: 35px; align-items: start; }
.artist-process li > div > p:first-child { margin: 8px 0 0; color: var(--artist-lime); font-size: 11px; font-weight: 800; }
.artist-process h3 { margin: 0; font-size: 28px; }
.artist-process li > div > p:last-child { max-width: 42em; margin: 2px 0 0; color: #bdbdb7; }

.artist-visual-break { position: relative; min-height: 820px; overflow: hidden; background: var(--artist-blue); }
.artist-visual-break__frame { position: absolute; inset: -10% 0; }
.artist-visual-break img { width: 100%; height: 120%; object-fit: cover; object-position: center; }
.artist-visual-break__caption { position: absolute; z-index: 1; right: 4%; bottom: 8%; margin: 0; color: #fff; font-size: 92px; font-weight: 900; line-height: .94; text-align: right; text-shadow: 0 5px 30px rgb(0 0 0 / 28%); }

.artist-includes { padding: 150px 0; background: var(--artist-lime); }
.artist-includes__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.artist-includes__grid ul { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--artist-black); }
.artist-includes__grid li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgb(10 10 11 / 38%); font-size: 19px; font-weight: 800; }
.artist-includes__grid li span { font-size: 11px; }

.artist-team { position: relative; padding: 160px 0; overflow: hidden; color: #fff; background: #202025; }
.artist-team__type { position: absolute; top: -40px; right: -25px; color: transparent; font-size: 270px; font-weight: 900; line-height: 1; -webkit-text-stroke: 1px rgb(255 255 255 / 16%); }
.artist-team__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 72px; }
.artist-team .artist-heading { max-width: 1000px; }
.artist-team .artist-heading h2 { font-size: 46px; }
.artist-team__grid article { min-height: 470px; padding: 42px; border-radius: 6px; background: #f3f0e8; color: var(--artist-black); }
.artist-team__grid article:nth-child(2) { margin-top: 70px; background: #dce6ff; }
.artist-team__role { margin: 0; color: #62625d; }
.artist-team h3 { margin: 72px 0 28px; font-size: 36px; }
.artist-team__grid article > p:not(.artist-team__role) { max-width: 47em; color: #4d4d49; }
.artist-team__grid article > p a { font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .2em; }

.artist-price { position: relative; padding: 150px 0; overflow: hidden; background: #ece9ff; }
.artist-price__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: center; }
.artist-price h2 { margin: 24px 0 0; font-size: 52px; line-height: 1.35; }
.artist-price__panel { padding: 46px; border-radius: 6px; background: #fff; box-shadow: 18px 18px 0 var(--artist-blue); }
.artist-price__label { margin: 0; color: var(--artist-coral); }
.artist-price__status { margin: 22px 0 18px; font-size: 28px; font-weight: 900; line-height: 1.45; }
.artist-price__base { margin: 30px 0 0; padding-top: 24px; border-top: 1px solid #d8d6df; font-weight: 800; }
.artist-price__base strong { display: inline-block; margin-top: 6px; font-size: 35px; line-height: 1.3; }
.artist-price__base small { font-size: 12px; font-weight: 700; }
.artist-price__panel .artist-button { width: 100%; margin-top: 24px; }
.artist-orbit--blue { top: -100px; left: -130px; color: var(--artist-blue); opacity: .8; }

.artist-faq { padding: 130px 0 170px; }
.artist-faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; align-items: start; }
.artist-faq .artist-heading h2 { font-size: clamp(44px, 4.2vw, 52px); white-space: nowrap; }
.artist-faq .faq-list { border-color: #97978f; }
.artist-faq .faq-list details { border-color: #b9b9b1; }
.artist-contact { padding: 140px 0 170px; color: #fff; background: var(--artist-black); }
.artist-contact__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.artist-contact__form { color: var(--artist-black); box-shadow: 18px 18px 0 var(--artist-coral); }
.artist-contact__form .form-help { margin: 8px 0 0; color: #686861; font-size: 12px; line-height: 1.7; }
.artist-contact__form .artist-button { width: 100%; }
.artist-float-cta { position: fixed; z-index: 88; right: 22px; bottom: 22px; min-width: 260px; display: flex; align-items: center; justify-content: center; padding: 17px 20px; border: 1px solid var(--artist-black); border-radius: 2px; color: var(--artist-black); background: var(--artist-lime); box-shadow: 8px 8px 0 rgb(10 10 11 / 24%); text-decoration: none; }
.artist-float-cta strong { font-size: 16px; }
.artist-minimal-footer { padding: 34px 32px 105px; color: #8e8e88; background: var(--artist-black); font-size: 12px; text-align: center; }

@media (max-width: 1100px) {
  .artist-hero h1 { font-size: 64px; }
  .artist-intro__grid { grid-template-columns: 110px 1fr; }
  .artist-intro__aside { grid-column: 2; padding-top: 0; }
  .artist-process li > div { grid-template-columns: 100px 220px minmax(0, 1fr); }
  .artist-statement h2 { font-size: 58px; }
  .artist-visual-break__caption { font-size: 70px; }
}

@media (max-width: 767px) {
  .artist-package-page { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .artist-package-page .mobile-cta { display: none; }
  .artist-package-page [data-parallax] { transform: none; will-change: auto; }
  .artist-heading h2 { font-size: 38px; }
  .artist-lead { font-size: 17px; }
  .artist-button { width: 100%; }
  .artist-hero { min-height: 0; display: block; }
  .artist-package-name { top: 18px; left: 16px; max-width: calc(100% - 32px); font-size: 12px; }
  .artist-hero__media { position: relative; inset: auto; height: 56svh; min-height: 360px; max-height: 470px; }
  .artist-hero__slide { inset: 0; width: 100%; height: 100%; object-position: right center; }
  .artist-hero__shade,
  .artist-hero__outline { display: none; }
  .artist-hero__content { width: calc(100% - 32px); padding: 38px 0 116px; }
  .artist-kicker { max-width: 260px; margin-bottom: 20px; }
  .artist-hero h1 { font-size: 26px; line-height: 1.35; }
  .artist-hero h1 > span { white-space: nowrap; }
  .artist-hero h1 > span:first-child { margin-bottom: 4px; }
  .artist-hero__title-pc { display: none; }
  .artist-hero__title-sp { display: inline; }
  .artist-hero__lead { margin-top: 24px; font-size: 11px; line-height: 1.9; }
  .artist-hero__lead span { white-space: nowrap; }
  .artist-hero__actions { display: grid; margin-top: 28px; }
  .artist-intro { padding: 90px 0 110px; }
  .artist-intro__grid { grid-template-columns: 1fr; gap: 32px; }
  .artist-intro h2 { margin: 0 0 24px; font-size: 25px; line-height: 1.5; }
  .artist-intro__aside { grid-column: auto; }
  .artist-orbit { width: 180px; height: 180px; border-width: 28px; }
  .artist-statement { min-height: 530px; }
  .artist-statement__word { top: auto; right: auto; bottom: 24px; left: 12px; font-size: 96px; line-height: .8; }
  .artist-statement h2 { font-size: 30px; line-height: 1.5; }
  .artist-copy-pc { display: none; }
  .artist-copy-sp { display: inline; }
  .artist-package { padding: 100px 0; }
  .artist-process { margin-top: 52px; }
  .artist-process li { grid-template-columns: 52px 1fr; gap: 14px; padding: 30px 0; }
  .artist-process li > span { font-size: 34px; }
  .artist-process li > div { display: block; }
  .artist-process li > div > p:first-child { margin: 0 0 6px; }
  .artist-process h3 { font-size: 24px; }
  .artist-process li > div > p:last-child { margin-top: 10px; }
  .artist-visual-break { min-height: 590px; }
  .artist-visual-break img { object-position: 64% center; }
  .artist-visual-break__caption { right: 20px; bottom: 30px; font-size: 45px; }
  .artist-includes { padding: 100px 0; }
  .artist-includes__grid { grid-template-columns: 1fr; gap: 52px; }
  .artist-includes__grid li { font-size: 16px; }
  .artist-team { padding: 100px 0; }
  .artist-team__type { top: -15px; font-size: 120px; }
  .artist-team__grid { grid-template-columns: 1fr; margin-top: 52px; }
  .artist-team__grid article { min-height: 0; padding: 30px 24px; }
  .artist-team__grid article:nth-child(2) { margin-top: 0; }
  .artist-team h3 { margin: 40px 0 24px; font-size: 29px; }
  .artist-team .artist-heading h2 { font-size: 38px; }
  .artist-price { padding: 100px 0 120px; }
  .artist-price__grid { grid-template-columns: 1fr; gap: 52px; }
  .artist-price h2 { font-size: 38px; }
  .artist-price__panel { padding: 30px 22px; box-shadow: 10px 10px 0 var(--artist-blue); }
  .artist-price__status { font-size: 23px; }
  .artist-faq { padding: 100px 0 130px; }
  .artist-faq__grid { grid-template-columns: 1fr; gap: 44px; }
  .artist-faq .artist-heading h2 { font-size: 38px; white-space: normal; }
  .artist-contact { padding: 100px 0 130px; }
  .artist-contact__grid { grid-template-columns: 1fr; gap: 44px; }
  .artist-contact__form { padding: 28px 20px; box-shadow: 10px 10px 0 var(--artist-coral); }
  .artist-float-cta { right: 0; bottom: 0; left: 0; min-width: 0; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); border: 0; box-shadow: 0 -8px 26px rgb(0 0 0 / 20%); text-align: center; }
}

@media (max-width: 767px) {
  .book-band--footer .artist-promo-banner { height: auto; grid-template-columns: 1fr; padding-block: 28px; }
  .artist-promo-banner__image { width: 100%; max-width: 320px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .artist-package-page [data-parallax] { transform: none !important; will-change: auto; }
  .artist-hero__slide:not(.is-active) { display: none; }
}

/*2026.8.13 topページにニュースコンテンツ追加*/
.top-news{
    box-sizing: border-box; /* paddingを含めて幅を計算する */
    overflow: hidden;       /* 万が一はみ出した場合の保険 */
    margin: 40px;
    padding: 30px;
    background: #fff;
}
.top-news dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  row-gap: 0.4em;
  margin: 0;
  min-width: 0; /* 親のflex/grid内で使われる場合の保険 */
}

.top-news dt {
  white-space: nowrap;
}

.top-news dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: break-word;
}