/* Hotel Nagi — shared design tokens and optional-section styles */
:root{--brand:#174e46;--brand-deep:#0c2925;--brand-soft:#e8eeec;--on-brand:#fff;--paper:#f5f3ed;--white:#fff;--ink:#18352f;--muted:#64716b;--line:#d7dcd5;--serif:'Noto Serif JP',serif;--sans:'Noto Sans JP',sans-serif;--gutter:clamp(24px,6.25vw,120px);--section-space:clamp(88px,9vw,160px)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.9;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}figure,p,h1,h2,h3,dl,dd{margin:0}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid currentColor;outline-offset:6px}::selection{background:var(--brand);color:var(--on-brand)}[hidden]{display:none!important}.wrap{width:calc(100% - var(--gutter)*2);max-width:1440px;margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;padding:12px 20px;background:white;z-index:100;transform:translateY(-160%)}.skip-link:focus{transform:none}
.p-header{position:relative;z-index:10;background:var(--paper)}.header-inner{height:112px;padding:0 var(--gutter);display:flex;justify-content:space-between;align-items:center;gap:24px}.logo{display:flex;flex-direction:column;gap:5px}.logo-main{font:500 28px/1.4 var(--serif);letter-spacing:.18em;color:var(--brand-text,var(--brand))}.logo-sub{font-size:12px;letter-spacing:.17em;color:var(--muted)}.p-nav{display:flex;align-items:center;gap:34px}.sns{display:flex;align-items:center;gap:18px}.social-link{width:24px;height:24px;transition:transform .2s}.social-link:hover{transform:translateY(-3px)}.pill{min-height:60px;padding:17px 26px;display:inline-flex;justify-content:space-between;align-items:center;gap:30px;background:var(--brand);color:var(--on-brand);border:1px solid var(--brand);font-size:14px;font-weight:500;letter-spacing:.035em;transition:background .25s,color .25s,transform .25s}.pill::after{content:'';width:21px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:skewX(40deg);flex:none;transition:translate .25s}.pill:hover::after{translate:5px 0}.pill:hover{background:var(--brand-deep);color:var(--on-brand)}.desktop-nav-cta{min-height:50px;padding:12px 22px;gap:36px}.pill-outline{background:transparent;color:var(--brand-text,var(--brand));border-color:var(--line)}
.p-hero{min-height:clamp(680px,calc(100svh - 112px),930px);position:relative;isolation:isolate;padding:80px 0 110px}.hero-photo{position:absolute;inset:8px 0 64px 43%;overflow:hidden}.hero-photo img{object-position:var(--hero-position,center);animation:photo-arrive 1.5s ease-out both}.hero-copy{position:relative;margin-left:var(--gutter);padding-top:40px;width:38%;max-width:620px}.kicker{font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;line-height:1.6;color:var(--brand-text,var(--brand))}.hero-copy>.kicker{display:flex;align-items:center;gap:18px;margin-bottom:30px}.hero-copy>.kicker::before{content:'';display:block;width:38px;height:1px;background:currentColor}h1{font:400 clamp(65px,6.3vw,116px)/1.37 var(--serif);letter-spacing:-.045em;color:var(--brand-text,var(--brand))}h1 span{display:block;white-space:nowrap}.hero-lead{font-size:15px;line-height:2.15;max-width:330px;margin-top:32px;padding-right:16px;color:var(--muted)}.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:21px;margin-top:35px}.hero-actions>.pill{min-width:240px}.hero-actions>.pill-outline{border:none;border-bottom:1px solid var(--line);min-height:0;padding:0 0 8px;min-width:240px;background:none;color:var(--brand-text,var(--brand))}.p-hero::after{content:'';position:absolute;right:var(--gutter);bottom:20px;height:60px;width:1px;background:var(--brand)}
.p-about{padding:var(--section-space) 0;background:var(--white)}.about-01-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,140px);align-items:center}.about-01-photo{grid-column:2;grid-row:1;position:relative;aspect-ratio:1.02;z-index:0;margin-bottom:30px}.about-01-photo::before{content:'';position:absolute;inset:30px -26px -30px 26px;border:1px solid var(--brand);opacity:.3;z-index:-1}.about-01-photo img{object-position:50% 50%}.about-01-copy{grid-column:1;grid-row:1}.section-title{font:400 clamp(36px,4vw,70px)/1.55 var(--serif);letter-spacing:-.045em;color:var(--brand-text,var(--brand))}.about-01-copy .section-title{margin:25px 0 34px;white-space:nowrap}.section-text{font-size:16px;line-height:2.35;color:var(--muted)}.about-01-copy .section-text{max-width:30em}.about-01-copy::after{content:'';display:block;margin-top:45px;width:60px;height:1px;background:var(--brand);opacity:.45}
.p-info{background:var(--brand);color:var(--on-brand);padding:var(--section-space) 0}.info-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:55px}.p-info .kicker,.p-info .section-title{color:inherit}.info-head .section-title{margin-top:18px}.info-head .section-text{font-size:14px;max-width:340px;color:inherit;opacity:.8;line-height:2.1;padding-bottom:9px}.info-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:clamp(40px,6vw,110px);align-items:stretch}.map{min-height:470px;position:relative;background:var(--brand-soft);overflow:hidden}.map iframe{display:block;border:0;width:100%;height:100%;min-height:470px;filter:grayscale(.8);position:absolute;inset:0}.details{padding:0}.details h3{font:500 28px/1.5 var(--serif);letter-spacing:.08em;margin:0 0 28px}.detail-row{display:grid;grid-template-columns:84px 1fr;gap:20px;padding:17px 0;border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}.detail-row:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent)}.detail-row dt{font-size:13px;opacity:.68;padding-top:2px}.detail-row dd{font-size:14px;line-height:1.9}.detail-row a{border-bottom:1px solid color-mix(in srgb,currentColor 45%,transparent)}.hours-list{margin:0;padding:0;list-style:none}.hours-list li{display:flex;gap:18px;justify-content:space-between;max-width:290px}
.p-cta{padding:clamp(85px,8vw,140px) 0;background:var(--paper)}.cta-layout{display:grid;grid-template-columns:1.5fr 1fr;align-items:center;gap:70px}.cta-copy h2{font:400 clamp(32px,3.3vw,60px)/1.6 var(--serif);letter-spacing:-.045em;color:var(--brand-text,var(--brand));margin:20px 0}.cta-copy>p:last-child{font-size:14px;line-height:2;color:var(--muted);max-width:440px}.cta-actions{display:grid;gap:12px}.cta-actions .pill{min-height:70px;padding:20px 28px}.cta-actions .pill-outline{border-color:var(--brand-text,var(--brand));background:none;color:var(--brand-text,var(--brand));font-size:20px;letter-spacing:.08em}.cta-actions .pill-outline:hover{background:var(--brand-soft)}.demo-message:empty{display:none}.demo-message{font-size:13px;color:var(--muted);line-height:1.8}
.p-footer{background:var(--brand-deep);color:#fff}.footer-main{padding:65px 0 0}.footer-layout{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:45px}.footer-logo{font:400 30px/1.6 var(--serif);letter-spacing:.13em;margin-bottom:18px}.footer-description,.footer-phone{font-size:13px;opacity:.75;line-height:2.1}.footer-links{display:flex;gap:20px}.footer-links a{width:27px;height:27px;transition:transform .2s}.footer-links a:hover{transform:translateY(-3px)}.copyright{padding:24px 0;border-top:1px solid #ffffff25;font-size:12px;opacity:.6}.pattern-switcher{padding:24px var(--gutter) 28px;background:var(--brand-deep);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;border-top:1px solid #ffffff15}.pattern-switcher>p{font-size:12px;letter-spacing:.1em;opacity:.55}.switch-links{display:flex;gap:20px;flex-wrap:wrap}.switch-links a{font-size:12px;opacity:.5;border-bottom:1px solid transparent;line-height:2}.switch-links a:hover,.switch-links a[aria-current]{opacity:1;border-color:currentColor}
/* Add paid sections using the same spacing, type and color system. */
.additional-section{padding:var(--section-space) 0;background:var(--white)}.additional-section .section-title{margin:18px 0 36px}.additional-section--tinted{background:var(--brand-soft)}.additional-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.additional-card{border-top:1px solid var(--line);padding-top:24px}.additional-card img{aspect-ratio:4/3;height:auto}.additional-card h3{font:500 24px/1.7 var(--serif);margin-top:20px}.additional-card p{color:var(--muted);margin-top:14px}.additional-section details{padding:24px 0;border-bottom:1px solid var(--line)}.additional-section summary{cursor:pointer;font-weight:500}.additional-section details p{padding-top:18px;color:var(--muted)}
@keyframes photo-arrive{from{transform:scale(1.035);opacity:.7}to{transform:scale(1);opacity:1}}
@media(min-width:1800px){.hero-copy{padding-top:60px}.hero-lead{max-width:400px;font-size:16px}.hero-actions{margin-top:44px}}
@media(max-width:1100px){.header-inner{height:94px}.p-nav{gap:22px}.p-hero{min-height:730px;padding-top:52px}.hero-copy{width:40%;padding-top:34px}.hero-photo{left:47%}h1{font-size:6.3vw}.hero-lead{max-width:310px}.hero-actions>.pill{min-width:220px}.about-01-layout{gap:55px}.about-01-copy .section-title{font-size:4.3vw}.about-01-photo{aspect-ratio:.8}.info-layout{gap:38px;grid-template-columns:1fr 1fr}.detail-row{grid-template-columns:65px 1fr;gap:14px}.hours-list li{gap:10px;flex-wrap:wrap}.cta-layout{gap:40px;grid-template-columns:1.25fr 1fr}.pattern-switcher{flex-direction:column;align-items:flex-start;gap:10px}}
@media(max-width:760px){:root{--gutter:24px;--section-space:80px}.header-inner{height:88px;gap:12px;padding-inline:20px}.logo-main{font-size:21px;letter-spacing:.1em}.logo-sub{font-size:10px;letter-spacing:.12em}.p-nav{gap:14px}.sns{gap:10px}.social-link{width:20px;height:20px}.desktop-nav-cta{min-height:42px;font-size:12px;padding:10px 12px;gap:0}.desktop-nav-cta::after{display:none}.p-hero{padding:0 0 52px;min-height:0;display:flex;flex-direction:column}.hero-photo{position:relative;inset:auto;width:calc(100% - 20px);margin-left:20px;height:clamp(330px,55svh,540px)}.hero-photo img{object-position:center}.hero-copy{margin:-62px 0 0;width:calc(100% - 40px);max-width:none;padding:33px 24px 0;background:var(--paper)}.hero-copy>.kicker{font-size:11px;letter-spacing:.19em;margin-bottom:19px;gap:12px}.hero-copy>.kicker::before{width:25px}h1{font-size:clamp(48px,11.4vw,82px);line-height:1.4;letter-spacing:-.055em}h1 span{display:inline}h1 span+span::before{content:'';display:block}.hero-lead{max-width:100%;font-size:14px;line-height:2.15;padding-right:0;margin-top:24px}.hero-actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:20px;margin-top:27px}.hero-actions>.pill{min-width:0;font-size:13px;gap:24px;padding:15px 18px;min-height:52px}.hero-actions>.pill-outline{min-height:0;padding:0 0 7px;gap:16px;font-size:13px}.p-hero::after{right:20px;bottom:38px;height:48px}.about-01-layout{grid-template-columns:1fr;gap:40px}.about-01-copy{grid-column:1;grid-row:1;padding-right:12px}.about-01-copy .section-title{font-size:40px;margin:17px 0 23px}.about-01-copy .section-text{font-size:15px;line-height:2.3;max-width:100%}.about-01-copy::after{display:none}.about-01-photo{grid-column:1;grid-row:2;aspect-ratio:1.07;margin:0 16px 16px 0}.about-01-photo::before{inset:16px -16px -16px 16px}.section-title{font-size:40px}.info-head{display:block;margin-bottom:32px}.info-head .section-title{margin-top:16px}.info-head .section-text{margin-top:20px;padding:0;max-width:100%;font-size:14px}.info-layout{grid-template-columns:1fr;gap:34px}.map,.map iframe{min-height:310px}.details h3{font-size:25px;margin-bottom:20px}.detail-row{grid-template-columns:72px 1fr;gap:18px;padding:18px 0}.detail-row dd{font-size:14px}.detail-row dt{font-size:13px}.address-postal{display:block}.hours-list li{flex-wrap:nowrap;font-size:13px;gap:10px}.cta-layout{grid-template-columns:1fr;gap:30px}.cta-copy h2{font-size:clamp(29px,7.4vw,48px);margin:17px 0 20px;white-space:nowrap}.cta-copy>p:last-child{font-size:14px}.cta-actions{gap:12px}.cta-actions .pill{min-height:62px;padding:16px 23px}.cta-actions .pill-outline{font-size:18px}.footer-main{padding-top:46px}.footer-layout{align-items:flex-start;gap:30px;flex-direction:column;padding-bottom:30px}.footer-logo{font-size:26px}.footer-description,.footer-phone{font-size:12px}.copyright{font-size:11px;padding:20px 0}.pattern-switcher{padding-block:20px 28px}.pattern-switcher>p{font-size:10px}.switch-links{gap:8px 15px}.switch-links a{font-size:11px}.additional-grid{grid-template-columns:1fr}.additional-section .section-title{font-size:36px}}
@media(max-width:370px){.header-inner{padding-inline:16px}.logo-main{font-size:19px}.logo-sub{font-size:9px}.p-nav{gap:10px}.sns{gap:8px}.social-link{width:18px;height:18px}.desktop-nav-cta{font-size:11px;padding-inline:9px}.hero-copy{width:calc(100% - 28px)}.detail-row{grid-template-columns:63px 1fr;gap:12px}.hours-list li{font-size:12px}.cta-copy h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.p-header,.pattern-switcher,.hero-actions,.footer-links{display:none}.p-hero{min-height:500px}.p-info{background:white;color:black}.p-info .map{min-height:300px}.p-cta{break-inside:avoid}body{font-size:12pt}}

/* Longer copy and Latin brand names retain the shared composition. */
.industry-restaurant h1 [data-field="heroEmphasis"],.industry-beauty h1 [data-field="heroEmphasis"]{font-size:.76em}
.industry-beauty .logo-main,.industry-gym .logo-main{font-size:22px;letter-spacing:.03em}
.switch-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:5px 13px;border:1px solid #ffffff50;border-radius:20px;opacity:.8}
.switch-links a[aria-current="page"],.switch-links a:hover{background:#fff;color:var(--brand-deep);border-color:#fff;opacity:1}
@media(max-width:760px){.industry-beauty .header-inner,.industry-gym .header-inner{flex-wrap:wrap;height:auto;min-height:104px;padding-block:15px;gap:12px}.industry-beauty .logo-main,.industry-gym .logo-main{font-size:18px}.industry-beauty .logo-sub,.industry-gym .logo-sub{font-size:9px}.switch-links{gap:8px}.switch-links a{font-size:11px;padding:5px 11px;min-height:34px}}

/* Beauty: white copy on the concept-color surfaces. */
body.industry-beauty{--on-brand:#fff}
body.industry-beauty .p-info .section-text,body.industry-beauty .p-info .detail-row dt{opacity:1}

/* Beauty mobile: keep the original compact header height and keep the store name on one line. */
@media(max-width:760px){
  .industry-beauty .header-inner{
    height:88px;
    min-height:88px;
    padding-block:0;
    flex-wrap:nowrap;
  }
  .industry-beauty .logo-main{
    font-size:clamp(12px,3.5vw,15px);
    white-space:nowrap;
  }
}
