:root {
  --en-dm-navy:#0e1b2b;
  --en-dm-navy-2:#16263a;
  --en-dm-gold:#b79b64;
  --en-dm-text:#182130;
  --en-dm-muted:#687282;
  --en-dm-line:#dfe4ea;
  --en-dm-soft:#f5f7f9;
  --en-dm-white:#fff;
  --en-dm-shadow:0 24px 60px rgba(14,27,43,.10);
}

.en-dm-page,.en-dm-gate{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--en-dm-text);line-height:1.8;background:#fff}
.en-dm-page *,.en-dm-gate *{box-sizing:border-box}
.en-dm-container{width:min(1240px,calc(100% - 40px));margin:0 auto}
.en-dm-narrow{width:min(820px,100%)}
.en-dm-eyebrow{font-size:12px;letter-spacing:.19em;font-weight:700;color:var(--en-dm-gold);text-transform:uppercase;margin-bottom:20px}
.en-dm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;text-decoration:none!important;border-radius:2px;font-weight:700;letter-spacing:.02em;transition:.2s ease;border:1px solid transparent;cursor:pointer}
.en-dm-btn--primary{background:var(--en-dm-navy);color:#fff!important}
.en-dm-btn--primary:hover{background:#1a2e47;transform:translateY(-1px)}
.en-dm-btn--outline{background:transparent;color:var(--en-dm-navy)!important;border-color:var(--en-dm-navy)}
.en-dm-btn--small{min-height:42px;padding:0 18px;font-size:13px}
.en-dm-text-link{color:var(--en-dm-navy)!important;text-decoration:none!important;font-weight:700;border-bottom:1px solid var(--en-dm-navy);padding-bottom:3px}

.en-dm-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(14,27,43,.08);backdrop-filter:blur(12px)}
.en-dm-header__inner{min-height:78px;display:flex;align-items:center;gap:32px}
.en-dm-brand{display:flex;flex-direction:column;text-decoration:none!important;color:var(--en-dm-navy)!important;line-height:1.2;margin-right:auto}
.en-dm-brand__name{font-size:17px;font-weight:800;letter-spacing:.04em}
.en-dm-brand__service{font-size:10px;letter-spacing:.08em;color:var(--en-dm-muted);margin-top:5px}
.en-dm-nav{display:flex;gap:24px}
.en-dm-nav a{font-size:13px;color:var(--en-dm-text)!important;text-decoration:none!important}
.en-dm-header__actions{display:flex;align-items:center;gap:20px}
.en-dm-lang-switch{font-size:12px;color:#9aa2ad;white-space:nowrap}.en-dm-lang-switch a{color:var(--en-dm-muted)!important;text-decoration:none!important}.en-dm-lang-switch a.is-active{color:var(--en-dm-navy)!important;font-weight:800}

.en-dm-hero{padding:92px 0 82px;background:#f7fbfe url('tokyo-aerial-view.png') center center/cover no-repeat;overflow:hidden}
.en-dm-hero__inner{display:grid;grid-template-columns:minmax(0,.88fr) minmax(560px,1.12fr);gap:42px;align-items:center}
.en-dm-hero h1{font-size:clamp(42px,4.7vw,68px);line-height:1.16;letter-spacing:-.04em;margin:0 0 28px;color:var(--en-dm-navy);font-weight:750}.en-dm-hero h1 span{color:#304963}
.en-dm-hero__subtitle{font-size:20px;font-weight:750;margin-bottom:18px}.en-dm-hero__text{font-size:16px;max-width:650px;color:#495668;margin-bottom:24px}.en-dm-hero__badges{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.en-dm-hero__badges span{font-size:12px;border:1px solid var(--en-dm-line);padding:7px 11px;background:rgba(255,255,255,.90)}.en-dm-hero__actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}
.en-dm-hero__panel{background:rgba(14,27,43,.985);color:#fff;padding:48px 40px 42px;box-shadow:0 28px 70px rgba(14,27,43,.20);position:relative;min-width:0}.en-dm-hero__panel:before{content:"";position:absolute;inset:13px;border:1px solid rgba(183,155,100,.45);pointer-events:none}.en-dm-hero__panel-title{font-size:12px;letter-spacing:.19em;color:var(--en-dm-gold);text-transform:uppercase;margin-bottom:22px}.en-dm-hero__route{display:grid;grid-template-columns:minmax(142px,1fr) auto minmax(142px,1fr) auto minmax(142px,1fr);gap:12px;align-items:center;margin:22px 0 28px}.en-dm-hero__route div{min-height:154px;padding:26px 14px;border:1px solid rgba(255,255,255,.22);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.en-dm-hero__route div.is-accent{border-color:var(--en-dm-gold);background:rgba(183,155,100,.08)}.en-dm-hero__route strong{font-size:14px;letter-spacing:.11em}.en-dm-hero__route span{font-size:13px;color:#d0d6de;margin-top:10px;line-height:1.55}.en-dm-hero__route .en-dm-arrow{font-size:25px;color:var(--en-dm-gold);margin:0}.en-dm-hero__panel p{font-size:15px;color:#d6dce3;margin:0;line-height:1.8}

.en-dm-section{padding:100px 0}.en-dm-section--intro{padding:110px 0}.en-dm-section--dark{background:var(--en-dm-navy);color:#fff}.en-dm-section--soft{background:var(--en-dm-soft)}
.en-dm-section h2{font-size:clamp(32px,4vw,52px);line-height:1.3;letter-spacing:-.03em;margin:0 0 28px;color:var(--en-dm-navy)}.en-dm-section--dark h2{color:#fff}.en-dm-section--intro p{font-size:17px;color:#4f5d6d;margin:0 0 20px}.en-dm-section-heading{max-width:820px;margin-bottom:52px}.en-dm-section-heading p{color:#5e6a79}.en-dm-section-heading--light p{color:#bcc5d0}

.en-dm-cards{display:grid;gap:18px}.en-dm-cards--4{grid-template-columns:repeat(4,1fr)}.en-dm-card{border:1px solid rgba(255,255,255,.14);padding:30px 24px;background:rgba(255,255,255,.03)}.en-dm-card>span{font-size:12px;color:var(--en-dm-gold);font-weight:800}.en-dm-card h3{font-size:11px;letter-spacing:.1em;margin:16px 0 26px;color:#aeb8c5}.en-dm-card h4{font-size:18px;line-height:1.5;margin:0 0 14px;color:#fff}.en-dm-card p{font-size:14px;color:#c5ccd5;margin:0}

.en-dm-service-list{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--en-dm-line);border-left:1px solid var(--en-dm-line)}.en-dm-service-list>div{padding:32px;border-right:1px solid var(--en-dm-line);border-bottom:1px solid var(--en-dm-line)}.en-dm-service-list h3{font-size:18px;margin:0 0 10px;color:var(--en-dm-navy)}.en-dm-service-list p{margin:0;color:var(--en-dm-muted);font-size:14px}
.en-dm-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.en-dm-richtext p{margin:0 0 18px;color:#495668}.en-dm-richtext ul{margin:20px 0 22px;padding-left:1.2em}.en-dm-richtext li{margin:7px 0}.en-dm-stat{border-left:3px solid var(--en-dm-gold);padding:10px 0 10px 24px}.en-dm-stat strong{display:block;font-size:28px;color:var(--en-dm-navy)}.en-dm-stat span{display:block;color:var(--en-dm-muted);margin-top:5px}.en-dm-note{font-size:12px!important;color:#7c8795!important}.en-dm-note--center{text-align:center;margin-top:24px}
.en-dm-scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.en-dm-scope{padding:38px;border:1px solid rgba(255,255,255,.15)}.en-dm-scope--muted{background:rgba(255,255,255,.03)}.en-dm-scope h3{font-size:22px;margin:0 0 18px}.en-dm-scope ul{margin:0;padding-left:1.2em;color:#c7ced8}.en-dm-scope li{margin:7px 0}
.en-dm-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.en-dm-pricing article{border:1px solid var(--en-dm-line);padding:34px;background:#fff}.en-dm-pricing article.is-featured{border-color:var(--en-dm-gold);box-shadow:var(--en-dm-shadow)}.en-dm-pricing span{font-size:11px;letter-spacing:.14em;color:var(--en-dm-gold);font-weight:800}.en-dm-pricing strong{display:block;font-size:28px;color:var(--en-dm-navy);margin:16px 0}.en-dm-pricing small{font-size:13px;color:var(--en-dm-muted);font-weight:600}.en-dm-pricing p{font-size:13px;color:var(--en-dm-muted);margin:0}
.en-dm-attorney{display:grid;grid-template-columns:380px 1fr;gap:70px;align-items:center}.en-dm-attorney__image img{width:100%;display:block;aspect-ratio:4/5;object-fit:cover;object-position:center 43%;box-shadow:0 18px 46px rgba(14,27,43,.10)}.en-dm-attorney__placeholder{aspect-ratio:4/5;background:linear-gradient(145deg,#dfe4e8,#f6f7f8);display:flex;align-items:center;justify-content:center;color:#8d97a3;font-size:11px;letter-spacing:.16em;text-align:center}.en-dm-attorney__copy h3{font-size:24px;margin:0 0 4px;color:var(--en-dm-navy)}.en-dm-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.en-dm-tags span{font-size:11px;padding:6px 10px;border:1px solid #cfd6de;color:#4b5968;background:#fff}
.en-dm-section details{border-top:1px solid var(--en-dm-line);padding:21px 0}.en-dm-section details:last-of-type{border-bottom:1px solid var(--en-dm-line)}.en-dm-section summary{font-weight:750;cursor:pointer;color:var(--en-dm-navy);padding-right:30px}.en-dm-section details p{margin:14px 0 0;color:var(--en-dm-muted);font-size:14px}

.en-dm-contact{background:#eef2f5}.en-dm-contact__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.en-dm-contact__intro{position:sticky;top:110px}.en-dm-contact__intro p{color:var(--en-dm-muted)}.en-dm-contact__small{font-size:12px!important}.en-dm-contact__form{background:#fff;padding:34px;box-shadow:0 14px 34px rgba(14,27,43,.07)}
.en-dm-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.en-dm-field{display:flex;flex-direction:column;gap:8px;border:0;margin:0;padding:0;min-width:0}.en-dm-field--full{grid-column:1/-1}.en-dm-field>span,.en-dm-field legend{font-size:13px;font-weight:700;color:var(--en-dm-navy)}.en-dm-field em{font-style:normal;color:#a35858}.en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{width:100%;border:1px solid #cfd6de;background:#fff;padding:12px 13px;border-radius:0;font:inherit;color:var(--en-dm-text);min-height:48px}.en-dm-field textarea{min-height:150px;resize:vertical}.en-dm-radio,.en-dm-check{display:block;font-size:13px;color:#465365;margin:5px 14px 5px 0}.en-dm-consent{flex-direction:row;align-items:flex-start}.en-dm-consent input{margin-top:7px}.en-dm-form__submit{margin-top:24px;width:100%}.en-dm-form__note{font-size:11px;color:#7b8592;margin:12px 0 0}.en-dm-hp{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;overflow:hidden!important}.en-dm-form-status{padding:14px 16px;margin-bottom:20px;font-size:13px}.en-dm-form-status--success{background:#edf6ef;color:#2d693d;border:1px solid #bddac5}.en-dm-form-status--error{background:#fbefef;color:#8a3e3e;border:1px solid #e3bebe}

.en-dm-gate{min-height:100vh;background:linear-gradient(rgba(248,250,252,.74),rgba(255,255,255,.88)),url('tokyo-aerial-view.png') center center/cover no-repeat;display:grid;place-items:center;padding:40px}.en-dm-gate__inner{width:min(780px,100%);text-align:center;padding:72px 40px;border:1px solid rgba(14,27,43,.12);background:rgba(255,255,255,.88);box-shadow:var(--en-dm-shadow);backdrop-filter:blur(3px)}.en-dm-gate h1{font-size:clamp(34px,5vw,58px);letter-spacing:.04em;line-height:1.15;margin:0;color:var(--en-dm-navy)}.en-dm-gate__lead{font-size:20px;color:#425165;margin:25px 0 18px}.en-dm-gate__jp{font-size:15px;color:#657180}.en-dm-gate__jp strong{font-size:19px;color:var(--en-dm-navy)}.en-dm-gate__actions{display:flex;justify-content:center;gap:14px;margin-top:36px}.en-dm-gate__note{font-size:11px;letter-spacing:.08em;color:#8b95a2;margin-top:34px}

@media (max-width:1120px){.en-dm-nav{display:none}.en-dm-hero__inner{grid-template-columns:1fr;gap:48px}.en-dm-hero__panel{max-width:720px;width:100%;margin:0 auto}.en-dm-cards--4{grid-template-columns:repeat(2,1fr)}.en-dm-pricing{grid-template-columns:1fr}.en-dm-attorney{grid-template-columns:300px 1fr}.en-dm-contact__grid{grid-template-columns:1fr}.en-dm-contact__intro{position:static}}
@media (max-width:720px){.en-dm-container{width:min(100% - 28px,1180px)}.en-dm-header__inner{min-height:68px}.en-dm-header__actions .en-dm-btn{display:none}.en-dm-header__actions{gap:0}.en-dm-hero{padding:72px 0 62px}.en-dm-hero h1{font-size:40px}.en-dm-hero__route{grid-template-columns:1fr;gap:7px}.en-dm-hero__route .en-dm-arrow{transform:rotate(90deg);justify-self:center}.en-dm-section{padding:72px 0}.en-dm-section--intro{padding:78px 0}.en-dm-section h2{font-size:34px}.en-dm-cards--4,.en-dm-service-list,.en-dm-split,.en-dm-scope-grid,.en-dm-attorney{grid-template-columns:1fr}.en-dm-service-list{border-left:0}.en-dm-service-list>div{padding:25px 0;border-right:0}.en-dm-split{gap:34px}.en-dm-attorney{gap:34px}.en-dm-attorney__image{max-width:330px}.en-dm-form__grid{grid-template-columns:1fr}.en-dm-field--full{grid-column:auto}.en-dm-contact__form{padding:24px 18px}.en-dm-gate{padding:18px}.en-dm-gate__inner{padding:52px 22px}.en-dm-gate__actions{flex-direction:column}.en-dm-gate__actions .en-dm-btn{width:100%}}

/* ===== v0.4.0 visual/readability refinements ===== */
:root{
  --en-dm-dark-text:#202a38;
  --en-dm-body-text:#465365;
}

/* Hero: make Tokyo skyline materially visible while preserving copy contrast */
.en-dm-hero{
  position:relative;
  isolation:isolate;
  padding:96px 0 88px;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.91) 30%,rgba(247,251,254,.70) 48%,rgba(241,247,252,.23) 70%,rgba(236,244,250,.08) 100%),
    url('tokyo-aerial-view.png');
  background-position:center center,center center;
  background-size:cover,cover;
  background-repeat:no-repeat;
}
.en-dm-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(224,235,244,.09));
  pointer-events:none;
}
.en-dm-hero .en-dm-container{width:min(1320px,calc(100% - 48px))}
.en-dm-hero__inner{grid-template-columns:minmax(0,.92fr) minmax(610px,1.08fr);gap:46px}
.en-dm-hero__panel{
  padding:50px 38px 38px;
  border:1px solid rgba(183,155,100,.48);
  background:linear-gradient(145deg,rgba(10,22,43,.985),rgba(18,31,56,.975));
  box-shadow:0 30px 80px rgba(14,27,43,.27);
}
.en-dm-hero__panel:before{inset:12px;border-color:rgba(183,155,100,.55)}
.en-dm-hero__panel-title{font-size:13px;margin-left:3px;margin-bottom:22px}
.en-dm-hero__route{
  grid-template-columns:minmax(158px,1fr) 30px minmax(158px,1fr) 30px minmax(158px,1fr);
  gap:10px;
  margin:20px 0 28px;
}
.en-dm-hero__route .en-dm-route-box{
  min-height:190px;
  padding:24px 13px 20px;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(255,255,255,.015);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.en-dm-hero__route .en-dm-route-box.is-accent{
  border:1.5px solid #c3a34e;
  background:rgba(195,163,78,.065);
  box-shadow:inset 0 0 0 1px rgba(195,163,78,.08);
}
.en-dm-route-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  color:#fff;
  margin:0 0 14px!important;
}
.en-dm-route-box.is-accent .en-dm-route-icon{color:#c9a842}
.en-dm-route-icon svg{width:46px;height:46px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.en-dm-hero__route strong{font-size:15px;letter-spacing:.10em;color:#fff}
.en-dm-hero__route .en-dm-route-box>span:not(.en-dm-route-icon){font-size:13.5px;color:#eef2f6;margin-top:10px;line-height:1.55}
.en-dm-hero__route .en-dm-arrow{font-size:31px!important;font-weight:500;color:#c9a842!important;margin:0!important;align-self:center}
.en-dm-hero__panel p{color:#f0f3f6;font-size:15px;font-weight:500}

/* Intro: align with the same main content width as neighboring sections */
.en-dm-intro-grid{display:grid;grid-template-columns:.90fr 1.10fr;gap:84px;align-items:start}
.en-dm-intro-title h2{margin-bottom:0}
.en-dm-intro-copy{padding-top:37px}
.en-dm-intro-copy p{font-size:16px!important;line-height:2;color:#435063!important}

/* Dark sections: stronger contrast */
.en-dm-section--dark{background:#101a31;color:#f7f9fc}
.en-dm-section--dark .en-dm-section-heading--light p{color:#e5eaf0}
.en-dm-section--dark .en-dm-card{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.035)}
.en-dm-section--dark .en-dm-card h3{color:#d8bd73}
.en-dm-section--dark .en-dm-card h4{color:#fff}
.en-dm-section--dark .en-dm-card p{color:#edf1f5;line-height:1.75}
.en-dm-section--dark .en-dm-scope{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.025)}
.en-dm-section--dark .en-dm-scope--muted{background:rgba(255,255,255,.055)}
.en-dm-section--dark .en-dm-scope h3{color:#fff}
.en-dm-section--dark .en-dm-scope ul{color:#f1f4f7}
.en-dm-section--dark .en-dm-scope li{line-height:1.8}

/* Service cards: more designed without relying on pictogram icons */
.en-dm-service-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  border:0;
}
.en-dm-service-list>div{
  position:relative;
  min-height:190px;
  padding:30px 32px 28px 34px;
  border:1px solid #d9e0e7;
  background:linear-gradient(145deg,#ffffff,#f9fbfc);
  box-shadow:0 10px 28px rgba(14,27,43,.045);
  overflow:hidden;
}
.en-dm-service-list>div:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:linear-gradient(180deg,#b79b64,#d6c18f);
}
.en-dm-service-no{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:28px;
  margin-bottom:16px;
  border:1px solid rgba(183,155,100,.58);
  color:#9b7c37;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  background:#fffdf8;
}
.en-dm-service-list h3{font-size:19px;margin:0 0 11px;color:#14223a;line-height:1.5}
.en-dm-service-list p{font-size:14px;line-height:1.85;color:#4b5868}

/* Legal consultation note/readability */
.en-dm-section--soft .en-dm-richtext p{color:#3f4d5e}
.en-dm-section--soft .en-dm-richtext li{color:#344356}
.en-dm-section--soft .en-dm-note{font-size:13px!important;line-height:1.85!important;color:#4c5969!important;font-weight:500}
.en-dm-stat span{color:#4e5b6c}

/* Pricing: clearer hierarchy and description contrast */
.en-dm-pricing article{
  border-color:#d4dce5;
  padding:36px 34px;
  background:#fff;
}
.en-dm-pricing article.is-featured{
  border:1.5px solid #b79b64;
  background:linear-gradient(180deg,#fffefa,#fff 68%);
}
.en-dm-pricing span{color:#9a7a36;font-size:11px}
.en-dm-pricing strong{font-size:30px;color:#111f35}
.en-dm-pricing small{color:#344354}
.en-dm-pricing p{font-size:14px;line-height:1.85;color:#465365;font-weight:500}
.en-dm-pricing + .en-dm-note,.en-dm-note--center{color:#536071!important;font-size:13px!important}

/* Attorney */
.en-dm-attorney__copy>p{color:#405063}
.en-dm-tags span{font-size:12px;color:#25364a;border-color:#c9d2dc;background:#fff;padding:7px 12px}

/* FAQ answers */
.en-dm-section details p{color:#3f4d5e;font-size:14.5px;line-height:1.85}
.en-dm-section details[open] summary{color:#9a7a36}

/* Contact section and form readability */
.en-dm-contact{background:#edf2f6}
.en-dm-contact__intro p{color:#465466;line-height:1.9}
.en-dm-contact__small{font-size:13px!important;color:#536173!important}
.en-dm-contact__form{border:1px solid #e0e5eb}
.en-dm-field>span,.en-dm-field legend{color:#14223a;font-size:13.5px}
.en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{color:#263547;border-color:#bdc8d3;background:#fff}
.en-dm-field input::placeholder,.en-dm-field textarea::placeholder{color:#6a7582;opacity:1}
.en-dm-field select:invalid{color:#5f6b79}
.en-dm-radio,.en-dm-check{color:#354557;font-size:13.5px}
.en-dm-form__note{color:#556273;font-size:12px;line-height:1.7}

/* Gate background slightly stronger too */
.en-dm-gate{background-image:linear-gradient(90deg,rgba(248,250,252,.78),rgba(255,255,255,.52)),url('tokyo-aerial-view.png')}

@media (max-width:1180px){
  .en-dm-hero__inner{grid-template-columns:1fr;gap:52px}
  .en-dm-hero__panel{max-width:780px;width:100%;margin:0 auto}
  .en-dm-intro-grid{grid-template-columns:1fr;gap:28px}
  .en-dm-intro-copy{padding-top:0;max-width:900px}
}
@media (max-width:720px){
  .en-dm-hero{background-image:linear-gradient(rgba(255,255,255,.89),rgba(247,251,254,.82)),url('tokyo-aerial-view.png');background-position:center,64% center}
  .en-dm-hero .en-dm-container{width:min(100% - 28px,1180px)}
  .en-dm-hero__route{grid-template-columns:1fr;gap:8px}
  .en-dm-hero__route .en-dm-route-box{min-height:158px}
  .en-dm-hero__route .en-dm-arrow{transform:rotate(90deg);justify-self:center}
  .en-dm-service-list{grid-template-columns:1fr;gap:14px}
  .en-dm-service-list>div{padding:26px 24px 24px 28px;min-height:0;border:1px solid #d9e0e7}
}


/* ===== v0.4.1 wording/photo/form refinements ===== */
.en-dm-hero{
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.89) 24%,rgba(247,251,254,.60) 42%,rgba(241,247,252,.18) 64%,rgba(236,244,250,.04) 100%),
    url('tokyo-aerial-view.png');
  background-position:left center, center center;
}
.en-dm-gate{
  background-image:
    linear-gradient(90deg,rgba(248,250,252,.66),rgba(255,255,255,.42)),
    url('tokyo-aerial-view.png');
  background-position:center center, center center;
}
.en-dm-contact__small{font-size:16px!important;line-height:1.9!important;color:#465466!important}
.en-dm-contact__intro p{font-size:16px;line-height:1.9}
.en-dm-field>span,.en-dm-field legend{font-size:15px}
.en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{font-size:15px;padding:14px 14px;min-height:52px}
.en-dm-radio,.en-dm-check{font-size:15px;line-height:1.7}
.en-dm-form__note{font-size:13px;line-height:1.8}
.en-dm-form__submit{font-size:15px}
.en-dm-field textarea{min-height:170px}
@media (max-width:720px){
  .en-dm-contact__small,.en-dm-contact__intro p{font-size:15px!important}
  .en-dm-field>span,.en-dm-field legend,.en-dm-radio,.en-dm-check{font-size:14px}
  .en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{font-size:16px}
}


/* ===== v0.5.0 approved aerial image + inquiry readability ===== */
.en-dm-hero{
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.88) 26%,rgba(248,251,254,.55) 45%,rgba(242,248,252,.12) 66%,rgba(238,246,251,.02) 100%),
    url('tokyo-aerial-view.png');
  background-position:left center,center center;
  background-size:cover,cover;
}
.en-dm-gate{
  background-image:
    linear-gradient(90deg,rgba(248,250,252,.62),rgba(255,255,255,.34)),
    url('tokyo-aerial-view.png');
  background-position:center center,center center;
  background-size:cover,cover;
}
.en-dm-contact__intro p,.en-dm-contact__small{font-size:16px!important;line-height:1.9!important;color:#465466!important}
.en-dm-field>span,.en-dm-field legend{font-size:16px!important;line-height:1.55}
.en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{font-size:16px!important;line-height:1.55;padding:15px 15px;min-height:54px}
.en-dm-radio,.en-dm-check{font-size:16px!important;line-height:1.75}
.en-dm-form__note{font-size:14px!important;line-height:1.8;color:#4f5d6e!important}
.en-dm-form__submit{font-size:16px!important}
.en-dm-form-status{font-size:15px}
@media (max-width:720px){
  .en-dm-contact__intro p,.en-dm-contact__small{font-size:15px!important}
  .en-dm-field>span,.en-dm-field legend,.en-dm-radio,.en-dm-check{font-size:15px!important}
  .en-dm-field input[type="text"],.en-dm-field input[type="email"],.en-dm-field select,.en-dm-field textarea{font-size:16px!important}
}
