:root {
  color-scheme: light;
  --bg: #fff;
  --surface: #fff;
  --text: #102851;
  --muted: #53657b;
  --dim: #5a6e87;
  --blue: #087cf0;
  --border: #dce6ef;
  --radius: 10px;
  --grad: linear-gradient(110deg, #1596ff, #0076f5);
  --font-display: 'Lato', Arial, sans-serif;
  --font-body: 'Lato', Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { font-family: var(--font-body); font-size: 16px; line-height: 1.6; color: var(--muted); background: #fff; -webkit-font-smoothing: antialiased; }
body.no-scroll, body.menu-open, body.geo-blocked { overflow: hidden; }
h1, h2, h3, h4 { color: var(--text); font-weight: 900; line-height: 1.18; }
h1, h2 { letter-spacing: -.035em; }
h2 { font-size: clamp(29px, 3.1vw, 40px); }
h3 { font-size: 21px; }
img { display: block; max-width: 100%; }
svg { display: block; width: 24px; height: 24px; flex-shrink: 0; }
a { color: var(--blue); text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
button, .btn { cursor: pointer; }
button { color: inherit; }
a, button, input, select, textarea, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #0075dc; outline-offset: 5px; }
::selection { background: #c6e6ff; color: #102851; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
section { padding: 64px 0; }
.section-head { margin-bottom: 30px; }
.section-head p { margin-top: 10px; max-width: 860px; }
.eyebrow { display: block; color: #466f9f; text-transform: uppercase; font-size: 12px; letter-spacing: .12em; font-weight: 900; margin-bottom: 12px; }
.grad { color: #0787f8; }
.btn { min-height: 46px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 11px 24px; border: 1px solid #c8d6e4; border-radius: 6px; background: #fff; color: var(--text); font-weight: 700; font-size: 15px; line-height: 1.4; transition: background .18s, box-shadow .18s; text-align: center; }
.btn:hover { background: #eef7ff; border-color: #7dbdff; }
.btn-primary { background: var(--grad); border-color: #168aff; color: #fff; box-shadow: 0 3px 8px #0787f81a; }
.btn-primary:hover { background: #006ee0; color: #fff; box-shadow: 0 5px 15px #0787f829; }
.btn:disabled { opacity: .65; cursor: wait; }
.btn svg { width: 18px; height: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.text-link span { font-size: 23px; line-height: 1; }
.skip-link { position: fixed; top: 12px; left: 15px; z-index: 300; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); background: #fff; color: var(--text); }
.skip-link:focus { width: auto; height: auto; clip-path: none; padding: 10px 18px; border: 2px solid var(--blue); }
#scrollbar { position: fixed; inset: 0 0 auto; height: 2px; background: var(--blue); transform-origin: left; z-index: 110; }
#header { position: sticky; top: 0; z-index: 100; background: #fffffff7; border-bottom: 1px solid #eaf0f5; backdrop-filter: blur(12px); }
#header.scrolled { box-shadow: 0 3px 20px #16355808; }
.nav { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; color: var(--text); font-size: 22px; font-weight: 900; letter-spacing: -.035em; }
.logo-mark svg { width: 40px; height: 37px; fill: #188fff; }
.nav-links { list-style: none; display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--text); font-weight: 700; font-size: 14px; }
.nav-links a:hover, .nav-links a.active { color: var(--blue); }
.nav-links .nav-secondary, .drawer-head, .drawer-cta, .menu-btn { display: none; }
.nav-cta { display: flex; align-items: center; }
.nav-cta .btn { font-size: 14px; padding-inline: 23px; min-height: 42px; }
.hero { position: relative; overflow: hidden; background-color: #f5f3ef; background-image: linear-gradient(90deg, #fbfaf7a6 0%, #fbfaf77a 38%, #fbfaf74d 100%), url('assets/images/hero-office-background.webp'); background-size: cover; background-position: center bottom; background-repeat: no-repeat; padding: 66px 0 48px; }
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 22px; z-index: 1; }
.hero h1 { font-size: clamp(38px, 3.35vw, 46px); line-height: 1.09; margin: 17px 0 18px; }
.hero .lede { font-size: 19px; line-height: 1.55; color: #344b67; max-width: 450px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin: 26px 0 22px; }
.hero-actions .btn { min-height: 52px; font-size: 17px; padding-inline: 30px; }
.hero-offer { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.hero-offer strong { color: var(--text); font-size: 17px; }
.promo-label { padding: 4px 9px; background: #d3eaff; color: #315e90; border-radius: 4px; font-weight: 700; font-size: 11px; }
.hero-note { font-size: 12px; color: #526b85; margin-top: 12px; line-height: 1.7; }
.local-note { font-size: 12px; }
.hero-showcase { position: relative; min-width: 0; }
/* Three desktop-and-phone pairs, contained within the original hero footprint. */
.hero-reference { width: 100%; aspect-ratio: 368 / 282; display: grid; place-items: center; }
.hero-reference img { width: 100%; height: 100%; object-fit: contain; }
.browser-bar { display: flex; align-items: center; gap: 5px; height: 23px; padding: 0 10px; background: #434f5b; }
.dot { display: block; width: 6px; height: 6px; border-radius: 50%; background: #ff746b; }
.dot:nth-child(2) { background: #f4c253; }
.dot:nth-child(3) { background: #64c578; }
.browser-url { color: #687b8d; font-size: 10px; text-align: center; margin: 0 auto; }
.hero-showcase figcaption { margin-top: 10px; font-size: 11px; text-align: center; color: #334b66; line-height: 1.5; }
.trust-strip { border-bottom: 1px solid var(--border); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 21px; }
.trust-grid > div { display: flex; justify-content: center; align-items: center; gap: 13px; color: #27476e; font-size: 14px; }
.trust-grid > div + div { border-left: 1px solid #d6e1ec; }
.trust-grid svg { width: 24px; height: 24px; color: #204879; }
#services { padding-block: 48px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 0; }
.card { display: grid; grid-template-columns: 50px 1fr; column-gap: 17px; align-content: start; padding-inline: 26px; }
.card:nth-child(3n+1) { padding-left: 0; }
.card:not(:nth-child(3n+1)) { border-left: 1px solid var(--border); }
.card-icon { color: #1a4478; }
.card > .card-icon { grid-row: 1 / 3; }
.card-icon svg { width: 43px; height: 43px; stroke-width: 1.7; }
.card h3 { font-size: 18px; margin-bottom: 7px; }
.card p { font-size: 14px; line-height: 1.6; }
#work { background: #f1f9fd; padding-block: 48px; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 34px; }
.hintro, .hcta { grid-column: 1 / -1; }
.hintro .section-head { margin: 0; }
.work-card { min-width: 0; display: flex; flex-direction: column; text-align: left; border: 0; background: transparent; border-radius: 7px; }
.work-card .browser { width: 100%; border: 1px solid #d2dce4; border-radius: 7px; overflow: hidden; box-shadow: 0 5px 12px #244a6814; transition: box-shadow .2s, transform .2s; }
.work-card:hover .browser { transform: translateY(-3px); box-shadow: 0 10px 24px #244a6825; }
.work-card .browser-url { color: #e4edf5; }
.work-thumb { aspect-ratio: 880 / 480; overflow: hidden; background: #fff; }
.work-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.work-body { padding: 15px 4px 0; width: 100%; }
.work-tag { color: #536e8a; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.work-body h3 { font-size: 19px; margin: 4px 0; }
.work-body p { font-size: 14px; line-height: 1.5; }
.link-arrow { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; color: #0877dd; font-size: 12px; font-weight: 700; }
.link-arrow svg { width: 15px; height: 15px; }
.hcta { display: flex; justify-content: center; align-items: center; gap: 24px; padding-top: 4px; }
.hcta h3 { font-size: 18px; }
.hcta p { font-size: 13px; }
.hcta .btn { font-size: 13px; min-height: 40px; }
#pricing { background: linear-gradient(120deg, #eaf6ff, #e2f3ff); padding-block: 54px; }
.price-group-label { color: #25496d; font-size: 13px; font-weight: 900; margin: 26px 0 24px; text-transform: uppercase; letter-spacing: .09em; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.pricing-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.price-card { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid #e6eef6; background: #fff; border-radius: 9px; box-shadow: 0 3px 10px #3c749407; }
.price-card.featured { border: 2px solid #3294ff; padding: 27px; }
.badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--grad); padding: 4px 24px; line-height: 1.5; font-size: 10px; text-transform: uppercase; color: #fff; border-radius: 9px; font-weight: 900; white-space: nowrap; }
.price-card h3 { font-size: 23px; }
.price-card .for { font-size: 13px; line-height: 1.5; margin-top: 9px; min-height: 59px; }
.price { color: #102c56; font-size: 42px; font-weight: 900; letter-spacing: -.03em; line-height: 1.15; margin-top: 15px; }
.price-note { font-size: 13px; margin-top: 6px; }
.payment-tag { font-size: 11px; font-weight: 700; color: #315f86; background: #eff7fc; border-radius: 4px; padding: 6px 8px; margin-top: 12px; align-self: flex-start; }
.features { list-style: none; display: grid; gap: 11px; padding: 20px 0 16px; }
.features li { position: relative; padding-left: 25px; font-size: 13px; line-height: 1.55; }
.features svg { position: absolute; left: 0; top: 2px; width: 17px; height: 17px; color: #148dfa; }
.features strong { color: #345471; }
.package-details { border-top: 1px solid #e6edf4; margin-bottom: 15px; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.package-details summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-block: 11px; font-size: 12px; font-weight: 700; color: #086fce; }
.package-details summary span { font-size: 18px; line-height: 1; }
.package-details[open] summary span { transform: rotate(45deg); }
.package-details .features { padding-top: 2px; }
.card-note { font-size: 12px; line-height: 1.6; margin: 0 0 17px; padding: 10px; background: #f5f9fc; border-radius: 4px; }
.price-card > .btn { width: 100%; margin-top: auto; font-size: 14px; }
.group-note { font-size: 13px; margin: 20px 0 30px; line-height: 1.7; color: #526b81; }
.custom-banner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 23px 26px; background: #ffffffc9; border: 1px solid #fff; border-radius: 8px; margin-block: 28px; }
.custom-banner h3 { font-size: 19px; margin-bottom: 7px; }
.custom-banner p { font-size: 13px; }
.custom-banner .btn { flex-shrink: 0; color: #0877dd; background: transparent; border-color: #c3dcf2; font-size: 13px; }
.care-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; padding: 27px; border: 1px solid #fff; border-radius: 8px; background: #ffffffb8; }
.care-item h3 { font-size: 18px; margin-bottom: 9px; }
.care-price { color: #15375c; font-size: 27px; font-weight: 900; margin-bottom: 10px; }
.care-price span { font-size: 12px; color: var(--muted); font-weight: 400; margin-left: 3px; white-space: nowrap; }
.care-item p { font-size: 14px; line-height: 1.7; }
.care-note { grid-column: 1 / -1; border-top: 1px solid #dce7ef; padding-top: 17px; font-size: 12px; }
.fine-print { margin: 22px auto 0; text-align: center; font-size: 12px; line-height: 1.8; max-width: 1000px; }
.care-link { text-align: center; font-size: 14px; margin-top: 25px; }
.care-link a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
#care { background: #eef8ff; }
.care-actions { display: flex; align-items: center; gap: 20px; margin-top: 24px; }
.care-actions > span { font-size: 13px; }
#process { padding-block: 48px; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.step { display: grid; grid-template-columns: 35px 1fr; column-gap: 12px; align-content: start; border-top: 2px solid #e0e8f0; padding-top: 16px; }
.step-num { grid-row: 1 / 3; color: #17467d; font-size: 27px; font-weight: 900; line-height: 1.15; }
.step h3 { font-size: 17px; margin-bottom: 8px; }
.step p { font-size: 13px; line-height: 1.65; }
#about { background: #faf8f4; padding-block: 60px; }
.about-wrap { display: grid; grid-template-columns: 300px minmax(0, 1fr); align-items: start; gap: 48px; }
.about-profile { min-width: 0; }
.about-profile figcaption { display: grid; gap: 3px; padding-top: 15px; }
.about-profile figcaption strong { color: var(--text); font-size: 20px; }
.about-profile figcaption span { font-size: 13px; }
.about-photo { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; border: 6px solid #fff; box-shadow: 0 5px 20px #2437510a; background: #e0f0fb; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.about-photo-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #168aff; font-size: 52px; font-weight: 900; }
.about-photo.no-photo img { display: none; }
.about-copy { border-left: 1px solid #e0e5e9; padding-left: 36px; }
.about-copy h3 { font-size: 30px; margin-bottom: 16px; letter-spacing: -.02em; }
.about-copy p { font-size: 16px; line-height: 1.7; margin-bottom: 14px; }
.about-points { list-style: none; display: grid; gap: 10px; margin-block: 22px; }
.about-points li { display: flex; gap: 9px; align-items: flex-start; font-size: 14px; }
.about-points svg { width: 17px; height: 17px; color: #148dfa; margin-top: 3px; }
.about-copy .btn { background: transparent; border: none; box-shadow: none; color: #0877dd; padding: 0; min-height: 32px; text-decoration: underline; text-underline-offset: 4px; }
.studio-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; padding: 24px 0; border: 1px solid #e0e7ed; border-radius: 9px; background: #fff; }
.studio-fact { min-width: 0; padding: 0 23px; }
.studio-fact + .studio-fact { border-left: 1px solid #e0e7ed; }
.studio-fact strong { display: block; color: #174879; font-size: 30px; font-weight: 900; line-height: 1.2; }
.studio-fact span { display: block; font-size: 12px; margin-top: 8px; }
#faq { padding-block: 48px; }
.faq { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; align-items: start; }
.faq details { border-top: 1px solid #dfe7ef; }
.faq summary { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-weight: 700; color: #173757; font-size: 14px; }
.faq summary svg { width: 16px; height: 16px; color: #507797; transition: transform .2s; }
.faq details[open] summary svg { transform: rotate(45deg); }
.faq details p { padding: 0 22px 18px 0; font-size: 13px; line-height: 1.7; }
#contact { padding-block: 48px; background: linear-gradient(110deg, #103754, #0e2d4b); color: #e0eaf4; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 60px; align-items: center; }
.contact-wrap > * { min-width: 0; }
.contact-info { grid-column: 1; grid-row: 1 / 3; }
.contact-info .eyebrow { color: #a8d4fc; }
.contact-info h2 { color: #fff; font-size: clamp(32px, 3.5vw, 44px); line-height: 1.12; }
.contact-info > p { margin-top: 16px; line-height: 1.65; font-size: 15px; }
.contact-lines { display: grid; gap: 18px; margin-top: 28px; }
.contact-line { display: flex; align-items: center; gap: 15px; font-size: 15px; }
.contact-line .card-icon { color: #d5eafb; }
.contact-line svg { width: 23px; height: 23px; }
.contact-line a { color: #fff; }
.contact-line a:hover { text-decoration: underline; }
.contact-line small { display: block; font-size: 12px; color: #abc2d7; }
#quoteForm, .hero-form { padding: 27px; border: 1px solid #d6e0e8; border-radius: 9px; background: #fff; color: var(--muted); }
#quoteForm { grid-column: 2; }
.field { margin-bottom: 13px; }
.field label { display: block; color: #2d4564; font-size: 12px; font-weight: 700; margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; min-height: 40px; padding: 9px 11px; color: #213f60; font-size: 13px; line-height: 1.4; border: 1px solid #d2dce7; border-radius: 4px; background: #fff; }
.field textarea { min-height: 78px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #728298; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #087cf0; box-shadow: 0 0 0 2px #087cf014; outline: none; }
.field-hint { display: block; font-size: 10px; line-height: 1.5; margin-top: 5px; color: #65768b; }
#quoteForm > .btn, .hero-form > .btn { width: 100%; }
.form-note { font-size: 11px; text-align: center; margin-top: 11px; color: #405975; }
.form-legal { font-size: 10px; text-align: center; line-height: 1.6; margin-top: 9px; }
.form-legal a { text-decoration: underline; text-underline-offset: 2px; }
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quick-enquiry { grid-column: 2; margin-top: -10px; }
.quick-enquiry > summary { display: flex; justify-content: space-between; gap: 12px; font-size: 12px; color: #d9e9f6; padding: 8px 0; }
.quick-enquiry > summary span { font-size: 18px; }
.hero-form { margin-top: 10px; }
.hero-form-head { margin-bottom: 20px; }
.hero-form-head h2 { font-size: 24px; margin-bottom: 8px; }
.hero-form-head p { font-size: 13px; }
footer { padding: 38px 0 22px; background: #fcfeff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1.1fr; gap: 30px; }
.footer-brand p { max-width: 270px; font-size: 12px; margin-top: 12px; }
.footer-col h4 { font-size: 13px; margin-bottom: 11px; }
.footer-col ul { list-style: none; display: grid; gap: 6px; }
.footer-col a { color: #516981; font-size: 12px; overflow-wrap: anywhere; }
.footer-col a:hover { color: #0077df; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 25px; padding-top: 19px; border-top: 1px solid #e1eaf1; font-size: 11px; }
.to-top { position: fixed; right: 20px; bottom: 20px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid #c7daea; color: #0b70cf; box-shadow: 0 3px 12px #193d5e16; visibility: hidden; opacity: 0; z-index: 50; transition: opacity .2s; }
.to-top.show { visibility: visible; opacity: 1; }
.to-top svg { width: 20px; height: 20px; }
.work-modal { position: fixed; inset: 0; display: none; z-index: 200; padding: 30px; align-items: center; justify-content: center; }
.work-modal.open { display: flex; }
.work-modal-backdrop { position: absolute; inset: 0; background: #071c35c9; backdrop-filter: blur(5px); }
.work-modal-panel { position: relative; width: min(980px, 100%); max-height: calc(100dvh - 60px); display: flex; flex-direction: column; padding: 20px; background: #fff; border-radius: 10px; box-shadow: 0 25px 80px #07152555; }
.work-modal-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 15px; }
.work-modal-head h3 { font-size: 22px; margin-top: 4px; }
.work-modal-close { width: 40px; height: 40px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid var(--border); border-radius: 5px; background: #f5f9fc; }
.work-modal-media { overflow-y: auto; border: 1px solid #e0e8ef; min-height: 0; background: #f0f5f8; }
.work-modal-media img { width: 100%; height: auto; }
.work-modal-role { font-size: 12px; color: #1473c5; margin-top: 12px; }
.work-modal-desc { font-size: 13px; margin-top: 5px; }
#geo-block { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; padding: 24px; background: #f1f9ff; }
.geo-block-card { max-width: 560px; text-align: center; padding: 40px; border: 1px solid var(--border); border-radius: 10px; background: #fff; }
.geo-block-card h1 { font-size: 28px; margin-bottom: 18px; }
.geo-block-card p { margin-bottom: 14px; }
.geo-block-btn { display: inline-block; margin-top: 12px; padding: 12px 24px; border-radius: 6px; background: var(--grad); color: #fff; overflow-wrap: anywhere; }
@media (max-width: 1099px) {
  .container { width: calc(100% - 56px); }
  .nav { gap: 20px; }
  .nav-links { gap: 22px; }
  .logo { font-size: 20px; }
  .hero h1 { font-size: 41px; }
  .card { padding-inline: 18px; grid-template-columns: 38px 1fr; gap: 12px; }
  .card-icon svg { width: 35px; height: 35px; }
  .price-card { padding: 22px; }
  .price-card.featured { padding: 21px; }
  .price { font-size: 36px; }
  .care-band { grid-template-columns: 1fr 1fr; }
  .steps { gap: 20px; grid-template-columns: 1fr 1fr; }
  .contact-wrap { gap: 22px 34px; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1.2fr; }
  .footer-col:last-child { grid-column: 2 / 4; }
  .footer-col:last-child ul { display: flex; gap: 20px; }
}
@media (max-width: 860px) {
  html { scroll-padding-top: 85px; }
  .nav { min-height: 67px; }
  .menu-btn, .drawer-close { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #d3e1ed; border-radius: 5px; background: #fff; color: #15395c; }
  .nav-cta { gap: 12px; }
  .nav-links { position: fixed; inset: 0 0 auto auto; width: min(340px, 88vw); height: 100dvh; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: #fff; border-left: 1px solid #d3e1ed; visibility: hidden; opacity: 0; transition: opacity .2s; overflow-y: auto; box-shadow: -20px 0 60px #152f4f12; }
  .nav-links.open { visibility: visible; opacity: 1; }
  .nav-links li a { display: block; padding: 13px 8px; font-size: 17px; }
  .nav-links .nav-secondary, .nav-links .drawer-cta { display: block; }
  .nav-links .drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; color: #15395c; font-size: 20px; font-weight: 900; }
  .nav-links .drawer-cta { margin-top: 18px; }
  .nav-links .drawer-cta a { color: #fff; font-size: 15px; }
  .hero { padding-block: 42px 28px; }
  .hero h1 { font-size: 35px; }
  .hero .lede { font-size: 16px; }
  .hero-inner { gap: 14px; }
  .hero-actions { gap: 18px; margin-block: 22px 19px; }
  .hero-actions .btn { padding: 12px 20px; font-size: 15px; min-height: 46px; }
  .text-link { font-size: 14px; }
  .hero-offer { gap: 8px; }
  .hero-offer strong { font-size: 15px; }
  .trust-grid { padding-block: 18px; }
  .trust-grid > div { gap: 9px; font-size: 12px; }
  .trust-grid svg { width: 19px; height: 19px; }
  .grid-3 { grid-template-columns: 1fr 1fr; gap: 27px 0; }
  .card:nth-child(n) { padding-inline: 20px; border-left: 0; }
  .card:nth-child(odd) { padding-left: 0; }
  .card:nth-child(even) { border-left: 1px solid var(--border); }
  .work-grid { gap: 25px; }
  .hcta { flex-wrap: wrap; gap: 8px 20px; }
  .pricing-grid { gap: 15px; }
  .price-card { padding: 18px; }
  .price-card.featured { padding: 17px; }
  .price-card h3 { font-size: 20px; }
  .price-card .for { min-height: 79px; font-size: 12px; }
  .price { font-size: 32px; }
  .features li { font-size: 12px; padding-left: 21px; }
  .features svg { width: 15px; height: 15px; }
  .badge { padding-inline: 17px; font-size: 9px; }
  .price-card > .btn { padding-inline: 10px; font-size: 13px; }
  .payment-tag { font-size: 10px; }
  .custom-banner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .about-wrap { grid-template-columns: 210px minmax(0, 1fr); gap: 25px; }
  .about-copy { padding-left: 25px; }
  .about-copy p { font-size: 15px; }
  .studio-facts { grid-template-columns: 1fr 1fr; row-gap: 22px; }
  .studio-fact:nth-child(3) { border-left: 0; }
  .faq { column-gap: 25px; }
  .contact-wrap { gap: 20px 28px; }
  #quoteForm { padding: 21px; }
  .contact-info h2 { font-size: 34px; }
  .contact-line { font-size: 13px; gap: 10px; }
  .contact-info > p { font-size: 14px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-col:last-child { grid-column: auto; }
  .footer-col:last-child ul { display: grid; gap: 6px; }
}
@media (max-width: 640px) {
  .container { width: calc(100% - 40px); }
  section, #services, #work, #pricing, #process, #faq { padding-block: 38px; }
  .section-head { margin-bottom: 24px; }
  .section-head p { font-size: 14px; }
  .eyebrow { font-size: 10px; margin-bottom: 9px; }
  .logo { font-size: 19px; gap: 6px; }
  .logo-mark svg { width: 34px; height: 32px; }
  .nomobile { display: none; }
  .hero { padding-top: 36px; padding-bottom: 16px; background-image: linear-gradient(180deg, #f8f7f4 0%, #f8f7f4e6 46%, #f8f7f426 74%, #f8f7f41a 100%), url('assets/images/hero-office-background.webp'); background-size: cover, auto 60%; background-position: center bottom, 68% bottom; }
  .hero-inner { grid-template-columns: 1fr; gap: 20px; }
  .hero h1 { font-size: clamp(35px, 7.9vw, 47px); margin-top: 12px; }
  .hero .lede { max-width: 420px; font-size: 17px; }
  .hero-offer { gap: 10px; }
  .hero-actions { margin: 22px 0 19px; gap: 25px; }
  .hero-actions .btn { padding-inline: 23px; }
  .hero-showcase { margin: 0 auto; width: min(430px, 100%); padding-block: 5px 12px; }
  .hero-showcase figcaption { font-size: 10px; }
  .trust-grid { width: calc(100% - 24px); padding-block: 15px; }
  .trust-grid > div { flex-direction: column; gap: 6px; text-align: center; font-size: 10px; line-height: 1.5; padding-inline: 6px; }
  .trust-grid span { max-width: 120px; }
  .trust-grid svg { width: 21px; height: 21px; }
  .grid-3 { grid-template-columns: 1fr; gap: 20px; }
  .card:nth-child(n) { padding: 0 0 18px; border: 0; border-bottom: 1px solid #e8eef4; grid-template-columns: 40px 1fr; gap: 15px; }
  .card:last-child { border-bottom: 0; padding-bottom: 0; }
  .card h3 { font-size: 18px; }
  .card p { font-size: 14px; }
  .work-grid { grid-template-columns: 1fr; gap: 25px; }
  .work-body { padding-top: 10px; }
  .hcta { justify-content: flex-start; padding-top: 0; }
  .hcta p { flex-basis: 100%; }
  .hcta .btn { margin-top: 7px; }
  .pricing-grid, .pricing-grid.two { grid-template-columns: 1fr; gap: 26px; }
  .price-group-label { margin-top: 25px; margin-bottom: 24px; font-size: 11px; }
  .price-card { padding: 25px; }
  .price-card.featured { padding: 24px; }
  .price-card h3 { font-size: 23px; }
  .price-card .for { min-height: auto; font-size: 14px; }
  .price { font-size: 42px; }
  .price-note { font-size: 13px; }
  .payment-tag { font-size: 11px; }
  .features li { font-size: 14px; padding-left: 25px; }
  .features svg { width: 17px; height: 17px; }
  .package-details summary { font-size: 13px; }
  .card-note { font-size: 13px; }
  .price-card > .btn { font-size: 15px; }
  .badge { font-size: 10px; padding-inline: 24px; }
  .custom-banner { padding: 21px; }
  .care-band { padding: 22px; grid-template-columns: 1fr; gap: 21px; }
  .care-item + .care-item { padding-top: 18px; border-top: 1px solid #dce7ef; }
  .care-item p { font-size: 13px; }
  .care-item h3 { font-size: 17px; }
  .care-price { margin-bottom: 7px; }
  .care-link { font-size: 13px; text-align: left; }
  .care-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fine-print { text-align: left; }
  .steps { grid-template-columns: 1fr; gap: 23px; }
  .step { grid-template-columns: 38px 1fr; }
  .step h3 { font-size: 18px; }
  .step p { font-size: 14px; }
  #about { padding-block: 38px; }
  .about-wrap { grid-template-columns: 1fr; gap: 21px; }
  .about-profile { display: grid; grid-template-columns: 130px minmax(0, 1fr); align-items: center; gap: 20px; }
  .about-profile figcaption { padding-top: 0; }
  .about-photo { width: 100%; }
  .about-copy { padding-left: 0; border: 0; }
  .about-points { display: grid; gap: 9px; }
  .about-points li { font-size: 13px; }
  .studio-facts { margin-top: 26px; padding-block: 21px; }
  .studio-fact { padding-inline: 17px; }
  .studio-fact strong { font-size: 26px; }
  .studio-fact span { font-size: 11px; }
  .faq { grid-template-columns: 1fr; }
  .faq summary { font-size: 14px; }
  .faq details p { font-size: 14px; }
  #contact { padding-block: 35px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 25px; }
  .contact-info, #quoteForm, .quick-enquiry { grid-column: 1; grid-row: auto; }
  .contact-info h2 { font-size: 35px; }
  .contact-info > p { font-size: 15px; }
  .contact-lines { gap: 16px; margin-top: 23px; }
  .contact-line { font-size: 14px; }
  #quoteForm, .hero-form { padding: 22px; }
  .field input, .field select, .field textarea { font-size: 16px; min-height: 44px; }
  .field label { font-size: 13px; }
  .field-hint { font-size: 11px; }
  .field textarea { min-height: 93px; }
  .quick-enquiry { margin-top: -12px; }
  .quick-enquiry > summary { font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand p { max-width: 320px; }
  .footer-col:last-child { grid-column: 1 / -1; }
  .footer-col:last-child ul { display: flex; gap: 14px; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .work-modal { padding: 12px; }
  .work-modal-panel { padding: 15px; max-height: calc(100dvh - 24px); }
  .work-modal-head h3 { font-size: 20px; }
  .work-modal-desc { font-size: 12px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .logo { font-size: 17px; }
  .hero h1 { font-size: 32px; }
  .hero-actions { gap: 18px; }
  .hero-actions .btn { padding-inline: 17px; font-size: 14px; }
  .text-link { font-size: 13px; }
  .price-card { padding: 22px; }
  .price-card.featured { padding: 21px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
