:root{
  --black:#050607;--black2:#0c0d0f;--panel:#111315;--white:#f5f1e8;
  --muted:rgba(255,255,255,.52);--gold:#c4a259;--gold2:#dfc27a;--line:rgba(255,255,255,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:"Noto Sans JP",sans-serif;line-height:1.85;letter-spacing:.025em;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
.power-heading{font-family:"Noto Serif JP",serif;font-weight:500}
.power-heading span{display:block}

.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(4,5,6,.9);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}
.header-inner{max-width:1500px;min-height:84px;margin:auto;padding:0 52px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;gap:14px;flex-shrink:0}
.brand-mark{width:50px;height:50px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;color:var(--gold2);font-family:"Cormorant Garamond",serif;font-size:29px;font-weight:600}
.brand-copy{display:flex;flex-direction:column;line-height:1.2}
.brand-copy strong{font-size:16px;font-weight:500;letter-spacing:.08em}
.brand-copy small{margin-top:4px;color:var(--gold);font-family:"Cormorant Garamond",serif;font-size:13px;letter-spacing:.13em}
.global-nav{display:flex;align-items:stretch;gap:4px}
.global-nav a{min-width:105px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.global-nav strong{font-family:"Cormorant Garamond",serif;font-size:14px;letter-spacing:.11em}
.global-nav small{margin-top:2px;color:rgba(255,255,255,.52);font-size:9px}
.global-nav .contact-nav{margin-left:10px;min-width:140px;border:1px solid var(--gold)}
.menu-button{display:none;width:44px;height:44px;padding:0;border:0;background:transparent}
.menu-button span{display:block;width:24px;height:1px;margin:7px auto;background:#fff;transition:.25s}

.hero{position:relative;min-height:745px;padding-top:84px;overflow:hidden;background:radial-gradient(circle at 78% 40%,rgba(196,162,89,.14),transparent 19%),linear-gradient(135deg,#111318 0%,#070809 48%,#050607 100%)}
.hero-grid{position:absolute;inset:84px 0 0 45%;background:linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px);background-size:88px 88px;mask-image:linear-gradient(to right,transparent,black 25%)}
.hero-ring{position:absolute;border-radius:50%}
.ring-one{top:180px;right:6%;width:390px;height:390px;border:1px solid rgba(196,162,89,.15)}
.ring-two{top:270px;right:15%;width:220px;height:220px;border:1px solid rgba(255,255,255,.08)}
.hero-inner{position:relative;z-index:3;max-width:1400px;min-height:600px;margin:auto;padding:78px 52px 56px;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:80px;align-items:center}
.hero-copy{max-width:830px}
.eyebrow,.section-heading>p,.philosophy-copy>p,.mission>p,.contact>div>p{margin:0;color:var(--gold2);font-family:"Cormorant Garamond",serif;font-size:16px;font-weight:600;letter-spacing:.19em}
.hero h1{margin:28px 0 0;font-size:clamp(47px,5vw,74px);line-height:1.42;letter-spacing:.01em}
.hero h1 span{white-space:nowrap}
.hero-en{margin:16px 0 0;color:rgba(255,255,255,.48);font-family:"Cormorant Garamond",serif;font-size:22px;letter-spacing:.07em}
.gold-line{width:82px;height:2px;margin:27px 0;background:var(--gold)}
.hero-description{max-width:720px;margin:0;color:rgba(255,255,255,.72);font-size:14px;line-height:2}
.hero-buttons{display:flex;gap:17px;margin-top:31px}
.button{min-width:240px;min-height:57px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;font-weight:700;transition:.2s}
.button:hover{transform:translateY(-2px)}
.button-gold{color:#111;background:linear-gradient(120deg,#b79048,#dbc078)}
.button-outline{border:1px solid var(--gold);background:rgba(0,0,0,.22)}
.hero-visual{position:relative;min-height:400px;display:grid;place-items:center}
.hero-visual>div{text-align:center}
.hero-visual strong{display:block;font-family:"Noto Serif JP",serif;font-size:39px;font-weight:500;letter-spacing:.07em}
.hero-visual small{display:block;margin-top:8px;color:var(--gold);font-family:"Cormorant Garamond",serif;font-size:22px;letter-spacing:.11em}

.section{padding:120px 52px}
.about,.message,.company{max-width:1280px;margin:auto}
.two-column{display:grid;grid-template-columns:.92fr 1.08fr;gap:95px}
.section-heading h2{margin:12px 0 0;font-size:clamp(34px,4vw,54px);line-height:1.55}
.body-copy{padding-top:42px;color:var(--muted);font-size:15px}
.body-copy p{margin:0 0 24px}
.body-copy .lead{color:rgba(255,255,255,.9);font-size:19px}

.services{background:radial-gradient(circle at 50% 0,rgba(196,162,89,.06),transparent 34%),var(--panel)}
.center{text-align:center}
.center h2{font-family:"Noto Sans JP",sans-serif;font-size:30px;letter-spacing:.1em}
.service-grid{max-width:1380px;margin:34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.service-grid article{min-height:280px;padding:31px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.2s}
.service-grid article:hover{background:rgba(196,162,89,.06)}
.service-grid article>span{color:var(--gold);font-family:"Cormorant Garamond",serif;font-size:25px}
.service-grid article>p:first-of-type{margin:36px 0 6px;color:var(--gold2);font-family:"Cormorant Garamond",serif;font-size:13px;letter-spacing:.13em}
.service-grid h3{margin:0 0 15px;font-size:19px;font-weight:500}
.service-grid small{color:var(--muted);font-size:13px}

.why{background:#0b0c0e}
.why-grid{max-width:1250px;margin:40px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.why-grid article{min-height:330px;padding:32px;border:1px solid var(--line)}
.why-grid .featured{border-color:rgba(196,162,89,.5);background:rgba(196,162,89,.07)}
.why-grid span{color:var(--gold);font-size:12px}
.why-grid h3{margin:72px 0 20px;font-size:23px;font-weight:500}
.why-grid p{margin:0;color:var(--muted);font-size:13px}

.philosophy{padding:130px 52px;background:linear-gradient(140deg,#0d0f12,#060708)}
.philosophy-copy{max-width:1200px;margin:auto}
.philosophy-copy h2{margin:20px 0 0;font-size:clamp(38px,4.6vw,64px);line-height:1.55}
.philosophy-grid{max-width:1200px;margin:80px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.philosophy-grid article{padding:32px 25px;border-right:1px solid var(--line)}
.philosophy-grid article:last-child{border-right:0}
.philosophy-grid span{color:var(--gold);font-size:11px}
.philosophy-grid h3{margin:40px 0 2px;font-family:"Cormorant Garamond",serif;font-size:47px;font-weight:500}
.philosophy-grid p{margin:0;color:var(--muted);font-size:13px}

.mission{padding:120px 30px;text-align:center;background:linear-gradient(rgba(5,6,7,.42),rgba(5,6,7,.68)),radial-gradient(circle at center,#5c4e34,#151515 50%,#050607 100%)}
.mission h2{margin:22px 0 0;font-size:clamp(29px,4vw,51px);line-height:1.68}

.signature{margin-top:60px;display:flex;flex-direction:column}
.signature small{color:var(--muted)}
.signature strong{margin-top:8px;font-size:23px}

.company-table{margin-top:45px;border-top:1px solid var(--line)}
.company-table div{display:grid;grid-template-columns:190px 1fr;gap:40px;padding:22px 0;border-bottom:1px solid var(--line)}
.company-table dt{color:var(--muted);font-size:13px}
.company-table dd{margin:0;color:rgba(255,255,255,.78);font-size:14px}
.company-table a{border-bottom:1px solid var(--gold)}

.contact{padding:90px 7%;display:grid;grid-template-columns:1.15fr .85fr;gap:75px;align-items:end;background:linear-gradient(120deg,#b69047,#d9bd78);color:#111}
.contact h2{margin:14px 0 18px;font-size:clamp(35px,4vw,56px);line-height:1.5}
.contact>div>small{color:rgba(17,17,17,.66)}
.contact>a{padding:24px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(17,17,17,.55);border-bottom:1px solid rgba(17,17,17,.55)}
.contact>a>span{display:flex;flex-direction:column}
.contact>a small{font-size:10px;letter-spacing:.14em}
.contact>a strong{font-size:clamp(20px,2.5vw,31px)}
.contact>a b{font-size:31px;font-weight:400}

footer{padding:31px 52px;display:flex;align-items:center;justify-content:space-between;background:#030405}
footer .brand-mark{width:40px;height:40px;font-size:22px}
footer p{color:rgba(255,255,255,.34);font-size:10px}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

@media(max-width:1100px){
  .global-nav a{min-width:88px}
  .global-nav small{display:none}
  .hero-inner{grid-template-columns:1fr 300px;gap:40px}
  .hero-visual strong{font-size:31px}
}

@media(max-width:900px){
  .header-inner{padding:0 24px}
  .menu-button{display:block;position:relative;z-index:3}
  .menu-button.active span:first-child{transform:translateY(4px) rotate(45deg)}
  .menu-button.active span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .global-nav{position:fixed;inset:0;padding:100px 28px 40px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:6px;background:rgba(3,4,5,.98);opacity:0;pointer-events:none;transform:translateY(-8px);transition:.25s}
  .global-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .global-nav a{min-width:0;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1)}
  .global-nav small{display:block}
  .global-nav .contact-nav{margin:14px 0 0}
  .hero-inner{grid-template-columns:1fr;padding:70px 28px 55px}
  .hero-visual{display:none}
  .hero h1 span{white-space:normal}
  .two-column,.contact{grid-template-columns:1fr;gap:48px}
  .body-copy{padding-top:0}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:1fr}
  .philosophy-grid{grid-template-columns:1fr}
  .philosophy-grid article{border-right:0;border-bottom:1px solid var(--line)}
}

@media(max-width:640px){
  .header-inner{min-height:72px;padding:0 16px}
  .brand{gap:10px}
  .brand-mark{width:40px;height:40px;font-size:22px}
  .brand-copy strong{font-size:13px}
  .brand-copy small{font-size:10px}
  .hero{min-height:auto;padding-top:72px}
  .hero-grid{inset:72px 0 0 20%;opacity:.55}
  .ring-one{top:170px;right:-170px;width:330px;height:330px}
  .ring-two{top:250px;right:-40px;width:180px;height:180px}
  .hero-inner{min-height:650px;padding:64px 18px 46px}
  .eyebrow{font-size:12px;letter-spacing:.14em}
  .hero h1{font-size:clamp(34px,10vw,43px);line-height:1.48}
  .hero-en{font-size:17px}
  .hero-description{font-size:13px;line-height:1.95}
  .hero-buttons{flex-direction:column}
  .button{width:100%;min-width:0}
  .section{padding:84px 18px}
  .section-heading h2{font-size:31px}
  .about .power-heading span{white-space:nowrap}
  .body-copy .lead{font-size:17px}
  .center h2{font-size:25px}
  .service-grid{grid-template-columns:1fr}
  .service-grid article{min-height:auto;padding:27px 22px}
  .service-grid article>p:first-of-type{margin-top:25px}
  .why-grid article{min-height:auto;padding:26px}
  .why-grid h3{margin-top:50px}
  .philosophy{padding:90px 18px}
  .philosophy-copy h2{font-size:34px}
  .philosophy-grid{margin-top:55px}
  .philosophy-grid article{padding:26px 5px}
  .philosophy-grid h3{margin-top:25px;font-size:41px}
  .mission{padding:85px 18px}
  .mission h2{font-size:28px}
  .mission h2 span{white-space:normal}
  .company-table div{grid-template-columns:1fr;gap:5px}
  .contact{padding:75px 20px}
  .contact h2{font-size:34px}
  .contact>a strong{font-size:19px}
  footer{padding:27px 20px;flex-direction:column;align-items:flex-start;gap:18px}
}

@media(max-width:390px){
  .about .power-heading span{white-space:normal}
  .section-heading h2{font-size:29px}
  .hero h1{font-size:33px}
}


/* ABOUT headline: keep intentional two-line layout */
.about .power-heading > span {
  display: block;
}

@media (min-width: 641px) {
  .about .power-heading > span {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .about .power-heading {
    font-size: clamp(27px, 8.2vw, 32px);
    line-height: 1.6;
  }

  .about .power-heading > span {
    white-space: normal;
  }
}


/* =========================================================
   v3 MOBILE REBUILD
   This block is intentionally last and overrides older rules.
   ========================================================= */

.hero-title > span,
.about-title > span,
.mission-title > span {
  display: block;
}

/* Desktop */
@media (min-width: 901px) {
  .hero-title > span,
  .about-title > span,
  .mission-title > span {
    white-space: nowrap;
  }
}

/* Tablet */
@media (min-width: 641px) and (max-width: 900px) {
  .hero-title {
    font-size: 46px !important;
    line-height: 1.5 !important;
  }

  .about-title {
    font-size: 39px !important;
    line-height: 1.6 !important;
  }

  .mission-title {
    font-size: 36px !important;
    line-height: 1.65 !important;
  }

  .hero-title > span,
  .about-title > span,
  .mission-title > span {
    white-space: nowrap;
  }
}

/* Smartphone */
@media (max-width: 640px) {
  .hero-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .hero-copy,
  .section-heading {
    width: 100% !important;
    max-width: none !important;
  }

  /*
   * Force exactly two intended lines.
   * Font size is deliberately smaller than before.
   */
  .hero-title {
    width: 100% !important;
    margin-top: 27px !important;
    font-size: 28px !important;
    line-height: 1.75 !important;
    letter-spacing: -0.055em !important;
  }

  .hero-title > span {
    display: block !important;
    white-space: nowrap !important;
  }

  .about-title {
    width: 100% !important;
    font-size: 25px !important;
    line-height: 1.8 !important;
    letter-spacing: -0.055em !important;
  }

  .about-title > span {
    display: block !important;
    white-space: nowrap !important;
  }

  .mission-title {
    width: 100% !important;
    font-size: 23px !important;
    line-height: 1.85 !important;
    letter-spacing: -0.055em !important;
  }

  .mission-title > span {
    display: block !important;
    white-space: nowrap !important;
  }

  .hero-en {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  .hero-description {
    font-size: 13px !important;
    line-height: 1.95 !important;
  }

  .section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* iPhone SE and other narrow screens */
@media (max-width: 390px) {
  .hero-inner,
  .section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hero-title {
    font-size: 25px !important;
    letter-spacing: -0.07em !important;
  }

  .about-title {
    font-size: 22px !important;
    letter-spacing: -0.07em !important;
  }

  .mission-title {
    font-size: 20px !important;
    letter-spacing: -0.07em !important;
  }

  .hero-en {
    font-size: 12px !important;
  }
}

/* Ultra narrow fallback */
@media (max-width: 350px) {
  .hero-title {
    font-size: 22px !important;
  }

  .about-title {
    font-size: 19px !important;
  }

  .mission-title {
    font-size: 18px !important;
  }
}
