@font-face {
  font-family: "Cormorant Zadbane";
  src: url('../public/fonts/cormorant-variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope Zadbane";
  src: url('../public/fonts/manrope-variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --forest: #063c2b;
  --forest-deep: #002d20;
  --cream: #f7f2e7;
  --cream-card: #fcfaf4;
  --gold: #d5b65d;
  --ink: #0d3b2c;
  --muted: #667067;
  --line: #ddd5c4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope Zadbane", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  color: white;
  background-color: var(--forest-deep);
  background-image:
    linear-gradient(90deg, rgba(0, 45, 32, .99) 0%, rgba(0, 45, 32, .94) 27%, rgba(0, 45, 32, .73) 49%, rgba(0, 45, 32, .20) 75%, rgba(0, 45, 32, .04) 100%),
    url('../public/hero-garden.webp');
  background-position: center;
  background-size: cover;
}

.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,20,14,.1), transparent 58%, rgba(0,31,21,.28)); }
.nav { width: min(1420px, calc(100% - 100px)); height: 122px; margin: 0 auto; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 16px; width: fit-content; font-family: "Cormorant Zadbane", Georgia, serif; font-size: 42px; line-height: 1; font-weight: 600; }
.brand-leaves { width: 72px; height: 55px; position: relative; display: inline-block; }
.brand-leaves i { width: 4px; height: 51px; position: absolute; bottom: 0; left: 35px; border-radius: 100% 0; background: var(--gold); transform-origin: bottom center; }
.brand-leaves i:first-child { height: 44px; transform: rotate(-55deg); }
.brand-leaves i:nth-child(2) { height: 52px; transform: rotate(-29deg); }
.brand-leaves i:nth-child(3) { height: 55px; transform: rotate(4deg); }
.brand-leaves i:last-child { height: 47px; transform: rotate(36deg); }
.nav-links { display: flex; align-items: center; gap: clamp(38px, 5vw, 78px); font-size: 17px; font-weight: 500; }
.nav-links a { padding: 9px 0; border-bottom: 1px solid transparent; text-shadow: 0 1px 12px rgba(0,0,0,.25); }
.nav-links a:hover { border-color: var(--gold); }
.nav-phone { justify-self: end; min-height: 55px; padding: 0 24px; display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--gold); border-radius: 11px; font-size: 18px; font-weight: 600; }
.nav-phone:hover { color: var(--forest-deep); background: var(--cream); }
.phone-symbol { font-size: 22px; }

.hero-inner { width: min(1420px, calc(100% - 100px)); margin: 0 auto; padding: 78px 0 64px; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 25px; color: #e5c773; font-size: 15px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.hero h1 { max-width: 840px; margin: 0; color: #fff9eb; font-family: "Cormorant Zadbane", Georgia, serif; font-size: clamp(70px, 7.25vw, 112px); line-height: .87; font-weight: 450; letter-spacing: -.035em; }
.hero-copy { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.9); font-size: 19px; line-height: 1.55; }
.hero-cta { min-height: 70px; margin-top: 34px; padding: 0 30px; display: inline-flex; align-items: center; gap: 17px; border-radius: 11px; color: var(--forest-deep); background: #fff8e8; box-shadow: 0 7px 24px rgba(0,0,0,.13); font-size: 20px; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.hero-cta span { font-size: 28px; }
.hero-cta:hover { transform: translateY(-2px); background: white; }
.hero-facts { margin: 32px 0 0; padding: 0; display: flex; align-items: center; gap: 32px; list-style: none; font-size: 15px; }
.hero-facts li { display: flex; align-items: center; gap: 12px; }
.hero-facts li + li::before { content: ""; width: 5px; height: 5px; margin-right: 17px; border-radius: 50%; background: var(--gold); }
.hero-facts b { color: var(--gold); font-size: 25px; font-weight: 500; }

.services { padding: 62px max(40px, calc((100vw - 1420px) / 2)) 95px; background: var(--cream); }
.ornament-heading { text-align: center; }
.ornament-heading h2 { margin: 0; font-family: "Cormorant Zadbane", Georgia, serif; font-size: clamp(42px, 4.4vw, 60px); line-height: 1; font-weight: 500; letter-spacing: -.025em; }
.ornament-heading div { margin-top: 15px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.ornament-heading div span { width: 135px; height: 1px; background: var(--gold); }
.ornament-heading b { color: var(--gold); font-size: 23px; }
.service-grid { margin-top: 29px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-card { min-height: 220px; padding: 32px; display: grid; grid-template-columns: 82px 1fr; grid-template-rows: auto 1fr; column-gap: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream-card); box-shadow: 0 5px 18px rgba(52,43,24,.07); }
.service-card h3 { margin: 17px 0 0; font-family: "Cormorant Zadbane", Georgia, serif; font-size: 29px; line-height: 1; font-weight: 650; letter-spacing: -.025em; }
.service-card p { grid-column: 2; margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; color: var(--forest); background: #f2e9cf; font: 750 12px/1 "Manrope Zadbane", sans-serif; letter-spacing: .08em; }

.about { padding: 105px max(50px, calc((100vw - 1280px) / 2)); background: #fffdf8; }
.about-kicker, .section-label { margin-bottom: 40px; color: #6d805f; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.about h2, .contact h2, .work-heading h2 { margin: 0; font-family: "Cormorant Zadbane", Georgia, serif; font-size: clamp(56px, 5.7vw, 80px); line-height: .92; font-weight: 500; letter-spacing: -.035em; }
.about-content p { max-width: 560px; margin: 5px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.about-content .about-note { margin-top: 25px; padding-left: 18px; border-left: 2px solid var(--gold); color: var(--ink); font-size: 14px; font-weight: 700; }
.trust-list { margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.trust-list li { min-height: 92px; padding: 18px 14px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); }
.trust-list li:last-child { border-right: 0; }
.trust-list b { font-size: 13px; }
.trust-list span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.work { padding: 95px max(50px, calc((100vw - 1280px) / 2)) 105px; color: white; background: var(--forest-deep); }
.work .section-label { color: #d4c58e; }
.work-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.work-heading h2 { color: #fff9eb; }
.work-heading > p { max-width: 500px; margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.work-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-grid article { min-height: 210px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.035); }
.work-grid span { color: var(--gold); font: 700 12px monospace; }
.work-grid h3 { margin: 48px 0 10px; font-family: "Cormorant Zadbane", Georgia, serif; font-size: 32px; line-height: 1; font-weight: 550; }
.work-grid p { max-width: 300px; margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; }
.contact { padding: 100px max(50px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; text-align: left; background: var(--cream); }
.contact .eyebrow { color: #8e7029; }
.contact-copy > p:last-child { max-width: 530px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.contact-card { padding: 38px 40px; border: 1px solid var(--line); border-radius: 14px; background: #fffdf8; box-shadow: 0 8px 28px rgba(49,42,26,.07); }
.contact-card > span { color: #8e7029; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card > a:not(.contact-button) { margin-top: 17px; display: block; color: var(--forest); font-family: "Cormorant Zadbane", Georgia, serif; font-size: clamp(44px, 4.5vw, 63px); line-height: 1; font-weight: 550; }
.contact-card > p { margin: 18px 0 27px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.contact-button { min-height: 50px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-radius: 6px; color: white; background: var(--forest); font-size: 13px; font-weight: 800; }
.contact-button b { color: var(--gold); font-size: 20px; }
footer { padding: 30px max(40px, calc((100vw - 1280px) / 2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: rgba(255,255,255,.55); background: #001f16; font-size: 12px; }
.brand-footer { color: white; font-size: 21px; }
.brand-footer .brand-leaves { width: 38px; height: 33px; transform: scale(.65); transform-origin: left center; margin-right: -8px; }
footer p { margin: 0; }
footer p:last-child { justify-self: end; }
.mobile-call { display: none; }

@media (max-width: 900px) {
  .hero { min-height: 800px; background-position: 64% center; }
  .nav { width: calc(100% - 40px); height: 90px; grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .brand { font-size: 29px; }
  .brand-leaves { transform: scale(.78); transform-origin: left center; margin-right: -10px; }
  .nav-phone { padding: 0 16px; font-size: 14px; }
  .hero-inner { width: calc(100% - 40px); padding-top: 92px; }
  .hero h1 { font-size: clamp(60px, 12vw, 82px); }
  .service-grid { grid-template-columns: 1fr; }
  .about-content, .work-heading, .contact { grid-template-columns: 1fr; gap: 40px; }
  .work-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { justify-self: start; }
}

@media (max-width: 560px) {
  body { padding-bottom: 67px; }
  .hero { min-height: 780px; background-position: 69% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,38,27,.2); }
  .nav-phone { min-height: 44px; font-size: 0; }
  .nav-phone::after { content: "Zadzwoń"; font-size: 13px; }
  .phone-symbol { display: none; }
  .hero-inner { padding-top: 72px; }
  .eyebrow { font-size: 11px; line-height: 1.4; }
  .hero h1 { font-size: 54px; }
  .hero-copy { font-size: 16px; }
  .desktop-break { display: none; }
  .hero-cta { width: 100%; min-height: 62px; justify-content: center; padding: 0 18px; font-size: 17px; }
  .hero-facts { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-facts li + li::before { display: none; }
  .services { padding: 55px 18px 70px; }
  .ornament-heading h2 { font-size: 37px; }
  .ornament-heading div span { width: 70px; }
  .service-card { padding: 23px; grid-template-columns: 70px 1fr; }
  .service-card h3 { margin-top: 18px; font-size: 20px; }
  .service-card p { grid-column: 1 / -1; margin-top: 20px; }
  .about, .work { padding: 75px 24px; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list li { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-list li:last-child { border-bottom: 0; }
  .about h2, .contact h2 { font-size: 47px; }
  .contact { padding: 75px 22px; }
  .contact-card { padding: 29px 24px; }
  .mobile-call { height: 55px; position: fixed; left: 9px; right: 9px; bottom: 7px; z-index: 30; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.3); border-radius: 6px; color: var(--forest-deep); background: #fff8e8; box-shadow: 0 8px 28px rgba(0,0,0,.28); font-size: 14px; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
