:root {
  --paper: #f4f3ef;
  --ink: #ecebe7;
  --muted: #aaaeb5;
  --night: #0b0d0f;
  --night-2: #111417;
  --panel: #141719;
  --line: rgba(220,225,230,.22);
  --line-soft: rgba(220,225,230,.1);
  --blue: #72aebd;
  --blue-dark: #183f91;
  --green: #7eb39d;
  --max: 1560px;
  --content: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.025), transparent 28rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px),
    var(--night);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", Georgia, serif;
  line-height: 1.8;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .7rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(225,230,235,.3); background: rgba(12,14,16,.94); backdrop-filter: blur(12px); }
.header-inner { width: min(var(--max), calc(100% - 68px)); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo { display: inline-flex; align-items: center; color: #e8e7e3; text-decoration: none; }
.logo-mark { flex: 0 0 auto; width: 108px; height: 64px; margin-right: .85rem; background: url("/assets/nni-symbol.png?v=16") center/contain no-repeat; filter:none; }
.logo-name { color: #e5e2dc; font-size: .72rem; font-weight: 600; line-height: 1.3; letter-spacing: .22em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; }
.desktop-nav a { color: #e1e0dc; font-size: .86rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: #8ebdca; }
.desktop-nav .nav-contact { display: inline-flex; align-items: center; gap: .7rem; min-height: 48px; padding: .6rem 1.55rem; border: 1px solid rgba(105,190,198,.28); background: linear-gradient(135deg, #294d68, #19344e); color: #fff; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { width: 48px; height: 44px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid var(--line); cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 22px; height: 1px; background: #fff; }
.mobile-menu nav { position: absolute; right: 0; top: 54px; width: min(320px, calc(100vw - 28px)); padding: .65rem; border: 1px solid var(--line); background: #111416; box-shadow: 0 24px 60px rgba(0,0,0,.58); }
.mobile-menu nav a { display: flex; justify-content: space-between; padding: .9rem 1rem; border-bottom: 1px solid var(--line-soft); color: #e6e3de; text-decoration: none; }

.hero { position: relative; min-height: 590px; border-bottom: 1px solid var(--line-soft); background: #0b0d0f; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("/assets/hero-stationery.png") 50% 50% / cover no-repeat; filter: saturate(.8) contrast(1.04) brightness(.82); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8,10,12,.98) 0%, rgba(8,10,12,.93) 27%, rgba(8,10,12,.76) 46%, rgba(8,10,12,.34) 68%, rgba(8,10,12,.08) 100%), linear-gradient(to bottom, rgba(8,10,12,.08), transparent 67%, rgba(8,10,12,.24)); }
.hero-layout { position: relative; z-index: 1; min-height: 590px; display: grid; grid-template-columns: 60% 40%; }
.hero-copy-area { position: relative; z-index: 2; min-width: 0; padding: 70px clamp(38px, 5vw, 76px) 36px; background: transparent; }
.hero-copy-area::after { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(ellipse at 32% 40%, rgba(255,255,255,.035), transparent 55%); }
.hero h1 { margin: 0; color: #f1f0ec; font-size: clamp(3rem, 5.2vw, 5.7rem); font-weight: 400; line-height: 1.3; letter-spacing: .08em; text-shadow: 0 4px 24px rgba(0,0,0,.35); }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-sub { display: flex; align-items: center; gap: 1rem; margin: 2.1rem 0 0; color: #d9d9d6; font-size: 1rem; letter-spacing: .17em; }
.hero-sub span { width: 68px; height: 1px; background: linear-gradient(90deg, var(--blue), rgba(255,255,255,.45)); }
.hero-purpose { max-width: 620px; margin: 1rem 0 0 84px; color: #989da2; font-size: .82rem; letter-spacing: .04em; }
.hero-services { max-width: 870px; margin-top: 4.6rem; }
.hero-services-title { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.1rem; color: #b7bac0; font-size: .72rem; letter-spacing: .28em; }
.hero-services-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.hero-services-grid { min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hero-services-grid a { display: grid; grid-template-columns: 58px 1fr; gap: 1rem; align-items: center; min-width: 0; padding: .8rem 1.35rem .8rem 0; text-decoration: none; }
.hero-services-grid a + a { padding-left: 1.35rem; border-left: 1px solid var(--line); }
.hero-services-grid svg { width: 50px; height: 50px; fill: none; stroke: var(--blue); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.hero-services-grid span { min-width: 0; }
.hero-services-grid strong { display: block; margin-bottom: .2rem; color: #eeece7; font-size: .96rem; font-weight: 600; letter-spacing: .03em; white-space: nowrap; }
.hero-services-grid small { display: block; color: #b5b5b3; font-size: .74rem; line-height: 1.7; }

.flow-strip { display: grid; grid-template-columns: 1fr 345px; gap: 14px; padding: 42px 4%; border-bottom: 1px solid var(--line-soft); background: linear-gradient(110deg, #101315, #0b0d0f); }
.flow-frame { position: relative; padding: 40px 30px 24px; border: 1px solid rgba(205,213,221,.35); }
.flow-frame h2 { position: absolute; top: -19px; left: 16px; margin: 0; padding: 0 14px; background: #0f1214; color: var(--blue); font-size: 1.15rem; font-weight: 500; letter-spacing: .08em; }
.flow-line { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow-line article { position: relative; display: grid; grid-template-columns: auto 62px 1fr; gap: .7rem; align-items: center; padding: 0 1.1rem; }
.flow-line article + article::before { content: "›"; position: absolute; left: -5px; color: #e8e8e6; font-size: 2rem; font-family: Georgia, serif; }
.flow-line b { align-self: start; color: var(--blue); font-size: .85rem; font-weight: 500; }
.flow-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(220,225,230,.35); border-radius: 50%; color: #f1f1ee; font-size: 1.4rem; }
.flow-line strong { display: block; color: #edebe6; font-size: .8rem; font-weight: 600; white-space: nowrap; }
.flow-line small { display: block; margin-top: .25rem; color: #aaaead; font-size: .7rem; line-height: 1.65; }
.flow-contact { display: grid; place-items: center; align-content: center; min-height: 174px; border: 1px solid rgba(202,213,222,.62); outline: 1px solid rgba(202,213,222,.28); outline-offset: -7px; background: linear-gradient(135deg, #294d68, #19364d); color: #fff; text-decoration: none; transition: filter .2s ease, transform .2s ease; }
.flow-contact:hover { filter: brightness(1.12); transform: translateY(-2px); }
.flow-contact .mail-icon { font-size: 2.4rem; line-height: 1; }
.flow-contact strong { margin-top: .7rem; font-size: 1.2rem; font-weight: 500; letter-spacing: .08em; }
.flow-contact small { margin-top: .2rem; font-size: 1.1rem; }

.section { width: min(var(--content), calc(100% - 68px)); margin: auto; padding: 96px 0; }
.section-head { max-width: 760px; margin-bottom: 2.8rem; }
.eyebrow { margin: 0 0 .9rem; color: var(--blue); font-family: Georgia, serif; font-size: .76rem; font-weight: 600; letter-spacing: .24em; }
.section h2, .page-hero h1 { margin: 0; color: #f0eee9; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1.35; letter-spacing: .04em; }
.section-lead { margin: 1rem 0 0; color: var(--muted); }
.about-panel { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: linear-gradient(145deg, #171a1d, #0e1113); box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.since-label { color: #969ca3; font-size: .69rem; font-weight: 600; letter-spacing: .18em; }
.since-year { display: block; margin-top: .5rem; color: var(--blue); font-size: clamp(4.3rem, 10vw, 7.6rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.since-year small { display: block; margin: .8rem 0 0 .2rem; color: #afb2b4; font-size: .82rem; letter-spacing: .12em; }
.about-copy h3 { margin: 0 0 1rem; color: #eeece7; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; }
.about-copy p { color: #b9bcbe; }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; border: 1px solid var(--line); }
.trust-list div { padding: 1.15rem; background: rgba(255,255,255,.015); }
.trust-list div + div { border-left: 1px solid var(--line); }
.trust-list strong { display: block; color: #eceae5; font-size: .93rem; }
.trust-list span { display: block; margin-top: .25rem; color: var(--muted); font-size: .78rem; }

.services-bg { border-block: 1px solid var(--line-soft); background: #0e1113; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); background: linear-gradient(145deg, #171a1d, #111416); overflow: hidden; }
.service-card::before { content: attr(data-no); position: absolute; right: 1.5rem; top: .6rem; color: rgba(118,151,191,.16); font-size: 4.5rem; font-weight: 400; }
.service-card::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, var(--blue), transparent); }
.service-tag { width: fit-content; margin-bottom: 2.1rem; padding: .2rem .6rem; border: 1px solid rgba(126,179,157,.38); color: #9bcbb6; font-size: .7rem; }
.service-card h3 { position: relative; margin: 0; color: #efede8; font-size: 1.4rem; font-weight: 500; }
.service-card p { position: relative; color: var(--muted); }
.service-meta { display: flex; flex-wrap: wrap; gap: .45rem; margin: .2rem 0 1.2rem; }
.service-meta span { padding: .22rem .55rem; border: 1px solid var(--line-soft); color: #bcc1c5; font-size: .72rem; }
.jmty-button, .primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .7rem 1.2rem; border: 1px solid rgba(121,156,197,.52); color: #b8cde7; background: rgba(77,111,149,.08); font-weight: 600; text-decoration: none; transition: background .2s ease, color .2s ease; }
.jmty-button { width: fit-content; margin-top: auto; }
.jmty-button:hover, .primary-button:hover, .secondary-button:hover { background: #314d6a; color: #fff; }
.service-note { margin: 1.4rem 0 0; color: #898e93; font-size: .84rem; }
.service-accordions { display: grid; gap: 1rem; }
.service-source { border: 1px solid var(--line); background: linear-gradient(145deg, #171a1d, #101315); }
.service-source summary { position: relative; display: flex; align-items: center; gap: 1rem; min-height: 94px; padding: 1.25rem 4.2rem 1.25rem 1.6rem; cursor: pointer; list-style: none; }
.service-source summary::-webkit-details-marker { display: none; }
.service-source summary::after { content: "+"; position: absolute; right: 1.6rem; top: 50%; transform: translateY(-50%); color: var(--blue); font: 300 1.8rem/1 Arial, sans-serif; }
.service-source[open] summary::after { content: "−"; }
.service-source summary > span { display: grid; gap: .15rem; }
.service-source summary b { color: #efede8; font-size: 1.16rem; font-weight: 500; letter-spacing: .04em; }
.service-source summary small { color: #92979d; font-size: .78rem; }
.service-source summary em { margin-left: auto; padding: .12rem .55rem; border: 1px solid var(--line-soft); color: #aeb6bf; font: normal .74rem/1.6 sans-serif; }
.service-source[open] summary { border-bottom: 1px solid var(--line-soft); }
.service-link-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: .35rem 1.6rem 1.25rem; }
.service-link-list a { position: relative; display: grid; gap: .2rem; min-width: 0; padding: 1rem 2.2rem 1rem 1.65rem; border-bottom: 1px solid var(--line-soft); color: #dde0e2; text-decoration: none; }
.service-link-list a:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.service-link-list a::before { content: "└"; position: absolute; left: .15rem; top: .88rem; color: #69bec6; font-family: sans-serif; }
.service-link-list a::after { content: "↗"; position: absolute; right: .5rem; top: .9rem; color: #69bec6; font-family: sans-serif; }
.service-link-list a:hover { color: #fff; background: rgba(105,190,198,.07); }
.service-link-list span { font-size: .96rem; font-weight: 600; }
.service-link-list small { color: #92979d; font-size: .76rem; line-height: 1.6; }
.service-link-list-three a:last-child { border-right: 0; }
.instagram-link { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem 1.55rem; border: 1px solid var(--line-soft); color: #c3c8cd; text-decoration: none; background: rgba(255,255,255,.015); }
.instagram-link span { color: #90969c; font-size: .8rem; }
.instagram-link b { color: #d9dde0; font-size: .94rem; letter-spacing: .08em; }
.instagram-link i { margin-left: auto; color: var(--blue); font-style: normal; }
.instagram-link:hover { border-color: rgba(105,190,198,.44); background: rgba(105,190,198,.07); }

.recommended-section { padding-top: 34px; padding-bottom: 34px; }
.recommended-panel { display: grid; grid-template-columns: .72fr 1.6fr auto; gap: clamp(1.2rem, 2.5vw, 2.5rem); align-items: center; padding: 1.25rem 1.5rem; border: 1px solid rgba(105,174,189,.22); background: linear-gradient(125deg, #11171c, #0b1014); box-shadow: 0 14px 38px rgba(0,0,0,.14); }
.recommended-heading .eyebrow { margin-bottom: .25rem; font-size: .64rem; }
.recommended-heading h2 { font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.recommended-copy h3 { margin: 0 0 .15rem; color: #e4e3df; font-size: .92rem; font-weight: 500; }
.recommended-copy p { margin: 0; color: #969da3; font-size: .78rem; line-height: 1.65; }
.recommended-topics { display: none; }
.recommended-topics span { padding: .18rem .58rem; border: 1px solid var(--line-soft); color: #aeb8c2; font: .72rem/1.6 sans-serif; }
.recommended-topics span:nth-child(1) { border-color: rgba(85,152,219,.34); }
.recommended-topics span:nth-child(2) { border-color: rgba(157,112,202,.34); }
.recommended-topics span:nth-child(3) { border-color: rgba(87,167,127,.34); }
.recommended-topics span:nth-child(4) { border-color: rgba(207,145,75,.34); }
.recommended-button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-width: 158px; min-height: 42px; padding: .55rem .9rem; border: 1px solid rgba(105,174,189,.4); background: rgba(41,77,104,.38); color: #dce6ea; font-size: .79rem; font-weight: 600; text-decoration: none; }
.recommended-button:hover { filter: brightness(1.12); }

.page-hero { width: min(var(--content), calc(100% - 68px)); margin: auto; padding: 100px 0 68px; border-bottom: 1px solid var(--line); }
.page-hero p:last-child { max-width: 760px; color: var(--muted); }
.content-narrow { max-width: 900px; }
.prose-card { padding: clamp(1.5rem, 5vw, 3rem); border: 1px solid var(--line); background: #141719; }
.prose-card h2 { margin-top: 2.2rem; color: #efede8; font-size: 1.4rem; font-weight: 500; }
.prose-card h2:first-child { margin-top: 0; }
.prose-card p, .prose-card li { color: #b7bbbe; }
.prose-card a { color: #9cb9dd; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.2rem; align-items: start; }
.contact-info, .form-card { border: 1px solid var(--line); background: #141719; }
.contact-info { padding: 1.7rem; }
.contact-info h2 { color: #efede8; font-size: 1.35rem; font-weight: 500; }
.contact-info p { color: var(--muted); }
.privacy-note { padding: 1rem; border-left: 2px solid var(--blue); background: #192029; color: #c3c6c7; font-size: .88rem; }
.form-guidance { margin-top: 1.15rem; padding-top: .9rem; border-top: 1px solid var(--line-soft); }
.form-guidance strong { display: block; color: #c9cbcc; font-size: .78rem; font-weight: 500; }
.form-guidance p { margin: .25rem 0 .45rem; color: #858c92; font-size: .76rem; line-height: 1.65; }
.form-guidance a { color: #91afd3; font-size: .78rem; font-weight: 500; text-decoration: underline; text-underline-offset: .2em; }
.form-guidance a:hover { color: #fff; }
.form-card { padding: clamp(1.4rem, 5vw, 2.4rem); }
.form-row { margin-bottom: 1.3rem; }
.form-row label { display: block; margin-bottom: .4rem; color: #e8e6e1; font-weight: 600; }
.form-assist, .input-hint { margin: .42rem 0 0; font-size: .78rem; line-height: 1.6; }
.form-assist { color: #90979d; }
.input-hint { color: #e0a7ad; }
.input-hint[hidden] { display: none; }
.required, .optional { margin-left: .5rem; font-size: .7rem; }
.required { color: #e4a0aa; } .optional { color: #8f979f; }
input, select, textarea { width: 100%; padding: .78rem .9rem; border: 1px solid rgba(210,215,220,.25); border-radius: 0; outline: none; background: #0d1012; color: #efede8; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(105,174,189,.12); }
textarea { min-height: 210px; resize: vertical; }
.check-row { display: flex; gap: .7rem; align-items: flex-start; color: #b7bbbe; font-size: .88rem; }
.check-row input { width: auto; margin-top: .45rem; }
.form-alert, .form-success { margin-bottom: 1.3rem; padding: 1rem 1.1rem; border: 1px solid var(--line); }
.form-alert { background: #241416; } .form-success { background: #12221c; }
.form-alert strong { color: #efabb5; } .form-success strong { color: #9dd0b8; }
.submit-button { width: 100%; min-height: 54px; margin-top: 1.2rem; border: 1px solid #628fa2; border-radius: 0; background: linear-gradient(135deg, #294d68, #19364d); color: #fff; font-weight: 600; cursor: pointer; }
.submit-button:hover { filter: brightness(1.12); }
.submit-button:disabled { cursor: wait; filter: saturate(.65); opacity: .76; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { border-top: 1px solid var(--line); background: #080a0c; }
.footer-inner { width: min(var(--content), calc(100% - 68px)); margin: auto; padding: 3.2rem 0 2rem; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; }
.footer-brand p { margin: .8rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.8; }
.footer-nav strong { display: block; margin-bottom: .6rem; color: #8398b2; font-size: .78rem; letter-spacing: .12em; }
.footer-nav a { display: block; width: fit-content; margin: .35rem 0; color: #bfc2c4; font-size: .86rem; text-decoration: none; }
.footer-nav a:hover { color: #9cb9dd; }
.copyright { width: min(var(--content), calc(100% - 68px)); margin: auto; padding: 1.2rem 0 2.4rem; border-top: 1px solid var(--line-soft); color: #696e73; font-size: .72rem; }

@media (max-width: 1150px) {
  .desktop-nav { gap: 1.2rem; }
  .desktop-nav a { font-size: .78rem; }
  .hero-layout { grid-template-columns: 68% 32%; }
  .hero-copy-area { padding-left: 42px; padding-right: 34px; }
  .hero-services-grid a { grid-template-columns: 45px 1fr; gap: .7rem; padding-right: .8rem; }
  .hero-services-grid a + a { padding-left: .8rem; }
  .hero-services-grid svg { width: 42px; height: 42px; }
  .hero-services-grid strong, .flow-line strong { white-space: normal; }
  .flow-strip { grid-template-columns: 1fr; }
  .flow-contact { min-height: 130px; }
}
@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .header-inner { min-height: 72px; }
  .hero::before { background-position: 60% 50%; opacity: .62; }
  .hero::after { background: linear-gradient(90deg, rgba(8,10,12,.97), rgba(8,10,12,.88) 62%, rgba(8,10,12,.65)); }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy-area { min-height: 580px; padding: 64px 30px 38px; background: transparent; }
  .hero-services { margin-top: 4rem; }
  .flow-line { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 0; }
  .flow-line article:nth-child(3)::before { display: none; }
  .about-panel, .contact-layout { grid-template-columns: 1fr; gap: 1.8rem; }
  .recommended-panel { grid-template-columns: .72fr 1.45fr auto; gap: 1.2rem; }
  .recommended-button { width: fit-content; }
  .service-grid { grid-template-columns: 1fr; }
  .service-link-list { grid-template-columns: 1fr; }
  .service-link-list a:nth-child(odd) { border-right: 0; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list div + div { border-left: 0; border-top: 1px solid var(--line); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .header-inner, .section, .page-hero, .footer-inner, .copyright { width: min(100% - 28px, var(--content)); }
  .logo-mark { width: 88px; height: 55px; margin-right: .6rem; }
  .logo-name { font-size: .58rem; letter-spacing: .14em; }
  .hero::before { background-position: 58% 50%; opacity: .42; }
  .hero::after { background: rgba(8,10,12,.82); }
  .hero-copy-area { min-height: 730px; padding: 52px 20px 34px; }
  .hero h1 { font-size: clamp(2.55rem, 13vw, 4rem); letter-spacing: .03em; }
  .hero-sub { font-size: .8rem; letter-spacing: .08em; }
  .hero-sub span { width: 34px; }
  .hero-purpose { margin-left: 0; font-size: .76rem; }
  .hero-services { margin-top: 3.5rem; }
  .hero-services-grid { grid-template-columns: 1fr; }
  .hero-services-grid a, .hero-services-grid a + a { padding: .85rem 0; border-left: 0; border-top: 1px solid var(--line-soft); }
  .flow-strip { padding: 38px 14px; }
  .flow-frame { padding: 34px 14px 18px; }
  .flow-line { grid-template-columns: 1fr; gap: 0; }
  .flow-line article { grid-template-columns: 28px 54px 1fr; padding: 1rem 0; }
  .flow-line article + article { border-top: 1px solid var(--line-soft); }
  .flow-line article + article::before { display: none; }
  .flow-icon { width: 48px; height: 48px; }
  .section { padding: 72px 0; }
  .about-panel, .service-card { padding: 1.4rem; }
  .service-card { min-height: 305px; }
  .service-source summary { min-height: 78px; padding: 1rem 3.4rem 1rem 1rem; }
  .service-source summary::after { right: 1rem; }
  .service-source summary b { font-size: 1rem; }
  .service-source summary small { font-size: .72rem; }
  .service-link-list { padding: .2rem 1rem .8rem; }
  .service-link-list a { padding: .9rem 1.8rem .9rem 1.45rem; }
  .instagram-link { align-items: flex-start; flex-wrap: wrap; gap: .2rem .75rem; padding: .9rem 1rem; }
  .instagram-link span { flex-basis: 100%; }
  .recommended-section { padding-top: 30px; padding-bottom: 30px; }
  .recommended-panel { grid-template-columns: 1fr; gap: .8rem; padding: 1rem; }
  .recommended-button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (max-width: 460px) {
  .logo-mark { width: 76px; height: 49px; margin-right: 0; }
  .logo-name { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
