/* Amaro Goras — shared stylesheet. Colours/spacing mirror the approved design 1:1;
   this file adds only what a static production build needs on top of it:
   real :hover rules (design used inline style-hover), responsive breakpoints
   (design was a fixed-width preview), and small interactive components
   (cart drawer, cookie banner, mobile nav, FAQ accordion). */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Manrope, Helvetica, Arial, sans-serif;
  background: #f4fafc;
  color: #14313c;
  -webkit-font-smoothing: antialiased;
}

a { color: #10739f; text-decoration: none; }
a:hover { color: #0b566f; text-decoration: underline; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font-family: inherit; }
button { border: none; background: none; padding: 0; cursor: pointer; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 100;
  background: #0f6e93; color: #fff; padding: 10px 16px; border-radius: 10px;
  font-weight: 700; font-size: 14px; transition: top .15s ease;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 2px solid #0f6e93; outline-offset: 2px; }

@keyframes agFade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes agSlide { from { transform: translateX(30px); opacity: .4; } to { transform: none; opacity: 1; } }

/* ---------- hover utilities (design's style-hover, made real) ---------- */
.ag-hover-nav:hover { background: #eaf6fa; color: #0f5f81; }
.ag-hover-solid:hover { background: #0b5878; }
.ag-hover-outline:hover { border-color: #63c3c7; }
.ag-hover-outline2:hover { border-color: #9fd3da; }
.ag-hover-card:hover { border-color: #7fd0d6; }
.ag-hover-pill:hover { background: #cdefe6; }
.ag-hover-footlink:hover { color: #8fe6d3; }
.ag-hover-remove:hover { color: #d2604f; }

/* ---------- header / mobile nav ---------- */
.nav-toggle {
  display: none; width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
  align-items: center; justify-content: center; border: 1.5px solid #d6e9ee; color: #0f5f81;
}
.nav-toggle svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
  .site-header-inner { flex-wrap: wrap; row-gap: 10px; }
  .site-nav { order: 3; width: 100%; display: none; flex-direction: column !important; gap: 2px !important; }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: inline-flex; }
}

/* ---------- responsive grids (design used fixed inline grid-template-columns) ---------- */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr) !important; }
  .grid-3 { grid-template-columns: repeat(2, 1fr) !important; }
  .hero-grid { grid-template-columns: 1fr !important; }
  .approach-grid { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .grid-4 { grid-template-columns: 1fr !important; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .grid-2 { grid-template-columns: 1fr !important; }
  .contact-grid { grid-template-columns: 1fr !important; }
  .newsletter-grid { grid-template-columns: 1fr !important; }
  .footer-grid { grid-template-columns: 1fr !important; }
  .cookie-grid { grid-template-columns: 1fr !important; }
  .hero-title { font-size: 38px !important; }
  .section-pad { padding-left: 16px !important; padding-right: 16px !important; }
}

/* ---------- cart drawer ---------- */
.cart-drawer { display: none; }
.cart-drawer.is-open { display: flex; }

/* ---------- cookie banner ---------- */
.cookie-banner { display: none; }
.cookie-banner.is-visible { display: flex; }

/* ---------- FAQ accordion (native <details>) ---------- */
.faq-item { background: #fff; border: 1px solid #e2eff3; border-radius: 14px; padding: 4px 24px; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 16px 0; font-weight: 700; font-size: 16.5px; color: #123543;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; color: #4fc3c0; font-size: 20px; font-weight: 700; flex-shrink: 0;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .faq-answer { font-size: 15px; line-height: 1.72; color: #52798a; margin: 0 0 18px; }

/* ---------- forms ---------- */
.field {
  padding: 13px 15px; border-radius: 11px; border: 1.5px solid #d6e9ee;
  font-family: Manrope, sans-serif; font-size: 15px; color: #14313c; background: #fff; width: 100%;
}
.field:focus { border-color: #63c3c7; }
.btn {
  display: inline-block; border-radius: 12px; font-weight: 700; font-size: 15px;
  cursor: pointer; text-align: center;
}
.btn-primary { padding: 14px 20px; background: #0f6e93; color: #fff; border: none; }
.btn-primary:disabled { opacity: .55; cursor: not-allowed; }
.form-msg { font-size: 14px; line-height: 1.6; padding: 12px 16px; border-radius: 10px; margin-top: 4px; }
.form-msg.ok { background: #e6f7ef; color: #0d6a3f; }
.form-msg.err { background: #fdeceb; color: #b3311b; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- shop filter pills ---------- */
.filter-pill { padding: 10px 17px; border-radius: 999px; font-size: 14px; font-weight: 600; cursor: pointer; border: 1.5px solid #d6e9ee; background: #fff; color: #35637a; }
.filter-pill.is-active { background: #0f6e93; color: #fff; border-color: #0f6e93; }
.is-hidden { display: none !important; }

/* ---------- misc ---------- */
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.ph-img { width: 100%; height: 100%; object-fit: cover; display: block; }
