:root {
  --official-navy: #0f233e;
  --official-yellow: #f2bc42;
  --navy: #173b57;
  --blue: #2878a8;
  --red: #e35d43;
  --pale: #eaf3f7;
  --ink: #202a32;
  --slate: #66737d;
  --rule: #dde3e7;
  --surface: #f5f7f8;
  --white: #fff;
  --container: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f2bc42; outline-offset: 3px; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--navy); opacity: 0; visibility: hidden; }
.skip-link:focus { opacity: 1; visibility: visible; }
.mobile-only, .contact-break { display: none; }

.utility { height: 30px; background: var(--navy); color: #dbe8ef; font: 600 11px/1 Inter, sans-serif; letter-spacing: .03em; }
.utility__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility a { color: var(--white); }

.site-header { height: 76px; background: var(--white); border-bottom: 1px solid var(--rule); position: relative; z-index: 20; }
.header__inner { height: 100%; display: flex; align-items: center; }
.official-brand { width: 210px; flex: 0 0 210px; display: flex; align-items: center; gap: 12px; }
.official-brand__mark { width: 40px; height: 48px; flex: 0 0 40px; object-fit: contain; }
.official-brand__wordmark { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.official-brand__name { color: #111820; font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif; font-size: 20px; font-weight: 600; line-height: 1.2; letter-spacing: .035em; white-space: nowrap; }
.official-brand__english { margin-top: 4px; color: var(--official-navy); font: 700 8px/1 Inter, sans-serif; letter-spacing: .13em; white-space: nowrap; }
.site-nav { height: 100%; margin-left: auto; display: flex; align-items: center; gap: 27px; }
.site-nav a { position: relative; font-size: 14px; font-weight: 600; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--blue); transition: right .18s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav__contact { display: none; }
.header-contact { margin-left: 28px; padding: 13px 20px; background: var(--red); color: var(--white); font-size: 14px; font-weight: 700; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; padding: 11px; background: transparent; color: var(--navy); }
.menu-button i { display: block; width: 26px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .18s ease, opacity .18s ease; }

.hero { position: relative; height: 590px; overflow: hidden; color: var(--white); }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center 54%; }
.hero__shade { position: absolute; inset: 0; background: rgba(13,35,51,.44); }
.hero__inner { position: relative; height: 100%; display: flex; align-items: center; }
.hero__copy { width: 610px; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font: 700 12px/1.5 Inter, sans-serif; letter-spacing: .12em; }
.eyebrow--light { color: #b8dce9; }
.hero h1 { margin: 0 0 20px; font-size: 46px; line-height: 1.4; letter-spacing: .035em; font-weight: 700; }
.hero__copy > p:not(.eyebrow) { margin: 0; font-size: 17px; line-height: 1.9; }
.hero__actions { display: flex; gap: 12px; margin-top: 32px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 11px 25px; border-radius: 2px; font-size: 14px; font-weight: 700; }
.button--primary { background: var(--red); color: var(--white); }
.button--light { background: rgba(255,255,255,.96); color: var(--navy); }
.button--white { background: var(--white); color: var(--navy); }
.button--outline { border: 1px solid var(--navy); background: var(--white); color: var(--navy); }
.button:hover { filter: brightness(.96); }
.hero__trust { display: flex; gap: 30px; margin-top: 28px; color: #e5eef3; font-size: 12px; }
.hero__trust span::before { content: "✓"; margin-right: 8px; color: #9ed0e2; }

.intro { padding: 78px 0 72px; }
.intro__grid { display: grid; grid-template-columns: 390px 1fr; gap: 96px; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 36px; line-height: 1.55; letter-spacing: .02em; }
.intro__body p { margin: 0 0 20px; font-size: 16px; }
.intro__body .lead { color: var(--navy); font-size: 20px; line-height: 1.9; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 8px; padding-bottom: 5px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 14px; font-weight: 700; }
.commitments { margin-top: 48px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: repeat(3,1fr); }
.commitments div { padding: 32px 34px; display: grid; grid-template-columns: 58px 1fr; border-right: 1px solid var(--rule); }
.commitments div:last-child { border-right: 0; }
.commitments strong { grid-row: 1/3; color: var(--blue); font-size: 13px; }
.commitments span { color: var(--navy); font-size: 18px; font-weight: 700; }
.commitments small { margin-top: 3px; color: var(--slate); font-size: 13.5px; }

.services, .company { padding: 96px 0; background: var(--surface); }
.section-top { display: flex; align-items: flex-end; justify-content: space-between; }
.section-top > p { margin: 0; color: var(--slate); font-size: 15px; }
.service-grid { margin-top: 46px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: repeat(3,1fr); }
.service-grid article { padding: 46px 36px 47px 0; }
.service-grid article + article { padding-left: 36px; border-left: 1px solid var(--rule); }
.service-grid svg { width: 52px; height: 52px; margin-bottom: 26px; fill: none; stroke: var(--blue); stroke-width: 1.8; }
.service-grid h3 { margin: 0 0 16px; color: var(--navy); font-size: 20px; }
.service-grid p { max-width: 29em; margin: 0 0 21px; color: var(--slate); font-size: 15.5px; line-height: 1.95; }
.service-grid a { color: var(--blue); font-size: 14px; font-weight: 700; }

.properties { padding: 96px 0 92px; background: var(--white); }
.property-grid { margin-top: 46px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.property-card { min-width: 0; padding: 32px 30px 34px 0; }
.property-card + .property-card { padding-left: 30px; border-left: 1px solid var(--rule); }
.flyer-open { width: 100%; height: 210px; padding: 0; position: relative; overflow: hidden; border: 0; background: #edf1f3; display: grid; place-items: center; cursor: zoom-in; font: inherit; }
.flyer-open img { width: 100%; height: 100%; object-fit: contain; transition: opacity .18s ease; }
.flyer-open:hover img, .flyer-open:focus-visible img { opacity: .88; }
.flyer-open__label { position: absolute; right: 0; bottom: 0; padding: 7px 11px; background: rgba(15,35,62,.92); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.property-card__body { padding-top: 24px; }
.property-card__type { min-height: 1.7em; margin: 0 0 7px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.property-card h3 { min-height: 3.2em; margin: 0; color: var(--navy); font-size: 19px; line-height: 1.6; }
.property-card__price { min-height: 76px; margin: 17px 0 18px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 22px 42px; align-items: baseline; column-gap: 10px; }
.property-card__price small { grid-column: 1 / -1; min-height: 22px; color: var(--slate); font-size: 12px; font-weight: 600; }
.property-card__price strong { grid-column: 1; grid-row: 2; color: var(--red); font-size: 25px; line-height: 1.4; }
.property-card__price span { grid-column: 2; grid-row: 2; color: var(--slate); font-size: 12.5px; white-space: nowrap; }
.property-card dl { margin: 0; border-top: 1px solid var(--rule); }
.property-card dl div { padding: 10px 0; border-bottom: 1px solid var(--rule); display: grid; grid-template-columns: 94px 1fr; gap: 8px; }
.property-card dl div:nth-child(1) { min-height: 58px; }
.property-card dl div:nth-child(2), .property-card dl div:nth-child(3) { min-height: 68px; }
.property-card dt, .property-card dd { margin: 0; font-size: 13px; line-height: 1.7; }
.property-card dt { color: var(--navy); font-weight: 700; }
.property-card dd { color: var(--slate); }
.property-note { margin: 20px 0 0; color: var(--slate); font-size: 12px; }
.property-cta { margin-top: 26px; }
.flyer-lightbox[hidden] { display: none; }
.flyer-lightbox { position: fixed; inset: 0; z-index: 1000; padding: 24px; background: rgba(7,18,29,.88); display: grid; place-items: center; overflow: auto; }
.flyer-lightbox__panel { width: min(1200px, 100%); min-height: 0; position: relative; display: grid; justify-items: center; }
.flyer-lightbox__source { max-width: 100%; display: block; cursor: zoom-in; }
.flyer-lightbox__source img { max-width: 100%; max-height: calc(100vh - 90px); max-height: calc(100dvh - 90px); width: auto; height: auto; object-fit: contain; background: var(--white); }
.flyer-lightbox__close { width: 48px; height: 48px; position: fixed; top: 14px; right: 16px; z-index: 1; padding: 0; border: 1px solid rgba(255,255,255,.6); border-radius: 0; background: var(--white); color: var(--navy); font: 400 32px/1 Arial, sans-serif; cursor: pointer; }
.flyer-lightbox__panel > p { margin: 8px 0 0; color: #dce7ed; font-size: 11px; }

.support { height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: var(--white); }
.support__image { height: 680px; overflow: hidden; display: block; }
.support__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.support__content { max-width: 640px; padding: 72px 60px; align-self: center; }
.support h2 { margin: 0 0 22px; font-size: 34px; line-height: 1.55; }
.support__content > p:not(.eyebrow) { margin: 0; color: #e2ebf0; font-size: 16px; }
.language-list { margin: 30px 0 24px; border-top: 1px solid #416178; border-bottom: 1px solid #416178; display: grid; grid-template-columns: repeat(3,1fr); }
.language-list span { padding: 15px 12px; border-right: 1px solid #416178; color: #b9cbd6; display: flex; flex-direction: column; font: 600 11px/1.6 Inter, sans-serif; }
.language-list span:last-child { border-right: 0; }
.language-list b { color: var(--white); font-family: "Noto Sans JP", sans-serif; font-size: 15px; }
.support ul { margin: 0 0 28px; padding: 0; color: #e2ebf0; display: grid; gap: 6px; list-style: none; font-size: 14px; }
.support li::before { content: "—"; margin-right: 9px; color: #80bad3; }

.news { padding: 88px 0; }
.news__grid { display: grid; grid-template-columns: 260px 1fr; gap: 100px; }
.news-list { border-top: 1px solid var(--navy); border-bottom: 1px solid var(--rule); }
.news-empty { min-height: 86px; margin: 0; display: flex; align-items: center; color: var(--slate); font-size: 14px; }

.company__grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.company__table dl { margin: 0; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 120px 1fr; }
.company__table dt, .company__table dd { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.company__table dt { color: var(--navy); font-weight: 700; }
.company__table dd { color: var(--slate); }
.company__table a { color: var(--blue); font-weight: 700; }
.access-card { overflow: hidden; background: var(--white); }
.map-frame { display: block; width: 100%; height: 310px; border: 0; }
.access-card__body { padding: 26px 30px 30px; }
.access-card__body h3 { margin: 0 0 8px; color: var(--navy); font-size: 22px; }
.access-card__body p:not(.eyebrow) { margin: 0 0 10px; color: var(--slate); font-size: 14px; }
.access-card__body p a, .map-link { color: var(--blue); font-weight: 700; }
.office-gallery { margin-top: 64px; padding-top: 38px; border-top: 1px solid var(--rule); }
.office-gallery__heading { display: grid; grid-template-columns: 150px 180px 1fr; align-items: baseline; gap: 20px; }
.office-gallery__heading .eyebrow { margin: 0; }
.office-gallery__heading h3 { margin: 0; color: var(--navy); font-size: 22px; }
.office-gallery__heading > p:last-child { margin: 0; color: var(--slate); font-size: 14px; }
.office-gallery__images { max-width: 620px; margin: 28px auto 0; display: grid; grid-template-columns: repeat(2, 300px); gap: 20px; align-items: start; }
.office-gallery figure { width: 300px; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.office-gallery img { width: 100%; height: 100%; object-fit: cover; }
.map-link { display: inline-block; margin-top: 4px; font-size: 13px; }

.contact { padding: 78px 0; background: #204f6c; color: var(--white); }
.contact__grid { display: grid; grid-template-columns: 1fr 560px; gap: 60px; align-items: center; }
.contact h2 { margin: 0 0 12px; font-size: 32px; line-height: 1.6; }
.contact p:not(.eyebrow) { margin: 0; color: #d6e2e8; font-size: 15px; }
.contact__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-link { min-height: 112px; padding: 22px 24px; position: relative; display: flex; flex-direction: column; background: var(--white); color: var(--navy); border-left: 1px solid var(--rule); border-top: 1px solid var(--rule); }
.contact-link--main { min-height: 126px; grid-column: 1 / -1; background: var(--red); color: var(--white); border: 0; }
.contact-link:nth-child(2) { border-left: 0; }
.contact-link small { font: 700 10px/1.4 Inter, sans-serif; letter-spacing: .1em; opacity: .75; }
.contact-link strong { margin-top: 11px; font-size: 17px; line-height: 1.5; }
.contact-link > span { position: absolute; right: 22px; bottom: 20px; }
.contact-link--email strong { font-size: 15px; }
.contact-person { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif; font-size: 1em; font-weight: inherit; line-height: inherit; }
.contact-wechat { min-height: 166px; grid-column: 1 / -1; padding: 18px 24px; display: flex; align-items: center; gap: 26px; background: var(--white); color: var(--navy); border-top: 1px solid var(--rule); }
.contact-wechat img { width: 130px; height: 130px; flex: 0 0 130px; }
.contact-wechat small { color: var(--blue); font: 700 10px/1.4 Inter, sans-serif; letter-spacing: .1em; }
.contact-wechat strong { display: block; margin-top: 9px; font-size: 22px; }
.contact-wechat p { margin: 5px 0 0; color: var(--slate); font-size: 13px; }

.footer { padding: 52px 0 24px; background: #102c40; color: #d7e3e9; }
.footer__top { display: flex; align-items: flex-start; justify-content: space-between; }
.footer-brand { width: 178px; padding: 7px; background: var(--white); display: block; }
.footer__nav { display: grid; grid-template-columns: repeat(3,auto); gap: 14px 36px; font-size: 12px; }
.footer__company { margin-top: 34px; padding-top: 20px; border-top: 1px solid #365166; color: #9eb2bf; display: flex; justify-content: space-between; gap: 32px; font-size: 11px; }
.footer__bottom { margin-top: 16px; padding-top: 16px; border-top: 1px solid #365166; color: #9eb2bf; display: flex; justify-content: space-between; font-size: 11px; }

.legal-main { padding: 78px 0 100px; }
.legal-header { margin-bottom: 46px; padding-bottom: 26px; border-bottom: 1px solid var(--rule); }
.legal-header h1 { margin: 0; color: var(--navy); font-size: 36px; }
.legal-header p { margin: 8px 0 0; color: var(--slate); }
.legal-content { max-width: 850px; }
.legal-content section { margin-top: 40px; }
.legal-content h2 { margin: 0 0 12px; color: var(--navy); font-size: 22px; }
.legal-content p, .legal-content li { font-size: 15px; }
.legal-content ul { padding-left: 1.4em; }
.not-found { min-height: calc(100vh - 270px); padding: 120px 0; text-align: center; }
.not-found .code { color: var(--blue); font: 700 14px Inter, sans-serif; letter-spacing: .15em; }
.not-found h1 { margin: 12px 0; color: var(--navy); font-size: 36px; }
.not-found p { color: var(--slate); }
.not-found .button { margin-top: 20px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  body { font-size: 15px; line-height: 1.9; }
  .container { width: min(var(--container), calc(100% - 40px)); }
  .utility { display: none; }
  .site-header { height: 68px; }
  .official-brand { width: 190px; flex-basis: 190px; gap: 10px; }
  .official-brand__mark { width: 35px; height: 42px; flex-basis: 35px; }
  .official-brand__name { font-size: 18px; }
  .official-brand__english { margin-top: 3px; font-size: 7px; }
  .menu-button { display: block; margin-left: auto; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; height: auto; margin: 0; padding: 14px 20px 24px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--white); display: none; }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--rule); font-size: 15px; }
  .site-nav a::after { display: none; }
  .site-nav .site-nav__contact { display: flex; color: var(--red); font-weight: 700; }
  .header-contact { display: none; }
  .hero { height: 560px; }
  .hero__media img { object-position: 62% center; }
  .hero__shade { background: rgba(12,35,51,.52); }
  .hero__inner { align-items: flex-end; }
  .hero__copy { width: 100%; padding-bottom: 42px; }
  .hero h1 { margin-bottom: 14px; font-size: 34px; line-height: 1.45; }
  .hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .hero__actions { margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 8px; }
  .hero__actions .button { width: 100%; min-height: 50px; }
  .hero__trust { margin-top: 20px; gap: 15px; font-size: 10px; }
  .mobile-only, .contact-break { display: block; }
  .intro, .services, .properties, .news, .company { padding-top: 62px; padding-bottom: 62px; }
  .intro__grid, .news__grid { grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2 { font-size: 27px; }
  .intro__body .lead { font-size: 18px; }
  .commitments { margin-top: 36px; grid-template-columns: 1fr; }
  .commitments div { padding: 22px 8px; grid-template-columns: 48px 1fr; border-right: 0; border-bottom: 1px solid var(--rule); }
  .commitments div:last-child { border-bottom: 0; }
  .commitments strong { font-size: 12.5px; }
  .commitments span { font-size: 17px; }
  .commitments small { font-size: 13px; }
  .section-top { display: block; }
  .section-top > p { margin-top: 18px; }
  .service-grid { margin-top: 34px; grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 36px 0; border-left: 0; border-bottom: 1px solid var(--rule); }
  .service-grid article:last-child { border-bottom: 0; }
  .service-grid svg { width: 50px; height: 50px; margin-bottom: 19px; }
  .service-grid h3 { margin-bottom: 14px; font-size: 20px; }
  .service-grid p { max-width: 34em; font-size: 15px; line-height: 1.9; }
  .property-grid { margin-top: 34px; grid-template-columns: 1fr; }
  .property-card, .property-card + .property-card { padding: 30px 0 34px; border-left: 0; border-bottom: 1px solid var(--rule); }
  .property-card:first-child { padding-top: 24px; }
  .property-card:last-child { border-bottom: 0; }
  .flyer-open { height: auto; aspect-ratio: 16 / 10; }
  .property-card__type { min-height: 0; }
  .property-card h3 { min-height: 0; font-size: 19px; }
  .property-card__price { min-height: 0; grid-template-rows: auto auto; }
  .property-card dl div { grid-template-columns: 104px 1fr; }
  .property-card dl div:nth-child(1), .property-card dl div:nth-child(2), .property-card dl div:nth-child(3) { min-height: 0; }
  .property-cta { width: 100%; }
  .flyer-lightbox { padding: 52px 10px 12px; }
  .flyer-lightbox__source img { max-height: calc(100vh - 90px); max-height: calc(100dvh - 90px); }
  .flyer-lightbox__close { top: 8px; right: 8px; }
  .support { height: auto; grid-template-columns: 1fr; }
  .support__image { height: 310px; }
  .support__content { max-width: none; padding: 52px 20px 58px; }
  .support h2 { font-size: 27px; }
  .support__content > p:not(.eyebrow) { font-size: 15px; }
  .language-list span { padding: 12px 8px; }
  .language-list b { font-size: 13px; }
  .support ul { font-size: 14px; }
  .news__grid { gap: 32px; }
  .news-empty { min-height: 72px; }
  .company__grid { margin-top: 36px; grid-template-columns: 1fr; gap: 42px; }
  .company__table dl { grid-template-columns: 96px 1fr; }
  .company__table dt, .company__table dd { font-size: 14px; }
  .map-frame { height: 300px; }
  .office-gallery { margin-top: 48px; padding-top: 32px; }
  .office-gallery__heading { display: block; }
  .office-gallery__heading .eyebrow { margin-bottom: 8px; }
  .office-gallery__heading h3 { font-size: 21px; }
  .office-gallery__heading > p:last-child { margin-top: 8px; }
  .office-gallery__images { max-width: 300px; margin-top: 24px; grid-template-columns: 1fr; gap: 16px; }
  .contact { padding: 58px 0; }
  .contact__grid { grid-template-columns: 1fr; gap: 30px; }
  .contact h2 { font-size: 24px; }
  .contact__actions { grid-template-columns: 1fr; }
  .contact-link, .contact-link--main { min-height: 112px; grid-column: 1; }
  .contact-link { border-left: 0; }
  .contact-wechat { grid-column: 1; gap: 20px; }
  .contact-wechat img { width: 118px; height: 118px; flex-basis: 118px; }
  .footer__top { display: block; }
  .footer-brand { width: 190px; }
  .footer__nav { margin-top: 34px; grid-template-columns: repeat(2,1fr); gap: 12px 24px; }
  .footer__company { display: grid; gap: 6px; }
  .footer__bottom { line-height: 2.2; }
  .legal-main { padding: 56px 0 80px; }
  .legal-header h1, .not-found h1 { font-size: 28px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 36px); }
  .hero { height: 570px; }
  .hero__copy { padding-bottom: 34px; }
  .hero h1 { font-size: 34px; }
  .hero__trust { display: grid; gap: 5px; }
  .section-heading h2 { font-size: 26px; }
  .company__table dl { grid-template-columns: 88px 1fr; }
  .footer { padding-top: 48px; }
}
