@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,500&family=Montserrat:wght@300;400;500&display=swap');

:root {
  --cream: #f4efe8;
  --cream-nav: #f6f2ed;
  --navy: #243a50;
  --navy-deep: #0e293f;
  --gold: #e5c46c;
  --text: #1e252b;
  --muted: #899097;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--text); font-family: 'Montserrat', sans-serif; font-weight: 300; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-nav {
  height: 70px;
  background: var(--cream-nav);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
  padding: 0 6vw;
  font-size: 20px;
  position: relative;
  z-index: 20;
}
.site-nav a { transition: opacity .2s ease; }
.site-nav a:hover { opacity: .72; }
.site-nav .active { color: #1d3b57; }
.site-nav .inactive { color: var(--muted); }

.hero {
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6vw;
  background: url('cel-svet-most.png') center / cover no-repeat;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 77% 44%, rgba(255,209,122,.50), transparent 27%),
    linear-gradient(90deg, rgba(5,23,38,.72), rgba(5,23,38,.14) 58%, transparent 76%);
}
.hero-inner { position: relative; z-index: 1; max-width: 760px; color: #fff; }
.brand-logo { width: 300px; height: auto; margin: 0 0 24px; }
.tagline { font-style: italic; font-size: 21px; margin: 0 0 44px; }
.hero-copy { font-size: 17px; line-height: 1.75; max-width: 650px; }

.section { padding: 72px 6vw; }
.kicker { text-transform: uppercase; letter-spacing: .06em; font-size: 14px; margin-bottom: 18px; }
.display { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 46px; line-height: 1.03; margin: 0 0 28px; }

.shadow-section {
  min-height: 620px;
  background: url('cel-svet-senca-listov.jpg') center / cover no-repeat;
}
.shadow-section .copy { max-width: 620px; font-size: 15px; line-height: 1.7; }
.center-note { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; text-align: center; max-width: 760px; margin: 42px auto 0; }
.center-meta { text-align: center; text-transform: uppercase; letter-spacing: .08em; font-size: 13px; margin-top: 32px; }
.light-btn { display: inline-block; margin-top: 26px; padding: 11px 20px; border: 1px solid #73695f; font-size: 13px; letter-spacing: .04em; }
.light-btn:hover { background: rgba(255,255,255,.48); }
.center { text-align: center; }

.what { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: #f5f0ea; }
.what-image { min-height: 520px; background: url('cel-svet-kompas.jpg') center / cover no-repeat; }
.what-copy { padding: 8vw 6vw 6vw; align-self: center; }
.what-copy p { font-size: 15px; line-height: 1.68; }

.services { padding: 72px 6vw 86px; background: var(--cream); }
.services-intro { max-width: 760px; }
.services-intro p { max-width: 720px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 50px; }
.service-card { display: grid; grid-template-columns: 56px 1fr; gap: 18px; }
.service-icon { width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: #c8a347; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 28px; }
.service-eyebrow { text-transform: uppercase; font-size: 12px; letter-spacing: .05em; }
.service-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 32px; margin: 5px 0 10px; }
.service-copy { font-size: 13px; line-height: 1.6; }
.service-cta { text-align: center; margin-top: 62px; }
.service-cta a { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; border-bottom: 1px solid #8a7d6f; padding-bottom: 4px; }

.about { padding: 76px 6vw 96px; background: var(--cream); }
.about-inner { max-width: 980px; margin: 0 auto; }
.about-copy { max-width: 760px; margin-left: auto; }
.about-copy p { line-height: 1.62; font-size: 14px; }
.quote { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-size: 30px; text-align: right; margin: 84px 2vw 0; }

.testimonials { background: var(--navy); color: #fff; padding: 54px 6vw 65px; }
.testimonials h2 { color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; text-align: center; font-size: 42px; font-weight: 500; margin: 0 0 48px; }
.test-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.testimonial { font-size: 14px; line-height: 1.65; position: relative; padding-left: 28px; }
.testimonial::before { content: '“'; position: absolute; left: 0; top: -7px; color: var(--gold); font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; }
.initials { margin-top: 24px; font-size: 13px; }

.site-footer { background: #111; color: #eee; padding: 16px 6vw; font-size: 12px; display: flex; gap: 28px; }
.site-footer a { opacity: .9; }

.contact-page { min-height: 100vh; background: var(--navy-deep); color: #fff; display: flex; flex-direction: column; }
.contact-hero {
  min-height: calc(100vh - 70px);
  padding: 7vw 6vw 0;
  position: relative;
  background: url('cel-svet-soncni-zahod.png') center / cover no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.contact-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 60%, rgba(255,213,124,.46), transparent 30%),
    linear-gradient(90deg, rgba(4,20,36,.76), rgba(4,20,36,.20) 63%, transparent 82%);
}
.contact-inner { position: relative; z-index: 1; max-width: 850px; }
.contact-inner h1 { color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 500; font-size: 74px; line-height: 1; margin: 0 0 34px; }
.contact-inner p { color: #fff; font-size: 23px; line-height: 1.5; max-width: 850px; }
.form-title { color: #fff; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 68px; margin-top: 62px; }
.contact-footer { position: relative; z-index: 1; margin: auto -6vw 0; padding: 16px 6vw; background: #111; font-size: 12px; }

.privacy { min-height: calc(100vh - 70px); padding: 72px 6vw 96px; max-width: 900px; margin: 0 auto; }
.privacy h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 54px; font-weight: 500; margin-top: 0; }
.privacy p { line-height: 1.7; }
.privacy .note { padding: 18px 20px; background: #eee6dc; border-left: 3px solid #b89753; }

@media (max-width: 900px) {
  .site-nav { font-size: 16px; gap: 18px; }
  .hero { min-height: 560px; }
  .brand-logo { width: 260px; }
  .display { font-size: 40px; }
  .what { grid-template-columns: 1fr; }
  .what-image { min-height: 360px; }
  .service-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-copy { margin-left: 0; }
  .test-grid { grid-template-columns: 1fr; }
  .quote { text-align: center; }
}

@media (max-width: 560px) {
  .site-nav { height: auto; padding: 18px 22px; justify-content: center; flex-wrap: wrap; }
  .hero, .section, .services, .about, .testimonials { padding-left: 24px; padding-right: 24px; }
  .hero { min-height: 520px; }
  .brand-logo { width: 230px; }
  .tagline { font-size: 18px; }
  .display { font-size: 36px; }
  .service-card { grid-template-columns: 44px 1fr; }
  .contact-hero { padding: 70px 24px 0; }
  .contact-inner h1 { font-size: 46px; }
  .contact-inner p { font-size: 17px; }
  .form-title { font-size: 44px; }
  .contact-footer { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
}
