/* ===== Design tokens (brand blues from the Ararat logo) ===== */
:root {
  --brand: #1785c7;         /* primary azure blue */
  --brand-600: #0f6aa6;     /* darker hover */
  --brand-700: #0c5686;
  --brand-deep: #0d3757;    /* navy for dark sections / headings */
  --sky: #58b6e8;           /* light accent */
  --sky-soft: #e8f4fb;      /* pale blue tint */
  --ink: #14212e;
  --ink-soft: #4a5763;
  --line: #e2e8ee;
  --bg: #ffffff;
  --bg-alt: #f3f8fc;
  --star: #f5a623;
  --radius: 14px;
  --maxw: 1140px;
  --shadow: 0 12px 34px rgba(13, 55, 87, 0.12);
  --shadow-sm: 0 4px 14px rgba(13, 55, 87, 0.08);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { line-height: 1.14; margin: 0 0 0.5em; letter-spacing: -0.02em; color: var(--ink); }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em;
  font-size: 0.78rem; font-weight: 700; color: var(--brand);
  margin-bottom: 0.6rem;
}
.eyebrow.light { color: var(--sky); }
.center { text-align: center; }

.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.5rem); }
.section-title.center { margin-bottom: 14px; }
.section-sub { color: var(--ink-soft); font-size: 1.1rem; max-width: 640px; margin: 0 auto 46px; }
.section-sub.center { text-align: center; }

/* ===== Buttons ===== */
.btn {
  display: inline-block; padding: 13px 24px; border-radius: 999px;
  font-weight: 600; font-size: 0.98rem; cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.btn:active { transform: translateY(1px); }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--brand-600); }
.btn-ghost { border-color: rgba(255,255,255,0.6); color: #fff; }
.btn-ghost:hover { background: rgba(255,255,255,0.14); }
.btn-ghost-dark { border-color: var(--brand); color: var(--brand); }
.btn-ghost-dark:hover { background: var(--sky-soft); }

/* ===== Brand ===== */
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.brand-logo { display: block; }
.brand-text { font-size: 1.15rem; letter-spacing: 0.02em; color: var(--brand-deep); }
.brand-text strong { color: var(--brand); font-weight: 800; margin-left: 2px; }

/* ===== Top bar ===== */
.topbar { background: var(--brand-deep); color: rgba(255,255,255,0.9); font-size: 0.85rem; }
.topbar-inner { display: flex; align-items: center; gap: 10px; height: 40px; flex-wrap: wrap; }
.topbar-sep { opacity: 0.4; }
.topbar-phone { margin-left: auto; font-weight: 700; color: #fff; }
.topbar-phone:hover { color: var(--sky); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; }
.nav-menu a { font-weight: 500; color: var(--ink-soft); }
.nav-menu a:hover { color: var(--ink); }
.nav-call { font-weight: 700 !important; color: var(--brand) !important; }
.nav-cta { background: var(--brand); color: #fff !important; padding: 10px 18px; border-radius: 999px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--brand-600); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: 0.2s; }

/* ===== Hero ===== */
.hero {
  color: #fff; position: relative;
  background:
    linear-gradient(rgba(9, 33, 53, 0.72), rgba(9, 33, 53, 0.82)),
    url("images/kitchen-openconcept.jpg") center/cover no-repeat;
  padding: 112px 0 96px;
}
.hero-inner { max-width: 760px; }
.hero h1 { color: #fff; }
.hero .lead { font-size: 1.2rem; color: rgba(255,255,255,0.88); max-width: 620px; }
.lead { font-size: 1.14rem; color: var(--ink-soft); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 42px; }
.hero-trust { list-style: none; display: flex; gap: 44px; padding: 0; margin: 0; flex-wrap: wrap; }
.hero-trust strong { display: block; font-size: 2rem; color: #fff; }
.hero-trust span { color: rgba(255,255,255,0.75); font-size: 0.9rem; }

/* ===== Trust strip ===== */
.trust-strip { background: var(--brand-deep); color: #fff; }
.trust-strip-inner { display: flex; justify-content: center; gap: 34px; flex-wrap: wrap; padding: 18px 24px; font-size: 0.92rem; font-weight: 500; }

/* ===== Grid & cards ===== */
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-feature { border-top: 4px solid var(--brand); }
.card-icon { font-size: 2rem; margin-bottom: 12px; }
.card h3 { font-size: 1.2rem; }
.card p { color: var(--ink-soft); margin: 0; }

/* ===== Gallery ===== */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { margin: 0; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 4 / 3; background: var(--sky-soft); }
.gallery-item.wide { grid-column: span 2; grid-row: span 2; aspect-ratio: auto; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-cta { margin-top: 36px; }

/* ===== Why us ===== */
.why-inner { display: grid; grid-template-columns: 1.35fr 1fr; gap: 56px; align-items: center; }
.why-text p { color: var(--ink-soft); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding-left: 34px; margin-bottom: 15px; color: var(--ink); }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: 0.75rem; font-weight: 700;
}
.why-card { background: linear-gradient(160deg, var(--brand-deep), #0a2a44); color: #fff; border-radius: var(--radius); padding: 32px 30px; box-shadow: var(--shadow); }
.why-stat { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.why-stat strong { display: block; font-size: 1.9rem; color: var(--sky); }
.why-stat span { color: rgba(255,255,255,0.78); font-size: 0.92rem; }
.why-badge { margin-top: 18px; font-weight: 600; font-size: 0.9rem; color: #fff; }

/* ===== Reviews ===== */
.reviews { align-items: start; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; margin: 0; box-shadow: var(--shadow-sm); }
.stars { color: var(--star); letter-spacing: 2px; margin-bottom: 10px; }
.review p { color: var(--ink-soft); font-style: italic; }
.review cite { display: block; margin-top: 14px; font-style: normal; font-weight: 700; color: var(--ink); }
.review cite span { font-weight: 400; color: var(--ink-soft); }
.review-cta { background: linear-gradient(160deg, var(--brand), var(--brand-700)); color: #fff; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 0; }
.rating-big { font-size: 3rem; font-weight: 800; line-height: 1; }
.rating-big span { color: var(--star); }
.review-cta p { color: rgba(255,255,255,0.9); font-style: normal; margin: 6px 0 18px; }
.review-cta .btn-primary { background: #fff; color: var(--brand-700); }
.review-cta .btn-primary:hover { background: var(--sky-soft); }
.review-note { text-align: center; color: var(--ink-soft); font-size: 0.82rem; margin-top: 26px; }

/* ===== About ===== */
.about-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 52px; align-items: center; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); }
.about-text p { color: var(--ink-soft); }
.license-line { font-weight: 600; color: var(--brand-deep); }

/* ===== CTA / Contact ===== */
.cta { background: var(--bg-alt); }
.cta-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.cta-points { list-style: none; padding: 0; margin: 20px 0 26px; }
.cta-points li { margin-bottom: 8px; color: var(--ink); font-weight: 500; }
.cta-call { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 8px; }
.cta-call span { color: var(--ink-soft); font-weight: 600; }

.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); }
.contact-form label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 16px; color: var(--ink); }
.contact-form .req { color: var(--brand); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 6px; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 1rem; font-weight: 400; background: #fff; color: var(--ink);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: 2px solid var(--brand); border-color: var(--brand);
}
.hidden-field { display: none; }
.form-fineprint { font-size: 0.8rem; color: var(--ink-soft); margin: 14px 0 0; text-align: center; }
.form-fineprint a { color: var(--brand); text-decoration: underline; }

/* ===== Footer ===== */
.site-footer { background: var(--brand-deep); color: rgba(255,255,255,0.78); padding-top: 56px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 40px; }
.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-text strong { color: var(--sky); }
.footer-brand p { margin-top: 14px; color: rgba(255,255,255,0.62); font-size: 0.92rem; }
.footer-license { font-size: 0.82rem !important; }
.footer-col h4 { color: #fff; margin-bottom: 14px; font-size: 0.95rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 9px; }
.footer-col a:hover { color: var(--sky); }
.footer-col p { margin-bottom: 9px; font-size: 0.92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 24px; text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.55); }

/* ===== Lightbox ===== */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(9,20,30,0.9); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92%; max-height: 90%; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.lightbox-close { position: absolute; top: 20px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.4rem; line-height: 1; cursor: pointer; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .why-inner, .about-inner, .cta-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-media { order: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section { padding: 62px 0; }

  /* --- Mobile header --- */
  .header-inner { height: 64px; }
  .brand { gap: 8px; }
  .brand-logo { width: 34px; height: 34px; }
  .brand-text { font-size: 0.98rem; white-space: nowrap; }
  .nav { position: static; }
  .nav-toggle { display: block; margin: -8px -8px -8px 0; }
  .nav-menu {
    position: absolute; top: 100%; left: 0; right: 0; background: #fff;
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 6px 20px 18px; border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); display: none;
    max-height: calc(100vh - 64px); overflow-y: auto; z-index: 60;
  }
  .nav-menu.open { display: flex; }
  .nav-menu li { padding: 4px 0; }
  .nav-menu li a { display: block; padding: 10px 4px; }
  .nav-cta, .nav-call { text-align: center; margin-top: 4px; }

  /* Topbar: keep only the tappable phone on small screens */
  .topbar-inner { justify-content: center; height: auto; padding: 8px 24px; }
  .topbar-item { display: none; }
  .topbar-phone { margin-left: 0; }

  .trust-strip-inner { gap: 14px 20px; font-size: 0.85rem; }

  .grid-3 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-item.wide { grid-column: span 2; grid-row: auto; aspect-ratio: 4/3; }
  .form-row { grid-template-columns: 1fr; }
  .hero-trust { gap: 26px; }
  .footer-inner { grid-template-columns: 1fr; }

  .offer-bar-inner { font-size: 0.82rem; flex-wrap: wrap; padding: 8px 40px 8px 16px; }
  .guarantee-inner { flex-direction: column; text-align: center; }
}

/* ===== Inline SVG icons (line style; replaces emoji) ===== */
.ico {
  display: inline-block; vertical-align: -0.16em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}
.topbar-item .ico, .topbar-phone .ico { vertical-align: -0.22em; opacity: 0.85; margin-right: 3px; }
.trust-strip .ico { color: var(--sky); margin-right: 7px; }
.hero-actions .ico, .cta-call .ico { margin-right: 7px; }
.cta-points .ico { color: var(--brand); margin-right: 10px; }
.why-badge .ico, .license-line .ico { vertical-align: -0.22em; margin-right: 6px; color: var(--sky); }
.license-line .ico { color: var(--brand); }
.footer-col .ico { opacity: 0.8; margin-right: 6px; }

/* Service card icon badge */
.card-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--sky-soft); color: var(--brand);
  display: grid; place-items: center; margin-bottom: 16px;
}
.card-feature .card-icon { background: var(--brand); color: #fff; }

/* ===== Offer announcement bar ===== */
.offer-bar { background: linear-gradient(90deg, var(--brand), var(--brand-700)); color: #fff; }
.offer-bar[hidden] { display: none; }
.offer-bar-inner { display: flex; align-items: center; gap: 10px; padding: 10px 56px 10px 24px; font-size: 0.92rem; position: relative; }
.offer-bar .ico { color: #fff; flex: none; }
.offer-bar #offerText { flex: 1 1 auto; }
.offer-bar #offerText strong { font-weight: 700; }
.offer-link { background: #fff; color: var(--brand-700); font-weight: 700; padding: 6px 14px; border-radius: 999px; font-size: 0.86rem; white-space: nowrap; }
.offer-link:hover { background: var(--sky-soft); }
.offer-close { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: #fff; font-size: 1.5rem; line-height: 1; cursor: pointer; opacity: 0.85; padding: 0 6px; }
.offer-close:hover { opacity: 1; }

/* ===== Offer callout in contact section ===== */
.offer-callout { display: inline-flex; align-items: center; gap: 10px; background: var(--sky-soft); color: var(--brand-deep); border: 1px solid #cfe7f6; border-radius: 12px; padding: 12px 16px; margin-bottom: 18px; font-size: 0.95rem; }
.offer-callout[hidden] { display: none; }
.offer-callout .ico { color: var(--brand); flex: none; }
.offer-callout strong { color: var(--brand-700); }

/* ===== Guarantee / warranty band ===== */
.guarantee { background: linear-gradient(160deg, var(--brand-deep), #0a2a44); color: #fff; padding: 56px 0; }
.guarantee-inner { display: flex; align-items: center; gap: 28px; }
.guarantee-icon { color: var(--sky); flex: none; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.guarantee h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 8px; }
.guarantee p { color: rgba(255,255,255,0.82); margin: 0; max-width: 760px; }

/* ===== FAQ ===== */
.faq-container { max-width: 820px; }
.faq-list { margin-top: 20px; }
.faq-item { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 12px; background: #fff; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 22px;
  font-weight: 600; color: var(--ink); font-size: 1.05rem;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron {
  color: var(--brand); flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}
.faq-item[open] summary { color: var(--brand-700); }
.faq-answer { padding: 0 22px 20px; }
.faq-answer p { color: var(--ink-soft); margin: 0; }

/* Keep sticky header clear of nothing extra; offer bar scrolls away naturally */
