.ghs-root{
  --ghs-red:#b92f41;
  --ghs-red-dark:#8f1f31;
  --ghs-navy:#173c67;
  --ghs-blue:#0d5fa8;
  --ghs-green:#24785f;
  --ghs-orange:#d9782e;
  --ghs-ink:#17202d;
  --ghs-muted:#5d6774;
  --ghs-line:rgba(23,32,45,.11);
  --ghs-soft:#f6f7f9;
  --ghs-radius:24px;
  color:var(--ghs-ink);
  font-family:"Yu Gothic","游ゴシック体","Hiragino Kaku Gothic ProN",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.75;
  overflow:clip;
}
.ghs-root *, .ghs-root *::before, .ghs-root *::after{box-sizing:border-box}
.ghs-root a{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}
.ghs-root img{max-width:100%}
.ghs-section{padding:58px 0}
.ghs-container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.ghs-kicker{margin:0 0 7px;color:var(--ghs-red);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.ghs-section-head{text-align:center;margin:0 auto 26px;max-width:780px}
.ghs-section-head--left{text-align:left;margin-left:0}
.ghs-section-head h2,.ghs-gallery__head h2{margin:0;color:var(--ghs-ink);font-size:clamp(24px,3vw,36px);line-height:1.35;letter-spacing:.02em}
.ghs-section-head>p:last-child{margin:12px 0 0;color:var(--ghs-muted);font-weight:700}
.ghs-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:900;line-height:1.2;text-decoration:none!important}
.ghs-btn:hover{transform:translateY(-2px)}
.ghs-btn--primary{background:linear-gradient(135deg,var(--ghs-red),#d74a55);box-shadow:0 12px 24px rgba(185,47,65,.22);color:#fff!important}
.ghs-btn--outline{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.08);color:#fff!important}
.ghs-btn--navy{background:var(--ghs-navy);color:#fff!important}
.ghs-btn--line{background:#1aa04a;color:#fff!important}
.ghs-btn--review{background:linear-gradient(135deg,var(--ghs-red),#d44250);box-shadow:0 14px 28px rgba(185,47,65,.24);color:#fff!important}
.ghs-btn--outline-dark{border-color:rgba(23,32,45,.18);background:#fff;color:var(--ghs-ink)!important}

/* Photo CTA — full shortcodeの先頭 */
.ghs-photo-cta-section{padding:28px 0 22px;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)}
.ghs-photo-cta-wrap{width:min(1120px,calc(100% - 32px));margin:0 auto;display:flex;flex-direction:column;gap:16px}
.ghs-photo-cta{position:relative;display:grid;grid-template-columns:minmax(250px,38%) 1fr;align-items:stretch;min-height:190px;overflow:hidden;border:1px solid var(--ghs-line);border-radius:26px;background:#fff;color:var(--ghs-ink)!important;text-decoration:none!important;box-shadow:0 16px 42px rgba(24,35,52,.08)}
.ghs-photo-cta::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.38)}
.ghs-photo-cta:hover{transform:translateY(-3px);box-shadow:0 24px 54px rgba(24,35,52,.14)}
.ghs-photo-cta__image{position:relative;min-height:190px;overflow:hidden;background:#edf0f3}
.ghs-photo-cta__image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,rgba(255,255,255,.34));pointer-events:none}
.ghs-photo-cta__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.ghs-photo-cta:hover .ghs-photo-cta__image img{transform:scale(1.035)}
.ghs-photo-cta__body{position:relative;display:flex;min-width:0;flex-direction:column;justify-content:center;padding:25px clamp(22px,4vw,48px)}
.ghs-photo-cta__body::before{content:"";position:absolute;top:0;right:0;width:160px;height:160px;border-radius:50%;transform:translate(36%,-42%);opacity:.09}
.ghs-photo-cta--buy .ghs-photo-cta__body::before{background:#e8574f}
.ghs-photo-cta--sell .ghs-photo-cta__body::before{background:#79b943}
.ghs-photo-cta--line .ghs-photo-cta__body::before{background:#06a83b}
.ghs-photo-cta__eyebrow{position:relative;margin-bottom:5px;font-size:10px;font-weight:900;letter-spacing:.18em}
.ghs-photo-cta--buy .ghs-photo-cta__eyebrow{color:#bd342f}
.ghs-photo-cta--sell .ghs-photo-cta__eyebrow{color:#4e8426}
.ghs-photo-cta--line .ghs-photo-cta__eyebrow{color:#078b34}
.ghs-photo-cta h2{position:relative;margin:0;font-size:clamp(20px,2.4vw,29px);line-height:1.45;letter-spacing:.02em}
.ghs-photo-cta p{position:relative;margin:8px 0 0;color:#53606d;font-size:14px;font-weight:700;line-height:1.75}
.ghs-photo-cta__button{position:relative;display:inline-flex;align-items:center;justify-content:space-between;align-self:flex-start;gap:18px;min-width:220px;margin-top:16px;padding:10px 18px;border-radius:999px;color:#fff;font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(24,35,52,.12)}
.ghs-photo-cta__button span{font-size:18px;line-height:1}
.ghs-photo-cta--buy .ghs-photo-cta__button{background:linear-gradient(135deg,#e8574f,#c83b3a)}
.ghs-photo-cta--sell .ghs-photo-cta__button{background:linear-gradient(135deg,#7ac143,#55982d)}
.ghs-photo-cta--line .ghs-photo-cta__button{background:linear-gradient(135deg,#08b83f,#009b34)}

/* Hero */
.ghs-hero{padding-top:34px;background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%)}
.ghs-hero__panel{display:grid;grid-template-columns:330px 1fr;min-height:360px;border:1px solid var(--ghs-line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(24,35,52,.10)}
.ghs-hero__brand{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;isolation:isolate;overflow:hidden;padding:44px 24px;background:linear-gradient(155deg,#be3144 0%,#9a2638 54%,#70243a 100%)}
.ghs-hero__brand::before{content:"";position:absolute;inset:-40%;z-index:-1;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.26),transparent 30%),linear-gradient(115deg,transparent 35%,rgba(255,255,255,.10) 48%,transparent 62%);transform:rotate(-8deg)}
.ghs-hero__brand-ring{position:absolute;inset:18px;border:1px solid rgba(255,255,255,.24);border-radius:22px}
.ghs-hero__logo{position:relative;width:148px;height:148px;padding:22px;border:1px solid rgba(255,255,255,.5);border-radius:32px;background:#fff;box-shadow:0 22px 50px rgba(42,8,18,.28);object-fit:contain}
.ghs-hero__brand-sub{position:relative;margin:22px 0 0;color:#fff;font-size:11px;font-weight:800;letter-spacing:.24em}
.ghs-hero__content{display:flex;flex-direction:column;justify-content:center;padding:46px clamp(28px,5vw,64px);background:linear-gradient(145deg,#fff 0%,#f9fbfe 100%)}
.ghs-hero__title{margin:0;color:var(--ghs-navy);font-size:clamp(30px,4vw,48px);font-weight:900;line-height:1.35;letter-spacing:.02em}
.ghs-hero__lead{margin:20px 0 0;max-width:730px;color:#465362;font-size:16px;font-weight:700;line-height:2}
.ghs-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.ghs-hero__content .ghs-btn--outline{border-color:var(--ghs-navy);color:var(--ghs-navy)!important;background:#fff}
.ghs-data{display:grid;grid-template-columns:minmax(260px,1.4fr) repeat(3,1fr);gap:1px;margin-top:18px;overflow:hidden;border:1px solid var(--ghs-line);border-radius:22px;background:var(--ghs-line);box-shadow:0 14px 34px rgba(24,35,52,.06)}
.ghs-data>*{background:#fff;padding:20px}
.ghs-data__intro strong{display:block;font-size:17px;line-height:1.5}
.ghs-data__intro p{margin:7px 0 0;color:var(--ghs-muted);font-size:13px;font-weight:700}
.ghs-data__label{display:block;margin-bottom:5px;color:var(--ghs-red);font-size:10px;font-weight:900;letter-spacing:.18em}
.ghs-data__stat{display:flex;flex-direction:column;justify-content:center;text-align:center}
.ghs-data__stat span{color:var(--ghs-muted);font-size:12px;font-weight:800}
.ghs-data__stat strong{margin-top:4px;color:var(--ghs-ink);font-size:30px;font-weight:900;line-height:1.2;font-variant-numeric:tabular-nums}
.ghs-data__stat small{margin-left:3px;font-size:13px}
.ghs-quick-cta{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;margin-top:14px;padding:18px 20px;border:1px solid rgba(23,60,103,.14);border-radius:20px;background:linear-gradient(100deg,#f6f9fc,#fff)}
.ghs-quick-cta strong{display:block;font-size:17px}
.ghs-quick-cta__eyebrow{display:block;color:var(--ghs-navy);font-size:10px;font-weight:900;letter-spacing:.16em}

/* Reasons */
.ghs-reasons{background:#fff}
.ghs-reason-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ghs-reason-card{position:relative;min-height:265px;padding:26px;border:1px solid rgba(23,32,45,.08);border-radius:24px;overflow:hidden;box-shadow:0 16px 36px rgba(24,35,52,.07)}
.ghs-reason-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.9),transparent 44%);pointer-events:none}
.ghs-reason-card--blue{background:linear-gradient(145deg,#edf6ff,#f8fbff)}
.ghs-reason-card--green{background:linear-gradient(145deg,#ecf9f4,#f9fdfb)}
.ghs-reason-card--purple{background:linear-gradient(145deg,#f3efff,#fbfaff)}
.ghs-reason-card__no{position:absolute;top:13px;right:18px;color:var(--ghs-red);font-size:52px;font-weight:900;line-height:1;opacity:.18}
.ghs-reason-card__tag{position:relative;margin:0 0 24px;color:var(--ghs-red);font-size:10px;font-weight:900;letter-spacing:.16em}
.ghs-reason-card h3{position:relative;margin:0 0 12px;font-size:20px;line-height:1.5}
.ghs-reason-card>p:last-child{position:relative;margin:0;color:#45515f;font-size:14px;font-weight:700;line-height:1.9}

/* Google */
.ghs-proof{background:linear-gradient(180deg,#f8f9fb,#fff)}
.ghs-google{position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(185,47,65,.10);border-radius:30px;background:#fff;box-shadow:0 26px 70px rgba(24,35,52,.10)}
.ghs-google__glow{position:absolute;inset:-45%;z-index:-1;background:radial-gradient(circle at 25% 25%,rgba(185,47,65,.17),transparent 28%),radial-gradient(circle at 75% 32%,rgba(13,95,168,.14),transparent 28%),radial-gradient(circle at 50% 80%,rgba(36,120,95,.10),transparent 26%);transform:rotate(7deg)}
.ghs-google__summary{position:relative;padding:42px 22px 34px;text-align:center}
.ghs-google__summary h2{margin:0;font-size:clamp(23px,3vw,34px);line-height:1.45}
.ghs-google__badge{position:absolute;top:16px;right:16px;padding:7px 12px;border-radius:999px;background:var(--ghs-red);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;box-shadow:0 10px 20px rgba(185,47,65,.22)}
.ghs-google__stars{margin:15px 0 13px;color:#f3ad28;font-size:38px;font-weight:900;letter-spacing:5px;line-height:1;text-shadow:0 0 14px rgba(243,173,40,.30)}
.ghs-google__scoreline{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:12px}
.ghs-google__scorebox,.ghs-google__countbox{display:flex;align-items:baseline;gap:7px;padding:12px 17px;border:1px solid rgba(23,32,45,.07);border-radius:17px;background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(24,35,52,.05)}
.ghs-google__scorebox strong{color:var(--ghs-red);font-size:48px;line-height:1;font-variant-numeric:tabular-nums}
.ghs-google__countbox strong{font-size:34px;line-height:1;font-variant-numeric:tabular-nums}
.ghs-google__scorebox span,.ghs-google__countbox span{font-size:13px;font-weight:800}
.ghs-google__status{margin:12px 0 17px;color:var(--ghs-muted);font-size:12px;font-weight:800}
.ghs-google__attribution{margin:13px 0 0;color:#5e5e5e;font-size:12px;font-weight:400;letter-spacing:normal}
.ghs-review-wrap{margin-top:28px}
.ghs-review-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:16px}
.ghs-review-head h3{margin:0;font-size:25px}
.ghs-review-head>p{max-width:460px;margin:0;color:var(--ghs-muted);font-size:13px;font-weight:700;text-align:right}
.ghs-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ghs-review-card,.ghs-review-placeholder{min-width:0;padding:20px;border:1px solid var(--ghs-line);border-radius:22px;background:#fff;box-shadow:0 14px 32px rgba(24,35,52,.06)}
.ghs-review-card__author{display:flex;align-items:center;gap:11px}
.ghs-review-card__avatar{display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;overflow:hidden;border-radius:50%;background:#edf1f5;color:var(--ghs-navy);font-weight:900;text-decoration:none}
.ghs-review-card__avatar img{width:100%;height:100%;object-fit:cover}
.ghs-review-card__meta{display:flex;min-width:0;flex-direction:column}
.ghs-review-card__name{overflow:hidden;color:var(--ghs-ink)!important;font-size:14px;font-weight:900;text-overflow:ellipsis;white-space:nowrap;text-decoration:none!important}
.ghs-review-card__meta span{color:var(--ghs-muted);font-size:11px;font-weight:700}
.ghs-review-card__stars{margin-top:13px;color:#f3ad28;font-size:15px;letter-spacing:2px}
.ghs-review-card__text{margin:10px 0 0;color:#3e4956;font-size:13px;font-weight:700;line-height:1.9;white-space:pre-wrap}
.ghs-review-card__footer{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:14px;padding-top:12px;border-top:1px solid var(--ghs-line);font-size:11px;font-weight:800}
.ghs-review-card__footer a{color:var(--ghs-blue)!important}
.ghs-review-card__footer span{color:var(--ghs-muted)}
.ghs-review-placeholder{grid-column:1/-1;display:flex;align-items:center;justify-content:center;min-height:130px;text-align:center;color:var(--ghs-muted);font-weight:800}
.ghs-review-placeholder p{margin:0}
.ghs-review-placeholder__dot{width:9px;height:9px;margin-right:10px;border-radius:50%;background:var(--ghs-red);box-shadow:0 0 0 7px rgba(185,47,65,.10);animation:ghsPulse 1.5s ease-in-out infinite}
.ghs-review-note{margin:12px 0 0;color:var(--ghs-muted);font-size:11px;font-weight:700}
@keyframes ghsPulse{50%{transform:scale(.72);opacity:.55}}

/* Message */
.ghs-message{padding-top:14px;background:#fff}
.ghs-message__card{display:grid;grid-template-columns:280px 1fr;align-items:stretch;overflow:hidden;border:1px solid var(--ghs-line);border-radius:28px;background:linear-gradient(135deg,#f5f7fa,#fff);box-shadow:0 20px 48px rgba(24,35,52,.08)}
.ghs-message__photo-wrap{position:relative;min-height:300px;background:linear-gradient(145deg,#e7ecf2,#f7f8fa)}
.ghs-message__photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 18%}
.ghs-message__body{display:flex;flex-direction:column;justify-content:center;padding:36px clamp(26px,5vw,62px)}
.ghs-message__body h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.5}
.ghs-message__body>p:not(.ghs-kicker){margin:16px 0 0;color:#45515f;font-weight:700;line-height:2}
.ghs-message__signature{display:flex;align-items:baseline;gap:11px;margin-top:20px}
.ghs-message__signature strong{font-size:19px}
.ghs-message__signature span{color:var(--ghs-muted);font-size:12px;font-weight:800}

/* Local guide */
.ghs-local{background:#f7f8fa}
.ghs-local-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ghs-local-grid article{padding:24px;border:1px solid var(--ghs-line);border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(24,35,52,.05)}
.ghs-local-grid article>span{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:50%;background:rgba(185,47,65,.09);color:var(--ghs-red);font-size:12px;font-weight:900}
.ghs-local-grid h3{margin:15px 0 9px;font-size:18px;line-height:1.55}
.ghs-local-grid p{margin:0;color:#4d5865;font-size:13px;font-weight:700;line-height:1.9}

/* Gallery */
.ghs-gallery{background:#fff}
.ghs-gallery__head{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:30px}
.ghs-gallery__head>p{max-width:460px;text-align:right}
.ghs-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:180px;gap:12px}
.ghs-gallery-item{margin:0;min-width:0;overflow:hidden;border-radius:20px;background:#eee;box-shadow:0 12px 28px rgba(24,35,52,.07)}
.ghs-gallery-item--1{grid-column:span 2;grid-row:span 2}
.ghs-gallery-item--6{grid-column:span 2}
.ghs-gallery-item--7{grid-column:span 2}
.ghs-gallery-button{position:relative;width:100%;height:100%;padding:0;border:0;background:none;cursor:zoom-in}
.ghs-gallery-button::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(8,16,26,.62));pointer-events:none}
.ghs-gallery-button img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.ghs-gallery-button span{position:absolute;z-index:1;left:15px;bottom:12px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.05em}
.ghs-gallery-button:hover img{transform:scale(1.045)}
.ghs-lightbox{width:min(980px,calc(100% - 28px));max-height:90vh;padding:0;border:0;border-radius:22px;background:#111;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.ghs-lightbox::backdrop{background:rgba(5,10,16,.78);backdrop-filter:blur(5px)}
.ghs-lightbox img{display:block;width:100%;max-height:78vh;object-fit:contain;background:#111}
.ghs-lightbox p{margin:0;padding:13px 18px;color:#fff;font-size:13px;font-weight:800}
.ghs-lightbox__close{position:absolute;z-index:2;top:10px;right:10px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#111;font-size:26px;line-height:1;cursor:pointer}

/* Features */
.ghs-features{background:linear-gradient(160deg,#f6f8fb,#fff)}
.ghs-features__layout{display:grid;grid-template-columns:300px 1fr;gap:18px;align-items:stretch}
.ghs-features__titlebox{padding:28px;border-radius:24px;background:linear-gradient(155deg,var(--ghs-navy),#245583);color:#fff;box-shadow:0 18px 42px rgba(23,60,103,.18)}
.ghs-features__titlebox .ghs-kicker{color:#a9d5ff}
.ghs-features__titlebox h2{margin:0;font-size:28px;line-height:1.5}
.ghs-features__titlebox>p:last-child{margin:15px 0 0;color:rgba(255,255,255,.82);font-size:13px;font-weight:700}
.ghs-feature-groups{padding:20px 22px;border:1px solid var(--ghs-line);border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(24,35,52,.06)}
.ghs-feature-group{display:grid;grid-template-columns:95px 1fr;gap:12px;padding:15px 0;border-top:1px solid var(--ghs-line)}
.ghs-feature-group:first-child{padding-top:0;border-top:0}
.ghs-feature-group:last-child{padding-bottom:0}
.ghs-feature-group h3{margin:5px 0 0;font-size:13px}
.ghs-feature-tags{display:flex;flex-wrap:wrap;gap:9px}
.ghs-feature-tags span{display:inline-flex;align-items:center;min-height:34px;padding:7px 13px;border:1px solid rgba(36,120,95,.25);border-radius:999px;background:#f6fbf8;color:#205f4c;font-size:12px;font-weight:900;line-height:1.3}

/* Movie */
.ghs-movie{background:linear-gradient(155deg,#111b2a 0%,#172b43 54%,#203c5a 100%);color:#fff}
.ghs-movie .ghs-kicker{color:#ff9ca8}
.ghs-movie__shell{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.45fr);gap:28px;align-items:center;padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035));box-shadow:0 28px 80px rgba(3,10,18,.28)}
.ghs-movie__copy{padding:12px 8px 12px 12px}
.ghs-movie__copy h2{margin:0;font-size:clamp(25px,3vw,38px);line-height:1.45;color:#fff}
.ghs-movie__copy>p:not(.ghs-kicker){margin:16px 0 22px;color:rgba(255,255,255,.78);font-size:14px;font-weight:700;line-height:1.95}
.ghs-movie__frame{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:#05080c;box-shadow:0 24px 60px rgba(0,0,0,.34);aspect-ratio:16/9}
.ghs-movie__frame::after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.ghs-movie__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Access */
.ghs-access{background:linear-gradient(180deg,#f5f7fa 0%,#fff 100%)}
.ghs-access__layout{display:grid;grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:18px;align-items:stretch}
.ghs-access-card,.ghs-map-card{overflow:hidden;border:1px solid var(--ghs-line);border-radius:28px;background:#fff;box-shadow:0 20px 52px rgba(24,35,52,.08)}
.ghs-access-card{position:relative;padding:28px}
.ghs-access-card::before{content:"";position:absolute;top:-80px;right:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(185,47,65,.18),rgba(185,47,65,0) 68%);pointer-events:none}
.ghs-access-card__brand{position:relative;padding-bottom:18px;border-bottom:1px solid var(--ghs-line)}
.ghs-access-card__brand span{display:block;color:var(--ghs-red);font-size:10px;font-weight:900;letter-spacing:.18em}
.ghs-access-card__brand strong{display:block;margin-top:4px;font-size:25px;line-height:1.35}
.ghs-access-card__list{position:relative;margin:4px 0 0}
.ghs-access-card__list>div{display:grid;grid-template-columns:78px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--ghs-line)}
.ghs-access-card__list dt{color:var(--ghs-muted);font-size:12px;font-weight:900}
.ghs-access-card__list dd{margin:0;color:var(--ghs-ink);font-size:14px;font-weight:800;line-height:1.8}
.ghs-access-card__list dd small{color:var(--ghs-muted);font-size:11px}
.ghs-access-card__list a{color:var(--ghs-navy)!important;font-size:18px;text-decoration:none!important}
.ghs-access-card__minute{display:inline-grid;min-width:30px;height:30px;margin:0 4px;place-items:center;border-radius:9px;background:var(--ghs-red);color:#fff;font-size:16px;font-weight:900;line-height:1}
.ghs-access-card__actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px}
.ghs-map-card{display:flex;min-height:480px;flex-direction:column}
.ghs-map-card__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;background:#fff}
.ghs-map-card__head>div{display:flex;min-width:0;flex-direction:column}
.ghs-map-card__head span{color:var(--ghs-red);font-size:9px;font-weight:900;letter-spacing:.16em}
.ghs-map-card__head strong{font-size:16px;line-height:1.5}
.ghs-map-card__coords{color:var(--ghs-muted)!important;font-size:9px!important;font-variant-numeric:tabular-nums;letter-spacing:.08em!important}
.ghs-map-card iframe{display:block;width:100%;min-height:420px;flex:1;border:0;background:#e9edf1}

/* FAQ */
.ghs-faq{background:#fff}
.ghs-faq__container{max-width:920px}
.ghs-faq-list{border-top:1px solid var(--ghs-line)}
.ghs-faq-list details{border-bottom:1px solid var(--ghs-line)}
.ghs-faq-list summary{position:relative;padding:21px 48px 21px 4px;cursor:pointer;list-style:none;font-weight:900;line-height:1.7}
.ghs-faq-list summary::-webkit-details-marker{display:none}
.ghs-faq-list summary::after{content:"＋";position:absolute;right:7px;top:20px;color:var(--ghs-red);font-size:22px;line-height:1}
.ghs-faq-list details[open] summary::after{content:"−"}
.ghs-faq-list details p{margin:0;padding:0 48px 22px 4px;color:#4d5865;font-size:14px;font-weight:700;line-height:1.9}

@media (max-width:900px){
  .ghs-hero__panel{display:block;grid-template-columns:none}
  .ghs-hero__brand{width:100%;min-height:300px}
  .ghs-hero__brand-ring{display:none}
  .ghs-hero__content{width:100%}
  .ghs-data{grid-template-columns:1fr 1fr}
  .ghs-data__intro{grid-column:1/-1}
  .ghs-reason-grid,.ghs-review-grid,.ghs-local-grid{grid-template-columns:1fr}
  .ghs-message__card{grid-template-columns:230px 1fr}
  .ghs-gallery-grid{grid-template-columns:repeat(3,1fr)}
  .ghs-gallery-item--1{grid-column:span 2}
  .ghs-gallery-item--6,.ghs-gallery-item--7{grid-column:auto}
  .ghs-features__layout{grid-template-columns:1fr}
  .ghs-movie__shell{grid-template-columns:1fr}
  .ghs-access__layout{grid-template-columns:1fr}
  .ghs-map-card{min-height:430px}
}

@media (max-width:680px){
  .ghs-photo-cta-section{padding:16px 0 12px}
  .ghs-photo-cta-wrap{width:min(100% - 24px,1120px);gap:11px}
  .ghs-photo-cta{grid-template-columns:43% 57%;min-height:155px;border-radius:19px}
  .ghs-photo-cta__image{min-height:155px}
  .ghs-photo-cta__image::after{background:linear-gradient(90deg,transparent 82%,rgba(255,255,255,.22))}
  .ghs-photo-cta__body{padding:15px 13px}
  .ghs-photo-cta__eyebrow{margin-bottom:3px;font-size:8px;letter-spacing:.12em}
  .ghs-photo-cta h2{font-size:16px;line-height:1.4}
  .ghs-photo-cta p{margin-top:5px;font-size:11px;line-height:1.6}
  .ghs-photo-cta__button{min-width:0;width:100%;gap:6px;margin-top:9px;padding:8px 10px;font-size:11px}
  .ghs-photo-cta__button span{font-size:15px}
  .ghs-section{padding:42px 0}
  .ghs-container{width:min(100% - 24px,1120px)}
  .ghs-pc-only{display:none}
  .ghs-hero{padding-top:20px}
  .ghs-hero__panel{grid-template-columns:1fr;border-radius:24px}
  .ghs-hero__brand{padding:30px 18px}
  .ghs-hero__brand-ring{inset:11px;border-radius:18px}
  .ghs-hero__logo{width:104px;height:104px;padding:16px;border-radius:24px}
  .ghs-hero__brand-sub{margin-top:14px;font-size:9px}
  .ghs-hero__content{padding:26px 20px 28px}
  .ghs-hero__title{font-size:29px}
  .ghs-hero__lead{font-size:14px;line-height:1.9}
  .ghs-hero__actions{display:grid;grid-template-columns:1fr}
  .ghs-data{grid-template-columns:1fr 1fr;border-radius:18px}
  .ghs-data>*{padding:16px}
  .ghs-data__stat strong{font-size:25px}
  .ghs-quick-cta{grid-template-columns:1fr;padding:17px}
  .ghs-quick-cta .ghs-btn{width:100%}
  .ghs-section-head{margin-bottom:20px;text-align:left}
  .ghs-section-head h2,.ghs-gallery__head h2{font-size:25px}
  .ghs-reason-card{min-height:0;padding:22px}
  .ghs-reason-card__no{font-size:44px}
  .ghs-google__summary{padding:54px 15px 28px}
  .ghs-google__badge{top:13px;right:13px}
  .ghs-google__stars{font-size:31px;letter-spacing:3px}
  .ghs-google__scorebox strong{font-size:42px}
  .ghs-google__countbox strong{font-size:30px}
  .ghs-review-head{display:block}
  .ghs-review-head>p{margin-top:7px;text-align:left}
  .ghs-message__card{grid-template-columns:1fr}
  .ghs-message__photo-wrap{min-height:260px}
  .ghs-message__body{padding:25px 20px 28px}
  .ghs-message__signature{align-items:flex-start;flex-direction:column;gap:0}
  .ghs-gallery__head{display:block}
  .ghs-gallery__head>p{margin:10px 0 0;text-align:left}
  .ghs-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:135px;gap:8px}
  .ghs-gallery-item{border-radius:15px}
  .ghs-gallery-item--1{grid-column:span 2;grid-row:span 2}
  .ghs-gallery-item--6,.ghs-gallery-item--7{grid-column:auto}
  .ghs-gallery-button span{left:10px;bottom:8px;font-size:10px}
  .ghs-features__titlebox{padding:23px}
  .ghs-feature-groups{padding:17px}
  .ghs-feature-group{grid-template-columns:1fr;gap:8px}
  .ghs-feature-group h3{margin:0}
  .ghs-feature-tags{gap:7px}
  .ghs-feature-tags span{min-height:32px;padding:6px 11px;font-size:11px}
  .ghs-movie__shell{gap:18px;padding:15px;border-radius:22px}
  .ghs-movie__copy{padding:8px 5px 0}
  .ghs-movie__copy h2{font-size:25px}
  .ghs-movie__copy>p:not(.ghs-kicker){font-size:13px;line-height:1.85}
  .ghs-movie__frame{border-radius:16px}
  .ghs-access-card,.ghs-map-card{border-radius:21px}
  .ghs-access-card{padding:21px 17px}
  .ghs-access-card__list>div{grid-template-columns:66px 1fr;gap:9px}
  .ghs-access-card__list dd{font-size:13px}
  .ghs-map-card{min-height:380px}
  .ghs-map-card__head{padding:14px 15px}
  .ghs-map-card__coords{display:none}
  .ghs-map-card iframe{min-height:330px}
}

@media (prefers-reduced-motion:reduce){
  .ghs-root *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
