*,*::before,*::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --accent: #2b5e3a;
    --accent-h: #347245;
    --accent-light: #6ab07c;
    --dark: #141413;
    --dark2: #1e1e1c;
    --dark3: #2a2a27;
    --white: #fff;
    --offwhite: #f8f7f4;
    --warm: #f0efeb;
    --t1: #1a1a18;
    --t2: #4a4a44;
    --t3: #8c8c82;
    --border: rgba(0,0,0,.06);
    --ease: cubic-bezier(.22,1,.36,1);
    --font: 'Inter', system-ui, -apple-system, sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: var(--font); color: var(--t1); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.6; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--font); cursor: pointer; }
.w { max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

.r { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.r.v { opacity: 1; transform: none; }
.rs > * { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.rs.v > * { opacity: 1; transform: none; }
.rs.v > *:nth-child(1) { transition-delay: 0s; }
.rs.v > *:nth-child(2) { transition-delay: .1s; }
.rs.v > *:nth-child(3) { transition-delay: .2s; }
.rs.v > *:nth-child(4) { transition-delay: .3s; }
.rs.v > *:nth-child(5) { transition-delay: .4s; }
.rs.v > *:nth-child(6) { transition-delay: .5s; }
.rs.v > *:nth-child(7) { transition-delay: .6s; }
.rs.v > *:nth-child(8) { transition-delay: .7s; }

.top-wrap { position: sticky; top: 0; z-index: 1000; transition: top .3s var(--ease); }
.top-wrap.hide-tb { top: var(--tb-offset, -37px); }

.topbar { background: var(--accent); color: rgba(255,255,255,.85); padding: 9px 20px; text-align: center; font-size: .74rem; font-weight: 500; }
.topbar a { color: #fff; font-weight: 700; }

.nav { background: #fff; border-bottom: 1px solid var(--border); }
.nav.sc { box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 30px; width: auto; }
.nav-mid { display: flex; gap: 2px; list-style: none; position: absolute; left: 50%; transform: translateX(-50%); }
.nav-mid a { font-size: .8rem; font-weight: 500; color: var(--t2); padding: 7px 16px; border-radius: 8px; transition: all .2s; }
.nav-mid a:hover { color: var(--t1); background: rgba(0,0,0,.04); }
.nav-end { display: flex; align-items: center; gap: 16px; }
.nav-ph { font-size: .78rem; font-weight: 600; color: var(--t1); display: flex; align-items: center; gap: 6px; }
.nav-ph svg { width: 14px; height: 14px; color: var(--accent); }
.nav-cta { padding: 8px 20px; background: var(--dark); color: #fff; font-size: .76rem; font-weight: 600; border-radius: 8px; border: 0; transition: all .25s var(--ease); }
.nav-cta:hover { background: var(--accent); transform: translateY(-1px); }
.ham { display: none; background: 0 0; border: 0; padding: 6px; z-index: 1001; transition: color .2s; }
.ham svg { width: 24px; height: 24px; color: var(--t1); }
.ham.on svg { color: #fff; }
.ham .x { display: none; }
.ham.on .bars { display: none; }
.ham.on .x { display: block; }

.mmenu { display: none; position: fixed; inset: 0; z-index: 999; background: var(--dark); flex-direction: column; align-items: center; justify-content: center; gap: 0; }
.mmenu.on { display: flex; }
.mmenu a { font-size: 1.8rem; font-weight: 800; color: #fff; padding: 14px 32px; letter-spacing: -1px; opacity: .7; transition: opacity .2s; }
.mmenu a:hover,
.mmenu a:active { opacity: 1; }
.mmenu .mm-ph { margin-top: 32px; font-size: .9rem; color: var(--accent-light); font-weight: 600; opacity: 1; letter-spacing: 0; }
.mmenu .mm-cta { margin-top: 14px; padding: 16px 48px; background: var(--accent); color: #fff; font-weight: 700; border-radius: 12px; font-size: .9rem; letter-spacing: 0; opacity: 1; }

.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: hz 22s ease-out forwards; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(10,10,8,.88), rgba(10,10,8,.45) 55%, rgba(10,10,8,.2)); }
@keyframes hz { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-c { position: relative; z-index: 2; padding: 0 clamp(20px, 4vw, 48px); max-width: 1200px; margin: 0 auto; width: 100%; }
.hero-tag { font-size: .7rem; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 16px; opacity: 0; animation: hu .7s .2s var(--ease) forwards; }
.hero h1 { font-size: clamp(3rem, 8vw, 6rem); font-weight: 800; line-height: .95; letter-spacing: -3px; color: #fff; margin-bottom: 16px; opacity: 0; animation: hu .7s .35s var(--ease) forwards; }
.hero h1 em { font-style: normal; display: block; color: var(--accent-light); }
.hero-sub { font-size: clamp(1rem, 1.8vw, 1.2rem); color: rgba(255,255,255,.55); margin-bottom: 28px; font-style: italic; opacity: 0; animation: hu .7s .5s var(--ease) forwards; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: hu .7s .65s var(--ease) forwards; }
@keyframes hu { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 32px; font-size: .88rem; font-weight: 600; border: 0; cursor: pointer; border-radius: 12px; transition: all .3s var(--ease); font-family: var(--font); }
.btn-g { background: var(--accent); color: #fff; }
.btn-g:hover { background: var(--accent-h); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(43,94,58,.3); }
.btn-o { background: rgba(255,255,255,.1); color: #fff; border: 1px solid rgba(255,255,255,.2); }
.btn-o:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.35); }
.btn-d { background: var(--dark); color: #fff; }
.btn-d:hover { background: var(--accent); transform: translateY(-2px); }

.svc-sec { padding: clamp(48px, 5vw, 64px) 0; background: var(--offwhite); }
.svc-head { max-width: 600px; margin-bottom: clamp(24px, 3vw, 36px); }
.svc-head .label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.svc-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; color: var(--t1); margin-bottom: 12px; }
.svc-head p { font-size: 1.05rem; color: var(--t2); line-height: 1.8; max-width: 440px; }

.svc-feat { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.svc-card { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; cursor: default; }
.svc-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s var(--ease); }
.svc-card:hover img { transform: scale(1.05); filter: brightness(1.05); }
.svc-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,8,.85) 0%, rgba(10,10,8,.35) 40%, rgba(10,10,8,.08) 100%); transition: opacity .4s; }
.svc-card:hover::after { opacity: .85; }
.svc-card .svc-info { position: absolute; bottom: 0; left: 0; right: 0; padding: clamp(16px, 2.5vw, 28px); z-index: 2; }
.svc-info h3 { font-size: clamp(1.05rem, 1.8vw, 1.4rem); font-weight: 700; color: #fff; margin-bottom: 3px; letter-spacing: -.3px; }
.svc-info p { font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.55; max-width: 300px; }

.svc-sm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 8px; }
.svc-sm .svc-card { aspect-ratio: 5/4; }
.svc-sm .svc-info h3 { font-size: clamp(.9rem, 1.3vw, 1.1rem); }
.svc-sm .svc-info p { font-size: .75rem; max-width: 240px; color: rgba(255,255,255,.65); }

.svc-note { text-align: center; padding: 20px; max-width: 480px; margin: 20px auto 0; background: var(--white); border-radius: 10px; border: 1px solid var(--border); }
.svc-note p { font-size: .9rem; color: var(--t2); line-height: 1.75; }
.svc-note strong { color: var(--t1); }

.why-sec { padding: clamp(48px, 6vw, 72px) 0; background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.why-bg { position: absolute; inset: 0; }
.why-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.why-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,20,19,.6), transparent 50%); }
.why-in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); align-items: center; position: relative; z-index: 2; }
.why-left h2 { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 14px; }
.why-left p { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.8; max-width: 380px; }
.why-right { display: flex; flex-direction: column; gap: 0; background: rgba(255,255,255,.04); border-radius: 14px; padding: clamp(8px, 2vw, 16px) clamp(16px, 3vw, 28px); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.06); }
.why-item { padding: clamp(16px, 2vw, 22px) 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.why-item:last-child { border-bottom: 0; }
.why-item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 6px; letter-spacing: -.2px; }
.why-item p { font-size: .86rem; color: rgba(255,255,255,.5); line-height: 1.65; }
.why-num { font-size: .68rem; font-weight: 700; letter-spacing: 2px; color: var(--accent-light); margin-bottom: 4px; }

.about { padding: clamp(48px, 5vw, 64px) 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 56px); align-items: center; }
.about-imgs { display: grid; grid-template-columns: 5fr 4fr; gap: 12px; }
.about-img { border-radius: 16px; overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.about-img:hover img { transform: scale(1.03); }
.about-main { grid-row: span 2; min-height: 440px; }
.about-main img { object-position: center top; }
.about-sub { min-height: 210px; }
.about-txt .label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.about-txt h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -1px; line-height: 1.08; margin-bottom: 16px; }
.about-txt p { font-size: .95rem; color: var(--t2); margin-bottom: 10px; line-height: 1.75; }
.about-txt p strong { color: var(--t1); font-weight: 600; }
.about-txt .btn { margin-top: 18px; }

.gal-sec { padding: clamp(48px, 5vw, 64px) 0; background: var(--warm); }
.gal-head { text-align: center; margin-bottom: clamp(24px, 3vw, 36px); }
.gal-head .label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.gal-head h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 10px; }
.gal-head p { font-size: 1rem; color: var(--t2); max-width: 420px; margin: 0 auto; line-height: 1.75; }
.gal-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 80px; gap: 6px; }
.gi { position: relative; overflow: hidden; border-radius: 14px; cursor: pointer; background: var(--dark); }
.gi img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), opacity .3s; }
.gi:hover img { transform: scale(1.06); opacity: .85; }
.gi-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; z-index: 2; }
.gi-icon svg { width: 28px; height: 28px; color: #fff; }
.gi:hover .gi-icon { opacity: 1; }
.gi:nth-child(1) { grid-column: span 7; grid-row: span 4; }
.gi:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.gi:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.gi:nth-child(4) { grid-column: span 4; grid-row: span 3; }
.gi:nth-child(5) { grid-column: span 4; grid-row: span 3; }
.gi:nth-child(6) { grid-column: span 4; grid-row: span 3; }
.gi:nth-child(7) { grid-column: span 3; grid-row: span 2; }
.gi:nth-child(8) { grid-column: span 3; grid-row: span 2; }
.gi:nth-child(9) { grid-column: span 3; grid-row: span 2; }
.gi:nth-child(10) { grid-column: span 3; grid-row: span 2; }
.gi:nth-child(11) { grid-column: span 6; grid-row: span 2; }
.gi:nth-child(12) { grid-column: span 6; grid-row: span 2; }

.lb { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(6,6,4,.97); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); align-items: center; justify-content: center; padding: 48px; }
.lb.on { display: flex; }
.lb img { max-width: 88vw; max-height: 84vh; object-fit: contain; border-radius: 8px; animation: lbi .35s var(--ease); }
@keyframes lbi { from { opacity: 0; transform: scale(.95); } }
.lb-b { position: absolute; background: rgba(255,255,255,.06); border: 0; color: rgba(255,255,255,.4); cursor: pointer; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .2s; z-index: 2001; }
.lb-b:hover { background: rgba(255,255,255,.1); color: #fff; }
.lb-x { top: 20px; right: 20px; width: 44px; height: 44px; font-size: 1.3rem; }
.lb-a { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; font-size: 1.4rem; }
.lb-p { left: 16px; }
.lb-n { right: 16px; }
.lb-c { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); font-size: .72rem; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,.4); }

.cta-sec { padding: clamp(48px, 5vw, 64px) 0; background: var(--dark); color: #fff; }
.cta-top { text-align: center; margin-bottom: clamp(28px, 3.5vw, 40px); }
.cta-top .label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-light); margin-bottom: 10px; }
.cta-top h2 { font-size: clamp(2.2rem, 4.5vw, 3.6rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 10px; }
.cta-top p { font-size: 1rem; color: rgba(255,255,255,.55); max-width: 420px; margin: 0 auto; line-height: 1.75; }
.cta-grid { display: grid; grid-template-columns: 3fr 7fr; gap: clamp(24px, 4vw, 48px); align-items: start; }

.cta-people { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.cta-person { padding: clamp(18px, 2vw, 24px); background: var(--dark2); border-radius: 12px; border: 1px solid rgba(255,255,255,.06); transition: all .3s var(--ease); }
.cta-person:hover { border-color: rgba(255,255,255,.12); }
.cta-role { font-size: .6rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-light); margin-bottom: 4px; }
.cta-person h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 8px; letter-spacing: -.2px; }
.cta-person a { display: flex; align-items: center; gap: 8px; font-size: .78rem; color: rgba(255,255,255,.6); padding: 3px 0; transition: color .2s; }
.cta-person a:hover { color: #fff; }
.cta-person a svg { width: 13px; height: 13px; flex-shrink: 0; color: var(--accent-light); }
.cta-meta p { font-size: .75rem; color: rgba(255,255,255,.4); margin-bottom: 2px; }
.cta-meta strong { color: rgba(255,255,255,.65); font-weight: 600; }
.cta-meta { margin-bottom: 14px; }
.cta-soc { display: flex; gap: 8px; }
.cta-soc a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); transition: all .25s; }
.cta-soc a:hover { border-color: var(--accent); color: #fff; background: rgba(43,94,58,.15); }
.cta-soc svg { width: 14px; height: 14px; }

.cta-form { background: var(--white); border-radius: 20px; padding: clamp(24px, 3.5vw, 40px); color: var(--t1); }
.cta-form h3 { font-size: 1.4rem; font-weight: 800; letter-spacing: -.4px; margin-bottom: 4px; }
.cta-form > p { font-size: .86rem; color: var(--t3); margin-bottom: 20px; }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.ff { grid-column: 1 / -1; }
.fg { display: flex; flex-direction: column; }
.fg label { font-size: .72rem; font-weight: 600; color: var(--t2); margin-bottom: 5px; letter-spacing: .2px; }
.fg input,
.fg textarea,
.fg select { width: 100%; padding: 13px 16px; border: 1.5px solid rgba(0,0,0,.08); border-radius: 12px; background: var(--offwhite); font-family: var(--font); font-size: .87rem; color: var(--t1); outline: 0; transition: border-color .25s, box-shadow .25s; }
.fg input:focus,
.fg textarea:focus,
.fg select:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(43,94,58,.06); }
.fg input::placeholder,
.fg textarea::placeholder { color: var(--t3); }
.fg textarea { resize: vertical; min-height: 110px; }
.fg select { cursor: pointer; -webkit-appearance: none; appearance: none; padding-right: 40px; }
.sel-w { position: relative; }
.sel-w::after { content: ''; position: absolute; right: 16px; top: 50%; width: 7px; height: 7px; border-right: 2px solid var(--t3); border-bottom: 2px solid var(--t3); transform: translateY(-60%) rotate(45deg); pointer-events: none; }
.f-btn { margin-top: 12px; padding: 15px 32px; background: var(--dark); color: #fff; font-size: .86rem; font-weight: 600; border: 0; border-radius: 12px; width: 100%; transition: all .3s var(--ease); font-family: var(--font); }
.f-btn:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(43,94,58,.2); }
.f-ok { display: none; text-align: center; padding: 32px 20px; }
.f-ok svg { width: 52px; height: 52px; color: var(--accent); margin: 0 auto 18px; }
.f-ok h4 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.f-ok p { font-size: .88rem; color: var(--t3); }
.form-messages { margin-top: 12px; font-size: .86rem; text-align: center; }

.insta-sec { padding: clamp(48px, 5vw, 64px) 0; background: var(--white); }
.insta-head { text-align: center; margin-bottom: clamp(24px, 3vw, 36px); }
.insta-head .label { font-size: .7rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.insta-head h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -1.5px; line-height: 1.05; margin-bottom: 10px; }
.insta-head p { font-size: 1rem; color: var(--t2); max-width: 400px; margin: 0 auto; line-height: 1.75; }

.foot-hours-title { margin-top: 16px; }
.foot-hours { font-size: .78rem; color: rgba(255,255,255,.45); line-height: 1.8; }
.foot-hours span { color: rgba(255,255,255,.6); font-weight: 500; }

.foot { background: var(--dark2); color: rgba(255,255,255,.5); padding: 48px 0 28px; }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: clamp(24px, 4vw, 48px); padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.06); margin-bottom: 24px; }
.foot-brand .foot-logo-wrap { display: inline-block; background: #fff; border-radius: 8px; padding: 8px 14px; margin-bottom: 14px; }
.foot-brand .foot-logo-wrap img { height: 30px; width: auto; }
.foot-brand p { font-size: .82rem; color: rgba(255,255,255,.5); line-height: 1.7; max-width: 260px; }
.foot-col h4 { font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 14px; }
.foot-col a,
.foot-col p { display: block; font-size: .82rem; color: rgba(255,255,255,.5); padding: 3px 0; transition: color .2s; line-height: 1.6; }
.foot-col a:hover { color: #fff; }
.foot-col p span { color: rgba(255,255,255,.65); font-weight: 500; }
.foot-col p a { display: inline; padding: 0; }
.foot-org { margin-top: 14px; }
.foot-soc { display: flex; gap: 8px; margin-top: 10px; }
.foot-soc a { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.4); padding: 0; transition: all .25s; }
.foot-soc a:hover { border-color: var(--accent); color: #fff; background: rgba(43,94,58,.15); }
.foot-soc svg { width: 14px; height: 14px; }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.foot-copy { font-size: .72rem; color: rgba(255,255,255,.3); letter-spacing: .2px; }

#contact-form { max-width: 100%; overflow: hidden; }

section { overflow-x: clip; }
@media (max-width: 640px) {
    section > div,
    section > div > div,
    section > div > div > div { max-width: 100%; box-sizing: border-box; }
    .cta-grid > div { min-width: 0; max-width: 100%; }
}

@media (max-width: 400px) {
    #contact-form .g-recaptcha { transform: scale(0.85); transform-origin: left center; max-width: 100%; }
}
@media (max-width: 340px) {
    #contact-form .g-recaptcha { transform: scale(0.75); }
}

@media (max-width: 1024px) {
    .svc-feat { grid-template-columns: 1fr 1fr; }
    .svc-sm { grid-template-columns: 1fr 1fr; }
    .svc-sm .svc-card:last-child { display: none; }
    .gal-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 72px; }
    .gi:nth-child(1) { grid-column: span 4; grid-row: span 4; }
    .gi:nth-child(2) { grid-column: span 2; grid-row: span 2; }
    .gi:nth-child(3) { grid-column: span 2; grid-row: span 2; }
    .gi:nth-child(4) { grid-column: span 3; grid-row: span 3; }
    .gi:nth-child(5) { grid-column: span 3; grid-row: span 3; }
    .gi:nth-child(6) { grid-column: span 3; grid-row: span 2; }
    .gi:nth-child(7) { grid-column: span 3; grid-row: span 2; }
    .gi:nth-child(8) { grid-column: span 2; grid-row: span 2; }
    .gi:nth-child(9) { grid-column: span 2; grid-row: span 2; }
    .gi:nth-child(10) { grid-column: span 2; grid-row: span 2; }
    .gi:nth-child(11) { grid-column: span 3; grid-row: span 2; }
    .gi:nth-child(12) { grid-column: span 3; grid-row: span 2; }
    .why-in { gap: 32px; }
}

@media (max-width: 768px) {
    html { scroll-padding-top: 56px; }
    .nav-mid,
    .nav-end { display: none; }
    .ham { display: block; }
    .nav-in { height: 56px; }
    .nav-logo img { height: 26px; }
    .hero { min-height: 75vh; }
    .hero h1 { font-size: clamp(2.4rem, 10vw, 3.5rem); letter-spacing: -1.5px; }
    .svc-feat { grid-template-columns: 1fr; }
    .svc-sm { grid-template-columns: 1fr 1fr; }
    .svc-sm .svc-card:last-child { display: block; }
    .svc-card { aspect-ratio: 3/2; }
    .why-in { grid-template-columns: 1fr; gap: 28px; }
    .about-grid { grid-template-columns: 1fr; gap: 28px; }
    .about-imgs { grid-template-columns: 1fr 1fr; }
    .about-main { grid-row: span 1; min-height: 220px; }
    .about-sub { min-height: 220px; }
    .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; gap: 5px; }
    .gi:nth-child(n) { grid-column: span 1; grid-row: span 1; }
    .gi:nth-child(1) { grid-column: span 2; grid-row: span 2; }
    .cta-grid { grid-template-columns: 1fr; gap: 32px; }
    .foot-top { grid-template-columns: 1fr 1fr; gap: 24px; }
    .foot-brand { grid-column: 1 / -1; }
    .topbar { font-size: .67rem; padding: 7px 14px; }
    .lb { padding: 12px; }
    .lb-a { width: 40px; height: 40px; font-size: 1.2rem; }
    .lb-x { width: 38px; height: 38px; font-size: 1.1rem; }
    .lb-p { left: 6px; }
    .lb-n { right: 6px; }
}

@media (max-width: 480px) {
    .hero { min-height: 68vh; }
    .hero h1 { font-size: clamp(2rem, 11vw, 2.8rem); }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn { text-align: center; justify-content: center; }
    .svc-feat,
    .svc-sm { grid-template-columns: 1fr; }
    .svc-card { aspect-ratio: 3/2; }
    .about-imgs { grid-template-columns: 1fr; }
    .about-main { min-height: 260px; }
    .about-sub { min-height: 160px; }
    .fr { grid-template-columns: 1fr; }
    .gal-grid { grid-auto-rows: 100px; }
    .btn { padding: 14px 28px; font-size: .84rem; }
    .foot-top { grid-template-columns: 1fr; }
    .foot-brand { grid-column: auto; }
}
