:root {
  --ink: #071d2c;
  --ink-2: #0c293d;
  --teal: #12b8c5;
  --teal-bright: #44d6d9;
  --mint: #b9f3eb;
  --paper: #f4f3ed;
  --white: #fff;
  --line: rgba(7, 29, 44, .14);
  --muted: #61717c;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 66px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--teal); color: var(--ink); }

.skip-link { position: fixed; top: -60px; left: 20px; padding: 12px 18px; z-index: 1000; background: var(--white); transition: top .2s; }
.skip-link:focus { top: 20px; }

.site-header { height: 78px; padding: 0 clamp(24px, 4vw, 72px); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 100; color: white; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .35s, height .35s, color .35s, box-shadow .35s; }
.site-header.scrolled { height: 66px; color: var(--ink); background: rgba(244,243,237,.92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; position: relative; z-index: 102; }
.brand-mark { width: 26px; height: 41px; overflow: hidden; display: block; }
.brand-mark img { width: 26px; height: 42px; object-fit: contain; }
.brand-name { font: 700 16px/1 var(--display); letter-spacing: .18em; }
.brand-name small { font: 500 9px/1 var(--display); color: var(--teal-bright); letter-spacing: .18em; margin-left: 3px; }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: clamp(25px, 3vw, 48px); font-size: 14px; }
.desktop-nav a { position: relative; opacity: .78; transition: opacity .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--teal); transition: right .25s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 2px; font-size: 13px; transition: background .2s, color .2s, border-color .2s; }
.header-cta:hover { background: var(--white); color: var(--ink); }
.scrolled .header-cta { border-color: var(--line); }
.scrolled .header-cta:hover { color: var(--white); background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 680px; height: min(800px, 100svh); background: var(--ink); color: var(--white); padding: 110px clamp(24px, 7vw, 120px) 44px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; }
.hero-grid, .contact-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 78%); }
.hero::after { content: ""; width: 150px; height: 2px; background: var(--teal); position: absolute; left: 0; top: 78px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .65; }
.hero-glow-one { width: 600px; height: 600px; right: -250px; top: -240px; background: radial-gradient(circle, rgba(18,184,197,.18), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; left: 25%; bottom: -380px; background: radial-gradient(circle, rgba(68,214,217,.1), transparent 68%); }
.hero-copy { position: relative; z-index: 3; align-self: center; }
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 600; display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 24px; height: 1px; background: var(--teal-bright); }
.hero h1 { margin: 22px 0 24px; font: 500 clamp(66px, 7.3vw, 122px)/.88 var(--display); letter-spacing: -.07em; }
.hero h1 em, .contact h2 em { font-style: normal; color: var(--teal-bright); }
.hero-lede { max-width: 610px; font: 400 clamp(17px, 1.45vw, 22px)/1.5 var(--body); color: #b6c2c8; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; font-size: 13px; font-weight: 600; border-radius: 2px; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--teal-bright); }
.button-primary:hover { background: var(--white); }
.button-secondary { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.4); }
.button-secondary:hover { color: var(--ink); background: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.arrow-link { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.arrow-link span { margin-left: 14px; color: var(--teal); }
.email-action { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.email-action svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: var(--teal); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-cta.email-action:hover, .button.email-action:hover { background: var(--teal-bright); border-color: var(--teal-bright); color: var(--ink); }
.email-action:hover svg { stroke: var(--ink); }

.hero-identity { position:relative; z-index:2; justify-self:end; width:min(37vw,520px); aspect-ratio:1; display:grid; place-items:center; }
.hero-identity::before { content:""; position:absolute; inset:9%; border:1px solid rgba(255,255,255,.12); }
.hero-identity img { width:min(38%,190px); max-height:300px; object-fit:contain; position:relative; z-index:2; filter:drop-shadow(0 24px 38px rgba(0,0,0,.22)); }
.identity-line { position:absolute; display:block; background:rgba(68,214,217,.28); }
.identity-line-top { width:38%; height:1px; top:9%; right:9%; }
.identity-line-side { width:1px; height:38%; left:9%; bottom:9%; }

.section-pad { padding: 76px clamp(24px, 7vw, 120px); }
.section-index { font: 600 12px/1.2 var(--display); letter-spacing: .14em; color: #71808a; display: flex; align-items: center; gap: 12px; }
.section-index::before { content: ""; width: 24px; height: 1px; background: var(--teal); }
.section-index.light { color: #7d98a4; }
.intro { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.72fr); gap: clamp(55px,8vw,130px); border-bottom: 1px solid var(--line); align-items: center; }
.kicker { color: var(--teal); font: 600 12px var(--body); text-transform: uppercase; letter-spacing: .12em; }
.intro-copy h2, .expertise-head h2, .principles h2, .company h2 { margin: 16px 0 0; font: 500 clamp(42px, 4.35vw, 68px)/1.08 var(--display); letter-spacing: -.055em; }
.intro-copy h2 span, .expertise-head h2 span, .principles h2 span { color: var(--teal); }
.intro-detail { align-self: center; }
.intro-detail p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0 0 24px; }
.arrow-link { border-bottom-color: var(--line); }

.expertise-head { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(280px,.7fr); gap: clamp(55px,8vw,130px); align-items: end; margin-bottom: 44px; }
.expertise-head h2 { margin: 18px 0 0; }
.expertise-head p { color: var(--muted); line-height: 1.65; margin: 0; }
.service-list { border-top: 1px solid var(--line); }
.service { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 38px; align-items: center; min-height: 168px; padding: 26px 0; border-bottom: 1px solid var(--line); position: relative; transition: color .35s, padding .35s; overflow: hidden; }
.service::before { content: ""; position: absolute; inset: 0; background: var(--ink); transform: translateY(101%); transition: transform .4s cubic-bezier(.22,.61,.36,1); z-index: -1; }
.service:hover, .service:focus { color: var(--white); padding-left: 24px; padding-right: 24px; outline: none; }
.service:hover::before, .service:focus::before { transform: translateY(0); }
.service-title { display: flex; align-items: flex-start; gap: 22px; }
.service-title h3 { margin: 0; font: 500 25px/1.2 var(--display); letter-spacing: -.04em; }
.service-icon { width: 38px; height: 38px; flex: 0 0 38px; position: relative; border: 1px solid var(--teal); }
.ai-service { border-radius: 50%; }.ai-service::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); top: 14px; left: 14px; box-shadow: 10px 0 0 -2px var(--teal), -8px -8px 0 -2px var(--teal); }
.product-service::before,.product-service::after { content:""; position:absolute; width:18px; height:18px; border:1px solid var(--teal); top:8px; left:8px; }.product-service::after { transform: rotate(45deg); border-color: rgba(18,184,197,.5); }
.modern-service { border: 0; border-left: 1px solid var(--teal); border-bottom: 1px solid var(--teal); }.modern-service::before,.modern-service::after { content:""; position:absolute; width:28px; height:1px; background:var(--teal); left:4px; }.modern-service::before{top:10px}.modern-service::after{top:20px}
.service > p { color: var(--muted); line-height: 1.7; transition: color .35s; }
.service:hover > p, .service:focus > p { color: #aebdc4; }
.service ul { list-style: none; padding: 0; margin: 0; color: #667681; font-size: 12px; line-height: 2; transition: color .35s; }
.service:hover ul, .service:focus ul { color: #b6c4c9; }
.service ul li::before { content: "—"; color: var(--teal); margin-right: 8px; }

.collaboration { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:clamp(55px,8vw,130px); align-items:stretch; background:#dcebe9; border-top:1px solid rgba(7,29,44,.08); }
.collaboration-intro { display:flex; flex-direction:column; align-items:flex-start; }
.collaboration-intro h2 { margin:24px 0 20px; color:var(--teal); font:500 clamp(46px,4.5vw,70px)/1.05 var(--display); letter-spacing:-.055em; }
.collaboration-company { display:flex; align-items:flex-end; gap:18px; white-space:nowrap; }
.collaboration-company address { padding-bottom:6px; color:var(--muted); font:400 11px/1.45 var(--body); letter-spacing:0; white-space:normal; }
.collaboration-intro > p { max-width:430px; margin:0; color:var(--muted); font-size:16px; line-height:1.7; }
.testimonial { margin:0; padding:42px clamp(34px,4vw,60px); background:var(--white); border-top:4px solid var(--teal); display:flex; flex-direction:column; min-height:400px; box-shadow:0 18px 60px rgba(7,29,44,.08); }
.quote-mark { height:60px; color:var(--teal); font:500 92px/.8 Georgia,serif; }
.quote-mark-closing { height:32px; margin:-5px 0 0 auto; line-height:.65; }
.testimonial blockquote { margin:auto 0; }
.testimonial blockquote p { margin:0; font:400 clamp(19px,1.5vw,24px)/1.5 var(--display); letter-spacing:-.025em; color:var(--ink); }
.testimonial figcaption { padding-top:24px; margin-top:24px; border-top:1px solid var(--line); display:flex; flex-direction:column; gap:5px; }
.testimonial figcaption strong { font:600 15px var(--display); }
.testimonial figcaption span { color:var(--muted); font-size:13px; }

.approach { display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: #0b3045; }
.approach-copy { background: var(--ink); position: relative; overflow: hidden; }
.approach-copy::after { content:""; position:absolute; width:420px; height:420px; border:1px solid rgba(68,214,217,.12); border-radius:50%; left:-260px; bottom:-240px; box-shadow:0 0 0 50px rgba(68,214,217,.025),0 0 0 100px rgba(68,214,217,.02); }
.approach-copy h2 { font: 500 clamp(43px,4.3vw,68px)/1.06 var(--display); letter-spacing: -.055em; margin: 28px 0 22px; }
.approach-copy p { color: #9cafb8; line-height: 1.65; max-width: 500px; margin: 0 0 34px; }
.approach-steps { padding: 40px clamp(25px,5vw,80px); }
.approach-step { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.approach-step h3 { margin: 0 0 9px; font: 500 23px var(--display); }
.approach-step p { margin: 0; color: #91a6af; line-height: 1.55; font-size: 14px; }

.principles { position: relative; overflow: hidden; }
.principles::before { content: ""; position: absolute; width: 520px; height: 520px; right: -330px; top: -320px; border: 1px solid rgba(18,184,197,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(18,184,197,.025), 0 0 0 110px rgba(18,184,197,.02); }
.principles-title { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 42px; position: relative; z-index: 1; }
.principles-title h2 { margin-top: 18px; }
.principles-title > p { max-width: 390px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.principle-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; position: relative; z-index: 1; }
.principle-card { min-height: 250px; padding: 28px 32px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; border-radius: 3px; transition: transform .35s ease, box-shadow .35s ease; }
.principle-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(7,29,44,.12); }
.principle-card > div:last-child { position: relative; z-index: 2; max-width: 430px; }
.principle-card small { display: block; margin-bottom: 14px; font: 600 9px var(--display); letter-spacing: .15em; opacity: .7; }
.principle-card h3 { margin: 0 0 13px; font: 500 clamp(25px,2.1vw,34px)/1.15 var(--display); letter-spacing: -.045em; }
.principle-card p { margin: 0; max-width: 380px; color: inherit; opacity: .67; font-size: 14px; line-height: 1.65; }
.principle-useful { background: #dff3ef; }
.principle-human { color: var(--white); background: var(--ink); }
.principle-human::after { content: ""; position: absolute; width: 260px; height: 260px; border: 1px solid rgba(68,214,217,.16); border-radius: 50%; right: -80px; top: -90px; box-shadow: 0 0 0 35px rgba(68,214,217,.025), 0 0 0 70px rgba(68,214,217,.018); }
.principle-quality { background: var(--teal); }
.principle-quality::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(7,29,44,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(7,29,44,.35) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to left, black, transparent 75%); }
.principle-partner { background: var(--white); border: 1px solid var(--line); }
.principle-symbol { width: 86px; height: 86px; position: relative; z-index: 2; }
.symbol-useful { border: 1px solid rgba(7,29,44,.23); border-radius: 50%; }
.symbol-useful::before,.symbol-useful::after { content:""; position:absolute; background:rgba(7,29,44,.25); left:50%; top:12px; bottom:12px; width:1px; }.symbol-useful::after { top:50%; left:12px; right:12px; width:auto; height:1px; }
.symbol-useful i { position:absolute; width:18px; height:18px; left:33px; top:33px; border:5px solid var(--teal); border-radius:50%; background:#dff3ef; z-index:1; }
.symbol-human { border-radius: 50%; border: 1px solid rgba(68,214,217,.35); }
.symbol-human::before { content:""; position:absolute; inset:17px; border:1px solid rgba(68,214,217,.35); border-radius:50%; }
.symbol-human i { position:absolute; width:7px; height:7px; border-radius:50%; background:var(--teal-bright); box-shadow:0 0 12px var(--teal); }.symbol-human i:nth-child(1){left:9px;top:37px}.symbol-human i:nth-child(2){right:14px;top:13px}.symbol-human i:nth-child(3){right:25px;bottom:12px}
.symbol-quality { display:flex; flex-direction:column; gap:11px; padding-top:10px; }
.symbol-quality i { height:10px; border:1px solid rgba(7,29,44,.45); position:relative; }.symbol-quality i::after{content:"";position:absolute;left:0;top:0;bottom:0;background:var(--ink)}.symbol-quality i:nth-child(1)::after{width:78%}.symbol-quality i:nth-child(2)::after{width:92%}.symbol-quality i:nth-child(3)::after{width:64%}
.symbol-partner i { position:absolute; width:58px; height:58px; border-radius:50%; border:1px solid var(--teal); top:13px; }.symbol-partner i:first-child{left:2px}.symbol-partner i:last-child{right:2px;background:rgba(18,184,197,.08)}

.company { display: grid; grid-template-columns: .3fr 1.8fr; gap: clamp(45px,6vw,90px); align-items: start; color: var(--white); background: var(--ink-2); padding-top:62px; padding-bottom:62px; }
.company-mark { padding-top:32px; }
.company-mark img { width: min(150px,100%); opacity:.9; }
.company-copy .kicker { margin-top: 45px; }
.company-copy h2 { max-width:980px; font-size:clamp(38px,3.5vw,56px); }
.company-intro { max-width:980px; margin:18px 0 26px; color:#a8bac2; font-size:16px; line-height:1.65; }
.company-experience { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); border-top:1px solid rgba(255,255,255,.18); }
.company-experience article { min-height:116px; padding:18px 26px 17px 0; border-bottom:1px solid rgba(255,255,255,.18); }
.company-experience article { grid-column:span 2; }
.company-experience article:not(:nth-child(3n+1)) { padding-left:26px; border-left:1px solid rgba(255,255,255,.18); }
.company-experience h3 { margin:0 0 9px; font:500 18px/1.3 var(--display); letter-spacing:-.025em; }
.company-experience p { max-width:360px; margin:0; color:#8fa6b0; font-size:13px; line-height:1.55; }

.contact { min-height: 510px; background:#dcebea; color: var(--ink); padding: 68px clamp(24px,7vw,120px) 48px; position: relative; overflow: hidden; }
.contact-grid { opacity:.13; mask-image:linear-gradient(to left,black,transparent 65%); background-image:linear-gradient(rgba(7,29,44,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(7,29,44,.25) 1px,transparent 1px); }
.contact-mark { position:absolute; right:14%; top:50%; width:210px; max-height:340px; object-fit:contain; transform:translateY(-57%); opacity:.82; }
.contact .eyebrow { position: relative; z-index: 1; }
.contact .eyebrow > span { background: var(--ink); }
.contact h2 { position: relative; z-index: 1; margin: 36px 0 48px; font: 500 clamp(80px,10.5vw,160px)/.79 var(--display); letter-spacing: -.08em; }
.contact h2 em { color: var(--teal); }
.contact-bottom { position: relative; z-index: 1; max-width: 520px; }
.contact-bottom p { max-width: 470px; margin: 0; font-size: 17px; line-height: 1.65; }
.contact-link { width: auto; margin-top: 24px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); }
.contact-link:hover { transform: translateY(-2px); }

footer { padding: 56px clamp(24px,7vw,120px) 22px; background: #04141f; color: var(--white); }
.footer-top { display:grid; grid-template-columns: 1fr auto; gap:50px; align-items:start; padding-bottom:48px; }
.footer-links { display:grid; grid-template-columns:1fr 1fr; gap:18px 35px; font-size:13px; }
.footer-links a { color:#a5b5bc; }.footer-links a:hover { color:var(--teal-bright); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.13); padding-top:22px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:30px; color:#657b85; text-transform:uppercase; letter-spacing:.1em; font-size:8px; }
.footer-bottom > a:last-child { justify-self:end; }
.footer-bottom-contact { display:flex; align-items:center; gap:18px; }
.footer-bottom-contact a { color:#7f949d; transition:color .2s; }
.footer-bottom-contact a:hover { color:var(--teal-bright); }
.footer-contact-link { display:inline-flex; align-items:center; gap:7px; }
.footer-contact-link svg { width:14px; height:14px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.linkedin-link { width:24px; height:24px; display:grid; place-items:center; background:#0a66c2; color:#fff!important; border-radius:2px; }
.linkedin-link:hover { background:#fff; color:#0a66c2!important; }
.linkedin-link svg { width:15px; height:15px; fill:currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.61,.36,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .24s; }.reveal-delay-3 { transition-delay: .36s; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; width: 45px; height: 45px; border:0; background:transparent; position:relative; z-index:102; cursor:pointer; }
  .menu-toggle span { position:absolute; width:24px; height:1px; background:currentColor; left:10px; top:18px; transition:.3s; }.menu-toggle span+span{top:27px;width:17px;left:17px}
  .menu-toggle.active span { top:22px; transform:rotate(45deg); }.menu-toggle.active span+span{top:22px;left:10px;width:24px;transform:rotate(-45deg)}
  .mobile-menu { display:flex; position:fixed; inset:0; background:var(--ink); padding:130px 30px 45px; z-index:101; flex-direction:column; justify-content:space-between; opacity:0; visibility:hidden; transform:translateY(-15px); transition:.3s; color:white; }
  .mobile-menu.open { opacity:1; visibility:visible; transform:none; }
  .mobile-menu nav { display:flex; flex-direction:column; }.mobile-menu nav a { border-bottom:1px solid rgba(255,255,255,.15); padding:22px 0; font:500 30px var(--display); }
  .hero { grid-template-columns:1fr 1fr; padding-left:50px; padding-right:50px; }.hero-identity{width:42vw}.hero h1{font-size:clamp(65px,8vw,100px)}
  .intro { grid-template-columns:1.2fr .8fr; gap:55px; }.intro-detail { max-width:600px; }
  .expertise-head { grid-template-columns:1.2fr .8fr; gap:55px; }
  .service { grid-template-columns:1fr 1.25fr; }.service ul { display:none; }.service-arrow{display:none}
  .collaboration { grid-template-columns:.7fr 1.3fr; gap:50px; }
  .testimonial { padding:45px; }
  .principle-grid { grid-template-columns:1fr 1fr; }
  .company { grid-template-columns:.24fr 1.4fr; gap:45px; }.company-mark{padding-top:45px}.company-experience{grid-template-columns:repeat(2,minmax(0,1fr))}.company-experience article:nth-child(n){grid-column:span 1;padding-left:0;border-left:0}.company-experience article:nth-child(even){padding-left:24px;border-left:1px solid rgba(255,255,255,.18)}
}

@media (max-width: 760px) {
  .site-header { height:68px; padding:0 20px; }.hero::after{top:68px;width:85px}.brand-name{font-size:14px}
  .hero { min-height:800px; height:auto; padding:110px 22px 60px; display:flex; flex-direction:column; align-items:stretch; }
  .hero h1 { font-size:clamp(61px,19vw,92px); margin-top:20px; }.hero-lede{font-size:17px}.hero-actions{align-items:stretch;flex-direction:column;gap:10px;margin-top:35px}.hero-actions .button{justify-content:space-between}
  .hero-identity { width:80vw; max-width:340px; align-self:center; margin:30px 0 0; }
  .section-pad { padding:56px 22px; }
  .intro,.expertise-head,.company { display:block; }.intro-detail{margin-top:26px}.intro-copy h2{font-size:40px}.intro-copy h2 br{display:none}
  .expertise-head h2{margin:22px 0 18px;font-size:43px}.service{display:block;min-height:0;padding:24px 0}.service-title{margin-bottom:16px}.service>p{padding-left:60px}.service:hover,.service:focus{padding-left:15px;padding-right:15px}
  .collaboration{display:block}.collaboration-intro h2{font-size:46px}.collaboration-company{display:block;white-space:normal}.collaboration-company address{margin-top:9px;padding:0}.testimonial{min-height:0;margin-top:34px;padding:30px 25px}.quote-mark{height:52px;font-size:78px}.testimonial blockquote p{font-size:18px}.testimonial figcaption{margin-top:22px;padding-top:20px}
  .approach{display:block}.approach-copy h2{font-size:46px}.approach-steps{padding:32px 22px}
  .principles-title{display:block}.principles-title h2{margin-top:22px;font-size:43px}.principles-title>p{margin-top:20px}.principle-grid{grid-template-columns:1fr}.principle-card{min-height:235px;padding:26px}.principle-symbol{width:72px;height:72px}.symbol-useful i{left:26px;top:26px}
  .company{padding-top:52px;padding-bottom:52px}.company-mark{padding-top:0}.company-mark img{width:95px;margin-bottom:28px}.company-copy h2{font-size:39px}.company-intro{margin:18px 0 24px;font-size:15px}.company-experience{grid-template-columns:1fr}.company-experience article:nth-child(n){grid-column:1;min-height:0;padding:18px 0;border-left:0}
  .contact{min-height:500px;padding:56px 22px 42px}.contact-mark{width:125px;right:-15px;top:25%;opacity:.38}.contact h2{font-size:clamp(80px,25vw,116px);margin:36px 0 44px}.contact-bottom p{font-size:15px}.contact-link{margin-top:24px}
  .footer-top{grid-template-columns:1fr;gap:35px}.footer-links{margin-top:10px}.footer-bottom{display:block;line-height:2.4}.footer-bottom>span,.footer-bottom>a{display:block}.footer-bottom-contact{margin:14px 0;flex-wrap:wrap;gap:12px 18px}.linkedin-link{display:inline-grid!important}
}

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