:root {
  --ink: #090a0c;
  --ink-soft: #13151a;
  --paper: #f5f4ef;
  --white: #ffffff;
  --yellow: #ffd21c;
  --yellow-deep: #e9b900;
  --muted: #a9adb7;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(9,10,12,.14);
  --max: 1240px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0,0,0,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--yellow); color: var(--ink); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--yellow); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  transition: background .3s ease, box-shadow .3s ease;
}
.site-header.scrolled { background: rgba(9,10,12,.94); box-shadow: 0 10px 40px rgba(0,0,0,.24); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.04em; font-size: 1.35rem; }
.brand-mark { width: 36px; aspect-ratio: 1; display: grid; place-items: center; background: var(--yellow); color: var(--ink); border-radius: 50%; font-size: .9rem; letter-spacing: -.08em; }
.brand-logo { width: 44px; background: transparent; border-radius: 0; overflow: visible; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.brand span:last-child { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 38px); }
.nav-links a { position: relative; color: rgba(255,255,255,.82); font-weight: 700; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--white); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 18px; border: 1px solid var(--yellow); border-radius: 999px; color: var(--yellow) !important; }
.nav-cta:hover { background: var(--yellow); color: var(--ink) !important; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; position: absolute; transition: .25s ease; }
.menu-toggle::before { transform: translateY(-6px); }
.menu-toggle::after { transform: translateY(6px); }
.menu-open .menu-toggle span { opacity: 0; }
.menu-open .menu-toggle::before { transform: rotate(45deg); }
.menu-open .menu-toggle::after { transform: rotate(-45deg); }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/hero-weaver-bird.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; z-index: -1; background: linear-gradient(transparent, rgba(9,10,12,.78)); }
.hero-content { padding: 170px 0 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: .78rem; letter-spacing: .18em; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 38px; height: 3px; background: var(--yellow); }
.hero h1, .page-hero h1 { margin: 0; max-width: 980px; font-family: "Archivo Black", Impact, sans-serif; font-weight: 400; font-size: clamp(3.6rem, 8vw, 8rem); line-height: .89; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 { max-width: 850px; font-size: clamp(3.6rem, 7.2vw, 7.2rem); }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero-bottom { margin-top: 48px; display: grid; grid-template-columns: minmax(260px, 520px) auto; gap: 30px; align-items: end; }
.hero-copy { color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.18rem); max-width: 48ch; margin: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 21px; font-size: .86rem; letter-spacing: .07em; font-weight: 800; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--ink); }
.btn-primary:hover { background: var(--white); }
.btn-ghost { border-color: rgba(255,255,255,.42); color: var(--white); }
.btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--yellow); color: var(--ink); }
.scroll-cue { position: absolute; right: 3vw; bottom: 32px; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.scroll-cue i { width: 1px; height: 46px; background: linear-gradient(var(--yellow), transparent); }

.ticker { overflow: hidden; padding: 17px 0; background: var(--yellow); color: var(--ink); border-block: 1px solid var(--ink); }
.ticker-track { display: flex; width: max-content; animation: ticker 24s linear infinite; }
.ticker span { display: inline-flex; align-items: center; gap: 25px; padding-right: 25px; font-weight: 900; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.ticker span::after { content: "✦"; }
@keyframes ticker { to { transform: translateX(-50%); } }

.text-link { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }

.section { padding: clamp(80px, 10vw, 140px) 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-yellow { background: var(--yellow); color: var(--ink); }
.section-head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; margin-bottom: 60px; align-items: start; }
.section-kicker { margin: 0; font-size: .76rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
.section-kicker span { color: var(--yellow-deep); }
.section-title { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(2.7rem, 5.7vw, 6.4rem); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.section-title em { color: var(--yellow); font-style: normal; }
.lead { font-size: clamp(1.22rem, 2vw, 1.72rem); line-height: 1.45; letter-spacing: -.02em; max-width: 780px; }
.muted { color: #646872; }
.section-dark .muted { color: var(--muted); }

.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.intro-copy p { max-width: 680px; }
.stat-panel { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.stat { min-height: 150px; padding: 25px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.stat strong { font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.05em; }
.stat span { font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }

.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 80px 1fr 1fr 36px; gap: 28px; align-items: center; min-height: 138px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); transition: color .25s ease, padding .25s ease; }
.service-row:hover { color: var(--yellow); padding-left: 10px; }
.service-no { color: var(--yellow); font-weight: 900; font-size: .74rem; letter-spacing: .14em; }
.service-row h3 { margin: 0; font-size: clamp(1.35rem, 2.6vw, 2.35rem); letter-spacing: -.04em; }
.service-row p { margin: 0; color: var(--muted); max-width: 48ch; }
.service-arrow { width: 36px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; }

.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.work-card { position: relative; min-height: 450px; overflow: hidden; border-radius: var(--radius); color: var(--white); background: var(--ink-soft); box-shadow: var(--shadow); }
.work-card:nth-child(1) { grid-column: span 7; }
.work-card:nth-child(2) { grid-column: span 5; }
.work-card:nth-child(3) { grid-column: span 5; }
.work-card:nth-child(4) { grid-column: span 7; }
.work-card img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .6s ease, filter .6s ease; }
.work-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.9)); }
.work-card:hover img { transform: scale(1.045); filter: saturate(1); }
.work-meta { position: absolute; z-index: 2; inset: auto 30px 28px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.work-meta small { display: block; color: var(--yellow); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 6px; }
.work-meta h3 { margin: 0; font-size: clamp(1.45rem, 2.7vw, 2.5rem); line-height: 1.1; letter-spacing: -.04em; }
.work-meta span { flex: 0 0 auto; width: 42px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.process-card { min-height: 250px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-card span { display: block; color: #8b7100; font-size: .75rem; letter-spacing: .16em; font-weight: 900; margin-bottom: 48px; }
.process-card h3 { margin: 0 0 10px; font-size: 1.5rem; letter-spacing: -.035em; }
.process-card p { margin: 0; color: #574b16; }

.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1000px; margin-inline: auto; }
.team-card { overflow: hidden; border: 1px solid rgba(9,10,12,.2); border-radius: var(--radius); background: var(--ink); color: var(--white); box-shadow: 0 26px 70px rgba(79,61,0,.2); }
.team-photo { aspect-ratio: 4 / 4.7; overflow: hidden; background: #efe8da; }
.team-photo img { height: 100%; object-fit: cover; object-position: center top; transition: transform .6s ease; }
.team-card:hover .team-photo img { transform: scale(1.035); }
.team-info { position: relative; padding: 28px; }
.team-info::before { content: ""; position: absolute; left: 28px; top: 0; width: 64px; height: 4px; background: var(--yellow); }
.team-info span { color: var(--yellow); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.team-info h3 { margin: 7px 0 8px; font-size: clamp(1.55rem, 3vw, 2.4rem); letter-spacing: -.045em; }
.team-info p { margin: 0; color: var(--muted); }

.clients { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.client { min-height: 130px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; place-items: center; padding: 22px; color: rgba(255,255,255,.62); font-weight: 900; text-transform: uppercase; letter-spacing: .06em; text-align: center; transition: background .25s ease, color .25s ease; }
.client:hover { background: var(--yellow); color: var(--ink); }

.cta-band { background: var(--yellow); padding: clamp(70px, 10vw, 130px) 0; }
.cta-grid { display: grid; grid-template-columns: 1.4fr auto; gap: 50px; align-items: end; }
.cta-grid h2 { margin: 0; max-width: 820px; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(3rem, 7vw, 7rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }

.page-hero { min-height: 100svh; padding: 170px 0 70px; display: flex; align-items: end; color: var(--white); background-color: var(--ink); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; overflow: hidden; isolation: isolate; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; z-index: 0; pointer-events: none; background: linear-gradient(transparent, rgba(9,10,12,.78)); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero p { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 1.15rem; }

/* Nature-led page heroes match the home image's scale, framing and dark space. */
.page-hero-about {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-about.webp");
}
.page-hero-services {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-services.webp");
}
.page-hero-portfolio {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-portfolio.webp");
}
.page-hero-clients {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-clients.webp");
}
.page-hero-contact {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-contact.webp");
}
.page-hero-privacy {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-privacy.webp");
}
.page-hero-terms {
  background-image: linear-gradient(90deg, rgba(9,10,12,.98) 0%, rgba(9,10,12,.86) 38%, rgba(9,10,12,.28) 67%, rgba(9,10,12,.04) 100%), url("../images/page-heroes/hero-terms.webp");
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.image-frame { border-radius: var(--radius); overflow: hidden; min-height: 520px; background: var(--ink-soft); }
.image-frame img { height: 100%; min-height: 520px; object-fit: cover; }
.value-list { display: grid; gap: 18px; margin-top: 34px; }
.value-item { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.value-item strong { width: 38px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); display: grid; place-items: center; font-size: .75rem; }
.value-item h3 { margin: 0 0 4px; }
.value-item p { margin: 0; color: #686b73; }

.service-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { padding: clamp(28px, 4vw, 48px); min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line-light); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:nth-child(3n+1) { background: var(--yellow); }
.service-card small { font-weight: 900; letter-spacing: .15em; }
.service-card h2 { margin: 45px 0 14px; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1.05; letter-spacing: -.05em; }
.service-card p { margin: 0; color: #5e6169; max-width: 46ch; }
.service-card:nth-child(3n+1) p { color: #4e4210; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 36px; }
.filter-btn { cursor: pointer; border: 1px solid var(--line-light); background: transparent; border-radius: 999px; padding: 10px 17px; font-size: .76rem; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.filter-btn.active, .filter-btn:hover { background: var(--ink); color: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.portfolio-card { overflow: hidden; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line-light); }
.portfolio-card[hidden] { display: none; }
.portfolio-visual { height: 380px; overflow: hidden; background: var(--ink-soft); }
.portfolio-visual img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-card:hover img { transform: scale(1.04); }
.portfolio-info { padding: 26px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.portfolio-info small { color: #777b84; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-info h2 { margin: 5px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }

.portfolio-gallery-section { background: var(--ink); color: var(--white); }
.gallery-intro { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 42px; }
.gallery-intro p { margin: 0; max-width: 660px; color: var(--muted); }
.gallery-count { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.masonry-gallery { columns: 4 250px; column-gap: 18px; }
.gallery-item { display: block; width: 100%; margin: 0 0 18px; padding: 0; overflow: hidden; break-inside: avoid; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: var(--ink-soft); cursor: zoom-in; box-shadow: 0 16px 42px rgba(0,0,0,.22); }
.gallery-item img { width: 100%; height: auto; transition: transform .45s ease, filter .45s ease; }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(1.08) contrast(1.03); }
.load-more-wrap { display: flex; justify-content: center; margin-top: 44px; }

.client-logos-section { background: var(--yellow); }
.client-logos-intro { max-width: 850px; margin-bottom: 48px; }
.client-logos-intro p { color: #564a16; font-size: 1.08rem; }
.client-logos-intro .section-title em { color: var(--ink); }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.logo-card { min-height: 190px; display: grid; grid-template-rows: 1fr auto; gap: 16px; padding: 24px; border: 1px solid rgba(9,10,12,.18); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 18px 48px rgba(75,57,0,.1); transition: transform .25s ease, box-shadow .25s ease; }
.logo-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(75,57,0,.18); }
.logo-card img { height: 105px; object-fit: contain; }
.logo-card span { padding-top: 14px; border-top: 1px solid rgba(9,10,12,.1); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 40px; background: rgba(0,0,0,.94); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(92vw, 1500px); max-height: 88vh; width: auto; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 28px 90px rgba(0,0,0,.5); }
.lightbox-close { position: absolute; top: 20px; right: 22px; width: 48px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(0,0,0,.35); color: var(--white); font-size: 1.7rem; cursor: pointer; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); }
.contact-block { border-top: 1px solid var(--line-light); padding: 22px 0; }
.contact-block small { display: block; color: #777b84; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 7px; }
.contact-block p, .contact-block a { margin: 0; font-size: 1.05rem; font-weight: 700; }
.contact-form { padding: clamp(28px, 5vw, 55px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid #c8c9cd; background: transparent; padding: 12px 0; outline: none; border-radius: 0; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--yellow-deep); }
.field textarea { min-height: 120px; resize: vertical; }
.form-status { margin: 15px 0 0; color: #53603a; font-weight: 700; }

.legal { max-width: 850px; }
.legal h2 { margin-top: 45px; letter-spacing: -.035em; }
.legal p, .legal li { color: #555962; }

.site-footer { background: var(--ink); color: var(--white); padding: 70px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; padding-bottom: 50px; }
.footer-brand p { color: var(--muted); max-width: 430px; }
.social-icons { display: flex; align-items: center; gap: 10px; margin-top: 22px; }
.social-icon { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--white); transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease; }
.social-icon:hover { transform: translateY(-3px); color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.social-glyph { position: relative; display: block; width: 20px; height: 20px; }
.social-instagram { border: 2px solid currentColor; border-radius: 6px; }
.social-instagram::before { content: ""; position: absolute; inset: 4px; border: 2px solid currentColor; border-radius: 50%; }
.social-instagram::after { content: ""; position: absolute; right: 3px; top: 3px; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.social-facebook::before { content: "f"; position: absolute; inset: -7px 0 0; font: 900 27px/1 Arial, sans-serif; text-align: center; }
.social-youtube { width: 22px; height: 16px; border-radius: 5px; background: currentColor; }
.social-youtube::after { content: ""; position: absolute; left: 9px; top: 4px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--ink); }
.social-icon:hover .social-youtube::after { border-left-color: var(--yellow); }
.footer-bottom > .social-icons { margin-top: 0; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 40px; }
.footer-links a { color: rgba(255,255,255,.72); }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid var(--line-dark); padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; color: #777b84; font-size: .78rem; }
.socials { display: flex; gap: 16px; }
.socials a:hover { color: var(--yellow); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .menu-toggle { display: inline-flex; }
  .nav-links { position: fixed; inset: 0; padding: 120px 30px 40px; background: var(--ink); flex-direction: column; align-items: stretch; justify-content: flex-start; transform: translateX(100%); transition: transform .35s ease; }
  .menu-open .nav-links { transform: none; }
  .nav-links a { font-size: clamp(1.6rem, 6vw, 3rem); letter-spacing: -.03em; text-transform: none; }
  .nav-cta { margin-top: 12px; text-align: center; font-size: 1rem !important; letter-spacing: .04em !important; }
  .hero-bottom, .section-head, .intro-grid, .split, .contact-layout, .footer-top { grid-template-columns: 1fr; }
  .button-row { justify-content: flex-start; }
  .section-head { gap: 18px; }
  .service-row { grid-template-columns: 55px 1fr 36px; }
  .service-row p { grid-column: 2 / 4; }
  .work-card:nth-child(n) { grid-column: span 6; }
  .clients { grid-template-columns: repeat(3, 1fr); }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-grid { grid-template-columns: 1fr; align-items: start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { margin-inline: auto; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 76px; }
  .brand { font-size: 1.12rem; }
  .brand-mark { width: 32px; }
  .brand-logo { width: 38px; }
  .hero-content { padding: 135px 0 74px; }
  .hero h1, .page-hero h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .hero::before { background-position: 62% center; }
  .hero-bottom { margin-top: 34px; }
  .scroll-cue { display: none; }
  .section { padding: 74px 0; }
  .service-row { grid-template-columns: 42px 1fr 32px; gap: 12px; min-height: 0; }
  .service-row p { font-size: .94rem; }
  .work-grid, .portfolio-grid, .service-cards { grid-template-columns: 1fr; }
  .work-card:nth-child(n) { grid-column: auto; min-height: 410px; }
  .clients { grid-template-columns: repeat(2, 1fr); }
  .client { min-height: 100px; font-size: .8rem; }
  .gallery-intro { align-items: flex-start; flex-direction: column; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .logo-card { min-height: 150px; padding: 16px; }
  .logo-card img { height: 80px; }
  .masonry-gallery { columns: 2 145px; column-gap: 10px; }
  .gallery-item { margin-bottom: 10px; border-radius: 10px; }
  .lightbox { padding: 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 0; }
  .team-grid { grid-template-columns: 1fr; }
  .page-hero { min-height: 100svh; padding: 135px 0 74px; background-position: 70% center; }
  .image-frame, .image-frame img { min-height: 380px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@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; }
}
