:root {
  --ink: #132d3a;
  --muted: #5e737d;
  --blue: #0878c9;
  --blue-dark: #055c9d;
  --sky: #eaf7fc;
  --mint: #e9f8f5;
  --line: #dce8ec;
  --white: #fff;
  --shadow: 0 24px 70px rgb(17 61 82 / 0.12);
  color-scheme: light;
  font: 100%/1.75 -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
body, button, a { font-family: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  background: rgb(255 255 255 / 0.82);
  box-shadow: 0 10px 30px rgb(19 45 58 / 0.035);
  backdrop-filter: blur(18px) saturate(150%);
}
.admin-bar .site-header { top: 32px; }
.brand { display: block; width: 158px; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); font-size: .84rem; font-weight: 700; }
.desktop-nav > a:not(.button) { padding: 1rem 0; transition: color 150ms ease; }
.desktop-nav > a:not(.button):hover { color: var(--blue); }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: .9rem 1.55rem;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: white;
  background: var(--blue);
  box-shadow: 0 12px 30px rgb(8 120 201 / .22);
  font-size: .91rem;
  font-weight: 750;
  transition: transform 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); box-shadow: 0 16px 34px rgb(8 120 201 / .28); }
.button:active { transform: scale(.97); transition-duration: 80ms; }
.button-small { min-height: 42px; padding: .62rem 1.2rem; }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; color: var(--blue-dark); font-size: .9rem; font-weight: 750; }
.text-link:hover { color: var(--blue); }
.mobile-menu { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 76px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6rem);
  overflow: hidden;
  padding: clamp(5rem, 8vw, 8rem) max(5vw, calc((100vw - 1240px) / 2));
  background:
    radial-gradient(circle at 8% 10%, rgb(208 242 250 / .62), transparent 34%),
    linear-gradient(135deg, #fff 42%, #f1fbfd);
}
.hero::after { position: absolute; right: -18vw; bottom: -35vw; width: 55vw; height: 55vw; border: 1px solid rgb(8 120 201 / .1); border-radius: 50%; content: ""; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow { margin: 0 0 1.1rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.35rem); font-weight: 740; letter-spacing: -.055em; line-height: 1.12; }
h1 .hero-title-accent { color: var(--blue); }
.hero-lead { margin: 2rem 0 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 2; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2.2rem; }
.compliance { display: flex; align-items: center; gap: .55rem; margin: 1.15rem 0 0; color: #71858e; font-size: .72rem; }
.compliance::before { width: .38rem; height: .38rem; border-radius: 50%; background: #65bda9; content: ""; }
.hero-visual { position: relative; z-index: 2; min-height: 610px; }
.hero-photo-wrap { position: absolute; inset: 0; overflow: hidden; border-radius: 46% 46% 22% 22% / 32% 32% 18% 18%; box-shadow: var(--shadow); }
.hero-photo-wrap::after { position: absolute; inset: 0; background: linear-gradient(160deg, rgb(0 81 144 / .02), rgb(0 54 105 / .17)); content: ""; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; border: 1px solid rgb(255 255 255 / .8); border-radius: 16px; background: rgb(255 255 255 / .88); box-shadow: 0 18px 45px rgb(14 65 91 / .17); backdrop-filter: blur(14px); }
.map-card { right: -2.5rem; bottom: 5.4rem; gap: .75rem; padding: .95rem 1.15rem; }
.map-card .status-dot { width: .7rem; height: .7rem; border: 3px solid #d2f5eb; border-radius: 50%; background: #28aa83; }
.map-card div { display: flex; flex-direction: column; }
.map-card strong { font-size: .82rem; }
.map-card small { color: var(--muted); font-size: .68rem; }
.crm-card { top: 5.2rem; left: -2.7rem; flex-direction: column; align-items: flex-start; gap: .15rem; padding: .9rem 1.1rem; }
.crm-card span { color: #ff6b3d; font-size: .7rem; font-weight: 800; }
.crm-card strong { font-size: .78rem; }

.platforms-section { max-width: 1240px; margin-inline: auto; padding: clamp(4rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3rem) 0; }
.platforms-heading { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 4rem; align-items: end; margin-bottom: 2.4rem; }
.platforms-heading .eyebrow { grid-column: 1 / -1; }
.platforms-heading h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.2rem); letter-spacing: -.04em; line-height: 1.2; }
.platforms-heading > p:last-child { max-width: 430px; margin: 0 0 .2rem auto; color: var(--muted); }
.platform-group { display: grid; grid-template-columns: 110px 1fr; gap: 1.25rem; align-items: start; padding: 1.1rem 0; border-top: 1px solid var(--line); }
.platform-group > p { margin: .85rem 0 0; color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .08em; }
.logo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .7rem; }
.logo-grid-tools { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.logo-card { display: flex; min-height: 76px; align-items: center; gap: .85rem; padding: .9rem 1rem; border: 1px solid #e1ebee; border-radius: 14px; background: #fbfdfe; }
.logo-card img { width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
.logo-card > span { display: flex; min-width: 0; flex-direction: column; }
.logo-card strong { font-size: .82rem; line-height: 1.35; }
.logo-card small { color: var(--muted); font-size: .64rem; line-height: 1.45; }
.brand-yahoo img { width: 52px; height: 24px; flex-basis: 52px; filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(6865%) hue-rotate(359deg) brightness(88%) contrast(116%); }

.inhouse-message { max-width: 1240px; margin-inline: auto; padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 4vw, 3rem) 0; }
.inhouse-message > div { display: grid; grid-template-columns: minmax(330px, .9fr) 1.1fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.inhouse-message h2 { max-width: 16ch; margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.22; text-wrap: balance; }
.inhouse-message > div > p { margin: 0 0 .35rem; color: var(--muted); }

.section { max-width: 1240px; margin-inline: auto; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem); }
.section h2, .crm-section h2, .vuuuuv-section h2, .cta-section h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.22; }
.map-feature { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.map-copy > p:not(.eyebrow) { max-width: 560px; margin: 1.8rem 0 0; color: var(--muted); }
.check-list { display: grid; gap: .75rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; font-size: .9rem; font-weight: 650; }
.check-list li::before { position: absolute; top: .48rem; left: 0; width: .75rem; height: .42rem; border-bottom: 2px solid #2eaa87; border-left: 2px solid #2eaa87; transform: rotate(-45deg); content: ""; }
.map-visual { position: relative; min-height: 530px; overflow: hidden; border: 1px solid #dfecef; border-radius: 32px; background: #eef8f7; box-shadow: var(--shadow); }
.map-grid { position: absolute; inset: 0; opacity: .9; background-image: linear-gradient(35deg, transparent 46%, #d5e8e5 47% 53%, transparent 54%), linear-gradient(130deg, transparent 45%, #fff 46% 54%, transparent 55%); background-size: 210px 170px, 290px 230px; }
.road { position: absolute; display: block; background: white; box-shadow: 0 0 0 1px #dcebe8; }
.road-a { top: 42%; left: -5%; width: 115%; height: 34px; transform: rotate(-14deg); }
.road-b { top: -5%; left: 50%; width: 30px; height: 112%; transform: rotate(22deg); }
.pin { position: absolute; width: 25px; height: 25px; border: 7px solid var(--blue); border-radius: 50% 50% 50% 0; background: white; box-shadow: 0 8px 18px rgb(8 120 201 / .25); transform: rotate(-45deg); }
.pin-one { top: 25%; left: 25%; }.pin-two { top: 56%; right: 23%; transform: rotate(-45deg) scale(.75); }.pin-three { right: 19%; bottom: 18%; transform: rotate(-45deg) scale(.55); }
.map-result { position: absolute; top: 50%; right: 7%; left: 7%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .9rem; padding: 1rem; border: 1px solid rgb(255 255 255 / .85); border-radius: 18px; background: rgb(255 255 255 / .92); box-shadow: 0 20px 45px rgb(25 68 83 / .14); transform: translateY(-50%); backdrop-filter: blur(12px); }
.clinic-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: white; background: var(--blue); font-weight: 800; }
.map-result > div { display: flex; flex-direction: column; }
.map-result strong { font-size: .92rem; }.map-result span { color: var(--muted); font-size: .72rem; }.map-result b { padding: .45rem .8rem; border-radius: 999px; color: white; background: #28aa83; font-size: .7rem; }
.map-flow { position: absolute; right: 7%; bottom: 6%; left: 7%; display: flex; align-items: center; justify-content: center; gap: .7rem; }
.map-flow span { padding: .4rem .8rem; border: 1px solid #cfe4e1; border-radius: 999px; color: #395c64; background: rgb(255 255 255 / .65); font-size: .68rem; font-weight: 700; }.map-flow i { color: #75a2a9; font-style: normal; }

.services { max-width: none; background: #f2f9fb; }
.services > * { max-width: 1144px; margin-inline: auto; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 5rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { max-width: 470px; margin: 0 0 .35rem auto; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3.5rem; }
.service-card { min-height: 260px; padding: 1.8rem; border: 1px solid rgb(211 229 234 / .8); border-radius: 20px; background: rgb(255 255 255 / .88); transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgb(21 72 90 / .09); }
.service-card > span { color: var(--blue); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.service-card h3 { margin: 3.2rem 0 .8rem; font-size: 1.25rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.85; }

.web-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; max-width: 1240px; margin-inline: auto; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem); }
.web-copy h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.22; }
.web-copy > p:not(.eyebrow) { margin: 1.8rem 0; color: var(--muted); }
.web-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; }
.web-principles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.web-principles article { min-height: 180px; padding: 1.5rem; border: 1px solid var(--line); border-radius: 22px; background: #fbfdfe; }
.web-principles span { color: var(--blue); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.web-principles h3 { margin: 2.5rem 0 .6rem; font-size: 1rem; letter-spacing: -.02em; }
.web-principles p { margin: 0; color: var(--muted); font-size: .78rem; }
.web-principles .apple-principle { min-height: 210px; grid-column: 1 / -1; color: white; background: #111a20; }
.web-principles .apple-principle span { color: #8eddd4; }
.web-principles .apple-principle h3 { margin-top: 2rem; font-size: 1.15rem; }
.web-principles .apple-principle p { max-width: 620px; color: rgb(255 255 255 / .7); }

.crm-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; max-width: 1240px; margin-inline: auto; padding: clamp(5.5rem, 10vw, 9rem) clamp(1.25rem, 4vw, 3rem); }
.crm-copy > p:not(.eyebrow) { margin: 1.8rem 0; color: var(--muted); }
.crm-flow { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.crm-flow::before { position: absolute; inset: 12% 16%; z-index: -1; border: 1px dashed #a7cfdb; border-radius: 50%; content: ""; }
.crm-flow > div { display: flex; min-height: 165px; flex-direction: column; justify-content: flex-end; padding: 1.4rem; border: 1px solid #dfecef; border-radius: 22px; background: white; box-shadow: 0 14px 35px rgb(26 67 85 / .07); }
.crm-flow span { margin-bottom: auto; color: var(--blue); font-size: .66rem; font-weight: 800; }.crm-flow strong { font-size: .98rem; }.crm-flow small { color: var(--muted); font-size: .72rem; }

.ai-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 8rem) max(5vw, calc((100vw - 1144px) / 2)); color: white; background: #102f3c; }
.ai-intro h2 { margin: 0; font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.045em; line-height: 1.22; }
.ai-intro > p:not(.eyebrow, .ai-note) { margin: 1.7rem 0 1.2rem; color: rgb(255 255 255 / .72); }
.ai-note { padding-left: 1rem; border-left: 2px solid #61d3c5; color: rgb(255 255 255 / .62); font-size: .72rem; }
.ai-use-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.ai-use-grid article { min-height: 190px; padding: 1.4rem; border: 1px solid rgb(255 255 255 / .13); border-radius: 20px; background: rgb(255 255 255 / .055); }
.ai-use-grid span { color: #70dfd2; font-size: .68rem; font-weight: 800; }.ai-use-grid h3 { margin: 2.8rem 0 .55rem; font-size: 1rem; }.ai-use-grid p { margin: 0; color: rgb(255 255 255 / .65); font-size: .78rem; }

.vuuuuv-section { position: relative; display: grid; min-height: 720px; place-items: center; overflow: hidden; padding: 6rem 1.5rem; color: white; }
.vuuuuv-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vuuuuv-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(5 51 71 / .82), rgb(5 82 111 / .28)); }
.vuuuuv-content { position: relative; z-index: 2; width: min(1120px, 100%); }
.vuuuuv-content .eyebrow { color: #8ee7dc; }
.vuuuuv-logo-card { width: min(360px, 72vw); margin: 0 0 1.8rem; padding: .65rem 1rem; border-radius: 12px; background: white; }
.vuuuuv-logo-card img { width: 100%; }
.vuuuuv-content > p:not(.eyebrow) { max-width: 620px; margin: 1.7rem 0 2rem; color: rgb(255 255 255 / .82); }
.button-light { border-color: white; color: var(--ink); background: white; box-shadow: none; }.button-light:hover { color: var(--ink); background: #f0fbff; }

.academy-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; max-width: 1144px; margin: clamp(5rem, 9vw, 8rem) auto; padding: clamp(2.4rem, 5vw, 4.5rem); border: 1px solid #dce9df; border-radius: 30px; background: #f4f9f4; }
.academy-mark { display: flex; min-height: 240px; flex-direction: column; justify-content: space-between; padding: 2rem; border-radius: 22px; background: white; box-shadow: 0 18px 45px rgb(45 91 62 / .08); }
.academy-mark img { width: min(100%, 390px); }.academy-mark span { color: #68816e; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.academy-copy h2 { margin: 0; font-size: clamp(2rem, 3.6vw, 3.4rem); letter-spacing: -.045em; line-height: 1.25; }
.academy-copy > p:not(.eyebrow) { margin: 1.5rem 0; color: var(--muted); }

.team-section { padding-top: clamp(5rem, 8vw, 7rem); }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3rem; }
.team-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: white; }
.team-card > img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.88); }
.team-card > div { padding: 1.1rem 1.2rem; }.team-card h3 { margin: 0; font-size: .95rem; }.team-card p { margin: .2rem 0 0; color: var(--muted); font-size: .7rem; }

.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.section-heading.compact { display: block; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 1.2rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font-size: .72rem; font-weight: 800; }
.process-list h3 { margin: 0 0 .35rem; font-size: 1.08rem; }.process-list p { margin: 0; color: var(--muted); font-size: .86rem; }

.cta-section { display: flex; max-width: 1144px; align-items: center; justify-content: space-between; gap: 3rem; margin: 0 auto clamp(4rem, 8vw, 7rem); padding: clamp(3rem, 6vw, 5.5rem); border-radius: 32px; background: linear-gradient(135deg, #eaf8fb, #edf9f6); }
.cta-section h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }.cta-section > div > p:last-child { max-width: 620px; margin: 1.2rem 0 0; color: var(--muted); }
.cta-section > .button { flex: 0 0 auto; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem 4rem; align-items: end; padding: 3.5rem max(5vw, calc((100vw - 1240px) / 2)); border-top: 1px solid var(--line); background: #fbfdfe; }
.footer-brand img { width: 145px; }.footer-brand p { margin: .6rem 0 0; color: var(--muted); font-size: .72rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; font-size: .76rem; font-weight: 650; }.site-footer nav a:hover { color: var(--blue); }
.site-footer small { grid-column: 1 / -1; color: #80919a; font-size: .68rem; }

.company-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  align-items: center;
  gap: clamp(3rem, 6vw, 5.5rem);
  overflow: hidden;
  padding: clamp(3.5rem, 5vw, 4.5rem) max(5vw, calc((100vw - 1240px) / 2));
  background: radial-gradient(circle at 82% 20%, rgb(191 234 248 / .7), transparent 35%), linear-gradient(135deg, #fff 44%, #eefafd);
}
.company-hero-copy { max-width: 700px; }
.company-hero-copy h1 { font-size: clamp(2.35rem, 3.1vw, 3.5rem); }
.company-hero-copy h1 span { display: block; color: var(--blue); white-space: nowrap; }
.company-hero-copy h1 .company-title-ink { color: var(--ink); }
.company-hero-copy > p:not(.eyebrow) { max-width: 620px; margin: 1.4rem 0 1.25rem; color: var(--muted); font-size: .94rem; line-height: 1.9; text-wrap: pretty; }
.company-hero-mark { position: relative; display: grid; width: 100%; aspect-ratio: 1; place-items: center; justify-self: end; overflow: hidden; border-radius: 34% 34% 20% 20% / 28% 28% 16% 16%; color: white; background: linear-gradient(145deg, #0b8edc, #075da8); box-shadow: var(--shadow); }
.company-hero-mark::before { position: absolute; inset: 9%; border: 1px solid rgb(255 255 255 / .2); border-radius: 50%; content: ""; }
.company-hero-mark i { font-family: Georgia, serif; font-size: clamp(7rem, 12vw, 10rem); font-weight: 400; line-height: 1; opacity: .96; }
.company-hero-mark span, .company-hero-mark b { position: absolute; padding: .55rem .75rem; border: 1px solid rgb(255 255 255 / .5); border-radius: 999px; background: rgb(255 255 255 / .14); backdrop-filter: blur(14px); font-size: .55rem; font-style: normal; letter-spacing: .08em; }
.company-hero-mark span { top: 10%; left: 9%; }
.company-hero-mark b { right: 8%; bottom: 10%; text-transform: uppercase; }
.company-story, .company-profile { display: grid; max-width: 1240px; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); margin-inline: auto; padding: clamp(6rem, 11vw, 10rem) clamp(1.25rem, 4vw, 3rem); }
.company-story h2, .company-profile h2, .company-focus h2, .company-principles h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 720; letter-spacing: -.045em; line-height: 1.22; }
.company-story-copy { padding-top: 1.8rem; }
.company-story-copy p { max-width: 650px; margin: 0 0 1.6rem; color: var(--muted); font-size: 1rem; line-height: 2; }
.company-principles { padding: clamp(5.5rem, 9vw, 8rem) max(5vw, calc((100vw - 1144px) / 2)); color: white; background: #102f3c; }
.company-principles .eyebrow { color: #70dfd2; }
.company-principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); }
.company-principle-grid article { min-height: 280px; padding: 1.8rem; border: 1px solid rgb(255 255 255 / .13); border-radius: 24px; background: rgb(255 255 255 / .055); }
.company-principle-grid span { color: #70dfd2; font-size: .7rem; font-weight: 800; }
.company-principle-grid h3 { margin: 5.2rem 0 .8rem; font-size: 1.25rem; letter-spacing: -.02em; }
.company-principle-grid p { margin: 0; color: rgb(255 255 255 / .68); font-size: .84rem; }
.company-profile-heading > p:last-child { max-width: 440px; margin: 1.5rem 0 0; color: var(--muted); }
.company-profile dl { margin: 0; }
.company-profile dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 1.4rem; padding: 1.45rem 0; border-top: 1px solid var(--line); }
.company-profile dl > div:last-child { border-bottom: 1px solid var(--line); }
.company-profile dt { color: var(--muted); font-size: .76rem; font-weight: 750; }
.company-profile dd { margin: 0; font-size: .92rem; font-weight: 650; }
.company-focus { display: grid; max-width: 1144px; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); margin: 0 auto clamp(6rem, 11vw, 10rem); padding: clamp(2.6rem, 6vw, 5rem); border: 1px solid #dce9df; border-radius: 32px; background: linear-gradient(135deg, #eef9f8, #f0f9fc); }
.company-focus > div:last-child > p:last-child { margin: 1.5rem 0 0; color: var(--muted); }
.company-focus-mark { display: flex; min-height: 260px; align-items: center; justify-content: center; gap: .65rem; border-radius: 24px; color: white; background: linear-gradient(145deg, #0878c9, #055c9d); box-shadow: 0 20px 50px rgb(8 120 201 / .18); }
.company-focus-mark span { display: grid; min-width: 64px; min-height: 64px; place-items: center; border: 1px solid rgb(255 255 255 / .35); border-radius: 50%; background: rgb(255 255 255 / .12); font-size: .75rem; font-weight: 800; }
.company-focus-mark i { color: rgb(255 255 255 / .66); font-style: normal; }
.company-cta { margin-top: 0; }

:focus-visible { outline: 3px solid #53b8e9; outline-offset: 4px; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--sky); cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span, .mobile-menu summary span::before, .mobile-menu summary span::after { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform 180ms ease; content: ""; }
  .mobile-menu summary span::before { transform: translateY(-6px); }.mobile-menu summary span::after { transform: translateY(4px); }
  .mobile-menu[open] summary span { background: transparent; }.mobile-menu[open] summary span::before { transform: translateY(0) rotate(45deg); }.mobile-menu[open] summary span::after { transform: translateY(-2px) rotate(-45deg); }
  .mobile-menu nav { position: absolute; top: 54px; right: 0; display: grid; min-width: 230px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgb(255 255 255 / .96); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
  .mobile-menu nav a { padding: .85rem 1.1rem; border-bottom: 1px solid #edf3f5; font-size: .84rem; font-weight: 700; }.mobile-menu nav a:last-child { border: 0; color: white; background: var(--blue); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 5rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; margin: 0 3rem; }
  .map-card { right: -2rem; }.crm-card { left: -2rem; }
  .map-feature, .web-section, .crm-section { grid-template-columns: 1fr; }
  .inhouse-message > div { grid-template-columns: 1fr; }
  .inhouse-message > div > p { max-width: 680px; margin-top: 1.4rem; }
  .logo-grid-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-section { grid-template-columns: 1fr; }
  .academy-section { grid-template-columns: 1fr; margin-inline: 1.25rem; }
  .map-copy { max-width: 690px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section { grid-template-columns: 1fr; }
  .cta-section { margin-inline: 1.25rem; }
  .company-hero { grid-template-columns: 1fr; }
  .company-hero-mark { display: none; }
  .company-story, .company-profile, .company-focus { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { min-height: 66px; padding-inline: 1rem; }
  .brand { width: 132px; }
  .hero { min-height: auto; padding: 4rem 1.25rem 3rem; }
  h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-title-line { display: block; white-space: nowrap; }
  .hero-title-break { display: none; }
  .hero-lead br, .desktop-only { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 420px; margin: 1rem 0 0; }
  .hero-photo-wrap { border-radius: 36% 36% 18% 18% / 24% 24% 14% 14%; }
  .floating-card { transform: scale(.84); }.crm-card { top: 2rem; left: -.8rem; transform-origin: left top; }.map-card { right: -.8rem; bottom: 2.2rem; transform-origin: right bottom; }
  .platforms-heading { display: block; }.platforms-heading > p:last-child { margin: 1rem 0 0; }
  .platform-group { grid-template-columns: 1fr; gap: .55rem; }.platform-group > p { margin: 0; }
  .logo-grid, .logo-grid-tools { grid-template-columns: 1fr; }
  .section, .web-section, .crm-section { padding-block: 5rem; }
  .inhouse-message { padding-top: 5rem; }
  .section h2, .crm-section h2, .vuuuuv-section h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .map-visual { min-height: 420px; border-radius: 24px; }.map-result { right: 4%; left: 4%; }.map-flow { right: 3%; left: 3%; gap: .35rem; }
  .section-heading { display: block; }.section-heading > p:last-child { margin: 1.4rem 0 0; }
  .service-grid { grid-template-columns: 1fr; gap: .8rem; margin-top: 2.4rem; }.service-card { min-height: 0; }.service-card h3 { margin-top: 1.7rem; }
  .web-principles { grid-template-columns: 1fr; }.web-principles .apple-principle { grid-column: auto; }
  .web-actions { align-items: flex-start; flex-direction: column; }
  .crm-flow { grid-template-columns: 1fr; }.crm-flow > div { min-height: 135px; }.crm-flow::before { display: none; }
  .ai-section { padding-inline: 1.25rem; }.ai-use-grid { grid-template-columns: 1fr; }.ai-use-grid article { min-height: 160px; }.ai-use-grid h3 { margin-top: 1.8rem; }
  .vuuuuv-section { min-height: 650px; place-items: end center; }.vuuuuv-overlay { background: linear-gradient(0deg, rgb(5 51 71 / .9), rgb(5 82 111 / .25)); }
  .academy-section { margin-block: 5rem; padding: 1.4rem; }.academy-mark { min-height: 180px; padding: 1.4rem; }.academy-copy { padding: .8rem .2rem; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }.team-card > div { padding: .9rem; }
  .process-list li { grid-template-columns: 42px 1fr; }
  .cta-section { align-items: flex-start; flex-direction: column; padding: 2.2rem 1.4rem; border-radius: 24px; }.cta-section h2 { font-size: 2rem; }
  .site-footer { grid-template-columns: 1fr; padding: 3rem 1.25rem; }.site-footer nav { flex-direction: column; gap: .75rem; }
  .company-hero { padding: 3.25rem 1.25rem 3.5rem; }
  .company-hero-copy h1 { font-size: clamp(1.75rem, 7.4vw, 2.25rem); line-height: 1.2; }
  .company-story, .company-profile { padding-block: 5rem; }
  .company-story h2, .company-profile h2, .company-focus h2, .company-principles h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .company-story-copy { padding-top: 0; }
  .company-principle-grid { grid-template-columns: 1fr; }
  .company-principle-grid article { min-height: 210px; }
  .company-principle-grid h3 { margin-top: 3rem; }
  .company-profile dl > div { grid-template-columns: 78px 1fr; gap: .8rem; }
  .company-focus { margin-inline: 1.25rem; padding: 1.35rem; border-radius: 24px; }
  .company-focus-mark { min-height: 220px; gap: .35rem; }
  .company-focus-mark span { min-width: 54px; min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header, .floating-card, .mobile-menu nav { background: white; backdrop-filter: none; }
}
@media (prefers-contrast: more) {
  .site-header, .service-card, .crm-flow > div { border: 1px solid var(--ink); }
}
