/* TSUKISUMI 2026 Premium Homepage
   Editorial corporate system for the three homepage languages only. */

body.home-premium-2026{
  --p26-ink:#0a2236;
  --p26-navy:#082d4a;
  --p26-navy-2:#0b3e61;
  --p26-ice:#f4f8fa;
  --p26-paper:#fbfcfd;
  --p26-gold:#b89a63;
  --p26-gold-soft:#e7dcc7;
  --p26-line:rgba(8,45,74,.12);
  --p26-shadow:0 24px 70px rgba(7,38,60,.10);
  background:#fff;
  color:var(--p26-ink);
}
.home-premium-2026 .container{width:min(1280px,calc(100% - 64px))}

/* utility / rhythm */
.home-premium-2026 .section{padding-block:124px}
.home-premium-2026 .section-kicker{
  color:#907449;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.home-premium-2026 h1,
.home-premium-2026 h2,
.home-premium-2026 h3{color:var(--p26-ink)}
.home-premium-2026 .button{
  border-radius:999px;
  min-height:50px;
  padding:14px 24px;
  font-size:12px;
  letter-spacing:.05em;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
}
.home-premium-2026 .button:hover{transform:translateY(-2px)}
.home-premium-2026 .button-primary{
  background:linear-gradient(135deg,#082d4a,#0b456b);
  box-shadow:0 14px 32px rgba(5,39,63,.18);
}
.home-premium-2026 .button-secondary{
  border-color:rgba(8,45,74,.20);
  background:#fff;
}

/* announcement + header */
.home-premium-2026 .announcement{
  background:#061f33;
  color:#dfe9ee;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.home-premium-2026 .announcement-inner{
  min-height:34px;
  font-size:10px;
  letter-spacing:.04em;
}
.home-premium-2026 .announcement-contact a{color:#eef5f8}
.home-premium-2026 .header{
  background:rgba(255,255,255,.90);
  border-bottom:1px solid rgba(8,45,74,.08);
  backdrop-filter:blur(18px) saturate(1.1);
  -webkit-backdrop-filter:blur(18px) saturate(1.1);
}
.home-premium-2026 .header.is-scrolled{box-shadow:0 12px 36px rgba(8,45,74,.08)}
.home-premium-2026 .nav-shell{min-height:94px}
.home-premium-2026 .logo-type strong{letter-spacing:.14em;font-size:24px}
.home-premium-2026 .desktop-nav a{font-size:11px;letter-spacing:.08em;color:#486172}
.home-premium-2026 .desktop-nav a:hover{color:#8f7142}
.home-premium-2026 .language-switch{
  border:1px solid #dce6eb;
  border-radius:999px;
  padding:3px;
  background:#f8fafb;
}
.home-premium-2026 .language-switch a{border-radius:999px;min-height:34px;padding:6px 10px}
.home-premium-2026 .language-switch a.active,
.home-premium-2026 .language-switch a[aria-current="page"]{background:#082d4a;color:#fff}

/* Hero */
.home-premium-2026 .hero{
  min-height:clamp(720px,82vh,900px);
  background:#082d4a;
  overflow:hidden;
}
.home-premium-2026 .hero:after{
  content:"";
  position:absolute;
  inset:auto -9vw -25vw auto;
  width:50vw;
  height:50vw;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018);
  pointer-events:none;
}
.home-premium-2026 .hero-image{
  filter:saturate(.78) contrast(1.05) brightness(.92);
  transform:scale(1.015);
  object-position:61% center;
}
.home-premium-2026 .hero-shade{
  background:
    linear-gradient(90deg,rgba(4,27,45,.94) 0%,rgba(4,27,45,.82) 38%,rgba(4,27,45,.42) 68%,rgba(4,27,45,.16) 100%),
    linear-gradient(0deg,rgba(4,27,45,.42) 0%,transparent 36%);
}
.home-premium-2026 .hero-content{
  min-height:clamp(720px,82vh,900px);
  grid-template-columns:minmax(0,1fr) 350px;
  gap:70px;
  align-items:center;
  padding-block:76px 96px;
}
.home-premium-2026 .hero-copy{max-width:790px}
.home-premium-2026 .hero-copy .kicker{
  color:#eadfc9;
  font-size:11px;
  letter-spacing:.28em;
  text-transform:uppercase;
  margin-bottom:24px;
}
.home-premium-2026 .hero-copy .kicker span{background:#c5a873;width:46px}
.home-premium-2026 .hero-copy h1{
  max-width:820px;
  color:#fff;
  font-family:"Yu Mincho","Hiragino Mincho ProN","Noto Serif TC",Georgia,serif;
  font-size:clamp(46px,5.2vw,76px);
  line-height:1.19;
  font-weight:600;
  letter-spacing:.015em;
  text-shadow:0 12px 35px rgba(0,0,0,.20);
  margin:0 0 28px;
  text-wrap:balance;
}
.home-premium-2026 .hero-copy>p{
  max-width:660px;
  color:#dbe7ed;
  font-size:16px;
  line-height:2;
  letter-spacing:.01em;
}
.home-premium-2026 .hero-buttons{margin-top:36px;gap:12px}
.home-premium-2026 .button-white{background:#fff;color:#082d4a;border:1px solid #fff;box-shadow:0 16px 38px rgba(0,0,0,.16)}
.home-premium-2026 .button-rentals{background:#c5a873;color:#071f32;border:1px solid #c5a873}
.home-premium-2026 .button-ghost{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.06);color:#fff;backdrop-filter:blur(8px)}
.home-premium-2026 .hero-card{
  align-self:center;
  border:1px solid rgba(255,255,255,.26);
  border-radius:2px;
  background:rgba(248,251,252,.94);
  box-shadow:var(--p26-shadow);
  backdrop-filter:blur(18px);
  padding:34px 34px 30px;
}
.home-premium-2026 .hero-card:before{width:52px;height:2px;background:#b89a63;margin-bottom:22px}
.home-premium-2026 .hero-card-label{font-size:10px;letter-spacing:.20em;color:#8c7047}
.home-premium-2026 .hero-card h2{font-family:Georgia,"Yu Mincho",serif;font-size:22px;margin:10px 0 18px}
.home-premium-2026 .hero-card strong{font-size:15px;line-height:1.8;color:#0b3552}
.home-premium-2026 .hero-card p{font-size:12px;line-height:1.9}
.home-premium-2026 .hero-card a{font-size:11px;letter-spacing:.08em;color:#0d466c;font-weight:800}
.home-premium-2026 .hero-scroll{font-size:9px;letter-spacing:.24em;text-transform:uppercase;bottom:26px;color:#d7e4ea}

/* proof row injected under hero buttons */
.home-premium-2026 .hero-proof{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:720px;
  margin-top:46px;
  border-top:1px solid rgba(255,255,255,.20);
  border-bottom:1px solid rgba(255,255,255,.20);
}
.home-premium-2026 .hero-proof>div{padding:16px 20px 16px 0;min-width:0}
.home-premium-2026 .hero-proof>div+div{padding-left:20px;border-left:1px solid rgba(255,255,255,.18)}
.home-premium-2026 .hero-proof span{display:block;color:#bfcfd7;font-size:9px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px}
.home-premium-2026 .hero-proof strong{display:block;color:#fff;font-size:12px;line-height:1.55;font-weight:650}

/* service gateway */
.home-premium-2026 .service-paths{
  padding:0;
  background:#fff;
  border-bottom:1px solid var(--p26-line);
  position:relative;
  z-index:5;
}
.home-premium-2026 .service-paths>.container{padding-block:38px 42px}
.home-premium-2026 .service-paths>.container>.section-kicker{margin-bottom:24px}
.home-premium-2026 .service-path-grid{gap:14px}
.home-premium-2026 .service-path-grid>a,
.home-premium-2026 .service-path-grid>a:first-child{
  position:relative;
  padding:28px 26px;
  border:1px solid var(--p26-line);
  border-radius:2px;
  background:#fff;
  overflow:hidden;
  min-height:150px;
  transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
}
.home-premium-2026 .service-path-grid>a:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;width:3px;
  background:#b89a63;
  transform:scaleY(0);
  transform-origin:bottom;
  transition:transform .24s ease;
}
.home-premium-2026 .service-path-grid>a:hover{transform:translateY(-4px);box-shadow:0 18px 45px rgba(7,38,60,.08);border-color:rgba(184,154,99,.34)}
.home-premium-2026 .service-path-grid>a:hover:before{transform:scaleY(1)}
.home-premium-2026 .path-number{font-family:Georgia,serif;color:#a88955;font-size:11px;letter-spacing:.08em}
.home-premium-2026 .service-path-grid h2{font-family:"Yu Mincho","Hiragino Mincho ProN",Georgia,serif;font-size:24px;margin-bottom:10px}
.home-premium-2026 .service-path-grid p{font-size:12px;line-height:1.85;color:#607583}
.home-premium-2026 .path-arrow{color:#a88955;font-size:20px}

/* featured travel */
.home-premium-2026 .featured{
  background:#071f33;
  padding-block:126px;
}
.home-premium-2026 .featured:before{
  opacity:.18;
  background:radial-gradient(circle at 86% 10%,rgba(184,154,99,.32),transparent 34%);
}
.home-premium-2026 .featured .section-kicker{color:#d2ba8f}
.home-premium-2026 .featured h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;color:#fff;font-size:clamp(34px,4vw,52px);font-weight:500;line-height:1.35}
.home-premium-2026 .featured .section-subtitle{color:#b9cbd5;line-height:1.95}
.home-premium-2026 .feature-main{
  background:#fff;
  border-radius:2px;
  overflow:hidden;
  box-shadow:0 34px 90px rgba(0,0,0,.18);
}
.home-premium-2026 .feature-image img{filter:saturate(.82) contrast(1.04)}
.home-premium-2026 .feature-chip{background:#b89a63;color:#071f33;border-radius:0;font-weight:800;letter-spacing:.08em}
.home-premium-2026 .feature-copy{padding:clamp(34px,5vw,64px)}
.home-premium-2026 .feature-copy h3{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(28px,3vw,40px);line-height:1.4}
.home-premium-2026 .feature-number{color:#9a7b49;letter-spacing:.12em}
.home-premium-2026 .tour-cards{gap:18px;margin-top:18px}
.home-premium-2026 .tour-card{border-radius:2px;border:1px solid rgba(255,255,255,.12);background:#0b2940;overflow:hidden}
.home-premium-2026 .tour-card-image img{filter:saturate(.78)}
.home-premium-2026 .tour-card-copy{padding:26px}
.home-premium-2026 .tour-card-copy h3{color:#fff;font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:22px}
.home-premium-2026 .tour-card-copy p,
.home-premium-2026 .tour-meta{color:#9eb3bf}
.home-premium-2026 .tour-price{color:#dccaa8}
.home-premium-2026 .featured .text-link{color:#dce9ee}

/* rentals */
.home-premium-2026 .home-rentals-feature{
  padding:116px 0 120px;
  background:#f5f7f8;
  border:0;
}
.home-premium-2026 .home-rentals-head{align-items:flex-end;margin-bottom:42px}
.home-premium-2026 .home-rentals-head h2{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  color:var(--p26-ink);
  font-size:clamp(34px,4vw,50px);
  font-weight:500;
  margin-top:10px;
}
.home-premium-2026 .home-rental-grid{gap:22px}
.home-premium-2026 .home-rental-card{
  grid-template-columns:minmax(230px,.92fr) 1.2fr;
  border:1px solid rgba(8,45,74,.10);
  border-radius:2px;
  box-shadow:none;
  background:#fff;
  transition:transform .25s ease,box-shadow .25s ease;
}
.home-premium-2026 .home-rental-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(8,45,74,.09)}
.home-premium-2026 .home-rental-card img{min-height:300px;object-fit:cover;filter:saturate(.78)}
.home-premium-2026 .home-rental-copy{padding:32px}
.home-premium-2026 .home-rental-tag{background:#eef3f5;color:#335568;border-radius:999px;font-size:10px;letter-spacing:.08em}
.home-premium-2026 .home-rental-tag.commercial{background:#0a304d}
.home-premium-2026 .home-rental-copy h3{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:24px;font-weight:600}
.home-premium-2026 .home-rental-copy strong{font-size:23px;color:#98743f}
.home-premium-2026 .home-property-facts{border-top:1px solid #e6ecef;padding-top:18px}
.home-premium-2026 .property-detail-link{color:#0b4567}

/* business */
.home-premium-2026 .home-business{padding:126px 0;background:#fff;border:0}
.home-premium-2026 .home-business-head h2{
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  font-size:clamp(34px,4vw,50px);
  font-weight:500;
  line-height:1.35;
}
.home-premium-2026 .home-business-grid{gap:18px}
.home-premium-2026 .home-business-card{
  border-radius:2px;
  min-height:270px;
  padding:30px;
  border:1px solid var(--p26-line);
  box-shadow:none;
  background:linear-gradient(180deg,#fff,#fbfcfd);
}
.home-premium-2026 .home-business-card:after{display:none}
.home-premium-2026 .home-business-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(7,38,60,.08);border-color:rgba(184,154,99,.34)}
.home-premium-2026 .home-business-no{font-family:Georgia,serif;color:#a08454;letter-spacing:.12em}
.home-premium-2026 .home-business-card h3{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:24px;font-weight:600}
.home-premium-2026 .home-business-card p{font-size:13px;line-height:1.9;color:#667986}
.home-premium-2026 .home-business-link{color:#0c4568}

/* real estate editorial panel */
.home-premium-2026 .estate-highlight{background:#f4f7f8}
.home-premium-2026 .estate-grid{gap:76px;align-items:center}
.home-premium-2026 .estate-image-wrap{border-radius:2px;overflow:visible}
.home-premium-2026 .estate-image-wrap>img{filter:saturate(.78);box-shadow:var(--p26-shadow)}
.home-premium-2026 .estate-stamp{background:#b89a63;color:#082d4a;border:8px solid #f4f7f8;box-shadow:none}
.home-premium-2026 .estate-copy h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(36px,4.5vw,54px);font-weight:500}
.home-premium-2026 .estate-lead{font-size:15px;line-height:2}
.home-premium-2026 .estate-points span{border-color:#d7e1e6;background:#fff}
.home-premium-2026 .estate-stats{border-block:1px solid #d8e2e7;padding-block:22px}

/* about */
.home-premium-2026 .about{background:#fff;padding-block:118px}
.home-premium-2026 .about-title{max-width:970px!important}
.home-premium-2026 .about-title h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(36px,4.5vw,56px);font-weight:500;margin-bottom:24px}
.home-premium-2026 .about-title p:last-child{font-size:16px;line-height:2.05;max-width:860px}

/* inquiry */
.home-premium-2026 .inquiry{
  background:#082d4a;
  color:#fff;
  padding-block:100px;
  position:relative;
  overflow:hidden;
}
.home-premium-2026 .inquiry:after{
  content:"";position:absolute;right:-12vw;top:-22vw;width:42vw;height:42vw;border-radius:50%;
  border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012)
}
.home-premium-2026 .inquiry .section-kicker{color:#d4bb8e}
.home-premium-2026 .inquiry h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;color:#fff;font-size:clamp(34px,4vw,50px);font-weight:500}
.home-premium-2026 .inquiry p{color:#c5d7e0}
.home-premium-2026 .home-inquiry-complete{position:relative;z-index:1}
.home-premium-2026 .home-contact-direct a{border-color:rgba(255,255,255,.22);color:#fff;background:rgba(255,255,255,.04);border-radius:999px}
.home-premium-2026 .inquiry .button-primary{background:#fff;color:#082d4a;box-shadow:none}
.home-premium-2026 .inquiry .form-note{color:#b8cbd5}

/* legal hub + footer */
.home-premium-2026 .legal-hub{background:#f7f9fa;border-top:0}
.home-premium-2026 .legal-hub-grid{padding-block:70px}
.home-premium-2026 .legal-hub h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-weight:500}
.home-premium-2026 .legal-hub-links a{background:#fff;border-color:#dce5ea}
.home-premium-2026 .complete-footer{background:#051c2e;padding-top:58px}
.home-premium-2026 .footer-registration{border-color:rgba(255,255,255,.12)}
.home-premium-2026 .complete-footer .footer-links a{color:#cddce4}
.home-premium-2026 .mobile-contact-bar{background:#061f33}

@media(max-width:1180px){
  .home-premium-2026 .hero-content{grid-template-columns:minmax(0,1fr) 315px;gap:36px}
  .home-premium-2026 .hero-copy h1{font-size:clamp(44px,6vw,66px)}
}
@media(max-width:900px){
  .home-premium-2026 .container{width:min(100% - 40px,1280px)}
  .home-premium-2026 .hero{min-height:720px}
  .home-premium-2026 .hero-content{display:block;min-height:720px;padding:86px 0 76px}
  .home-premium-2026 .hero-copy{max-width:760px}
  .home-premium-2026 .hero-card{display:none}
  .home-premium-2026 .service-path-grid{grid-template-columns:1fr 1fr}
  .home-premium-2026 .service-path-grid>a:last-child{grid-column:1/-1}
  .home-premium-2026 .home-rental-card{grid-template-columns:210px 1fr}
  .home-premium-2026 .estate-grid{gap:42px}
}
@media(max-width:760px){
  .home-premium-2026 .container{width:calc(100% - 32px)}
  .home-premium-2026 .section{padding-block:78px}
  .home-premium-2026 .announcement-inner{min-height:30px}
  .home-premium-2026 .header .nav-shell{padding-block:10px}
  .home-premium-2026 .hero{min-height:690px}
  .home-premium-2026 .hero-content{min-height:690px;padding:62px 0 72px}
  .home-premium-2026 .hero-image{object-position:66% center}
  .home-premium-2026 .hero-shade{background:linear-gradient(90deg,rgba(4,27,45,.94),rgba(4,27,45,.60))}
  .home-premium-2026 .hero-copy .kicker{font-size:10px;margin-bottom:18px}
  .home-premium-2026 .hero-copy h1{font-size:clamp(36px,10.2vw,50px);line-height:1.24;margin-bottom:22px}
  .home-premium-2026 .hero-copy>p{font-size:14px;line-height:1.9}
  .home-premium-2026 .hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px;width:100%}
  .home-premium-2026 .hero-buttons .button{width:100%;padding-inline:15px}
  .home-premium-2026 .hero-buttons .button-ghost{grid-column:1/-1}
  .home-premium-2026 .hero-proof{grid-template-columns:1fr;margin-top:30px}
  .home-premium-2026 .hero-proof>div{padding:10px 0}
  .home-premium-2026 .hero-proof>div+div{padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.15)}
  .home-premium-2026 .hero-scroll{display:none}
  .home-premium-2026 .service-paths>.container{padding-block:28px 34px}
  .home-premium-2026 .service-path-grid{grid-template-columns:1fr;gap:10px}
  .home-premium-2026 .service-path-grid>a:last-child{grid-column:auto}
  .home-premium-2026 .service-path-grid>a,
  .home-premium-2026 .service-path-grid>a:first-child{padding:23px 20px;min-height:0;border:1px solid var(--p26-line)}
  .home-premium-2026 .featured{padding-block:82px}
  .home-premium-2026 .feature-copy{padding:28px 22px}
  .home-premium-2026 .tour-card-copy{padding:22px}
  .home-premium-2026 .home-rentals-feature{padding:76px 0 80px}
  .home-premium-2026 .home-rentals-head{align-items:flex-start;margin-bottom:30px}
  .home-premium-2026 .home-rental-card{grid-template-columns:1fr}
  .home-premium-2026 .home-rental-card img{height:230px;min-height:230px}
  .home-premium-2026 .home-rental-copy{padding:24px 22px}
  .home-premium-2026 .home-business{padding:82px 0}
  .home-premium-2026 .home-business-card{min-height:210px;padding:24px}
  .home-premium-2026 .estate-grid{gap:48px}
  .home-premium-2026 .estate-stamp{display:none}
  .home-premium-2026 .about{padding-block:82px}
  .home-premium-2026 .inquiry{padding-block:76px}
  .home-premium-2026 .home-contact-direct{flex-direction:column}
  .home-premium-2026 .home-contact-direct a{text-align:center}
  .home-premium-2026 .legal-hub-grid{padding-block:52px}
}
@media(max-width:430px){
  .home-premium-2026 .hero-buttons{grid-template-columns:1fr}
  .home-premium-2026 .hero-buttons .button-ghost{grid-column:auto}
  .home-premium-2026 .hero-copy h1{font-size:36px}
}
