/* CECIL Official v1.0.90 — home page base */
/* =========================================================
   v1.0.33 — Desktop paired hero motion (1024px+ only)
   Two independent masked image panels; mobile keeps legacy hero.
========================================================= */
.hero-pc-media{display:none}
@media (min-width:1024px){
  .hero--paired{isolation:isolate}
  .hero--paired .hero-pc-media{position:absolute;inset:0;z-index:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden;background:#665D52;pointer-events:none}
  .hero--paired .hero-pc-panel{position:relative;min-width:0;overflow:hidden;contain:paint}
  .hero--paired .hero-pc-panel--left{transform:translateZ(0)}
  .hero--paired .hero-pc-panel--right{transform:translateZ(0)}
  .hero--paired .hero-pc-frame{position:absolute;inset:0;visibility:hidden;opacity:0;overflow:hidden;will-change:clip-path;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}
  .hero--paired .hero-pc-frame img{display:block;width:100%;height:100%;object-fit:cover;max-width:none;will-change:transform;transform:scale(1.035) translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
  .hero--paired:before{z-index:1;background-image:linear-gradient(90deg,rgba(102,93,82,.97) 0%,rgba(102,93,82,.88) 28%,rgba(102,93,82,.50) 49%,rgba(102,93,82,.18) 72%,rgba(102,93,82,.07) 100%);background-size:100% 100%;background-position:center;pointer-events:none}
  .hero--paired:after{z-index:2}
  .hero--paired .hero-inner{z-index:3}
}
@media (max-width:1023px){
  .hero--paired .hero-pc-media{display:none!important}
}


/* =========================================================
   v1.0.33 — Final PC hero composition
   Desktop only: photo-first minimal hero + quiet service strip.
   1023px and below deliberately keep the existing CECIL hero.
========================================================= */
.hero-pc-summary{display:none}
.hero-copy--pc{display:none}
.hero-copy--mobile{display:block}
@media (min-width:1024px){
  .hero--paired{
    height:clamp(680px,calc(100vh - var(--cecil-header)),860px);
    min-height:680px;
    max-height:860px;
    align-items:stretch;
    background:#665D52;
  }
  .hero--paired .hero-pc-media{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .hero--paired .hero-pc-panel--right{border-left:1px solid rgba(250,247,239,.12)}
  .hero--paired:before{
    z-index:1;
    background:
      linear-gradient(180deg,rgba(102,93,82,.03) 0%,rgba(102,93,82,.05) 47%,rgba(102,93,82,.48) 100%),
      linear-gradient(90deg,rgba(102,93,82,.32) 0%,rgba(102,93,82,.10) 34%,rgba(102,93,82,0) 58%);
    pointer-events:none;
  }
  .hero--paired:after{
    z-index:2;
    background:linear-gradient(180deg,rgba(75,66,56,.04),transparent 22%,transparent 82%,rgba(75,66,56,.08));
  }
  .hero--paired .hero-inner{
    position:relative;
    z-index:3;
    width:min(calc(100% - 96px),1320px);
    height:100%;
    margin:auto;
    padding:0 0 clamp(52px,7vh,76px);
    display:flex;
    align-items:flex-end;
  }
  .hero-copy--mobile{display:none!important}
  .hero-copy--pc{display:block;max-width:560px}
  .hero-copy--pc .hero-kicker{
    margin:0 0 14px;
    color:#C9D8A6;
    font-size:.72rem;
    line-height:1.4;
    letter-spacing:.22em;
    text-shadow:0 2px 18px rgba(75,66,56,.38);
  }
  .hero-copy--pc h1{
    margin:0;
    color:#FAF7EF;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-weight:400;
    font-size:clamp(3rem,4.25vw,4.15rem);
    line-height:1.28;
    letter-spacing:.075em;
    text-shadow:0 3px 28px rgba(75,66,56,.34);
  }

  .hero-pc-summary{
    display:block;
    position:relative;
    z-index:6;
    background:#FAF7EF;
    color:#756A5D;
    border-bottom:1px solid #EAE2D3;
    padding:44px 0 34px;
  }
  .hero-pc-summary-inner{max-width:1120px}
  .hero-pc-summary-lead{
    max-width:850px;
    margin:0 auto 30px;
    text-align:center;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:1rem;
    line-height:2;
    letter-spacing:.035em;
    color:#4B4238;
  }
  .hero-pc-reserve{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    max-width:900px;
    margin:0 auto 30px;
  }
  .hero-pc-reserve-link{
    min-height:76px;
    display:grid;
    grid-template-columns:34px 1fr 24px;
    align-items:center;
    gap:14px;
    padding:0 24px;
    border:1px solid #EAE2D3;
    background:#FAF7EF;
    color:#756A5D;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:.94rem;
    letter-spacing:.04em;
    transition:background-color .25s ease,border-color .25s ease,transform .25s ease,color .25s ease;
  }
  .hero-pc-reserve-link--dispatch{background:#F7F3EA}
  .hero-pc-reserve-link:hover{
    transform:translateY(-2px);
    background:#F7F3EA;
    border-color:#C9D8A6;
    color:#756A5D;
  }
  .hero-pc-reserve-icon{display:flex;align-items:center;justify-content:center;color:#C9D8A6}
  .hero-pc-reserve-icon svg{width:27px;height:27px;display:block}
  .hero-pc-reserve-arrow{font-family:system-ui,sans-serif;font-size:1rem;color:#C9D8A6;transition:transform .25s ease}
  .hero-pc-reserve-link:hover .hero-pc-reserve-arrow{transform:translateX(3px)}
  .hero-pc-reserve-note{margin:-20px auto 28px;text-align:center;color:#736C62;font-size:.74rem;line-height:1.7;letter-spacing:.025em}
  .hero-pc-reserve-note strong{color:#756A5D;font-weight:700}
  .hero-pc-reserve-note span{margin:0 8px;color:#C9D8A6}
  .hero-pc-feature-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    max-width:1000px;
    margin:0 auto;
    border-top:1px solid #EAE2D3;
    border-bottom:1px solid #EAE2D3;
  }
  .hero-pc-feature{
    min-height:88px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:16px 20px;
    border-right:1px solid #EAE2D3;
    color:#756A5D;
  }
  .hero-pc-feature:last-child{border-right:0}
  .hero-pc-feature>span{display:flex;color:#C9D8A6;flex:0 0 auto}
  .hero-pc-feature svg{width:25px;height:25px;display:block}
  .hero-pc-feature strong{font-size:.79rem;font-weight:500;letter-spacing:.035em;white-space:nowrap}
  .hero-pc-summary + .choice-wrap{margin-top:0}
}
@media (min-width:1024px) and (max-width:1180px){
  .hero--paired .hero-inner{width:calc(100% - 64px)}
  .hero-pc-feature strong{font-size:.72rem}
  .hero-pc-feature{padding-left:12px;padding-right:12px}
}


/* =========================================================
   v1.0.34 — PC first-view hero is a full-screen brand scene
   Only desktop home/front page is changed. Mobile remains unchanged.
========================================================= */
@media (min-width:1024px){
  body.home .site-header{
    position:fixed;
    top:0;left:0;right:0;
    width:100%;
    height:auto;
    background:transparent;
    border-bottom:0;
    backdrop-filter:none;
    box-shadow:none;
    transition:background-color .35s ease,color .35s ease,box-shadow .35s ease,border-color .35s ease;
    z-index:1000;
  }
  body.home .site-header .header-main{display:none}
  body.home .site-header .primary-nav{
    height:88px;
    border-top:0;
    background:transparent;
    padding:0 32px;
    transition:background-color .35s ease,backdrop-filter .35s ease,border-color .35s ease;
  }
  body.home .site-header .primary-nav>ul{
    width:min(100%,1380px);
    justify-content:center;
    gap:clamp(10px,1vw,20px);
  }
  body.home .site-header .primary-nav>ul>li{height:88px}
  body.home .site-header .primary-nav>ul>li+li{position:relative;padding-left:clamp(10px,1vw,18px)}
  body.home .site-header .primary-nav>ul>li+li:before{
    content:"";
    position:absolute;
    left:0;top:50%;
    width:1px;height:16px;
    background:rgba(250,247,239,.34);
    transform:translateY(-50%);
  }
  body.home .site-header .primary-nav>ul>li>a,
  body.home .site-header .primary-nav .sub-menu a{
    color:rgba(250,247,239,.96);
    text-shadow:0 1px 18px rgba(75,66,56,.34);
    letter-spacing:.08em;
    font-size:clamp(.72rem,.8vw,.86rem);
  }
  body.home .site-header .primary-nav>ul>li.menu-item-has-children>a:before{border-color:rgba(250,247,239,.9)}
  body.home .site-header.is-scrolled{background:rgba(102,93,82,.78);backdrop-filter:blur(10px);box-shadow:0 10px 30px rgba(75,66,56,.18)}
  body.home .site-header.is-scrolled .primary-nav{border-bottom:1px solid rgba(201,216,166,.18)}
  body.home.admin-bar .site-header{top:32px}

  body.home .hero--paired{
    height:100svh;
    min-height:100svh;
    max-height:none;
    overflow:hidden;
    align-items:stretch;
  }
  @supports (height: 100dvh){
    body.home .hero--paired{height:100dvh;min-height:100dvh}
  }
  body.home.admin-bar .hero--paired{height:calc(100svh - 32px);min-height:calc(100svh - 32px)}
  @supports (height: 100dvh){
    body.home.admin-bar .hero--paired{height:calc(100dvh - 32px);min-height:calc(100dvh - 32px)}
  }
  @media (max-width:782px){
    body.home.admin-bar .site-header{top:46px}
    body.home.admin-bar .hero--paired{height:calc(100svh - 46px);min-height:calc(100svh - 46px)}
    @supports (height: 100dvh){
      body.home.admin-bar .hero--paired{height:calc(100dvh - 46px);min-height:calc(100dvh - 46px)}
    }
  }
  body.home .hero--paired .hero-pc-panel--right{border-left:1px solid rgba(250,247,239,.10)}
  body.home .hero--paired:before{
    background:
      linear-gradient(180deg,rgba(102,93,82,.34) 0%,rgba(102,93,82,.18) 28%,rgba(102,93,82,.12) 64%,rgba(102,93,82,.38) 100%),
      radial-gradient(circle at 50% 50%,rgba(102,93,82,.74) 0%,rgba(102,93,82,.64) 22%,rgba(102,93,82,.24) 46%,rgba(102,93,82,.08) 68%,rgba(102,93,82,.20) 100%),
      linear-gradient(90deg,rgba(102,93,82,.30) 0%,rgba(102,93,82,.08) 18%,rgba(102,93,82,0) 34%,rgba(102,93,82,0) 66%,rgba(102,93,82,.10) 82%,rgba(102,93,82,.28) 100%);
  }
  body.home .hero--paired:after{background:transparent}
  body.home .hero--paired .hero-inner{
    width:100%;
    height:100%;
    padding:0 40px;
    display:grid;
    place-items:center;
  }
  body.home .hero-copy--pc{
    width:min(100%,960px);
    max-width:960px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:clamp(18px,2.5vh,28px);
    margin:0 auto;
  }
  body.home .hero-logo{width:clamp(186px,15vw,266px)}
  body.home .hero-logo img{width:100%;height:auto;filter:drop-shadow(0 4px 26px rgba(75,66,56,.26))}
  body.home .hero-copy--pc .hero-kicker{
    margin:0;
    color:#C9D8A6;
    font-size:clamp(.68rem,.75vw,.86rem);
    line-height:1.5;
    letter-spacing:.22em;
    text-align:center;
  }
  body.home .hero-copy--pc h1{
    font-size:clamp(3rem,4.9vw,5.25rem);
    line-height:1.25;
    letter-spacing:.08em;
    text-align:center;
    color:#FAF7EF;
  }
  body.home .hero-scroll{
    position:absolute;
    left:50%;
    bottom:clamp(26px,3.4vh,36px);
    transform:translateX(-50%);
    z-index:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:rgba(250,247,239,.84);
    letter-spacing:.22em;
    font-size:.68rem;
  }
  body.home .hero-scroll i{
    display:block;
    width:1px;
    height:34px;
    background:linear-gradient(180deg,rgba(250,247,239,.18),rgba(250,247,239,.92));
    animation:cecil-scroll-line 1.8s ease-in-out infinite;
  }

  body.home .hero-pc-summary{padding:72px 0 54px}
  body.home .hero-pc-summary-copy{max-width:980px;margin:0 auto 30px;text-align:center}
  body.home .hero-pc-summary-title{
    margin:0 0 8px;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(1.9rem,2.6vw,2.45rem);
    line-height:1.45;
    letter-spacing:.06em;
    color:#756A5D;
  }
  body.home .hero-pc-summary-lead{
    margin:0;
    font-size:clamp(1rem,1.22vw,1.18rem);
    line-height:1.95;
    color:#4B4238;
  }
  body.home .hero-pc-reserve{max-width:660px;gap:22px;margin:0 auto 40px}
  body.home .hero-pc-reserve-link{
    min-height:64px;
    grid-template-columns:26px 1fr;
    justify-items:center;
    gap:10px;
    padding:0 20px;
    border-radius:8px;
    font-size:1rem;
  }
  body.home .hero-pc-reserve-link--salon{background:linear-gradient(135deg,#756A5D,#756A5D);border-color:#756A5D;color:#FAF7EF}
  body.home .hero-pc-reserve-link--salon .hero-pc-reserve-icon, body.home .hero-pc-reserve-link--salon .hero-pc-reserve-arrow{color:#FAF7EF}
  body.home .hero-pc-reserve-link--dispatch{background:#FAF7EF;border-color:#C9D8A6;color:#4B4238}
  body.home .hero-pc-reserve-link:hover{background:#F7F3EA}
  body.home .hero-pc-reserve-link--salon:hover{background:linear-gradient(135deg,#756A5D,#756A5D)}
  body.home .hero-pc-reserve-arrow{display:none}
  body.home .hero-pc-feature-row{max-width:1080px}
  body.home .hero-pc-feature{min-height:94px;gap:14px;padding:16px 18px}
  body.home .hero-pc-feature strong{font-size:1rem;letter-spacing:.04em;color:#4B4238}

  body.home .hero-copy--mobile{display:none!important}
}

@media (min-width:1024px) and (max-width:1366px){
  body.home .site-header .primary-nav{height:78px}
  body.home .site-header .primary-nav>ul>li{height:78px}
  body.home .hero--paired .hero-inner{padding:0 28px}
  body.home .hero-copy--pc{gap:16px}
  body.home .hero-copy--pc h1{font-size:clamp(2.55rem,4vw,4.3rem)}
  body.home .hero-pc-summary{padding-top:60px;padding-bottom:46px}
}

@keyframes cecil-scroll-line{
  0%{transform:scaleY(.2);transform-origin:top;opacity:.2}
  45%{transform:scaleY(1);transform-origin:top;opacity:1}
  55%{transform:scaleY(1);transform-origin:bottom;opacity:1}
  100%{transform:scaleY(.18);transform-origin:bottom;opacity:.16}
}

/* =========================================================
   v1.0.38 — Home reasons section desktop fit optimization
   1023px and below only. Desktop v1.0.34 layout is preserved.
========================================================= */
.hero-mobile-media{display:none}

@media (max-width:1023px){
  body.home .site-header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:auto;
    min-height:0;
    z-index:1000;
    background:transparent;
    border:0;
    box-shadow:none;
    backdrop-filter:none;
    transition:background-color .35s ease,box-shadow .35s ease,backdrop-filter .35s ease;
  }
  body.home.admin-bar .site-header{top:46px}
  body.home .site-header .header-main{
    height:calc(76px + env(safe-area-inset-top));
    width:100%;
    padding:env(safe-area-inset-top) 20px 0;
    display:flex;
    align-items:center;
    gap:14px;
    background:transparent;
  }
  body.home .site-header .site-brand{
    display:flex;
    width:112px;
    min-width:112px;
    max-width:112px;
    margin:0 auto 0 0;
  }
  body.home .site-header .site-brand img{
    width:100%;
    height:auto;
    max-height:54px;
    object-fit:contain;
    filter:drop-shadow(0 3px 18px rgba(75,66,56,.26));
  }
  body.home .site-header .header-actions{display:none!important}
  body.home .site-header .menu-toggle{
    display:flex;
    flex:0 0 48px;
    width:48px;
    height:48px;
    min-width:48px;
    min-height:48px;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    gap:7px;
  }
  body.home .site-header .menu-toggle span{
    width:29px;
    height:1.5px;
    background:#C9D8A6;
    box-shadow:0 1px 10px rgba(75,66,56,.24);
  }
  body.home .site-header.is-scrolled:not(.nav-open){
    background:rgba(102,93,82,.82);
    backdrop-filter:blur(10px);
    box-shadow:0 8px 28px rgba(75,66,56,.16);
  }
  body.home .site-header.nav-open{
    height:auto;
    min-height:calc(76px + env(safe-area-inset-top));
    background:rgba(102,93,82,.98);
    backdrop-filter:blur(12px);
  }
  body.home .site-header.nav-open .header-main{background:rgba(102,93,82,.98)}
  body.home .site-header.nav-open .primary-nav{
    top:calc(76px + env(safe-area-inset-top));
    max-height:calc(100dvh - 76px - env(safe-area-inset-top));
    background:rgba(102,93,82,.99);
    border-top:1px solid rgba(201,216,166,.18);
  }

  body.home .hero--paired{
    position:relative;
    width:100%;
    height:100svh;
    min-height:100svh;
    max-height:none;
    overflow:hidden;
    display:block;
    background:#665D52;
  }
  @supports (height:100dvh){
    body.home .hero--paired{height:100dvh;min-height:100dvh}
  }
  body.home.admin-bar .hero--paired{
    height:calc(100svh - 46px);
    min-height:calc(100svh - 46px);
  }
  @supports (height:100dvh){
    body.home.admin-bar .hero--paired{height:calc(100dvh - 46px);min-height:calc(100dvh - 46px)}
  }
  body.home .hero--paired .hero-pc-media{display:none!important}
  body.home .hero-mobile-media{
    display:block;
    position:absolute;
    inset:0;
    z-index:0;
    overflow:hidden;
    background:#665D52;
  }
  body.home .hero-mobile-media img{
    width:100%;
    height:100%;
    max-width:none;
    object-fit:cover;
    display:block;
    transform:scale(1.015);
  }
  body.home .hero--paired:before{
    z-index:1;
    background:
      linear-gradient(180deg,rgba(102,93,82,.44) 0%,rgba(102,93,82,.16) 28%,rgba(102,93,82,.10) 58%,rgba(102,93,82,.42) 100%),
      radial-gradient(circle at 50% 52%,rgba(102,93,82,.18) 0%,rgba(102,93,82,.06) 44%,rgba(102,93,82,.30) 100%);
    pointer-events:none;
  }
  body.home .hero--paired:after{z-index:2;background:transparent}
  body.home .hero--paired .hero-inner{
    position:relative;
    z-index:3;
    width:100%;
    height:100%;
    margin:0;
    padding:calc(76px + env(safe-area-inset-top)) 20px calc(78px + env(safe-area-inset-bottom));
    display:grid;
    place-items:center;
  }
  body.home .hero-copy--pc{display:none!important}
  body.home .hero-copy--mobile{
    display:flex!important;
    width:100%;
    max-width:430px;
    margin:0 auto;
    padding:0 4px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:clamp(15px,2.4vh,22px);
    text-align:center;
    transform:translateY(-2.5vh);
  }
  body.home .hero-copy--mobile .hero-logo{
    width:clamp(162px,47vw,210px);
    margin:0;
  }
  body.home .hero-copy--mobile .hero-logo img{
    width:100%;
    height:auto;
    filter:drop-shadow(0 4px 24px rgba(75,66,56,.30));
  }
  body.home .hero-copy--mobile .hero-kicker{
    margin:0;
    width:100%;
    color:#C9D8A6;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(.58rem,2.4vw,.72rem);
    line-height:1.5;
    letter-spacing:.16em;
    white-space:nowrap;
    text-align:center;
    text-shadow:0 2px 16px rgba(75,66,56,.42);
  }
  body.home .hero-copy--mobile h1{
    margin:0;
    color:#FAF7EF;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-weight:400;
    font-size:clamp(2.45rem,10.5vw,3.4rem);
    line-height:1.42;
    letter-spacing:.075em;
    text-align:center;
    white-space:normal;
    text-shadow:0 3px 24px rgba(75,66,56,.38);
  }
  body.home .hero-scroll{
    position:absolute;
    left:50%;
    bottom:calc(18px + env(safe-area-inset-bottom));
    transform:translateX(-50%);
    z-index:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:7px;
    color:#C9D8A6;
    font-family:Georgia,serif;
    font-size:.66rem;
    letter-spacing:.18em;
    line-height:1;
    text-shadow:0 2px 16px rgba(75,66,56,.36);
  }
  body.home .hero-scroll i{
    position:relative;
    display:block;
    width:1px;
    height:37px;
    background:linear-gradient(180deg,#C9D8A6,rgba(201,216,166,.18));
    animation:cecil-scroll-line 1.8s ease-in-out infinite;
  }
  body.home .hero-scroll i:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-1px;
    width:9px;
    height:9px;
    border-right:1.5px solid #C9D8A6;
    border-bottom:1.5px solid #C9D8A6;
    transform:translateX(-50%) rotate(45deg);
  }

  body.home .hero-pc-summary{
    display:block;
    position:relative;
    z-index:5;
    background:#FAF7EF;
    color:#756A5D;
    border-bottom:1px solid #EAE2D3;
    padding:48px 0 38px;
  }
  body.home .hero-pc-summary-inner{width:min(calc(100% - 32px),620px)}
  body.home .hero-pc-summary-copy{max-width:380px;margin:0 auto 28px;text-align:center}
  body.home .hero-pc-summary-title{
    margin:0 0 14px;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(1.65rem,7vw,2rem);
    line-height:1.55;
    letter-spacing:.05em;
    color:#756A5D;
  }
  body.home .hero-pc-summary-lead{
    margin:0;
    font-size:clamp(.92rem,3.9vw,1.04rem);
    line-height:1.95;
    letter-spacing:.02em;
    color:#4B4238;
  }
  body.home .hero-pc-reserve{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    width:min(100%,520px);
    margin:0 auto 34px;
  }
  body.home .hero-pc-reserve-link{
    min-height:68px;
    width:100%;
    display:grid;
    grid-template-columns:30px 1fr;
    align-items:center;
    justify-items:center;
    gap:12px;
    padding:0 20px;
    border-radius:8px;
    font-family:Georgia,"Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:clamp(.94rem,4.2vw,1.06rem);
    letter-spacing:.04em;
  }
  body.home .hero-pc-reserve-link--salon{
    background:linear-gradient(135deg,#756A5D,#756A5D);
    border:1px solid #756A5D;
    color:#FAF7EF;
  }
  body.home .hero-pc-reserve-link--dispatch{
    background:#FAF7EF;
    border:1px solid #C9D8A6;
    color:#756A5D;
  }
  body.home .hero-pc-reserve-icon{display:flex;align-items:center;justify-content:center;color:currentColor}
  body.home .hero-pc-reserve-icon svg{width:26px;height:26px}
  body.home .hero-pc-reserve-arrow{display:none}
  body.home .hero-pc-feature-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:min(100%,520px);
    margin:0 auto;
    border-top:1px solid #EAE2D3;
    border-left:1px solid transparent;
    border-bottom:0;
  }
  body.home .hero-pc-feature{
    min-height:94px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 10px;
    border-right:1px solid #EAE2D3;
    border-bottom:1px solid #EAE2D3;
    color:#756A5D;
  }
  body.home .hero-pc-feature:nth-child(2n){border-right:0}
  body.home .hero-pc-feature>span{display:flex;color:#C9D8A6;flex:0 0 auto}
  body.home .hero-pc-feature svg{width:27px;height:27px}
  body.home .hero-pc-feature strong{
    font-size:clamp(.76rem,3.6vw,.92rem);
    line-height:1.45;
    font-weight:500;
    letter-spacing:.02em;
    white-space:normal;
  }
  body.home .hero-pc-summary + .choice-wrap{margin-top:0}

  body.home .mobile-contact{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(12px);
    transition:opacity .25s ease,transform .25s ease,visibility .25s ease;
  }
  body.home.home-hero-passed .mobile-contact{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
}

@media (max-width:380px) and (max-height:720px){
  body.home .site-header .header-main{height:68px}
  body.home .site-header .site-brand{width:98px;min-width:98px;max-width:98px}
  body.home .hero--paired .hero-inner{padding-top:70px;padding-bottom:66px}
  body.home .hero-copy--mobile{gap:11px;transform:translateY(-1vh)}
  body.home .hero-copy--mobile .hero-logo{width:145px}
  body.home .hero-copy--mobile .hero-kicker{font-size:.52rem;letter-spacing:.12em}
  body.home .hero-copy--mobile h1{font-size:2.25rem;line-height:1.34}
  body.home .hero-scroll{bottom:calc(10px + env(safe-area-inset-bottom));font-size:.6rem}
  body.home .hero-scroll i{height:28px}
}

@media (max-width:1023px) and (orientation:landscape) and (max-height:520px){
  body.home .hero--paired{min-height:520px;height:520px}
  body.home .hero--paired .hero-inner{padding-top:64px;padding-bottom:46px}
  body.home .hero-copy--mobile{gap:10px;transform:none}
  body.home .hero-copy--mobile .hero-logo{width:120px}
  body.home .hero-copy--mobile .hero-kicker{font-size:.55rem}
  body.home .hero-copy--mobile h1{font-size:2rem;line-height:1.25}
  body.home .hero-scroll{display:none}
}

@media (min-width:1181px) and (max-height:900px){.home-reasons-section{padding:42px 0}.home-reasons-media{min-height:400px}.home-reasons-head{margin-bottom:12px}.home-reasons-title{font-size:clamp(1.8rem,2.7vw,2.6rem);margin-bottom:10px}.home-reasons-intro{font-size:.84rem;line-height:1.55}.home-reason-card--primary{min-height:290px}.home-reason-card-inner{padding:22px 18px 18px}.home-reason-card--side{grid-template-columns:56px minmax(0,1fr);padding:12px}.home-reason-card--side .home-reason-icon svg{width:34px;height:34px}.home-reason-card--primary .home-reason-icon{width:60px;height:60px}.home-reason-card--primary .home-reason-icon svg{width:42px;height:42px}.home-reason-card--primary h3{font-size:1.32rem}.home-reason-card--side h3{font-size:.96rem}.home-reason-card p{font-size:.78rem;line-height:1.45}.home-reasons-cta{margin-top:12px}.home-reasons-link{padding:11px 16px;font-size:.9rem}}



@media(max-width:760px){
  body.home .hero-pc-reserve-note{width:min(100%,520px);margin:-18px auto 25px;padding:0 8px;font-size:.68rem;line-height:1.8}
  body.home .hero-pc-reserve-note span{display:block;height:0;overflow:hidden;margin:0}
}
