/* Χρωμολαγνεία — sample site · warm paint-shop design */
:root {
  --ink: #1a1512;
  --ink-soft: #3d342e;
  --muted: #6b5e54;
  --line: #e4d9cc;
  --paper: #f7f2ea;
  --paper-2: #efe6d8;
  --white: #fffcf7;
  --terra: #c45c26;
  --terra-deep: #9a4218;
  --ochre: #c9a227;
  --green: #2f5d50;
  --green-soft: #e8f0ed;
  --shadow: 0 18px 50px rgba(26, 21, 18, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1120px;
  --font: "DM Sans", "Segoe UI", system-ui, sans-serif;
  --display: "Fraunces", "Georgia", "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 72px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--terra-deep); }
a:hover { color: var(--terra); }
.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: #fff; padding: 8px 12px; z-index: 100;
}
.skip:focus { left: 8px; top: 8px; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(228, 217, 204, 0.85);
}
.header-inner {
  display: flex; align-items: center; gap: 1rem;
  min-height: 68px;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; color: inherit; margin-right: auto;
}
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background:
    linear-gradient(135deg, var(--terra) 0 33%, var(--ochre) 33% 66%, var(--green) 66%);
  box-shadow: 0 4px 14px rgba(196, 92, 38, 0.25);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.brand-text em {
  font-style: normal;
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nav { display: none; gap: 1.25rem; }
.nav a {
  text-decoration: none; color: var(--ink-soft);
  font-weight: 500; font-size: 0.92rem;
}
.nav a:hover { color: var(--terra); }
.header-cta { display: none; gap: 0.5rem; align-items: center; }
.nav-toggle {
  border: 1px solid var(--line); background: var(--white);
  width: 44px; height: 44px; border-radius: 12px;
  display: grid; place-content: center; gap: 5px; cursor: pointer;
}
.nav-toggle span {
  display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px;
}
.mobile-nav {
  display: flex; flex-direction: column; gap: 0.25rem;
  padding: 0.5rem 1rem 1rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.mobile-nav a {
  text-decoration: none; color: var(--ink);
  padding: 0.75rem 0.5rem; font-weight: 500;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
  text-decoration: none; font-weight: 600; font-size: 0.92rem;
  padding: 0.7rem 1.05rem; border-radius: 999px;
  border: 1px solid transparent; transition: transform .15s ease, background .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--terra); color: #fff !important;
  box-shadow: 0 8px 22px rgba(196, 92, 38, 0.28);
}
.btn-primary:hover { background: var(--terra-deep); color: #fff !important; }
.btn-ghost {
  background: transparent; color: var(--ink-soft) !important;
  border-color: var(--line);
}
.btn-light {
  background: var(--white); color: var(--ink) !important;
  border-color: rgba(255,255,255,0.4);
}
.btn-outline {
  background: transparent; color: var(--ink) !important;
  border-color: var(--ink);
}
.btn-lg { padding: 0.95rem 1.35rem; font-size: 1rem; }
.btn-ico { font-size: 0.95em; }

/* Hero */
.hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: grid;
  align-items: end;
  color: #fff;
  overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0;
}
.hero-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26,21,18,0.25) 0%, rgba(26,21,18,0.55) 45%, rgba(26,21,18,0.88) 100%),
    linear-gradient(90deg, rgba(26,21,18,0.55) 0%, transparent 70%);
}
.hero-copy {
  position: relative; z-index: 1;
  padding: 5.5rem 0 3rem;
}
.eyebrow {
  display: inline-block;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #f0c9a8; margin: 0 0 0.85rem;
}
.eyebrow.dark { color: var(--terra); }
.hero h1 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.15rem, 6.5vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  max-width: 14ch;
}
.lead {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: rgba(255,252,247,0.88);
  max-width: 42ch;
  margin: 0 0 1.6rem;
}
.lead strong { color: #fff; font-weight: 600; }
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.hero-trust {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.25rem;
  font-size: 0.9rem; color: rgba(255,252,247,0.75);
}
.hero-trust a { color: #fff; font-weight: 600; }

/* Strip */
.strip {
  background: var(--ink);
  color: rgba(255,252,247,0.85);
  padding: 1.35rem 0;
}
.strip-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr 1fr;
}
.strip-grid strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}
.strip-grid span {
  font-size: 0.82rem;
  color: rgba(255,252,247,0.62);
  line-height: 1.35;
}

/* Sections */
.section { padding: 4rem 0; }
.section--muted { background: var(--paper-2); }
.section-head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2.4rem;
}
.section-head.left { text-align: left; margin-left: 0; }
.section-head h2,
.feature-copy h2,
.cta-final h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
}
.section-lead {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Products */
.product-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(26, 21, 18, 0.04);
}
.product-img { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-2); }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 1.25rem 1.3rem 1.45rem; }
.product-body h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}
.product-body p { margin: 0 0 0.75rem; color: var(--ink-soft); }
.product-body ul {
  margin: 0; padding-left: 1.1rem; color: var(--muted); font-size: 0.95rem;
}
.product-body li { margin-bottom: 0.25rem; }
.product-card--accent {
  background: linear-gradient(145deg, var(--green) 0%, #234840 100%);
  color: #fff;
  border: none;
  display: flex;
  align-items: end;
  min-height: 220px;
}
.product-card--accent .eyebrow { color: #b7d4c8; }
.product-card--accent h3 { color: #fff; }
.product-card--accent p { color: rgba(255,252,247,0.88); }
.text-link {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
.text-link:hover { border-bottom-color: #fff; }

/* Feature band */
.feature-band {
  padding: 0 0 4rem;
}
.feature-band-inner {
  display: grid;
  gap: 1.5rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.feature-copy { padding: 1.75rem 1.5rem; }
.feature-copy p { color: var(--ink-soft); }
.check-list {
  list-style: none; padding: 0; margin: 1.25rem 0 0;
}
.check-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.7rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.check-list li::before {
  content: "";
  position: absolute; left: 0; top: 0.7rem;
  width: 0.9rem; height: 0.9rem; border-radius: 50%;
  background: var(--green-soft);
  box-shadow: inset 0 0 0 4px var(--green);
}
.feature-photo { margin: 0; min-height: 240px; }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 240px; }

/* Why */
.why-grid {
  display: grid;
  gap: 1rem;
}
.why-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
}
.why-num {
  display: block;
  font-family: var(--display);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--terra);
  margin-bottom: 0.55rem;
}
.why-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}
.why-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }

/* Visit */
.visit-grid {
  display: grid;
  gap: 2rem;
}
.contact-list {
  margin: 0 0 1.5rem;
  display: grid;
  gap: 1.1rem;
}
.contact-list dt {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contact-list dd {
  margin: 0;
  font-size: 1.02rem;
  color: var(--ink-soft);
}
.contact-list a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.contact-list a:hover { border-bottom-color: var(--terra); color: var(--terra); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.visit-map {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper-2);
  min-height: 320px;
}
.visit-map iframe {
  width: 100%; height: 340px; border: 0; display: block;
}
.map-note {
  margin: 0;
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  color: var(--muted);
}

/* Final CTA */
.cta-final {
  background:
    radial-gradient(circle at 20% 20%, rgba(201,162,39,0.22), transparent 45%),
    linear-gradient(135deg, var(--terra-deep), #6b2e12 55%, var(--ink));
  color: #fff;
  padding: 3rem 0;
  margin-top: 1rem;
}
.cta-final-inner {
  display: flex; flex-direction: column; gap: 1.25rem;
  align-items: flex-start;
}
.cta-final h2 { color: #fff; max-width: 18ch; }
.cta-final p {
  margin: 0;
  color: rgba(255,252,247,0.85);
  max-width: 40ch;
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255,252,247,0.65);
  padding: 2rem 0 1.5rem;
  font-size: 0.9rem;
}
.footer-inner {
  display: grid; gap: 1.25rem;
}
.site-footer strong {
  color: #fff;
  font-family: var(--display);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.3rem;
}
.site-footer p { margin: 0.2rem 0; }
.sample-tag {
  font-size: 0.78rem;
  color: rgba(255,252,247,0.42);
  margin-top: 0.55rem !important;
}

/* Sticky mobile bar */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  background: rgba(26, 21, 18, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 0.45rem 0.4rem calc(0.45rem + env(safe-area-inset-bottom));
}
.mobile-bar a {
  text-align: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0.75rem 0.4rem;
  border-radius: 10px;
}
.mobile-bar a:first-child { color: #ffd8c0 !important; }
.mobile-bar a:hover { background: rgba(255,255,255,0.06); }

/* Desktop */
@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .mobile-bar { display: none; }
  .nav { display: flex; }
  .header-cta { display: flex; }
  .nav-toggle, .mobile-nav { display: none !important; }
  .strip-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
  .product-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .product-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
  }
  .product-card--wide .product-img { aspect-ratio: auto; min-height: 280px; }
  .product-card--wide .product-body {
    display: flex; flex-direction: column; justify-content: center;
    padding: 2rem;
  }
  .feature-band-inner {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
  .feature-copy { padding: 2.5rem 2.2rem; }
  .feature-photo img { min-height: 100%; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .visit-grid { grid-template-columns: 1.05fr 0.95fr; align-items: start; }
  .visit-map iframe { height: 100%; min-height: 420px; }
  .cta-final-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer-inner {
    grid-template-columns: 1.2fr 1fr;
    align-items: end;
  }
  .footer-meta { text-align: right; }
}

@media (min-width: 980px) {
  .hero-copy { padding: 7rem 0 4rem; }
  .product-card--accent { min-height: 100%; }
}
