/*
Theme Name: CoreNest Construction
Theme URI: https://corenest.sk
Author: CoreNest
Description: Elegantná jednostránková prezentácia pre stavebnú spoločnosť CoreNest Construction. Čistý, prémiový vzhľad – pevné základy, kvalitné domovy.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: corenest
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
  --charcoal:        #23272e;
  --charcoal-2:      #2b3038;
  --charcoal-soft:   #3a4048;
  --ink:             #1a1d22;
  --gold:            #c19a4b;
  --gold-soft:       #d4b877;
  --gold-deep:       #a17e37;
  --paper:           #ffffff;
  --paper-2:         #f7f5f1;
  --paper-3:         #efece5;
  --line:            #e4e0d8;
  --muted:           #6d7178;
  --text:            #2c2f35;

  --font-head: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  --maxw: 1200px;
  --gap: clamp(1.25rem, 3vw, 2.5rem);
  --radius: 4px;
  --shadow-sm: 0 4px 18px rgba(26, 29, 34, .06);
  --shadow-md: 0 18px 50px rgba(26, 29, 34, .12);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ==========================================================================
   Reset / base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--charcoal); line-height: 1.15; margin: 0 0 .6em; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
ul { margin: 0; padding: 0; list-style: none; }

/* Layout helpers */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 2.5rem); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section--tight { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.section--dark { background: var(--charcoal); color: #d7dade; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--paper { background: var(--paper-2); }

.eyebrow {
  font-family: var(--font-head);
  font-size: .8rem; font-weight: 600;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 1rem;
  display: inline-flex; align-items: center; gap: .75rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); display: inline-block; }
.section--dark .eyebrow { color: var(--gold-soft); }

.section-head { max-width: 680px; margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.section-head p { color: var(--muted); font-size: 1.08rem; margin-bottom: 0; }
.section--dark .section-head p { color: #aeb3ba; }

/* Buttons */
.btn {
  --_bg: var(--gold); --_fg: #fff; --_bd: var(--gold);
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; font-size: .92rem;
  letter-spacing: .04em;
  padding: .95rem 1.75rem;
  background: var(--_bg); color: var(--_fg);
  border: 1px solid var(--_bd); border-radius: var(--radius);
  cursor: pointer; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(193,154,75,.28); background: var(--gold-deep); border-color: var(--gold-deep); }
.btn--ghost { --_bg: transparent; --_fg: var(--charcoal); --_bd: var(--line); }
.btn--ghost:hover { --_bg: var(--charcoal); --_fg: #fff; --_bd: var(--charcoal); box-shadow: none; }
.btn--light { --_bg: transparent; --_fg: #fff; --_bd: rgba(255,255,255,.35); }
.btn--light:hover { --_bg: #fff; --_fg: var(--charcoal); --_bd: #fff; box-shadow: none; }
.btn svg { width: 1.15em; height: 1.15em; flex: none; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 84px; }
.site-header.scrolled { background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(10px); box-shadow: var(--shadow-sm); border-bottom-color: var(--line); }

.brand { display: inline-flex; align-items: center; gap: .7rem; position: relative; }
.brand__logo { height: 46px; width: auto; display: block; }
/* Two logo variants cross-faded on scroll state. */
.brand__logo-wrap { display: block; transition: opacity .3s var(--ease); }
.brand__logo-wrap--dark { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.site-header.scrolled .brand__logo-wrap--light { opacity: 0; }
.site-header.scrolled .brand__logo-wrap--dark { opacity: 1; }
/* When mobile nav is open over a light sheet, force the dark logo. */
body.nav-open .brand__logo-wrap--light { opacity: 0; }
body.nav-open .brand__logo-wrap--dark { opacity: 1; }

/* Accessibility helpers */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--gold); color: #fff; padding: .75rem 1.25rem; border-radius: 0 0 var(--radius) 0; font-family: var(--font-head); }
.skip-link:focus { left: 0; }

/* About media mark sizing */
.about-mark { width: 62%; height: auto; }

/* Form alerts */
.form-alert { display: flex; align-items: center; gap: .6rem; padding: .9rem 1.1rem; border-radius: var(--radius); font-size: .95rem; margin-bottom: 1.4rem; }
.form-alert svg { width: 20px; height: 20px; flex: none; }
.form-alert--ok { background: rgba(193,154,75,.12); color: var(--gold-deep); border: 1px solid rgba(193,154,75,.35); }
.form-alert--err { background: #fbeaea; color: #a3352f; border: 1px solid #f0c9c6; }

/* Posts pagination */
.pagination .nav-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .5rem; border: 1px solid var(--line); border-radius: var(--radius); font-family: var(--font-head); }
.pagination .current { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav__list { display: flex; align-items: center; gap: 1.9rem; }
.nav__link {
  font-family: var(--font-head); font-weight: 500; font-size: .93rem;
  color: #fff; letter-spacing: .01em; position: relative; padding: .35rem 0;
  transition: color .2s var(--ease);
}
.nav__link::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width .28s var(--ease); }
.nav__link:hover::after, .nav__link:focus-visible::after { width: 100%; }
.site-header.scrolled .nav__link { color: var(--charcoal); }
.nav__cta { margin-left: .4rem; }
/* Over the dark hero the ghost CTA must read as light; dark once scrolled. */
.site-header:not(.scrolled) .nav__cta.btn--ghost { --_fg: #fff; --_bd: rgba(255,255,255,.4); }
.site-header:not(.scrolled) .nav__cta.btn--ghost:hover { --_bg: #fff; --_fg: var(--charcoal); --_bd: #fff; }

/* Hamburger */
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; align-items: center; justify-content: center; filter: drop-shadow(0 1px 1px rgba(0,0,0,.25)); }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 26px; height: 2.5px; border-radius: 2px; background: #fff; position: relative; transition: transform .3s var(--ease), opacity .2s var(--ease), background .3s var(--ease);
}
.site-header.scrolled .nav-toggle span, .site-header.scrolled .nav-toggle span::before, .site-header.scrolled .nav-toggle span::after { background: var(--charcoal); }
.nav-toggle span::before { position: absolute; top: -8px; }
.nav-toggle span::after { position: absolute; top: 8px; }
body.nav-open .nav-toggle span { background: transparent !important; }
body.nav-open .nav-toggle span::before { transform: translateY(8px) rotate(45deg); background: var(--charcoal) !important; }
body.nav-open .nav-toggle span::after { transform: translateY(-8px) rotate(-45deg); background: var(--charcoal) !important; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: #fff; overflow: hidden;
  background: linear-gradient(180deg, rgba(20,23,28,.72) 0%, rgba(20,23,28,.78) 55%, rgba(20,23,28,.92) 100%),
              radial-gradient(120% 90% at 80% 10%, #3a4048 0%, var(--charcoal) 60%, var(--ink) 100%);
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M0 30h60M30 0v60' stroke='%23ffffff' stroke-opacity='.03' stroke-width='1'/%3E%3C/svg%3E");
}
/* Architectural line-art scene (used when no hero photo is set) */
.hero__scene { position: absolute; right: 0; bottom: 0; z-index: 1; width: min(60%, 780px); height: auto; pointer-events: none; }
/* Photo hero: real image behind a dark scrim for legibility */
.hero--photo { background: none; }
.hero--photo::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--hero-img); background-size: cover; background-position: center;
}
.hero--photo .hero__inner, .hero--photo .hero-strip, .hero--photo .hero__scroll { position: relative; z-index: 2; }
.hero--photo > .container,
.hero--photo::after { z-index: 1; }
.hero--photo::after {
  background:
    linear-gradient(90deg, rgba(20,23,28,.9) 0%, rgba(20,23,28,.62) 45%, rgba(20,23,28,.35) 100%),
    linear-gradient(180deg, rgba(20,23,28,.35) 0%, rgba(20,23,28,.55) 100%);
}
.hero__inner { position: relative; z-index: 2; padding-top: 84px; max-width: 820px; }
.hero .eyebrow { color: var(--gold-soft); }
.hero h1 { color: #fff; font-size: clamp(2.5rem, 6.5vw, 4.6rem); line-height: 1.06; margin-bottom: 1.4rem; letter-spacing: -.02em; }
.hero h1 .accent { color: var(--gold); }
.hero p.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: #c9cdd3; max-width: 620px; margin-bottom: 2.4rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; color: rgba(255,255,255,.6); font-family: var(--font-head); display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.hero__scroll .line { width: 1px; height: 42px; background: linear-gradient(var(--gold), transparent); animation: pulse 2.2s var(--ease) infinite; }
@keyframes pulse { 0%,100%{opacity:.4; transform: scaleY(.6);} 50%{opacity:1; transform: scaleY(1);} }

/* Hero stat strip */
.hero-strip { position: relative; z-index: 2; background: rgba(0,0,0,.25); border-top: 1px solid rgba(255,255,255,.08); }
.hero-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-strip__item { padding: 1.6rem clamp(1rem,3vw,2rem); text-align: center; border-left: 1px solid rgba(255,255,255,.08); }
.hero-strip__item:first-child { border-left: 0; }
.hero-strip__num { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.6rem,3vw,2.2rem); color: #fff; }
.hero-strip__num span { color: var(--gold); }
.hero-strip__label { font-size: .82rem; color: #aab0b7; letter-spacing: .04em; }

/* ==========================================================================
   Services
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 1.75rem); }
.service {
  position: relative; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 2.4rem 2rem; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.service::before { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 0; background: var(--gold); transition: width .35s var(--ease); }
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.service:hover::before { width: 100%; }
.service__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--paper-2); color: var(--gold-deep); margin-bottom: 1.4rem; transition: background .3s var(--ease), color .3s var(--ease); }
.service:hover .service__icon { background: var(--charcoal); color: var(--gold-soft); }
.service__icon svg { width: 26px; height: 26px; }
.service h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.service p { color: var(--muted); font-size: .98rem; margin-bottom: 0; }
.service__num { position: absolute; right: 1.4rem; top: 1.1rem; font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--paper-3); }

/* ==========================================================================
   About
   ========================================================================== */
.about { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about__media { position: relative; }
.about__media .frame {
  aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(160deg, var(--charcoal-2), var(--ink));
  display: grid; place-items: center; box-shadow: var(--shadow-md);
}
.about__media .frame svg { width: 55%; opacity: .9; }
.about__media .badge {
  position: absolute; bottom: -22px; right: -18px; background: var(--gold); color: #fff;
  padding: 1.4rem 1.6rem; border-radius: var(--radius); box-shadow: var(--shadow-md); text-align: center;
}
.about__media .badge .n { font-family: var(--font-head); font-weight: 700; font-size: 2rem; line-height: 1; }
.about__media .badge .t { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; opacity: .9; }
.about__body h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); }
.about__body p { color: var(--muted); }
.about__list { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; margin-top: 1.6rem; }
.about__list li { display: flex; align-items: flex-start; gap: .6rem; font-weight: 500; color: var(--text); }
.about__list svg { flex: none; width: 20px; height: 20px; color: var(--gold-deep); margin-top: .25rem; }

/* ==========================================================================
   References / gallery
   ========================================================================== */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.75rem, 1.6vw, 1.25rem); }
.gallery__item { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius); background: var(--paper-3); }
/* Feature the first tile across two columns/rows on larger screens. */
@media (min-width: 720px) {
  .gallery__item:first-child { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
}
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery__item:hover img { transform: scale(1.06); }
.gallery__overlay {
  position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem;
  padding: 1.25rem; color: #fff;
  background: linear-gradient(180deg, rgba(20,23,28,0) 45%, rgba(20,23,28,.82) 100%);
  opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.gallery__item:hover .gallery__overlay, .gallery__item:focus-visible .gallery__overlay { opacity: 1; transform: none; }
.gallery__title { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; display: block; }
.gallery__place { display: inline-flex; align-items: center; gap: .35rem; font-size: .85rem; color: #d7dade; margin-top: .2rem; }
.gallery__place svg { width: 15px; height: 15px; color: var(--gold-soft); }
.gallery__zoom { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); display: grid; place-items: center; }
.gallery__zoom svg { width: 20px; height: 20px; color: #fff; }

.gallery-empty { text-align: center; max-width: 560px; margin-inline: auto; padding: clamp(2.5rem, 6vw, 4rem) 1.5rem; border: 1px dashed var(--line); border-radius: var(--radius); background: var(--paper-2); }
.gallery-empty__icon { width: 64px; height: 64px; margin: 0 auto 1.2rem; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--gold-deep); box-shadow: var(--shadow-sm); }
.gallery-empty__icon svg { width: 30px; height: 30px; }
.gallery-empty h3 { font-size: 1.4rem; }
.gallery-empty p { color: var(--muted); margin-bottom: 0; }
.gallery-empty__hint { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.4rem !important; font-size: .85rem; color: var(--gold-deep); background: rgba(193,154,75,.1); border: 1px solid rgba(193,154,75,.3); padding: .55rem .9rem; border-radius: var(--radius); }
.gallery-empty__hint svg { width: 16px; height: 16px; flex: none; }
.gallery-empty__hint code { font-size: .82em; background: rgba(0,0,0,.05); padding: .1em .35em; border-radius: 3px; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: clamp(1rem, 4vw, 3rem); background: rgba(15,17,21,.94); opacity: 0; transition: opacity .3s var(--ease); }
.lightbox.open { display: flex; opacity: 1; }
.lightbox__img { max-width: min(1100px, 94vw); max-height: 82vh; width: auto; height: auto; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox__cap { position: absolute; bottom: max(1rem, 4vh); left: 50%; transform: translateX(-50%); color: #fff; font-family: var(--font-head); font-size: .95rem; text-align: center; }
.lightbox__cap span { color: var(--gold-soft); }
.lightbox__btn { position: absolute; width: 52px; height: 52px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s var(--ease); font-size: 1.5rem; line-height: 1; }
.lightbox__btn:hover { background: var(--gold); }
.lightbox__close { top: clamp(1rem, 4vw, 2rem); right: clamp(1rem, 4vw, 2rem); }
.lightbox__prev { left: clamp(.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: clamp(.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
@media (max-width: 560px) { .lightbox__prev, .lightbox__next { top: auto; bottom: max(1rem,4vh); transform: none; } .lightbox__prev { left: 1rem; } .lightbox__next { right: 1rem; } }

/* ==========================================================================
   Why us (values)
   ========================================================================== */
.values-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.value { text-align: center; padding: 2rem 1rem; border-radius: var(--radius); transition: background .3s var(--ease); }
.value:hover { background: rgba(255,255,255,.03); }
.value__icon { width: 60px; height: 60px; margin: 0 auto 1rem; display: grid; place-items: center; border: 1px solid rgba(212,184,119,.35); border-radius: 50%; color: var(--gold-soft); }
.value__icon svg { width: 28px; height: 28px; }
.value h3 { font-size: 1.02rem; letter-spacing: .04em; text-transform: uppercase; color: #fff; margin-bottom: .4rem; }
.value p { font-size: .9rem; color: #9aa0a8; margin-bottom: 0; }

/* ==========================================================================
   Process
   ========================================================================== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.25rem, 3vw, 2rem); counter-reset: step; }
.step { position: relative; padding-top: 2.5rem; }
.step::before {
  counter-increment: step; content: "0" counter(step);
  font-family: var(--font-head); font-weight: 700; font-size: 2.6rem; color: var(--paper-3);
  position: absolute; top: -.4rem; left: 0; line-height: 1;
}
.step__dot { width: 14px; height: 14px; border-radius: 50%; background: var(--gold); position: relative; margin-bottom: 1.2rem; }
.step__dot::after { content: ""; position: absolute; left: 22px; top: 6px; width: calc(100% + 3vw); height: 2px; background: var(--line); }
.process-grid .step:last-child .step__dot::after { display: none; }
.step h3 { font-size: 1.15rem; margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .95rem; margin-bottom: 0; }

/* ==========================================================================
   CTA banner
   ========================================================================== */
.cta-banner { position: relative; background: linear-gradient(120deg, var(--charcoal), var(--ink)); color: #fff; border-radius: var(--radius); padding: clamp(2.5rem, 6vw, 4.5rem); overflow: hidden; }
.cta-banner::before { content: ""; position: absolute; right: -60px; top: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(193,154,75,.25), transparent 70%); }
.cta-banner__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-banner h2 { color: #fff; font-size: clamp(1.7rem, 3.5vw, 2.5rem); margin-bottom: .4rem; }
.cta-banner p { color: #b8bdc4; margin-bottom: 0; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); }
.contact__info .info-item { display: flex; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.contact__info .info-item:last-child { border-bottom: 0; }
.contact__info .info-item svg { flex: none; width: 22px; height: 22px; color: var(--gold-deep); margin-top: .3rem; }
.contact__info .info-item .k { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .15rem; }
.contact__info .info-item .v { font-size: 1.08rem; color: var(--charcoal); font-weight: 500; }
.contact__info .info-item a.v:hover { color: var(--gold-deep); }

.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.75rem, 4vw, 2.5rem); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .82rem; font-weight: 600; font-family: var(--font-head); letter-spacing: .04em; color: var(--charcoal); margin-bottom: .45rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--text);
  padding: .85rem 1rem; border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--paper-2); transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; box-shadow: 0 0 0 3px rgba(193,154,75,.14); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: .82rem; color: var(--muted); margin: .2rem 0 1.2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: #9aa0a8; padding-block: clamp(3rem, 6vw, 4.5rem) 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; }
.site-footer .brand__logo { height: 52px; }
.footer-about p { margin-top: 1.2rem; font-size: .95rem; max-width: 320px; }
.footer-col h4 { color: #fff; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-col ul li { margin-bottom: .7rem; }
.footer-col a:hover { color: var(--gold-soft); }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .9rem; font-size: .95rem; }
.footer-contact svg { flex: none; width: 18px; height: 18px; color: var(--gold); margin-top: .2rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-block: 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; font-size: .85rem; }
.footer-bottom a:hover { color: var(--gold-soft); }

/* ==========================================================================
   Motion / reveal
   ========================================================================== */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero__scroll .line { animation: none; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .step__dot::after { display: none; }
  .about { grid-template-columns: 1fr; }
  .about__media { max-width: 420px; }
  .contact { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 760px) {
  .nav__list, .nav__cta.desktop-only { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; inset: 84px 0 auto 0; background: #fff; flex-direction: column; align-items: stretch;
    padding: 1.25rem clamp(1.25rem,5vw,2.5rem) 2rem; gap: 0; box-shadow: var(--shadow-md);
    transform: translateY(-140%); transition: transform .4s var(--ease); border-top: 1px solid var(--line);
  }
  body.nav-open .nav { transform: translateY(0); }
  .nav__list { display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .nav__list li { display: block; width: 100%; }
  .nav__link { display: block; width: 100%; color: var(--charcoal); padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .nav__link::after { content: none; }
  .nav__list li:last-child .nav__link { border-bottom: 0; }
  .nav__cta.mobile-only { display: inline-flex; margin-top: 1.25rem; justify-content: center; }
  .hero__scene { width: 118%; right: -18%; opacity: .55; }
  .hero-strip__grid { grid-template-columns: 1fr 1fr; }
  .hero-strip__item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-strip__item:nth-child(odd) { border-left: 0; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .services-grid, .values-grid, .process-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .about__list { grid-template-columns: 1fr; }
  .cta-banner__inner { flex-direction: column; align-items: flex-start; }
}
.nav__cta.mobile-only { display: none; }
