:root {
  --bg: #08070d;
  --bg-soft: #10101a;
  --panel: rgba(19, 18, 30, 0.82);
  --panel-strong: #151322;
  --text: #f7f4ff;
  --muted: #aaa5b8;
  --green: #2e9e46;
  --gold: #f2b705;
  --line: rgba(255,255,255,.1);
  --shadow: 0 30px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(46,110,55,.24), transparent 33rem),
    linear-gradient(180deg, #090810, #07070b 70%);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.section { max-width: 1200px; margin: 0 auto; padding: 110px 24px; position: relative; }
.hidden { position: absolute; left: -9999px; }

.ambient { position: fixed; width: 420px; height: 420px; border-radius: 50%; filter: blur(120px); opacity: .12; z-index: -1; }
.ambient-one { background: var(--green); top: 5%; left: -200px; }
.ambient-two { background: var(--gold); right: -220px; top: 48%; }

.site-header {
  width: min(1200px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 12px;
  z-index: 50;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8,7,13,.72);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 11px; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px;
  font-family: "Playfair Display", serif; font-size: 24px;
  background: linear-gradient(145deg, var(--green), var(--gold));
  box-shadow: 0 0 30px rgba(46,158,70,.4);
}
img.brand-mark { object-fit: cover; padding: 0; }
.footer-brand .brand-mark { font-family: "Playfair Display", serif; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 17px; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; margin-top: 5px; white-space: nowrap; }

.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.main-nav a { color: #d7d1e4; transition: .2s ease; }
.main-nav a:hover { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(46,158,70,.5); border-radius: 12px; background: rgba(46,158,70,.12); }
.menu-toggle { display: none; background: none; border: 0; padding: 6px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; }

.hero {
  min-height: 790px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 60px;
  align-items: center;
  padding-top: 105px;
}
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .19em; font-size: 12px; font-weight: 800; color: #8fe0a0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", serif; line-height: 1.08; letter-spacing: -.03em; }
h1 { font-size: clamp(52px, 6vw, 88px); margin-bottom: 26px; }
h1 span { display: block; background: linear-gradient(90deg, #fff, #8fe0a0 48%, #f6d879); -webkit-background-clip: text; color: transparent; }
h2 { font-size: clamp(38px, 4.7vw, 62px); margin-bottom: 22px; }
h3 { font-size: 22px; }
.hero-text { color: var(--muted); font-size: 18px; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 36px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 800; border: 0; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, #2e9e46, #f2b705); box-shadow: 0 14px 38px rgba(46,158,70,.32); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.04); }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; color: #cbc5d8; font-size: 13px; }
.trust-row span::before { content: "✓"; color: #6fcf7a; margin-right: 7px; }

.night-card {
  height: 610px; border: 1px solid var(--line); border-radius: 34px; overflow: hidden; position: relative;
  background: radial-gradient(circle at 70% 12%, rgba(46,158,70,.3), transparent 28%), linear-gradient(#181635, #0c1021 62%, #11110f 62%);
  box-shadow: var(--shadow);
}
.night-card-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-caption { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 17px 18px; border-radius: 16px; background: rgba(7,7,12,.7); border: 1px solid var(--line); backdrop-filter: blur(12px); }
.visual-caption small, .visual-caption strong { display: block; }
.visual-caption small { color: #a9a3b6; } .visual-caption strong { margin-top: 2px; font-size: 17px; }

.logo-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px; display: flex; justify-content: center; gap: clamp(24px, 6vw, 80px); flex-wrap: wrap; color: #817b8d; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }

.section-heading { max-width: 790px; margin-bottom: 52px; }
.section-heading > p:last-child, .about-copy > p { color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 400px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: inset 0 1px rgba(255,255,255,.05); }
.service-card:hover { border-color: rgba(46,158,70,.4); transform: translateY(-4px); transition: .25s ease; }
.service-card-photo {
  position: relative; overflow: hidden; border-color: rgba(46,158,70,.35);
  background-image:
    linear-gradient(180deg, rgba(8,7,13,.35), rgba(8,7,13,.82)),
    var(--photo);
  background-size: cover; background-position: center;
}
.service-card-photo p, .service-card-photo li { color: #e7e2f0; }
.service-card p, .service-card li { color: var(--muted); }
.service-card ul { padding-left: 18px; margin: 24px 0 0; }

.showcase { max-width: 1320px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 285px); gap: 20px; }
.gallery-card { position: relative; overflow: hidden; border-radius: 26px; border: 1px solid var(--line); background: #10111a; }
.gallery-large { grid-row: 1 / 3; }
.scene { position: absolute; inset: 0; transition: transform .5s ease; }
img.scene { width: 100%; height: 100%; object-fit: cover; }
.scene-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(8,8,12,.85)); pointer-events: none; }
.gallery-card:hover .scene { transform: scale(1.035); }
.gallery-overlay { position: absolute; inset: auto 24px 22px; }
.gallery-overlay small { color: #b4a9c5; text-transform: uppercase; letter-spacing: .15em; }
.gallery-overlay h3 { margin: 4px 0 0; }

.process-section { max-width: 1320px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 28px; border-top: 1px solid rgba(46,158,70,.5); background: rgba(255,255,255,.02); }
.process-step span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(46,158,70,.16); color: #8fe0a0; margin-bottom: 48px; }
.process-step p { color: var(--muted); }

.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.about-visual { min-height: 510px; border-radius: 30px; padding: 28px; display: flex; align-items: end; border: 1px solid var(--line); overflow: hidden; background:
  linear-gradient(180deg, rgba(8,8,13,.12), rgba(8,8,13,.78)),
  url("assets/logo.jpeg");
  background-size: cover; background-position: center;
}
.about-panel { background: rgba(8,8,13,.74); border: 1px solid var(--line); border-radius: 20px; padding: 26px; backdrop-filter: blur(10px); }
.about-panel h2 { font-size: 40px; margin-bottom: 0; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 32px; }
.check-grid span { padding: 14px; border: 1px solid var(--line); border-radius: 12px; color: #d9d3e2; }
.check-grid span::before { content:"✓"; color:#6fcf7a; margin-right:9px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
blockquote { margin: 0; padding: 34px; border-radius: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
blockquote p { font-family: "Playfair Display", serif; font-size: 23px; line-height: 1.45; }
blockquote footer { color: var(--muted); }
.stars-rating { color: #f6d879; letter-spacing: .2em; margin-bottom: 18px; }

.contact-section { max-width: 1320px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-details { margin-top: 36px; display: grid; gap: 14px; }
.contact-details a, .contact-details div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); margin-bottom: 4px; }
.contact-form { padding: 34px; border-radius: 26px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.contact-form label { display: block; color: #d7d1df; font-size: 13px; font-weight: 700; margin-bottom: 17px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); color: white; padding: 14px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: #3fbf5f; box-shadow: 0 0 0 3px rgba(46,158,70,.16); }
textarea { resize: vertical; }
.contact-form .button { width: 100%; }
.contact-form .button[disabled] { opacity: .6; cursor: progress; }
.form-status { margin: 16px 0 0; font-size: 14px; font-weight: 600; min-height: 1px; }
.form-status:empty { margin-top: 0; }
.form-status.is-success { color: #7fe098; }
.form-status.is-error { color: #ff9d8a; }

.confirmation { max-width: 820px; display: flex; justify-content: center; }
.confirmation-panel { padding: 46px; border-radius: 26px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.confirmation-panel h1 { font-family: "Playfair Display", serif; font-size: clamp(30px, 5vw, 46px); line-height: 1.14; margin: 12px 0 18px; }
.confirmation-panel > p { color: var(--muted); max-width: 56ch; }
.confirmation-panel .hero-actions { margin-bottom: 0; }

.site-footer { padding: 50px 24px 95px; max-width: 1200px; margin: auto; border-top: 1px solid var(--line); color: var(--muted); }
.footer-brand { color: white; margin-bottom: 22px; }
.site-footer p { max-width: 540px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; margin: 28px 0; color: #ddd8e6; }
.mobile-call { display: none; }

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

@media (max-width: 920px) {
  .main-nav {
    position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch;
    padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(8,7,13,.96);
  }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero, .split-section, .contact-section { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { max-width: 650px; width: 100%; margin: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 420px 260px 260px; }
  .gallery-large { grid-row: auto; }
}

@media (max-width: 620px) {
  .section { padding: 82px 18px; }
  .site-header { width: calc(100% - 20px); }
  h1 { font-size: 49px; }
  h2 { font-size: 39px; }
  .hero { min-height: auto; gap: 42px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .night-card { height: 470px; border-radius: 24px; }
  .logo-strip { gap: 18px 30px; }
  .process-grid, .testimonial-grid, .check-grid, .field-row { grid-template-columns: 1fr; }
  .process-step span { margin-bottom: 24px; }
  .about-panel h2 { font-size: 32px; }
  .contact-form { padding: 22px; }
  .confirmation-panel { padding: 26px; }
  .mobile-call {
    display: flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60;
    height: 54px; align-items: center; justify-content: center; border-radius: 15px;
    color: white; font-weight: 800; background: linear-gradient(135deg, #2e9e46, #f2b705);
    box-shadow: 0 12px 30px rgba(20,60,30,.55);
  }
}
