:root {
  --ink: #1f2933;
  --muted: #667085;
  --paper: #f7f4ed;
  --surface: #ffffff;
  --line: #e5d8c5;
  --red: #d71920;
  --green: #087a50;
  --blue: #174b87;
  --gold: #c99a2e;
  --shadow: 0 18px 50px rgba(40, 32, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(247, 244, 237, 0.9);
  border-bottom: 1px solid rgba(229, 216, 197, 0.88);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

nav a {
  text-decoration: none;
}

.language-picker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  white-space: nowrap;
}

.language-picker select {
  min-height: 36px;
  padding: 0 30px 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-size: 13px;
}

.hero {
  min-height: calc(100vh - 73px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) 56px;
  overflow: hidden;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-copy > p:not(.eyebrow),
.section-heading p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.filters,
.page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.button,
.filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
.filter.active {
  color: white;
  border-color: var(--red);
  background: var(--red);
}

.hero-media {
  position: relative;
  min-height: 560px;
}

.hero-media img {
  position: absolute;
  width: min(78%, 600px);
  border: 10px solid white;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-media img:first-child {
  top: 0;
  right: 3%;
  transform: rotate(2.5deg);
}

.hero-media img:last-child {
  left: 0;
  bottom: 0;
  transform: rotate(-3deg);
}

.clean-hero {
  display: grid;
  align-content: center;
  gap: 22px;
  min-height: 520px;
}

.hero-tile {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  color: white;
  box-shadow: var(--shadow);
}

.hero-tile span {
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-tile strong {
  max-width: 520px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
}

.france-tile {
  background:
    linear-gradient(135deg, rgba(23, 75, 135, 0.96), rgba(23, 75, 135, 0.62)),
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.34), transparent 32%),
    linear-gradient(90deg, #174b87 0 33%, #ffffff 33% 66%, #d71920 66%);
}

.portugal-tile {
  transform: translateX(42px);
  background:
    linear-gradient(135deg, rgba(8, 122, 80, 0.96), rgba(215, 25, 32, 0.72)),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(90deg, #087a50 0 45%, #d71920 45%);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px) 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.trust-strip span {
  padding: 18px;
  background: white;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 720px;
}

.count-line {
  margin: 18px 0;
  color: var(--muted);
  font-weight: 800;
}

.license-note {
  max-width: 760px;
  margin: 12px 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}

.product-card,
.page-card,
.contact-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(48, 39, 28, 0.08);
}

.product-image {
  width: 100%;
  aspect-ratio: 10 / 7;
  object-fit: cover;
  object-position: center;
  background: #efe8dc;
}

.product-body {
  padding: 16px;
}

.team-pill {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: white;
  font-size: 12px;
  font-weight: 850;
}

.team-pill.france {
  background: var(--blue);
}

.team-pill.portugal {
  background: var(--green);
}

.desc {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.style-list {
  display: grid;
  gap: 6px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.style-list li {
  position: relative;
  padding-left: 14px;
  color: #344054;
  font-size: 14px;
  line-height: 1.35;
}

.style-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
}

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
}

dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  min-width: 0;
  margin: 0;
  color: #344054;
  font-size: 14px;
  line-height: 1.35;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 250, 242, 0.88));
  border-top: 1px solid rgba(229, 216, 197, 0.6);
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 126px;
  padding: 20px;
}

.contact-card:nth-child(3) {
  grid-column: 1 / -1;
}

.contact-card strong {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-card a {
  color: var(--red);
  overflow-wrap: anywhere;
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 850;
  text-decoration: none;
}

.contact-card span {
  color: #344054;
  font-size: 16px;
  line-height: 1.55;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) minmax(160px, 0.8fr) minmax(220px, 1fr) minmax(240px, 1.1fr);
  gap: clamp(24px, 4vw, 54px);
  padding: 42px clamp(18px, 5vw, 72px) 26px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #fffaf2;
}

.site-footer p {
  margin: 14px 0 0;
  max-width: 420px;
  line-height: 1.6;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 850;
  text-decoration: none;
}

.footer-logo img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-column h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--red);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(229, 216, 197, 0.88);
  color: #7a8497;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .site-header,
  .contact-section {
    display: grid;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  nav {
    flex-wrap: wrap;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
  }

  .portugal-tile {
    transform: none;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand,
  .footer-bottom {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 42px;
  }

  .trust-strip,
  .product-grid,
  .page-grid,
  .contact-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-card:nth-child(3),
  .footer-brand,
  .footer-bottom {
    grid-column: auto;
  }

  dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
