:root {
  --bg: #f6f0e7;
  --surface: rgba(255, 251, 245, 0.84);
  --surface-strong: #fff8ef;
  --surface-warm: #ecdcc8;
  --text: #241612;
  --muted: #6c5649;
  --accent: #bb6f34;
  --accent-deep: #6b3718;
  --accent-soft: #ddb690;
  --line: rgba(54, 31, 21, 0.12);
  --shadow: 0 24px 60px rgba(71, 39, 21, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260' fill='none'%3E%3Cg stroke='%2392603d' stroke-opacity='0.17' stroke-width='2'%3E%3Cg transform='translate(14 18) rotate(-18 34 48)'%3E%3Cellipse cx='34' cy='48' rx='21' ry='33'/%3E%3Cpath d='M34 16C24 31 24 65 34 80'/%3E%3C/g%3E%3Cg transform='translate(144 108) rotate(14 34 48)'%3E%3Cellipse cx='34' cy='48' rx='21' ry='33'/%3E%3Cpath d='M34 16C44 31 44 65 34 80'/%3E%3C/g%3E%3Cg transform='translate(162 18) scale(0.82) rotate(-8 34 48)'%3E%3Cellipse cx='34' cy='48' rx='21' ry='33'/%3E%3Cpath d='M34 16C24 31 24 65 34 80'/%3E%3C/g%3E%3Cg transform='translate(58 150) scale(0.74) rotate(10 34 48)'%3E%3Cellipse cx='34' cy='48' rx='21' ry='33'/%3E%3Cpath d='M34 16C44 31 44 65 34 80'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(circle at top left, rgba(221, 182, 144, 0.55), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(187, 111, 52, 0.18), transparent 24%),
    linear-gradient(180deg, #f4ede4 0%, #efe4d5 40%, #f8f1e7 100%);
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-size: 260px 260px, auto, auto, auto;
  background-position: center top, top left, 85% 10%, center;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(246, 240, 231, 0.78);
  border-bottom: 1px solid rgba(36, 22, 18, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 102px;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.brand-logo {
  width: clamp(78px, 9vw, 110px);
  height: auto;
  flex: 0 0 auto;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(47, 25, 17, 0.18);
}

.brand-copy {
  display: grid;
  gap: 0.15rem;
}

.brand-copy strong {
  font-size: 0.98rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  background: rgba(187, 111, 52, 0.12);
  color: var(--accent-deep);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem;
  border: 1px solid rgba(54, 31, 21, 0.1);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.68);
  box-shadow: 0 10px 24px rgba(71, 39, 21, 0.08);
}

.language-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.language-link:hover,
.language-link:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.language-link.is-active {
  background: rgba(187, 111, 52, 0.14);
  color: var(--accent-deep);
}

.language-flag {
  width: 18px;
  height: 12px;
  border: 1px solid rgba(54, 31, 21, 0.12);
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 2px 6px rgba(71, 39, 21, 0.12);
}

.flag-gr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 18'%3E%3Crect width='27' height='18' fill='%230d5eaf'/%3E%3Cg fill='%23fff'%3E%3Crect y='2' width='27' height='2'/%3E%3Crect y='6' width='27' height='2'/%3E%3Crect y='10' width='27' height='2'/%3E%3Crect y='14' width='27' height='2'/%3E%3Crect width='11' height='10'/%3E%3Crect x='4.5' width='2' height='10' fill='%230d5eaf'/%3E%3Crect y='4' width='11' height='2' fill='%230d5eaf'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-gb {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 18'%3E%3Crect width='27' height='18' fill='%23012169'/%3E%3Cpath d='M0 0l27 18M27 0L0 18' stroke='%23fff' stroke-width='4'/%3E%3Cpath d='M0 0l27 18M27 0L0 18' stroke='%23c8102e' stroke-width='2'/%3E%3Cpath d='M13.5 0v18M0 9h27' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M13.5 0v18M0 9h27' stroke='%23c8102e' stroke-width='3'/%3E%3C/svg%3E");
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(54, 31, 21, 0.1);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.68);
  box-shadow: 0 10px 24px rgba(71, 39, 21, 0.08);
  color: var(--accent-deep);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(187, 111, 52, 0.14);
  color: var(--text);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.nav-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(54, 31, 21, 0.14);
  border-radius: 50%;
  background: rgba(255, 251, 245, 0.7);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 2rem;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  width: 420px;
  height: 420px;
  right: -140px;
  top: 30px;
  background: radial-gradient(circle, rgba(187, 111, 52, 0.14), transparent 64%);
}

.hero::after {
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: 30px;
  background: radial-gradient(circle, rgba(107, 55, 24, 0.1), transparent 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 1rem;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.service-panel h2,
.contact-copy h2 {
  margin: 0;
  font-family: 'Noto Serif Display', serif;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.7rem);
}

html[lang='el'] .hero h1 {
  font-size: clamp(2.6rem, 5.2vw, 4.9rem);
}

.hero h1 span {
  color: var(--accent-deep);
}

.lead,
.story-card p,
.service-panel p,
.contact-copy p,
.product-card p,
.category-card p,
.testimonial-card p {
  color: var(--muted);
  line-height: 1.8;
}

.lead {
  max-width: 62ch;
  margin: 1.4rem 0 0;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin: 2rem 0 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--accent), #cf8a4d);
  color: #fffaf5;
  box-shadow: 0 18px 30px rgba(187, 111, 52, 0.22);
}

.button.secondary {
  border-color: rgba(107, 55, 24, 0.16);
  background: rgba(255, 251, 245, 0.58);
  color: var(--accent-deep);
}

.button.tertiary {
  border-color: rgba(107, 55, 24, 0.22);
  background: rgba(255, 248, 239, 0.9);
  color: var(--text);
}

.button.wide {
  width: 100%;
}

.hero-points {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #4f3c31;
  font-weight: 600;
}

.hero-points li::before {
  content: '';
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 0 0 6px rgba(187, 111, 52, 0.12);
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.spotlight-card,
.metric-card,
.story-card,
.category-card,
.product-card,
.service-panel,
.testimonial-card,
.contact-form,
.contact-cards article {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.24), transparent 28%),
    linear-gradient(155deg, #2f1911 0%, #6b3718 55%, #bb6f34 100%);
  color: #fff8ef;
}

.spotlight-card::after {
  content: '';
  position: absolute;
  inset: auto -50px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 62%);
}

.spotlight-label,
.product-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.spotlight-label {
  background: rgba(255, 248, 239, 0.12);
  color: #fff3e4;
}

.spotlight-card h2 {
  margin: 1rem 0 0.75rem;
  font-family: 'Noto Serif Display', serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.spotlight-card p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 248, 239, 0.78);
  line-height: 1.8;
}

.roast-scale {
  display: flex;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.roast-scale span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid rgba(255, 248, 239, 0.24);
  background: rgba(255, 248, 239, 0.14);
}

.roast-scale .active {
  background: #fff3e4;
  border-color: #fff3e4;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.metric-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.35rem 1.1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.72);
}

.metric-card strong {
  font-size: 1.6rem;
  color: var(--accent-deep);
}

.metric-card span {
  color: var(--muted);
  line-height: 1.5;
}

.hero-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-band span {
  padding: 0.9rem 1.15rem;
  border: 1px solid rgba(54, 31, 21, 0.1);
  border-radius: 999px;
  background: rgba(255, 251, 245, 0.56);
  color: #4d3a2d;
  font-weight: 700;
}

.section {
  padding: 5.5rem 0;
}

.section-heading {
  display: grid;
  gap: 1rem;
}

.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.section-heading h2,
.service-panel h2,
.contact-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.story .section-heading h2 {
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
  max-width: 14ch;
}

.section-photo {
  overflow: hidden;
  align-self: start;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.8);
  box-shadow: var(--shadow);
}

.section-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.story-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: start;
}

.story-card {
  display: grid;
  gap: 1.25rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.74);
}

.story-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: calc(var(--radius-lg) - 8px);
  box-shadow: 0 16px 30px rgba(71, 39, 21, 0.14);
}

.story-photo::before {
  content: '';
  position: absolute;
  top: 4%;
  left: 50%;
  width: 38%;
  height: 24%;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 20% 75%, rgba(255, 255, 255, 0.44), transparent 62%),
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.38), transparent 60%),
    radial-gradient(circle at 80% 72%, rgba(255, 255, 255, 0.42), transparent 62%);
  filter: blur(12px);
  opacity: 0.7;
  pointer-events: none;
}

.story-photo::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(180deg, transparent, rgba(36, 22, 18, 0.08));
  pointer-events: none;
}

.story-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 58%;
}

.story-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0;
}

.story-stats div {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(236, 220, 200, 0.42);
}

.story-stats strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-deep);
}

.story-stats span {
  color: var(--muted);
  line-height: 1.6;
}

html[lang='el'] .story-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html[lang='el'] .story-stats strong {
  font-size: 1.08rem;
}

html[lang='el'] .story-stats span {
  font-size: 0.98rem;
}

.card-grid,
.product-grid,
.testimonial-grid {
  display: grid;
  gap: 1.2rem;
}

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.section-lead + .card-grid,
.section-lead + .product-grid,
.section-lead + .testimonial-grid {
  margin-top: 0;
}

.category-card {
  min-height: 100%;
  padding: 1.7rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.94), rgba(248, 238, 225, 0.72));
}

.category-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(187, 111, 52, 0.13);
  color: var(--accent-deep);
  font-weight: 800;
}

.category-card h3,
.product-card h3 {
  margin: 1rem 0 0.65rem;
  font-size: 1.35rem;
}

.featured {
  background:
    linear-gradient(180deg, rgba(236, 220, 200, 0.28), rgba(236, 220, 200, 0));
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.7rem;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.86);
}

.product-tag {
  background: rgba(187, 111, 52, 0.12);
  color: var(--accent-deep);
}

.product-card ul,
.service-list {
  display: grid;
  gap: 0.75rem;
  padding: 0;
  margin: auto 0 0;
  list-style: none;
}

.product-card li,
.service-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #4f3c31;
}

.product-card li::before,
.service-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--accent);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.3rem;
}

.service-panel {
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.74);
}

.service-panel.accent {
  background: linear-gradient(135deg, #5a2d17, #a6632e);
}

.service-panel.accent,
.service-panel.accent p,
.service-panel.accent .section-kicker,
.service-panel.accent li,
.service-panel.accent h2 {
  color: #fff7ef;
}

.service-panel.accent .section-kicker {
  opacity: 0.82;
}

.service-panel.accent li::before {
  background: #fff7ef;
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.testimonial-card {
  padding: 1.8rem;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.84);
}

.testimonial-card p {
  margin: 0 0 1.4rem;
  font-size: 1.02rem;
}

.testimonial-card cite {
  color: var(--accent-deep);
  font-style: normal;
  font-weight: 800;
}

.contact {
  padding-bottom: 6rem;
}

.contact-copy {
  display: grid;
  gap: 1rem;
}

.contact-copy h2 {
  max-width: 15ch;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.contact-copy p {
  font-size: 0.98rem;
  line-height: 1.7;
}

.contact-stack {
  display: grid;
  gap: 1.4rem;
}

.contact-cards {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.contact-cards article {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 1.3rem;
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.74);
}

.contact-cards strong {
  color: var(--accent-deep);
  font-size: 0.95rem;
}

.contact-cards span {
  display: block;
  color: var(--muted);
  font-size: 0.93rem;
}

.hours-list {
  line-height: 1.65;
}

.hours-list strong {
  color: var(--text);
  font-weight: 800;
}

.contact-status {
  margin: 0 0 1.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(64, 112, 66, 0.2);
  border-radius: 16px;
  background: rgba(103, 148, 93, 0.12);
  color: #2f5f34;
  font-weight: 800;
  line-height: 1.5;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.86);
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-map {
  position: relative;
  overflow: hidden;
  padding: 14px;
  border: 1px solid rgba(107, 55, 24, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 248, 239, 0.98), rgba(236, 220, 200, 0.9));
  box-shadow:
    0 24px 60px rgba(71, 39, 21, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contact-map::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(187, 111, 52, 0.18);
  border-radius: calc(var(--radius-lg) - 10px);
  pointer-events: none;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
  border-radius: calc(var(--radius-lg) - 12px);
  box-shadow: 0 10px 28px rgba(71, 39, 21, 0.1);
}

.contact-form label {
  display: grid;
  gap: 0.55rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(54, 31, 21, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(187, 111, 52, 0.6);
  box-shadow: 0 0 0 4px rgba(187, 111, 52, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  min-height: 1.5rem;
  margin: 0;
  color: var(--accent-deep);
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.6;
}

.form-note.is-success {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(64, 112, 66, 0.2);
  border-radius: 16px;
  background: rgba(103, 148, 93, 0.12);
  color: #2f5f34;
}

.site-footer {
  border-top: 1px solid rgba(36, 22, 18, 0.08);
  background: rgba(255, 251, 245, 0.5);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0 2rem;
  color: var(--muted);
}

.footer-inner p {
  margin: 0;
}

.footer-credit {
  color: var(--accent-deep);
  font-weight: 800;
}

.footer-credit:hover,
.footer-credit:focus-visible {
  text-decoration: underline;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.thanks-card {
  width: min(680px, calc(100% - 2rem));
  padding: 2.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 251, 245, 0.92);
  box-shadow: var(--shadow);
}

.thanks-card h1 {
  margin: 0 0 1rem;
  font-family: 'Noto Serif Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.thanks-card p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .hero-grid,
  .story-grid,
  .contact-grid,
  .section-lead,
  .service-grid,
  .card-grid,
  .product-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading h2,
  .service-panel h2,
  .contact-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 820px) {
  .header-inner {
    min-height: 84px;
  }

  .header-controls {
    gap: 0.6rem;
  }

  .nav-toggle {
    display: block;
    position: relative;
    z-index: 2;
  }

  .site-nav {
    position: fixed;
    inset: 76px 1rem auto 1rem;
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
    border: 1px solid rgba(54, 31, 21, 0.12);
    border-radius: 24px;
    background: rgba(255, 251, 245, 0.96);
    box-shadow: 0 30px 50px rgba(56, 31, 19, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 1;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
  }

  .site-nav .nav-cta {
    text-align: center;
  }

  .language-link {
    padding: 0.42rem 0.62rem;
    font-size: 0.78rem;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero-grid,
  .story-grid,
  .contact-grid,
  .section-lead,
  .service-grid,
  .card-grid,
  .product-grid,
  .testimonial-grid,
  .metric-grid,
  .story-stats {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .section {
    padding: 4.4rem 0;
  }

  .footer-inner {
    flex-direction: column;
  }

  .contact-map iframe {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(var(--container), calc(100% - 1.2rem));
  }

  .header-inner {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.65rem;
    min-height: auto;
    padding: 0.75rem 0;
  }

  .brand {
    gap: 0.7rem;
    width: 100%;
  }

  .header-controls {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.45rem;
  }

  .brand-logo {
    width: 72px;
  }

  .brand-copy strong {
    font-size: 0.8rem;
    letter-spacing: 0.14em;
  }

  .brand-copy small {
    display: none;
  }

  .language-switch {
    padding: 0.2rem;
  }

  .language-link {
    gap: 0.3rem;
    padding: 0.38rem 0.5rem;
    font-size: 0.74rem;
  }

  .language-flag {
    width: 16px;
    height: 11px;
  }

  .social-link {
    width: 36px;
    height: 36px;
  }

  .social-link svg {
    width: 16px;
    height: 16px;
  }

  .site-nav {
    inset: 124px 0.6rem auto 0.6rem;
  }

  .hero h1 {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .spotlight-card,
  .story-card,
  .service-panel,
  .testimonial-card,
  .contact-form {
    padding: 1.4rem;
  }
}
