:root {
  --ivory: #fffdf4;
  --cream: #fff5c8;
  --paper: #ffffff;
  --yellow: #ffd633;
  --yellow-soft: #fff0a0;
  --green: #62c47d;
  --green-deep: #247346;
  --coral: #ff8f6d;
  --coral-deep: #9b402f;
  --brown: #ff8f6d;
  --ink: #26342a;
  --muted: #59665d;
  --line: rgba(36, 115, 70, .18);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .035em;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; padding: 10px 16px; background: #fff; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 18px; color: var(--green-deep); font: 700 11px/1.4 Arial, sans-serif; letter-spacing: .2em; }

.notice {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 7px 5vw;
  color: #fff;
  background: #2b8552;
  font-size: 11px;
  letter-spacing: .09em;
}
.notice p { margin: 0; }
.notice a { border-bottom: 1px solid rgba(255,255,255,.45); }

.site-header { position: relative; z-index: 20; background: rgba(255,253,244,.97); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1440px; height: 92px; margin: 0 auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 13px; font: 600 18px/1.1 var(--serif); letter-spacing: .07em; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; gap: 5px; }
.brand small { font: 600 9px/1 var(--sans); letter-spacing: .18em; }
.global-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); font-size: 13px; font-weight: 700; }
.global-nav > a:not(.nav-contact) { padding: 12px 0; border-bottom: 1px solid transparent; }
.global-nav > a:not(.nav-contact):hover { border-color: var(--green); }
.nav-contact { padding: 14px 24px; color: #173b25; background: var(--green); border-radius: 999px; box-shadow: 0 8px 20px rgba(61,173,96,.17); }
.menu-button { display: none; }

.hero { position: relative; min-height: 780px; margin: 0 auto; padding: 0 max(5vw,calc((100vw - 1320px)/2)); overflow: hidden; background: var(--ivory); }
.hero-copy { position: relative; z-index: 3; width: 100%; min-height: 345px; padding: 42px 0 34px; display: grid; grid-template-columns: minmax(0,1.22fr) minmax(390px,.78fr); grid-template-areas: "eyebrow eyebrow" "title lead" "title actions"; column-gap: clamp(36px,5vw,82px); align-content: start; }
.hero-copy .eyebrow { grid-area: eyebrow; margin-bottom: 16px; }
.hero h1 { grid-area: title; margin: 0; font: 500 clamp(38px,3.35vw,52px)/1.42 var(--serif); letter-spacing: .055em; }
.hero h1 em { position: relative; font-style: normal; background: linear-gradient(transparent 66%, rgba(255,214,51,.9) 66%); }
.mobile-break { display: none; }
.hero-lead { grid-area: lead; max-width: 560px; margin: 7px 0 18px; color: #4f5e54; font-size: 14px; line-height: 1.95; }
.hero-actions { grid-area: actions; display: flex; gap: 10px; align-self: end; transform: translateY(-36px); }
.button { min-width: 0; flex: 1; padding: 15px 18px 13px; display: grid; gap: 2px; border-radius: 3px; transition: transform .2s ease, opacity .2s ease; }
.button:hover { transform: translateY(-2px); opacity: .92; }
.button span { font-size: 13px; font-weight: 700; }
.button small { font: 500 10px/1.4 Arial,sans-serif; letter-spacing: .12em; }
.button-care { color: #173b25; background: var(--green); }
.button-pet { color: #4a241b; background: var(--coral); }
.hero-visual { position: absolute; z-index: 1; inset: 0; }
.hero-visual:after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(255,253,244,.98) 0%, rgba(255,253,244,.94) 20%, rgba(255,253,244,.8) 29%, rgba(255,253,244,.32) 37%, rgba(255,253,244,0) 47%); pointer-events:none; }
.hero-main-photo { position: absolute; inset: 0; margin: 0; overflow: hidden; background: #ddd; }
.hero-main-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(1.04) brightness(1.03); }
.hero figcaption { position: absolute; z-index: 2; right: max(24px,5vw); bottom: 24px; padding: 8px 13px; color: var(--ink); background: rgba(255,255,255,.86); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.hero figcaption span { color: var(--green); margin-right: 8px; font: 700 9px Arial,sans-serif; }
.hero-instagram { position: absolute; z-index: 4; left: max(24px,5vw); bottom: 24px; display: flex; gap: 10px; }
.hero-instagram a { min-width: 210px; padding: 9px 13px 9px 10px; display: flex; align-items: center; gap: 10px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.78); border-radius: 6px; box-shadow: 0 10px 25px rgba(27,66,40,.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.hero-instagram a:hover { transform: translateY(-3px); background: #fff; }
.hero-instagram a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.instagram-icon { position: relative; width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(135deg,#7846e8 3%,#d62f78 46%,#ff7043 72%,#ffc34d 100%); }
.instagram-icon:before { content:""; width: 18px; height: 18px; border: 2px solid #fff; border-radius: 6px; }
.instagram-icon i { position: absolute; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.instagram-icon i:after { content:""; position: absolute; width: 3px; height: 3px; right: -5px; top: -5px; background: #fff; border-radius: 50%; }
.instagram-label { min-width: 0; display: grid; gap: 1px; }
.instagram-label strong { font-size: 11px; line-height: 1.35; white-space: nowrap; }
.instagram-label small { color: #627068; font: 600 9px/1.35 Arial,sans-serif; letter-spacing: .035em; white-space: nowrap; }
.hero-note { position: absolute; z-index: 2; right: -70px; top: 38%; margin: 0; color: #fff; font: italic 16px var(--serif); letter-spacing: .12em; text-shadow: 0 1px 8px rgba(25,58,36,.42); transform: rotate(90deg); }
.mimosa-dots { position: absolute; z-index: 4; width: 190px; height: 190px; right: 3%; top: 15px; opacity: .82; }
.mimosa-dots i { position: absolute; display: block; border-radius: 50%; background: var(--yellow); box-shadow: 0 4px 13px rgba(245,189,0,.28); }
.mimosa-dots i:nth-child(1){width:20px;height:20px;left:30px;top:60px}.mimosa-dots i:nth-child(2){width:34px;height:34px;left:62px;top:28px}.mimosa-dots i:nth-child(3){width:25px;height:25px;left:108px;top:44px}.mimosa-dots i:nth-child(4){width:18px;height:18px;left:145px;top:22px}.mimosa-dots i:nth-child(5){width:28px;height:28px;left:36px;top:106px}.mimosa-dots i:nth-child(6){width:16px;height:16px;left:96px;top:94px}.mimosa-dots i:nth-child(7){width:22px;height:22px;left:137px;top:121px}

.trust-strip { max-width: 1320px; margin: 0 auto; padding: 24px 5vw; display: grid; grid-template-columns: repeat(3,1fr); background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 5px clamp(18px,3vw,50px); display: grid; gap: 2px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { color: var(--green-deep); font: 600 21px var(--serif); letter-spacing: .07em; }
.trust-strip span { color: var(--muted); font-size: 11px; }

.section-pad { max-width: 1320px; margin: 0 auto; padding: 130px 5vw; }
.intro { position: relative; display: grid; grid-template-columns: .42fr 1.1fr 1fr; gap: 4vw; align-items: center; }
.intro-mark { color: rgba(66,181,102,.14); font: 800 clamp(45px,6vw,90px)/.95 Arial,sans-serif; letter-spacing: -.05em; transform: rotate(-90deg); white-space: nowrap; }
.intro-copy h2 { margin: 0 0 28px; font: 500 clamp(28px,3.3vw,46px)/1.65 var(--serif); letter-spacing: .06em; }
.intro-copy > p:last-child { max-width: 750px; margin: 0; color: var(--muted); font-size: 15px; line-height: 2.15; }
.intro-visual { position: relative; height: 440px; }
.intro-community { position: absolute; inset: 0 13% 58px 0; margin: 0; overflow: hidden; border-radius: 90px 5px 5px 5px; }
.intro-community img { width: 100%; height: 100%; object-fit: cover; }
.intro-pet { position: absolute; width: 43%; right: 0; bottom: 0; margin: 0; padding: 7px; background: #fff; box-shadow: 0 16px 36px rgba(47,87,58,.16); transform: rotate(2deg); }
.intro-pet img { width: 100%; aspect-ratio: 1/1.08; object-fit: cover; }
.intro-logo { position: absolute; width: 106px; left: -22px; bottom: 8px; padding: 12px; background: var(--paper); border-radius: 50%; box-shadow: 0 12px 32px rgba(61,76,60,.12); }
.intro-logo img { mix-blend-mode: multiply; }

.services { max-width: none; background: linear-gradient(180deg, #fff9dc 0%, var(--cream) 100%); }
.services > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 60px; }
.section-heading h2, .team-copy h2, .news-heading h2 { margin: 0; font: 500 clamp(34px,4vw,56px)/1.4 var(--serif); letter-spacing: .07em; }
.section-heading > p { max-width: 400px; margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 2; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.service-card { display: grid; grid-template-columns: 44% 56%; min-height: 375px; background: var(--paper); border: 1px solid rgba(255,198,0,.24); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(202,157,0,.13); }
.service-image { overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.025); }
.service-body { padding: 34px 30px; display: flex; flex-direction: column; align-items: flex-start; }
.service-no { margin: 0 0 12px; color: var(--green); font: 700 9px Arial,sans-serif; letter-spacing: .18em; }
.service-body h3 { margin: 0 0 16px; font: 600 24px var(--serif); letter-spacing: .07em; }
.service-body > p:not(.service-no) { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.95; }
.service-body ul { margin: auto 0 20px; padding: 0; display: flex; gap: 6px; flex-wrap: wrap; list-style: none; }
.service-body li { padding: 5px 8px; color: var(--green-deep); background: #dcf7e5; font-size: 9px; font-weight: 700; }
.service-body > a { padding-bottom: 3px; color: var(--green-deep); border-bottom: 1px solid var(--green); font-size: 11px; font-weight: 700; }
.service-card-pet .service-body li, .service-card-trim .service-body li { color: var(--coral-deep); background: #ffe2d9; }
.service-card-pet .service-no, .service-card-trim .service-no { color: var(--coral-deep); }

.team { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px,8vw,110px); align-items: center; }
.team-photo { position: relative; }
.team-photo:before { content:""; position:absolute; inset:-22px 22px 22px -22px; border:1px solid var(--yellow); z-index:-1; }
.team-photo img { width: 100%; aspect-ratio: 1.26/1; object-fit: cover; object-position: center; }
.team-photo span { position: absolute; right: -34px; bottom: -18px; padding: 8px 14px; color: #fff; background: var(--green); font: 700 9px Arial,sans-serif; letter-spacing: .18em; }
.team-copy h2 { margin-bottom: 28px; }
.team-copy > p:not(.eyebrow) { margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 2.1; }
.team-copy dl { margin: 0 0 28px; border-top: 1px solid var(--line); }
.team-copy dl div { display: grid; grid-template-columns: 135px 1fr; padding: 13px 0; border-bottom: 1px solid var(--line); }
.team-copy dt { color: var(--green); font: 700 9px Arial,sans-serif; letter-spacing: .13em; }
.team-copy dd { margin: 0; font-size: 12px; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.message { max-width: none; padding-left: max(5vw,calc((100vw - 1180px)/2)); padding-right: max(5vw,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: minmax(300px,.7fr) minmax(500px,1.3fr); gap: 9vw; align-items: center; background: linear-gradient(135deg, #fff5a9 0%, #ffe169 100%); color: var(--ink); }
.message-photo { position: relative; align-self: end; }
.message-photo:after { content:""; position:absolute; width:45%; aspect-ratio:1; right:-14%; bottom:10%; border:2px solid rgba(36,115,70,.38); border-radius:50%; }
.message-photo img { width: 100%; max-height: 570px; object-fit: cover; object-position: center 25%; filter: saturate(1.03); }
.message-copy .eyebrow { color: var(--green-deep); }
.message blockquote { margin: 0 0 28px; font: 500 clamp(31px,3.5vw,49px)/1.65 var(--serif); letter-spacing: .07em; }
.message-copy > p:not(.eyebrow):not(.signature) { max-width: 650px; margin: 0; color: #4f5c52; font-size: 14px; line-height: 2.15; }
.signature { margin: 28px 0 0; display: flex; align-items: end; gap: 20px; }
.signature span { color: #657066; font-size: 10px; }
.signature strong { font: 500 23px var(--serif); letter-spacing: .15em; }

.news { display: grid; grid-template-columns: .45fr 1.55fr; gap: 9vw; background: #fff; }
.news.section-pad { padding-top: 78px; padding-bottom: 78px; }
.news-heading h2 { margin-bottom: 35px; white-space: nowrap; }
.news-list { border-top: 1px solid var(--line); }
.news-list article { min-height: 93px; display: grid; grid-template-columns: 105px 110px 1fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.news-list time { color: var(--muted); font: 500 11px Arial,sans-serif; letter-spacing: .08em; }
.news-list span { justify-self: start; padding: 4px 8px; color: var(--green-deep); background: #dff7e6; font-size: 9px; font-weight: 700; }
.news-list a { font: 500 15px var(--serif); }
.news-list a:hover { color: var(--green); }

.contact { padding: 105px max(5vw,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: #173b25; background: #72ce8a; }
.contact .eyebrow { color: var(--green-deep); }
.contact h2 { margin: 0 0 24px; font: 500 clamp(38px,4.5vw,62px)/1.45 var(--serif); letter-spacing: .07em; }
.contact-top > p:last-child { margin: 0; font-size: 13px; line-height: 2; }
.contact-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.contact-options a { min-height: 150px; padding: 25px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: #fff; box-shadow: 0 12px 30px rgba(31,104,59,.12); }
.contact-options a:nth-child(2) { color: #4a241b; background: var(--coral); }
.contact-options .mail-option { grid-column: 1/-1; min-height: 110px; color: var(--ink); background: var(--yellow); }
.contact-options span { font-size: 11px; font-weight: 700; }
.contact-options strong { margin: 8px 0; font: 500 24px Arial,sans-serif; letter-spacing: .03em; }
.contact-options small { color: var(--muted); font-size: 9px; }
.contact-options a:nth-child(2) small { color: #6c3024; }
.contact-options .mail-option small { color: #5e592f; }

.site-footer { padding: 65px max(5vw,calc((100vw - 1180px)/2)) 30px; color: rgba(255,255,255,.86); background: #205f39; }
.footer-brand { display: flex; align-items: center; gap: 18px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 75px; height: 75px; padding: 4px; object-fit: contain; background: var(--ivory); border-radius: 50%; }
.footer-brand div { display: grid; gap: 5px; }
.footer-brand strong { color: #fff; font: 500 20px var(--serif); letter-spacing: .1em; }
.footer-brand span { font-size: 10px; }
.footer-links { padding: 30px 0 45px; display: flex; gap: 35px; flex-wrap: wrap; font-size: 11px; }
.copyright { margin: 0; color: rgba(255,255,255,.4); font: 500 9px Arial,sans-serif; letter-spacing: .12em; }

@media (max-width: 1080px) {
  .hero { min-height: 740px; }
  .hero-copy { min-height: 390px; grid-template-columns: minmax(0,1.1fr) minmax(310px,.9fr); column-gap: 30px; }
  .hero h1 { font-size: clamp(34px,4.2vw,44px); }
  .hero-lead { font-size: 13px; }
  .hero-actions { flex-direction: column; transform: translateY(-22px); }
  .button { min-width: 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-image { aspect-ratio: 1.6/1; }
  .message { gap: 6vw; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .notice { justify-content: space-between; gap: 12px; padding: 6px 18px; font-size: 9px; }
  .notice p { max-width: 230px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .header-inner { height: 74px; padding: 0 18px; }
  .brand { gap: 8px; font-size: 15px; }
  .brand img { width: 48px; height: 48px; }
  .brand small { font-size: 8px; }
  .menu-button { width: 48px; height: 48px; padding: 8px 7px 5px; display: grid; align-content: center; gap: 4px; color: var(--ink); background: none; border: 0; }
  .menu-button span { width: 25px; height: 1px; margin: 0 auto; display: block; background: currentColor; }
  .menu-button b { margin-top: 2px; font: 700 7px Arial,sans-serif; letter-spacing: .16em; }
  .global-nav { position: absolute; left: 0; right: 0; top: 74px; padding: 24px 20px 30px; display: none; align-items: stretch; gap: 0; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(45,48,42,.09); }
  .global-nav.is-open { display: grid; }
  .global-nav a { padding: 12px 2px; border-bottom: 1px solid var(--line); }
  .global-nav .nav-contact { margin-top: 14px; text-align: center; border: 0; border-radius: 2px; }

  .hero { min-height: auto; padding: 0 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; }
  .hero-copy { order: 1; width: auto; min-height: 0; margin: 0; padding: 36px 0 34px; display: block; background: transparent; border: 0; border-radius: 0; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .hero h1 { font-size: clamp(31px,9vw,42px); line-height: 1.55; letter-spacing: .04em; }
  .mobile-break { display: initial; }
  .hero-lead { margin: 23px 0 26px; font-size: 13px; line-height: 2; }
  .hero-actions { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; transform: none; }
  .button { min-height: 76px; padding: 13px 12px; }
  .button span { font-size: 10px; letter-spacing: 0; }
  .button small { font-size: 9px; }
  .hero-visual { position: relative; z-index: 1; order: 2; inset: auto; width: auto; height: auto; aspect-ratio: 4/3; margin: -140px -18px 0; }
  .hero-visual:after { background: linear-gradient(180deg, rgba(255,253,244,.98) 0%, rgba(255,253,244,.9) 12%, rgba(255,253,244,.56) 24%, rgba(255,253,244,0) 38%); }
  .hero-main-photo { inset: 0; border-radius: 0 72px 0 0; }
  .hero-main-photo img { object-position: center center; }
  .hero figcaption { display: none; }
  .hero-instagram { left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .hero-instagram a { min-width: 0; padding: 7px 8px 7px 7px; gap: 7px; border-radius: 5px; }
  .instagram-icon { width: 27px; height: 27px; flex-basis: 27px; border-radius: 7px; }
  .instagram-icon:before { width: 15px; height: 15px; border-width: 1.5px; border-radius: 5px; }
  .instagram-icon i { width: 6px; height: 6px; border-width: 1.5px; }
  .instagram-label strong { font-size: 9px; }
  .instagram-label small { font-size: 7.5px; }
  .hero-note { display: none; }
  .mimosa-dots { width: 130px; height: 130px; left: auto; right: -45px; top: 18px; opacity: .55; transform: scale(.65); }

  .trust-strip { margin: 0 18px; padding: 0; grid-template-columns: 1fr; }
  .trust-strip div { padding: 16px 6px; grid-template-columns: 105px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip strong { font-size: 16px; }
  .trust-strip div:last-child { border-bottom: 0; }

  .section-pad { padding: 90px 18px; }
  .intro { display: block; }
  .intro-mark { display: none; }
  .intro-copy h2 { font-size: 28px; line-height: 1.7; }
  .intro-copy > p:last-child { font-size: 13px; line-height: 2; }
  .intro-visual { height: 370px; margin-top: 45px; }
  .intro-community { inset: 0 11% 48px 0; border-radius: 70px 4px 4px 4px; }
  .intro-pet { width: 40%; }
  .intro-logo { width: 92px; left: 8px; bottom: 5px; padding: 9px; }

  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2, .team-copy h2, .news-heading h2 { font-size: 34px; }
  .section-heading > p { margin-top: 18px; font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; }
  .service-card { grid-template-columns: 42% 58%; min-height: 310px; }
  .service-image { aspect-ratio: auto; }
  .service-body { padding: 23px 18px; }
  .service-body h3 { font-size: 20px; }
  .service-body > p:not(.service-no) { font-size: 10px; line-height: 1.85; }
  .service-body ul { display: none; }

  .team { display: flex; flex-direction: column; gap: 55px; }
  .team-photo:before { inset: -12px 12px 12px -12px; }
  .team-photo span { right: -2px; }
  .team-copy > p:not(.eyebrow) { font-size: 13px; }

  .message { padding: 80px 18px 0; display: flex; flex-direction: column-reverse; gap: 55px; }
  .message-photo { width: 78%; align-self: center; }
  .message blockquote { font-size: 29px; line-height: 1.65; }
  .message-copy > p:not(.eyebrow):not(.signature) { font-size: 12px; }
  .signature { align-items: start; flex-direction: column; gap: 5px; }

  .news { display: block; }
  .news.section-pad { padding-top: 70px; padding-bottom: 70px; }
  .news-heading { margin-bottom: 40px; }
  .news-heading h2 { margin-bottom: 22px; }
  .news-list article { padding: 18px 0; grid-template-columns: 100px 1fr; gap: 7px; }
  .news-list span { justify-self: start; }
  .news-list a { grid-column: 1/-1; font-size: 14px; }

  .contact { padding: 80px 18px; display: block; }
  .contact h2 { font-size: 38px; }
  .contact-options { margin-top: 45px; grid-template-columns: 1fr; }
  .contact-options .mail-option { grid-column: auto; }
  .contact-options a, .contact-options .mail-option { min-height: 125px; }

  .site-footer { padding: 55px 18px 25px; }
  .footer-brand { align-items: flex-start; }
  .footer-brand img { width: 65px; height: 65px; }
  .footer-links { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}

/* 2026-08 color balance and Japanese display-heading refinement */
.hero h1,
.intro-copy h2,
.message blockquote,
.contact h2 {
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}
.contact h2 { font-size: clamp(36px,3.7vw,52px); line-height: 1.58; letter-spacing: .055em; }
.message blockquote { font-size: clamp(29px,3.15vw,44px); line-height: 1.72; letter-spacing: .055em; }
.intro-copy h2 { font-size: clamp(27px,3vw,42px); }
.news-list article:nth-child(even) span { color: var(--coral-deep); background: #ffe2d9; }
.news-list article:nth-child(even) a:hover { color: var(--coral-deep); }
.trust-strip div:nth-child(2) strong { color: var(--coral-deep); }
.contact-options a:first-child { border-top: 6px solid var(--green); }
.contact-options a:nth-child(2) { border-top: 6px solid #dc5f45; }
.contact-options .mail-option { border-top: 6px solid var(--coral); }

@supports (word-break: auto-phrase) {
  .intro-copy h2 { word-break: auto-phrase; }
}

@media (max-width: 760px) {
  .hero h1 { font-size: clamp(29px,8.2vw,36px); line-height: 1.62; }
  .contact h2 { font-size: 34px; line-height: 1.62; }
  .message blockquote { font-size: 29px; line-height: 1.72; }
  .intro-copy h2 { font-size: 28px; }
}

/* 2026-08 targeted layout corrections from page review */
.intro {
  grid-template-columns: minmax(64px,.14fr) minmax(0,1.5fr) minmax(360px,1fr);
  gap: clamp(28px,3.4vw,54px);
}
.intro-mark { font-size: clamp(38px,4.4vw,70px); }
.intro-copy h2 { font-size: clamp(28px,2.35vw,34px); line-height: 1.72; letter-spacing: .035em; }
.intro-copy h2 span { display: block; white-space: nowrap; }
.intro-copy > p:last-child { font-size: 14px; }
.team { grid-template-columns: 1.05fr .95fr; gap: clamp(48px,5vw,76px); }
.team-copy h2 { font-size: clamp(34px,3.15vw,44px); line-height: 1.58; letter-spacing: .055em; word-break: keep-all; overflow-wrap: normal; }

@media (max-width: 1100px) and (min-width: 761px) {
  .intro { grid-template-columns: 1.08fr .92fr; }
  .intro-mark { display: none; }
  .intro-copy h2 { font-size: 31px; }
  .intro-copy h2 span { white-space: normal; }
}

@media (max-width: 760px) {
  .intro-copy h2 { font-size: 26px; line-height: 1.75; }
  .intro-copy h2 span { white-space: normal; }
  .team-copy h2 { font-size: 31px; line-height: 1.65; }
}
