/* NTekMaker v2.1 — photo-led local service app */
.public-v21 { background: #fff; color: #17211e; }
.public-v21 h1, .public-v21 h2, .public-v21 h3 { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-style: normal; letter-spacing: -.035em; }
.public-v21 h1 { font-size: clamp(2.7rem, 5vw, 4.5rem); line-height: .98; }
.public-v21 h2 { font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.02; }
.public-v21 h3 { font-size: 1.35rem; }
.public-v21 p { font-size: 1rem; line-height: 1.58; }
.public-v21 .section { padding: 72px 0; }
.public-v21 .button { min-height: 48px; padding: 12px 21px; }
.public-v21 .button-text-light { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }
.public-v21 .button-text-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }

.app-hero { overflow: hidden; background: #0c2b24; color: #fff; }
.app-hero-grid { min-height: 505px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); gap: 55px; align-items: center; padding: 46px 0; }
.app-hero-copy h1 { max-width: 760px; margin-bottom: 20px; }
.app-hero-copy > p:not(.eyebrow) { max-width: 690px; margin-bottom: 0; color: #d5e3de; font-size: 1.08rem; }
.app-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.app-hero-proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; color: #c3d5ce; font-size: .82rem; font-weight: 750; }
.app-hero-proof span::before { margin-right: 7px; content: "✓"; color: #ff9d5c; }
.app-hero-photo { position: relative; min-height: 365px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: #071f1a; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.app-hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.app-hero-photo::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,23,18,.9)); }
.app-hero-photo > span { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: grid; color: #fff; }
.app-hero-photo strong { font-size: 1.2rem; }
.app-hero-photo small { color: #d8e7e1; font-size: .78rem; }

.quick-contact { border-bottom: 1px solid #d9e1dd; background: #fff; box-shadow: 0 10px 32px rgba(18,56,47,.06); }
.quick-contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.quick-contact a { min-width: 0; min-height: 82px; display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 10px; border-right: 1px solid #d9e1dd; padding: 12px 20px; }
.quick-contact a:last-child { border-right: 0; }
.quick-contact a:hover { background: #f7f4ec; }
.quick-contact a > span { grid-row: 1 / 3; align-self: center; color: #c85e1d; font-size: 1.15rem; font-weight: 900; }
.quick-contact strong { color: #12382f; font-size: .88rem; }
.quick-contact small { min-width: 0; overflow: hidden; color: #62706b; font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }

.home-work-v21 { padding: 72px 0 78px; background: #fff; }
.v21-heading-row { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .7fr); gap: 54px; align-items: end; margin-bottom: 30px; }
.v21-heading-row h2 { max-width: 780px; margin-bottom: 0; }
.v21-heading-row > p, .v21-heading-row > div:last-child p { margin-bottom: 9px; }
.featured-work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 188px; gap: 9px; }
.featured-work-card { position: relative; min-width: 0; overflow: hidden; border-radius: 14px; background: #12382f; }
.featured-work-card:nth-child(-n+2) { grid-column: span 2; }
.featured-work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.featured-work-card:nth-child(1) img, .featured-work-card:nth-child(2) img { object-position: top center; }
.featured-work-card::after { position: absolute; inset: 42% 0 0; content: ""; background: linear-gradient(transparent, rgba(5,28,22,.88)); }
.featured-work-card > span { position: absolute; z-index: 2; inset: auto 13px 11px; display: grid; color: #fff; }
.featured-work-card small { color: #ffd4b6; font-size: .7rem; font-weight: 750; }
.featured-work-card strong { font-size: .95rem; }
.featured-work-card:hover img { transform: scale(1.025); }

.home-services-v21 { padding: 72px 0; background: #edf2ef; }
.service-group-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-group { border: 1px solid #d9e1dd; border-radius: 20px; background: #fff; padding: 30px; }
.service-group-digital { background: #12382f; color: #fff; }
.service-group h3 { margin-bottom: 23px; font-size: 1.75rem; }
.service-group > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.service-group a { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid #d9e1dd; color: #12382f; font-size: .86rem; font-weight: 800; }
.service-group-digital a { border-color: rgba(255,255,255,.17); color: #fff; }
.service-group a span { color: #f0833b; }
.service-group a:hover { color: #c85e1d; }
.service-group-digital a:hover { color: #ffb780; }

.home-local-v21 { padding: 62px 0; background: #0c2b24; color: #fff; }
.local-callout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 60px; align-items: center; }
.local-callout h2 { margin-bottom: 14px; }
.local-callout p:not(.eyebrow) { margin-bottom: 0; color: #c4d7d0; }
.local-callout nav { display: grid; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; overflow: hidden; }
.local-callout nav a { min-height: 47px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); padding: 10px 16px; color: #fff; font-size: .86rem; font-weight: 800; }
.local-callout nav a:last-child { border-bottom: 0; color: #ffb780; }

.work-app-header { background: #0c2b24; color: #fff; padding: 42px 0; }
.work-app-header-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: end; }
.work-app-header h1 { margin-bottom: 12px; font-size: clamp(2.7rem, 5vw, 4.3rem); }
.work-app-header p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #ceded8; }
.work-header-actions { display: flex; gap: 9px; }
.gallery-first { padding: 52px 0 74px; background: #fff; }
.gallery-first .gallery-heading { margin-bottom: 24px; }
.gallery-first .gallery-heading h2 { font-size: clamp(2rem, 3.3vw, 3rem); }
.gallery-first .gallery-toolbar { top: 78px; margin-bottom: 13px; }
.gallery-first .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.gallery-first .gallery-card { border-radius: 13px; background: #edf2ef; }
.gallery-first .gallery-card-image { aspect-ratio: 4 / 3; }
.gallery-first .gallery-stage-badge { padding: 5px 8px; font-size: .57rem; }
.gallery-privacy-note { margin: 24px auto 0; color: #6b7772; font-size: .78rem !important; text-align: center; }
.work-story-section { padding: 68px 0; }
.digital-story-section { background: #edf2ef; }
.field-story-section { background: #fff; }
.project-grid-v21 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.digital-project-grid-v21 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.project-grid-v21 .project-card { border-radius: 17px; box-shadow: 0 8px 26px rgba(18,56,47,.06); }
.project-grid-v21 .project-card-image { aspect-ratio: 16 / 9; }
.project-grid-v21 .project-card-copy { padding: 20px; }
.project-grid-v21 .project-card-copy p { min-height: 0; margin-bottom: 14px; font-size: .86rem; }
.project-grid-v21 .project-card-copy h3 { margin-bottom: 9px; }
.digital-project-grid-v21 .project-card-image img { object-position: top center; }

.public-v21 .page-hero { padding: 55px 0; }
.public-v21 .page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.3rem); }
.public-v21 .service-hero { min-height: 440px; }
.public-v21 .service-hero-content h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.public-v21 .service-card { min-height: 0; }
.public-v21 .service-card-body { min-height: 245px; }
.public-v21 .project-detail-hero { min-height: 460px; }
.public-v21 .final-cta { padding: 58px 0; }
.public-v21 .final-cta h2 { font-size: clamp(2rem, 3.4vw, 3.1rem); }

@media (max-width: 1020px) {
  .app-hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; }
  .app-hero-photo { min-height: 330px; }
  .featured-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .featured-work-card:nth-child(-n+2) { grid-column: span 1; }
  .project-grid-v21 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .public-v21 { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .public-v21 h1 { font-size: clamp(2.35rem, 10.8vw, 3.2rem); line-height: 1.02; }
  .public-v21 h2 { font-size: clamp(1.85rem, 8vw, 2.45rem); }
  .public-v21 p { font-size: .94rem; }
  .public-v21 .section { padding: 55px 0; }
  .app-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 25px; padding: 38px 0 28px; }
  .app-hero-copy h1 { margin-bottom: 16px; }
  .app-hero-copy > p:not(.eyebrow) { font-size: .95rem; }
  .app-hero-actions { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 7px; margin-top: 20px; }
  .app-hero-actions .button { min-height: 44px; padding: 9px 7px; font-size: .73rem; }
  .app-hero-proof { margin-top: 17px; gap: 7px 13px; font-size: .68rem; }
  .app-hero-photo { min-height: 205px; border-radius: 16px; }
  .app-hero-photo strong { font-size: 1rem; }
  .quick-contact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .quick-contact a { min-height: 72px; grid-template-columns: 1fr; grid-template-rows: auto auto; justify-items: center; border-right: 1px solid #d9e1dd; padding: 8px 3px; text-align: center; }
  .quick-contact a > span { grid-row: auto; font-size: 1rem; }
  .quick-contact strong { font-size: .69rem; }
  .quick-contact small { display: none; }
  .home-work-v21, .home-services-v21 { padding: 54px 0; }
  .v21-heading-row { grid-template-columns: 1fr; gap: 11px; margin-bottom: 23px; }
  .v21-heading-row > p, .v21-heading-row > div:last-child p { margin-bottom: 6px; font-size: .86rem; }
  .featured-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 152px; gap: 6px; }
  .featured-work-card:nth-child(-n+2) { grid-column: span 1; }
  .featured-work-card { border-radius: 10px; }
  .featured-work-card > span { inset: auto 9px 8px; }
  .featured-work-card small { font-size: .58rem; }
  .featured-work-card strong { font-size: .78rem; }
  .service-group-grid, .local-callout { grid-template-columns: 1fr; gap: 12px; }
  .service-group { border-radius: 16px; padding: 23px; }
  .service-group h3 { font-size: 1.5rem; }
  .service-group > div { grid-template-columns: 1fr; }
  .service-group a { min-height: 45px; font-size: .8rem; }
  .home-local-v21 { padding: 50px 0; }
  .local-callout { gap: 25px; }
  .work-app-header { padding: 34px 0 30px; }
  .work-app-header-grid { grid-template-columns: 1fr; gap: 20px; }
  .work-app-header h1 { font-size: 2.65rem; }
  .work-header-actions { display: grid; grid-template-columns: repeat(3, 1fr); }
  .work-header-actions .button { min-height: 43px; padding: 8px; font-size: .75rem; }
  .gallery-first { padding: 42px 0 58px; }
  .gallery-first .gallery-heading { grid-template-columns: 1fr; gap: 10px; }
  .gallery-first .gallery-heading > p { font-size: .82rem; }
  .gallery-first .gallery-toolbar { top: 70px; margin-inline: -4px; padding: 8px; }
  .gallery-first .gallery-controls-row { grid-template-columns: 1fr 112px; }
  .gallery-first .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .gallery-first .gallery-card { border-radius: 9px; }
  .gallery-first .gallery-card-image { aspect-ratio: 1; }
  .gallery-first .gallery-stage-badge { padding: 3px 5px; font-size: .48rem; }
  .work-story-section { padding: 54px 0; }
  .project-grid-v21, .digital-project-grid-v21 { grid-template-columns: 1fr; }
  .project-grid-v21 .project-card { display: grid; grid-template-columns: 125px 1fr; }
  .project-grid-v21 .project-card-image { height: 100%; min-height: 155px; aspect-ratio: auto; }
  .project-grid-v21 .project-card-copy { padding: 15px; }
  .project-grid-v21 .project-card-copy p { display: none; }
  .project-grid-v21 .project-card-copy h3 { font-size: 1rem; }
  .public-v21 .page-hero { padding: 42px 0; }
  .public-v21 .page-hero h1 { font-size: 2.7rem; }
  .public-v21 .service-hero { min-height: 430px; }
  .public-v21 .service-hero-content h1 { font-size: 2.85rem; }
  .public-v21 .project-detail-hero { min-height: 430px; }
  .public-v21 .final-cta { padding: 48px 0; }
}

@media (max-width: 360px) {
  .app-hero-actions { grid-template-columns: 1fr; }
  .featured-work-grid { grid-auto-rows: 138px; }
  .gallery-first .gallery-stage-badge { display: none; }
}
