:root {
  --ink: #11153f;
  --muted: #55597a;
  --line: rgba(17, 21, 63, .2);
  --paper: #fbf9ff;
  --pink: #f7afd3;
  --lilac: #d9c9ff;
  --blue: #a9d9ff;
  --serif: "Iowan Old Style", "Palatino Linotype", "Yu Mincho", YuMincho, Georgia, serif;
  --sans: Inter, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); font-family: var(--sans); background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
p, dd, li, label { line-break: strict; word-break: auto-phrase; overflow-wrap: break-word; text-wrap: pretty; }
h1, h2, h3, .statement, .contact-lead { text-wrap: balance; }
.no-orphan { white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: #fff; padding: .8rem 1rem; border-radius: 99px; }
.skip-link:focus { top: 1rem; }
.section { position: relative; scroll-margin-top: 76px; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: 84px; display: grid; grid-template-columns: 180px 1fr 170px 42px; align-items: center; gap: 1.2rem; padding: 0 clamp(1rem, 4vw, 4rem); transition: background .3s, box-shadow .3s, height .3s; }
.site-header.scrolled { height: 70px; background: rgba(250, 247, 255, .82); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(17,21,63,.09); }
.brand { display: inline-flex; width: 86px; height: 86px; align-items: center; justify-content: center; overflow: hidden; border-radius: 50%; line-height: .9; }
.brand-image { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.28); mix-blend-mode: multiply; }
.brand-footer { width: 120px; height: 120px; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(.9rem, 2.1vw, 2.2rem); font-size: .74rem; font-weight: 600; letter-spacing: .04em; }
.desktop-nav a { position: relative; padding: .55rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .15rem; height: 1px; background: var(--ink); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.header-cta, .pill-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid rgba(17,21,63,.65); border-radius: 999px; min-height: 42px; padding: .75rem 1.25rem; font-size: .74rem; font-weight: 750; letter-spacing: .03em; background: linear-gradient(100deg, rgba(247,175,211,.9), rgba(169,217,255,.88)); transition: transform .25s, box-shadow .25s; }
.header-cta:hover, .pill-button:hover, .outline-button:hover, .contact-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(95, 71, 145, .16); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 12px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; background: currentColor; margin: 7px 0; transition: transform .2s; }
.mobile-menu { display: none; }

.hero { min-height: 100svh; overflow: hidden; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; background: url("./assets/arc-hero.png") 50% center/cover no-repeat; transform: scale(1.01); }
.hero-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,247,255,.98) 0%, rgba(250,247,255,.9) 30%, rgba(250,247,255,.28) 53%, rgba(12,15,48,.08) 100%); }
.hero-orb-brand { position: absolute; z-index: 2; right: 5vw; bottom: 18vh; width: clamp(145px, 15vw, 220px); height: clamp(145px, 15vw, 220px); overflow: hidden; border-radius: 50%; mix-blend-mode: multiply; opacity: .9; pointer-events: none; }
.hero-orb-brand img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.27); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 57vw); padding: 8rem 0 5rem clamp(4rem, 7.5vw, 9rem); }
.eyebrow, .section-index { margin: 0 0 1rem; font-size: .75rem; font-weight: 650; letter-spacing: .45em; }
.hero h1, section h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(4.1rem, 7.4vw, 8.4rem); line-height: .76; max-width: 800px; }
.hero h1 em { font-style: italic; color: #80506f; }
.hero-jp { margin: 2rem 0 .75rem; font-family: var(--serif); font-size: clamp(1rem, 1.35vw, 1.35rem); font-weight: 700; letter-spacing: .08em; }
.hero-lead { margin: 0 0 1.5rem; color: var(--muted); font-size: .9rem; line-height: 1.9; }
.hero .pill-button { min-width: 190px; }
.vertical-note { position: absolute; z-index: 2; left: 1.25rem; top: 54%; display: flex; justify-content: space-between; height: 260px; writing-mode: vertical-rl; font-size: .61rem; letter-spacing: .18em; }
.vertical-note::before, .vertical-note::after { content: ""; width: 1px; height: 48px; background: var(--ink); }
.hero-side-copy { position: absolute; z-index: 2; right: 2.25rem; bottom: 4rem; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.65); color: #fff; font-size: .72rem; line-height: 2.05; letter-spacing: .04em; text-shadow: 0 1px 10px rgba(17,21,63,.35); }
.scroll-cue { position: absolute; z-index: 3; right: 50%; bottom: 1.3rem; display: flex; align-items: center; gap: .7rem; color: rgba(17,21,63,.7); font-size: .6rem; letter-spacing: .24em; }
.scroll-cue i { width: 42px; height: 1px; background: currentColor; }

.about { min-height: 790px; display: grid; grid-template-columns: 48% 52%; background: linear-gradient(135deg, #faf5ff, #f2f7ff); }
.about-visual { min-height: 790px; background: url("./assets/arc-atelier.png") 25% center/cover no-repeat; }
.about-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(4rem, 8vw, 8.5rem); padding-right: clamp(5rem, 10vw, 11rem); }
section h2 { font-size: clamp(4rem, 7vw, 7.2rem); line-height: .9; }
.statement { font-family: var(--serif); font-size: clamp(1.55rem, 2.4vw, 2.65rem); font-weight: 700; line-height: 1.45; letter-spacing: .04em; }
.about-copy > p:not(.section-index):not(.statement), .digital-copy > p:not(.section-index):not(.statement), .contact-copy > p:not(.section-index):not(.contact-lead) { max-width: 560px; color: var(--muted); line-height: 2; font-size: .92rem; }
.outline-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-width: 170px; margin-top: 1.2rem; padding: .85rem 1.15rem; border: 1px solid var(--ink); border-radius: 99px; font-size: .74rem; font-weight: 750; transition: transform .25s, box-shadow .25s; }
.script-note { position: absolute; right: 4.5rem; bottom: 3rem; margin: 0; transform: rotate(-8deg); font-family: "Snell Roundhand", "Segoe Script", cursive; font-size: 2rem; line-height: .85; }

.services { overflow: hidden; padding: 7rem max(6vw, 2rem) 8.5rem; background: radial-gradient(circle at 22% 30%, rgba(174,207,255,.58), transparent 27%), radial-gradient(circle at 64% 32%, rgba(248,186,220,.52), transparent 28%), linear-gradient(120deg, #eff0ff, #fff8fc 52%, #edf9ff); }
.services::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 60px 60px; transform: skewY(-5deg) scale(1.2); }
.section-heading { position: relative; z-index: 1; text-align: center; }
.section-heading > p:last-child { font-family: var(--serif); font-size: 1.25rem; font-weight: 700; letter-spacing: .08em; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; width: min(1120px, 90vw); margin: 3rem auto 0; }
.service-card { position: relative; min-width: 0; min-height: 245px; padding: 2rem 1rem 1.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--ink); background: rgba(255,236,248,.76); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 15px 45px rgba(84,61,118,.07); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: transform .3s, background .3s, border-color .3s; cursor: pointer; }
.service-card:hover, .service-card:focus-visible, .service-card.is-open { transform: translateY(-8px); background: rgba(255,255,255,.92); border-color: rgba(17,21,63,.38); outline: none; }
.service-card.card-blue { background: rgba(213,241,255,.78); }
.card-no { position: absolute; top: .85rem; left: 1rem; font-size: .65rem; letter-spacing: .2em; opacity: .55; }
.service-icon { font-family: var(--serif); font-size: 3.2rem; line-height: 1; }
.service-title { min-height: 44px; margin: 1em 0; font-size: .85rem; font-weight: 700; line-height: 1.45; }
.service-name { margin: .2rem 0 0; font-size: .75rem; }
.card-action { position: absolute; inset: auto 1rem .8rem; font-size: .58rem; font-weight: 750; letter-spacing: .12em; opacity: .55; }
.service-popup { position: absolute; z-index: 4; inset: .65rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: .75rem; padding: 1rem; text-align: left; background: rgba(253,250,255,.97); border: 1px solid rgba(17,21,63,.18); box-shadow: 0 18px 40px rgba(70,55,112,.16); opacity: 0; transform: scale(.96); pointer-events: none; transition: opacity .22s ease, transform .28s cubic-bezier(.22,1,.36,1); }
.service-popup strong { font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; text-wrap: balance; }
.service-popup > span { color: var(--muted); font-size: .7rem; line-height: 1.75; }
.service-popup .popup-tags { display: flex; flex-wrap: wrap; gap: .25rem .65rem; width: 100%; padding-top: .65rem; border-top: 1px solid var(--line); color: var(--ink); font-size: .55rem; font-weight: 750; letter-spacing: .02em; }
.popup-tags > span { position: relative; white-space: nowrap; }
.popup-tags > span:not(:last-child)::after { content: "/"; position: absolute; left: calc(100% + .25rem); opacity: .42; }
.service-card:hover .service-popup, .service-card:focus-visible .service-popup, .service-card.is-open .service-popup { opacity: 1; transform: scale(1); }
.service-aside { position: absolute; right: 2.4rem; bottom: 2rem; margin: 0; text-align: center; font-size: .66rem; line-height: 1.7; letter-spacing: .18em; }

.digital { min-height: 760px; display: flex; justify-content: flex-end; align-items: center; overflow: hidden; }
.digital-image { position: absolute; inset: 0; background: url("./assets/arc-digital.png") center/cover no-repeat; }
.digital-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,20,66,.05), rgba(250,247,255,.13) 42%, rgba(250,247,255,.9) 72%, rgba(250,247,255,.97)); }
.digital-copy { position: relative; z-index: 2; width: 51%; padding: 6rem clamp(4rem, 8vw, 9rem) 6rem 5rem; }
.digital-copy .pill-button { margin-top: 1.25rem; }

.approach { overflow: hidden; padding: 8rem max(5vw, 1.5rem); background: radial-gradient(circle at 8% 90%, rgba(169,217,255,.35), transparent 30%), radial-gradient(circle at 90% 10%, rgba(247,175,211,.3), transparent 28%), #fcfbff; }
.approach::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(17,21,63,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(17,21,63,.07) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 80%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 80%, transparent); }
.approach-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.3fr; align-items: end; column-gap: 4rem; max-width: 1280px; margin: 0 auto 4rem; }
.approach-intro .section-index { grid-column: 1 / -1; }
.approach-intro .statement { align-self: end; margin: 0 0 .75rem; }
.approach-intro > p:last-child { margin: 0 0 1rem; color: var(--muted); line-height: 1.9; }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; max-width: 1280px; margin: auto; border: 1px solid rgba(17,21,63,.16); background: rgba(17,21,63,.16); }
.approach-card { position: relative; overflow: hidden; min-height: 360px; padding: 2rem; display: grid; grid-template-rows: 56px 30px 72px minmax(96px, auto); align-content: center; justify-items: center; text-align: center; background: rgba(252,246,255,.94); transition: transform .3s ease, background .3s ease; }
.approach-card:nth-child(2) { background: rgba(241,246,255,.96); }
.approach-card:nth-child(3) { background: rgba(250,239,250,.96); }
.approach-card:nth-child(4) { background: rgba(237,248,255,.96); }
.approach-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -75px; right: -65px; border: 1px solid rgba(17,21,63,.1); border-radius: 50%; transition: transform .45s ease; }
.approach-card > * { position: relative; z-index: 1; }
.approach-card:hover { z-index: 2; transform: translateY(-8px); background: rgba(255,255,255,.98); }
.approach-card:hover::before { transform: scale(1.12); }
.approach-no { align-self: start; font-family: var(--serif); font-size: 2.4rem; line-height: 1; font-style: italic; opacity: .28; }
.approach-label { align-self: center; margin: 0; font-size: .62rem; font-weight: 750; letter-spacing: .2em; }
.approach-card h3 { align-self: center; width: 100%; margin: 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.4; }
.approach-card > p:not(.approach-label) { align-self: start; max-width: 240px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.9; text-align: center; }
.approach-price-note { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 1rem; width: fit-content; max-width: 100%; margin: 1.5rem auto 0; padding: .8rem 1.2rem; border: 1px solid rgba(17,21,63,.2); border-radius: 99px; color: var(--muted); font-size: .72rem; line-height: 1.7; text-align: center; }
.approach-price-note span { color: var(--ink); font-size: .58rem; font-weight: 750; letter-spacing: .16em; }

.profile { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); padding: 9rem max(7vw, 2rem); background: linear-gradient(145deg, #f4eafa, #e9f4ff); }
.profile-kicker { font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.5rem); font-style: italic; line-height: 1.35; }
.profile-list { margin: 0; border-top: 1px solid var(--line); }
.profile-list div { display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.profile-list dt { font-size: .67rem; letter-spacing: .2em; }
.profile-list dd { margin: 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.65; }

.contact { min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 8rem max(7vw, 2rem) 2rem; background: linear-gradient(180deg, #f6ecff, #edecff 46%, #c6defa); }
.contact::before { content: ""; position: absolute; inset: 0; background: url("./assets/arc-hero.png") 55% 60%/cover no-repeat; opacity: .17; filter: saturate(.8); }
.contact-glow { position: absolute; width: 60vw; height: 60vw; border-radius: 50%; left: 50%; top: 45%; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(255,255,255,.93), rgba(247,177,222,.2) 45%, transparent 70%); }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; width: min(1240px, 100%); margin: 0 auto 6rem; }
.contact-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.contact-lead { font-family: var(--serif); font-size: clamp(2rem, 3.7vw, 4.2rem); line-height: 1.35; font-weight: 700; margin: 1.8rem 0 1rem; }
.contact-mail { display: inline-flex; align-items: center; gap: 1rem; margin-top: 1.6rem; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 750; letter-spacing: .04em; }
.contact-form { display: grid; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.5rem); background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 24px 70px rgba(68,50,107,.12); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form label { display: grid; gap: .5rem; font-size: .72rem; font-weight: 750; letter-spacing: .06em; }
.contact-form label > span { justify-self: start; margin-left: .35rem; color: #7b5470; font-size: .58rem; font-weight: 650; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,21,63,.36); border-radius: 0; padding: .78rem .2rem; color: var(--ink); background: rgba(255,255,255,.3); font: 400 1rem/1.5 var(--sans); outline: none; transition: border-color .2s, background .2s; }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); background: rgba(255,255,255,.78); }
.contact-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; margin-top: .5rem; padding: 1.1rem 1.5rem; border: 1px solid var(--ink); border-radius: 99px; color: var(--ink); background: linear-gradient(100deg, rgba(247,175,211,.75), rgba(169,217,255,.75)); font-size: .76rem; font-weight: 750; letter-spacing: .08em; cursor: pointer; transition: transform .25s, box-shadow .25s; }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: .67rem; line-height: 1.7; }
.form-status { min-height: 1.2em; color: var(--ink); font-weight: 700; }
footer { position: relative; z-index: 1; min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; border-top: 1px solid rgba(17,21,63,.22); padding-top: 2rem; text-align: left; }
footer p { margin: 0; font-size: .58rem; letter-spacing: .13em; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s ease, transform .85s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 150px 1fr 42px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .mobile-menu { display: flex; position: fixed; z-index: 90; inset: 0; padding: 7rem 2rem 3rem; flex-direction: column; justify-content: center; align-items: center; gap: 1.35rem; background: rgba(247,241,255,.96); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); transform: translateY(-105%); transition: transform .35s ease; }
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { font-family: var(--serif); font-size: 2rem; }
  .hero-copy { width: 68vw; }
  .hero-side-copy { display: none; }
  .about-copy { padding-right: 4rem; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .approach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .digital-copy { width: 57%; padding-right: 4rem; }
}

@media (max-width: 720px) {
  .site-header { height: 68px; padding: 0 1rem; }
  .brand { width: 70px; height: 70px; }
  .brand-footer { width: 104px; height: 104px; }
  .hero { align-items: flex-end; min-height: 820px; }
  .hero-image { background-position: 64% center; }
  .hero-veil { background: linear-gradient(180deg, rgba(250,247,255,.08), rgba(250,247,255,.25) 35%, rgba(250,247,255,.94) 63%, rgba(250,247,255,1)); }
  .hero-copy { width: 100%; padding: 5rem 1.25rem 4rem; }
  .hero h1 { font-size: clamp(3.25rem, 15.2vw, 5.3rem); line-height: .8; }
  .eyebrow, .section-index { font-size: .62rem; letter-spacing: .3em; }
  .hero-jp { margin-top: 1.5rem; }
  .hero-lead br { display: none; }
  .vertical-note, .scroll-cue { display: none; }
  .hero-orb-brand { display: none; }
  .about { min-height: auto; display: block; }
  .about-visual { min-height: 58vh; background-position: 34% center; }
  .about-copy { padding: 4.5rem 1.25rem 6rem; }
  .script-note { right: 1.2rem; bottom: 1rem; font-size: 1.45rem; }
  section h2 { font-size: clamp(3.5rem, 17vw, 5.7rem); }
  .services { padding: 5rem 1.25rem 6rem; }
  .section-heading { text-align: left; }
  .section-heading > p:last-child { font-size: 1rem; line-height: 1.7; }
  .service-grid { width: 100%; grid-template-columns: 1fr 1fr; gap: .65rem; }
  .service-card { min-height: 250px; padding: 1.6rem .75rem 1rem; }
  .service-icon { font-size: 2.6rem; }
  .service-popup { inset: .55rem; gap: .5rem; padding: .75rem; }
  .service-popup strong { font-size: .92rem; line-height: 1.45; }
  .service-popup > span { font-size: .64rem; line-height: 1.65; }
  .service-popup .popup-tags { gap: .2rem .55rem; padding-top: .5rem; font-size: .5rem; }
  .service-grid .service-card:last-child { grid-column: 1 / -1; }
  .service-aside { display: none; }
  .digital { min-height: 850px; align-items: flex-end; }
  .digital-image { background-position: 24% top; }
  .digital-image::after { background: linear-gradient(180deg, rgba(250,247,255,.05), rgba(250,247,255,.35) 42%, rgba(250,247,255,.98) 68%); }
  .digital-copy { width: 100%; padding: 4rem 1.25rem 4.5rem; }
  .approach { padding: 5rem 1.25rem; }
  .approach-intro { display: block; margin-bottom: 2.5rem; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-card { min-height: 320px; padding: 1.6rem; grid-template-rows: 52px 28px 66px minmax(88px, auto); }
  .approach-price-note { align-items: flex-start; gap: .65rem; border-radius: 18px; font-size: .68rem; }
  .profile { display: block; padding: 5.5rem 1.25rem; }
  .profile-title-wrap { margin-bottom: 3rem; }
  .profile-list div { grid-template-columns: 80px 1fr; gap: .8rem; }
  .profile-list dd { font-size: .96rem; }
  .contact { padding: 6rem 1.25rem 1.5rem; }
  .contact-shell { grid-template-columns: 1fr; gap: 3rem; margin-bottom: 5rem; }
  .contact-copy { margin: 1rem 0 0; }
  .field-row { grid-template-columns: 1fr; }
  .contact-button { font-size: .66rem; padding: 1rem 1.15rem; }
  footer { grid-template-columns: 1fr; gap: 1.2rem; text-align: center; }
  footer .brand { margin: auto; }
  footer p:nth-child(2), footer p:last-child { text-align: center; }
}

@media (max-width: 380px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .service-grid .service-card:last-child { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
