:root {
  color-scheme: light;
  --ink: #111119;
  --paper: #f5f4f0;
  --white: #ffffff;
  --violet: #6c4ff8;
  --violet-dark: #3c26c8;
  --acid: #d7ff3f;
  --line: rgba(17, 17, 25, 0.16);
  --soft-line: rgba(255, 255, 255, 0.16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); border-radius: 999px; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(245, 244, 240, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 720; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--white); background: var(--ink); font-size: .78rem; letter-spacing: .08em; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
.nav a:not(.nav-cta):hover { color: var(--violet); }
.nav-cta { padding: 11px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; font-weight: 700; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 7vw, 100px); align-items: center; min-height: calc(100vh - 76px); padding-block: clamp(70px, 9vw, 128px); }
.eyebrow, .section-number, .project-index { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 760; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; background: #28bb69; border-radius: 50%; box-shadow: 0 0 0 5px rgba(40, 187, 105, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 30px; font-size: clamp(3.5rem, 7.5vw, 7rem); line-height: .92; letter-spacing: -.07em; font-weight: 800; }
h1 em { color: var(--violet); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 610px; font-size: clamp(1.08rem, 1.8vw, 1.32rem); color: #4f4f59; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 720; }
.button.primary { color: var(--white); background: var(--violet); }
.button.primary:hover { background: var(--violet-dark); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.46); }
.button.secondary:hover { background: var(--white); }
.skill-line { display: flex; flex-wrap: wrap; gap: 20px; padding: 24px 0 0; margin: 0; list-style: none; border-top: 1px solid var(--line); color: #686872; font-size: .9rem; }

.hero-canvas { position: relative; min-height: 650px; overflow: hidden; border-radius: 8px; background: #0a0a0f; box-shadow: 0 32px 80px rgba(17,17,25,.18); }
.hero-canvas::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 12%, rgba(108,79,248,.58), transparent 28%), radial-gradient(circle at 10% 90%, rgba(215,255,63,.18), transparent 25%); }
.canvas-label { position: absolute; top: 28px; left: 30px; z-index: 2; color: var(--white); text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
.hero-poster { position: absolute; width: 54%; left: 10%; top: 14%; transform: rotate(-5deg); box-shadow: 0 25px 60px rgba(0,0,0,.55); }
.phone-preview { position: absolute; z-index: 2; width: 34%; right: 7%; bottom: 7%; padding: 9px; border-radius: 32px; background: #1d1d25; box-shadow: 0 25px 60px rgba(0,0,0,.6); transform: rotate(6deg); }
.phone-preview img { border-radius: 25px; }
.hero-note { position: absolute; z-index: 3; left: 7%; bottom: 7%; color: var(--acid); font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: .95; letter-spacing: -.04em; font-weight: 780; }

.work { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .6fr; gap: 40px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .about h2, .contact h2 { margin-bottom: 0; font-size: clamp(2.7rem, 5.5vw, 5.5rem); line-height: .96; letter-spacing: -.055em; }
.section-heading > p { margin-bottom: 4px; color: #62626c; }
.section-number { margin-bottom: 16px; color: var(--violet); }
.project-card { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 650px; margin-top: 28px; overflow: hidden; border-radius: 8px; }
.project-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 5vw, 68px); }
.project-copy h3 { margin-bottom: 24px; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .88; letter-spacing: -.065em; }
.project-copy > p:not(.project-index) { max-width: 500px; color: #d2d2d8; font-size: 1.04rem; }
.project-index { opacity: .7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 24px 0 34px; list-style: none; }
.tag-list li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .76rem; }
.text-button { width: fit-content; padding: 0 0 6px; color: inherit; background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-weight: 720; }
.technora-card { color: var(--white); background: #09090d; }
.technora-art { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 40%, #4321a0, #08080c 58%); }
.technora-art::before { content: ""; position: absolute; width: 400px; height: 400px; top: -100px; right: -90px; border: 1px solid rgba(215,255,63,.38); border-radius: 50%; box-shadow: 0 0 0 40px rgba(215,255,63,.04), 0 0 0 80px rgba(215,255,63,.03); }
.technora-main { position: absolute; width: min(52%, 390px); left: 13%; top: 10%; transform: rotate(-4deg); box-shadow: 0 28px 60px rgba(0,0,0,.58); }
.technora-float { position: absolute; width: min(45%, 340px); right: 7%; bottom: 9%; transform: rotate(5deg); box-shadow: 0 28px 60px rgba(0,0,0,.5); }
.pawgo-card { grid-template-columns: 1.22fr .78fr; color: var(--ink); background: #dcd2ff; }
.pawgo-card .project-copy > p:not(.project-index) { color: #4c426f; }
.pawgo-card .tag-list li { border-color: rgba(17,17,25,.2); }
.pawgo-art { display: flex; align-items: center; justify-content: center; gap: 18px; overflow: hidden; background: radial-gradient(circle at 50% 48%, #ffffff 0, #eee9ff 34%, transparent 35%); }
.pawgo-art img { width: 28%; max-height: 82%; object-fit: cover; object-position: top; border: 8px solid #20202a; border-radius: 28px; box-shadow: 0 30px 55px rgba(68,47,146,.23); }
.pawgo-art img:nth-child(1) { transform: translateY(28px) rotate(-3deg); }
.pawgo-art img:nth-child(2) { z-index: 2; transform: translateY(-22px); }
.pawgo-art img:nth-child(3) { transform: translateY(28px) rotate(3deg); }
.havenora-card { color: var(--white); background: #052d56; }
.havenora-card .project-copy > p:not(.project-index) { color: #c9d8e8; }
.havenora-art { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 18%, #287bc1 0, #0a4b82 26%, #032848 65%); }
.havenora-art::before { content: ""; position: absolute; inset: 8% 7%; border: 1px solid rgba(255,255,255,.14); border-radius: 48% 48% 12px 12px; }
.havenora-home { position: absolute; width: 49%; max-height: 82%; left: 10%; top: 10%; object-fit: cover; object-position: top; border: 8px solid #f8fbff; border-radius: 5px; box-shadow: 0 28px 70px rgba(0,0,0,.36); transform: rotate(-3deg); }
.havenora-card-preview { position: absolute; z-index: 2; width: 31%; right: 9%; bottom: 12%; border: 7px solid #ffffff; border-radius: 28px; box-shadow: 0 24px 55px rgba(0,0,0,.38); transform: rotate(5deg); }
.havenora-art > span { position: absolute; z-index: 3; right: 8%; top: 12%; max-width: 180px; color: #ffffff; font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 3rem); line-height: .96; font-style: italic; text-align: right; }
.nourish-card { grid-template-columns: 1.22fr .78fr; color: #1e2d25; background: #dce7d8; }
.nourish-card .project-copy > p:not(.project-index) { color: #506057; }
.nourish-card .tag-list li { border-color: rgba(30,45,37,.2); }
.nourish-art { display: flex; align-items: center; justify-content: center; gap: 18px; overflow: hidden; padding: 40px 24px; background: radial-gradient(circle at 50% 48%, #f8f4ed 0, #eef1e7 34%, transparent 35%), #759b82; }
.nourish-art img { width: 28%; max-height: 82%; object-fit: cover; object-position: top; border: 7px solid #254536; border-radius: 26px; box-shadow: 0 28px 55px rgba(27,63,45,.28); }
.nourish-art img:nth-child(1) { transform: translateY(30px) rotate(-3deg); }
.nourish-art img:nth-child(2) { z-index: 2; transform: translateY(-24px); }
.nourish-art img:nth-child(3) { transform: translateY(30px) rotate(3deg); }
.elitium-card { color: #f8f7f3; background: #0b141e; }
.elitium-card .project-copy > p:not(.project-index) { color: #b8c1c8; }
.elitium-art { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 18%, #394859 0, #14212d 35%, #081019 75%); }
.elitium-art::before { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.12); }
.elitium-banner-preview { position: absolute; width: 88%; right: 5%; top: 15%; box-shadow: 0 28px 70px rgba(0,0,0,.52); transform: rotate(2deg); }
.elitium-logo-preview { position: absolute; z-index: 2; width: 42%; left: 7%; bottom: 11%; padding: 16px; background: #ffffff; box-shadow: 0 24px 60px rgba(0,0,0,.48); transform: rotate(-4deg); }

.certificates { padding-block: 130px; color: var(--white); background: var(--ink); }
.light-heading .section-number { color: var(--acid); }
.light-heading > p { color: #aaaab3; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--soft-line); border-left: 1px solid var(--soft-line); }
.certificate-card { display: flex; flex-direction: column; min-height: 280px; padding: 30px; text-decoration: none; border-right: 1px solid var(--soft-line); border-bottom: 1px solid var(--soft-line); transition: background .2s ease, color .2s ease; }
a.certificate-card:hover { color: var(--ink); background: var(--acid); }
.certificate-year { margin-bottom: auto; color: #a9a9b2; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
a.certificate-card:hover .certificate-year { color: #57575e; }
.certificate-card strong { margin-top: 56px; font-size: 1.45rem; letter-spacing: -.025em; }
.certificate-card > span:nth-child(3) { color: #aaaab3; }
a.certificate-card:hover > span:nth-child(3) { color: #57575e; }
.certificate-link { margin-top: 28px; font-size: .82rem; font-weight: 700; }
.certificate-link.muted { color: #797982; }

.about { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(60px, 8vw, 120px); padding-block: 140px; }
.about-title-wrap { min-width: 0; }
.about-portrait { position: relative; margin: 56px 0 0; }
.about-portrait::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; background: var(--acid); }
.about-portrait img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 28%; filter: saturate(.88) contrast(1.03); }
.about-portrait figcaption { display: flex; justify-content: space-between; gap: 18px; margin-top: 16px; color: #66666f; font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }
.about-portrait figcaption span:first-child { color: var(--ink); font-weight: 760; }
.about-copy { padding-top: 55px; }
.about-kicker { margin-bottom: 18px; color: var(--violet); font-size: .78rem; font-weight: 760; text-transform: uppercase; letter-spacing: .12em; }
.about-lead { font-size: clamp(1.5rem, 2.8vw, 2.25rem); line-height: 1.28; letter-spacing: -.035em; }
.about-copy > p:not(.about-lead):not(.about-kicker) { max-width: 670px; color: #5b5b65; }
.service-list { margin-top: 46px; border-top: 1px solid var(--line); }
.service-list > div { display: grid; grid-template-columns: 44px 1fr 1.35fr; gap: 18px; align-items: baseline; padding: 21px 0; border-bottom: 1px solid var(--line); }
.service-list span { color: var(--violet); font-size: .72rem; font-weight: 780; }
.service-list strong { font-size: 1.02rem; }
.service-list p { margin: 0; color: #686872; font-size: .9rem; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.tool-grid span { padding: 20px; background: var(--paper); font-weight: 680; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.about-link { font-weight: 720; text-underline-offset: 6px; }

.contact { position: relative; overflow: hidden; color: var(--white); background: var(--violet); }
.contact-inner { position: relative; z-index: 2; padding-block: 110px 46px; }
.contact .section-number { color: var(--acid); }
.contact h2 { max-width: 900px; font-size: clamp(3.4rem, 8vw, 8rem); }
.contact p:not(.section-number) { margin: 28px 0; font-size: 1.16rem; color: #e0dcff; }
.contact-email { display: inline-block; margin-top: 20px; font-size: clamp(1.25rem, 3vw, 2.4rem); font-weight: 760; text-decoration-thickness: 1px; text-underline-offset: 8px; }
.contact-phone { display: block; width: fit-content; margin-top: 18px; color: #e0dcff; font-size: clamp(1.05rem, 2vw, 1.45rem); font-weight: 680; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.footer-line { display: flex; justify-content: space-between; margin-top: 110px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.28); font-size: .82rem; }
.footer-line a { text-decoration: none; }
.contact-orbit { position: absolute; width: 560px; height: 560px; right: -100px; bottom: -230px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }

.case-dialog { width: min(1180px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; color: var(--white); background: #0b0b10; border: 0; border-radius: 8px; overflow: auto; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.case-dialog::backdrop { background: rgba(12,12,18,.76); backdrop-filter: blur(10px); }
.dialog-bar { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; justify-content: space-between; padding: 24px 30px; background: rgba(11,11,16,.92); border-bottom: 1px solid var(--soft-line); backdrop-filter: blur(14px); }
.dialog-bar span { color: #aaaab3; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.dialog-bar h2 { margin: 2px 0 0; font-size: 1.5rem; }
.dialog-close { color: var(--white); background: transparent; border: 1px solid var(--soft-line); border-radius: 999px; padding: 9px 14px; cursor: pointer; }
.dialog-intro { display: grid; grid-template-columns: 1.3fr .65fr .75fr; gap: 44px; padding: 58px 30px; }
.dialog-intro p { max-width: 570px; font-size: 1.45rem; line-height: 1.32; }
.dialog-intro div { display: flex; flex-direction: column; gap: 10px; }
.dialog-intro strong { color: var(--acid); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.dialog-intro span { color: #aaaab3; }
.technora-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: #292932; }
.technora-gallery img { width: 100%; height: 520px; object-fit: contain; background: #111117; }
.technora-gallery img:nth-child(2), .technora-gallery img:nth-child(3) { height: 300px; }
.pawgo-dialog { color: var(--ink); background: #eee9ff; }
.pawgo-dialog .dialog-bar { background: rgba(238,233,255,.92); border-color: rgba(17,17,25,.15); }
.pawgo-dialog .dialog-bar span, .pawgo-dialog .dialog-intro span { color: #675d89; }
.pawgo-dialog .dialog-close { color: var(--ink); border-color: rgba(17,17,25,.2); }
.pawgo-dialog .dialog-intro strong { color: var(--violet-dark); }
.phone-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 56px 34px; background: #dcd2ff; }
.phone-gallery img { width: 100%; border: 8px solid #20202a; border-radius: 28px; box-shadow: 0 22px 44px rgba(68,47,146,.18); }
.havenora-dialog { color: #102c47; background: #eef5fa; }
.havenora-dialog .dialog-bar { color: var(--white); background: rgba(4,42,77,.95); border-color: rgba(255,255,255,.15); }
.havenora-dialog .dialog-bar span { color: #b8cee1; }
.havenora-dialog .dialog-close { color: var(--white); border-color: rgba(255,255,255,.25); }
.havenora-dialog .dialog-intro strong { color: #07569a; }
.havenora-dialog .dialog-intro span { color: #536b80; }
.havenora-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; padding: 2px; background: #bdd0df; }
.havenora-gallery figure { display: flex; flex-direction: column; justify-content: space-between; min-height: 510px; margin: 0; padding: 24px; background: #f9fcff; overflow: hidden; }
.havenora-gallery img { width: 100%; max-height: 690px; object-fit: contain; object-position: top; }
.havenora-gallery figcaption { margin-top: 22px; color: #536b80; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.havenora-gallery .havenora-feature { background: #e7f0f7; }
.havenora-states > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
.havenora-states img { max-height: 430px; }
.nourish-dialog { color: #213129; background: #f7f3ed; }
.nourish-dialog .dialog-bar { background: rgba(247,243,237,.94); border-color: rgba(33,49,41,.14); }
.nourish-dialog .dialog-bar span, .nourish-dialog .dialog-intro span { color: #64756b; }
.nourish-dialog .dialog-close { color: #213129; border-color: rgba(33,49,41,.2); }
.nourish-dialog .dialog-intro strong { color: #5c866d; }
.nourish-flow-block { padding: 50px 32px 64px; background: #e8efe5; }
.nourish-product-flow { background: #f3eee7; }
.flow-heading { display: flex; gap: 22px; align-items: flex-start; max-width: 720px; margin-bottom: 40px; }
.flow-heading > span { display: grid; place-items: center; flex: 0 0 46px; height: 46px; border-radius: 50%; color: #ffffff; background: #6f987d; font-size: .75rem; font-weight: 780; }
.flow-heading h3 { margin: 0 0 5px; font-size: 2rem; letter-spacing: -.04em; }
.flow-heading p { margin: 0; color: #67776e; }
.nourish-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 25px; }
.nourish-gallery figure { display: flex; flex-direction: column; margin: 0; }
.nourish-gallery img { width: 100%; border: 7px solid #294b3a; border-radius: 26px; box-shadow: 0 22px 42px rgba(44,80,61,.16); }
.nourish-gallery figcaption { margin-top: 14px; color: #5e7166; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .11em; text-align: center; }
.elitium-dialog { color: #f8f7f3; background: #0b141e; }
.elitium-dialog .dialog-bar { background: rgba(11,20,30,.95); border-color: rgba(255,255,255,.14); }
.elitium-dialog .dialog-bar span, .elitium-dialog .dialog-intro span { color: #aab5bd; }
.elitium-dialog .dialog-intro strong { color: #d5b478; }
.elitium-gallery { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2px; padding: 2px; background: #28333d; }
.elitium-gallery figure { display: flex; flex-direction: column; justify-content: space-between; min-height: 510px; margin: 0; padding: 28px; background: #101b25; }
.elitium-gallery img { width: 100%; height: 100%; max-height: 610px; object-fit: contain; }
.elitium-logo-panel { background: #f7f7f5 !important; }
.elitium-gallery figcaption { margin-top: 22px; color: #aab5bd; font-size: .75rem; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.elitium-logo-panel figcaption { color: #53606a; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-canvas { min-height: 620px; }
  .project-card, .pawgo-card, .havenora-card, .nourish-card, .elitium-card { grid-template-columns: 1fr; }
  .project-copy { min-height: 460px; }
  .technora-art, .pawgo-art, .havenora-art, .nourish-art, .elitium-art { min-height: 600px; grid-row: 1; }
  .certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; gap: 30px; }
  .about-copy { padding-top: 0; }
  .about-portrait { max-width: 560px; }
  .dialog-intro { grid-template-columns: 1fr 1fr; }
  .dialog-intro p { grid-column: 1 / -1; }
  .phone-gallery { grid-template-columns: repeat(3, 1fr); }
  .nourish-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .brand > span:last-child { display: none; }
  .menu-button { display: block; }
  .nav { position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; }
  .nav-cta { margin-top: 8px; text-align: center; padding: 13px 18px !important; }
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: auto; padding-block: 64px 84px; }
  h1 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .hero-canvas { min-height: 510px; }
  .hero-poster { width: 63%; left: 7%; }
  .phone-preview { width: 40%; }
  .work, .certificates, .about { padding-block: 88px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2, .about h2 { font-size: clamp(2.65rem, 14vw, 4.5rem); }
  .project-copy { padding: 34px 26px; min-height: 430px; }
  .project-copy h3 { font-size: 4rem; }
  .technora-art, .pawgo-art, .havenora-art, .nourish-art, .elitium-art { min-height: 470px; }
  .technora-main { width: 58%; left: 5%; }
  .technora-float { width: 50%; right: 4%; }
  .pawgo-art { gap: 8px; padding: 20px 8px; }
  .pawgo-art img { width: 31%; border-width: 5px; border-radius: 18px; }
  .nourish-art { gap: 8px; padding: 20px 8px; }
  .nourish-art img { width: 31%; border-width: 5px; border-radius: 18px; }
  .havenora-home { width: 55%; left: 5%; border-width: 5px; }
  .havenora-card-preview { width: 36%; right: 5%; border-width: 5px; border-radius: 20px; }
  .havenora-art > span { right: 5%; top: 8%; max-width: 140px; }
  .elitium-banner-preview { width: 94%; right: 2%; top: 18%; }
  .elitium-logo-preview { width: 48%; left: 5%; bottom: 10%; padding: 10px; }
  .certificate-grid { grid-template-columns: 1fr; }
  .certificate-card { min-height: 230px; }
  .tool-grid { grid-template-columns: repeat(2, 1fr); }
  .about-portrait { margin-top: 40px; }
  .about-portrait::before { inset: 12px -10px -12px 10px; }
  .about-portrait figcaption { flex-direction: column; gap: 5px; }
  .service-list > div { grid-template-columns: 34px 1fr; gap: 12px; }
  .service-list p { grid-column: 2; }
  .footer-line { flex-direction: column; gap: 12px; }
  .dialog-bar { padding: 18px; }
  .dialog-intro { grid-template-columns: 1fr; padding: 38px 18px; }
  .dialog-intro p { grid-column: auto; }
  .technora-gallery { grid-template-columns: 1fr; }
  .technora-gallery img, .technora-gallery img:nth-child(2), .technora-gallery img:nth-child(3) { height: auto; max-height: 620px; }
  .phone-gallery { grid-template-columns: repeat(2, 1fr); gap: 15px; padding: 28px 14px; }
  .phone-gallery img { border-width: 5px; border-radius: 18px; }
  .havenora-gallery { grid-template-columns: 1fr; }
  .havenora-gallery figure { min-height: 380px; padding: 18px; }
  .nourish-flow-block { padding: 38px 14px 48px; }
  .nourish-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
  .nourish-gallery img { border-width: 5px; border-radius: 18px; }
  .flow-heading { gap: 14px; }
  .flow-heading h3 { font-size: 1.6rem; }
  .elitium-gallery { grid-template-columns: 1fr; }
  .elitium-gallery figure { min-height: 340px; padding: 18px; }
}

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