/* ============================================================================
   FFENL GRAFISCH ONTWERP PAGINA  —  grafisch-ontwerp.css
   Laadt naast home.css (hp-* klassen beschikbaar).
   ============================================================================ */

/* ----------------------------------------------------------------------------
   1. HERO  (mahonie achtergrond)
   ---------------------------------------------------------------------------- */

.go-hero {
  position: relative;
  background-color: var(--clr-mahogany);
  overflow: hidden;
}

.go-hero__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle, rgba(242, 228, 207, 0.14) 1px, transparent 1px
  );
  background-size: 28px 28px;
  pointer-events: none;
}

.go-hero__glow {
  position: absolute;
  top: -15%;
  right: -8%;
  width: 75%;
  height: 120%;
  background: radial-gradient(
    ellipse at 70% 40%,
    rgba(122, 78, 64, 0.55) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.go-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 4vw, 5rem);
  max-width: var(--container-2xl);
  margin-inline: auto;
  padding: clamp(6rem, 10vh, 9rem) clamp(1.5rem, 6vw, 5rem)
           clamp(2.5rem, 4vh, 4rem);
}

.go-hero__content {
  flex: 0 0 auto;
  width: min(52%, 620px);
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

/* Eyebrow op mahonie-achtergrond */
.go-eyebrow--cream {
  display: inline-block;
  font-family: var(--ff-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(242, 228, 207, 0.65);
}

.go-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.4rem, 4.2vw + 0.5rem, 4.75rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--clr-cream-400);
}

.go-hero__sub {
  font-size: clamp(1rem, 1vw + 0.4rem, 1.175rem);
  line-height: 1.8;
  color: rgba(242, 228, 207, 0.72);
  max-width: 48ch;
}

.go-hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Lichte knop op mahonie achtergrond */
.go-btn--light {
  background: var(--clr-cream-400);
  color: var(--clr-mahogany);
  border-color: var(--clr-cream-400);
}
.go-btn--light:hover {
  background: var(--clr-forest-100, #eaf2e0);
  border-color: var(--clr-forest-100, #eaf2e0);
  color: var(--clr-forest-800);
}

.go-hero__visual {
  flex: 0 0 auto;
  width: min(46%, 540px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.go-hero__svg {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 56px rgba(26, 10, 6, 0.6));
  animation: goHeroFloat 7s ease-in-out infinite;
}

@keyframes goHeroFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-10px) rotate(0.4deg); }
}

.go-hero__wave {
  position: relative;
  z-index: 1;
  height: 56px;
  margin-top: -1px;
}
.go-hero__wave svg { display: block; width: 100%; height: 100%; }

/* ----------------------------------------------------------------------------
   2. INTRO  (donker forest)
   ---------------------------------------------------------------------------- */

.go-intro {
  position: relative;
  background-color: #1e342f;
  padding: clamp(5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 5rem) 0;
  overflow: hidden;
}

.go-intro__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle, rgba(184, 200, 160, 0.10) 1px, transparent 1px
  );
  background-size: 30px 30px;
  pointer-events: none;
}

.go-intro__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.go-intro__title {
  font-family: var(--ff-display);
  font-size: clamp(1.875rem, 3vw + 0.5rem, 2.875rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--clr-cream-400);
}

.go-intro__text {
  font-size: clamp(1rem, 1vw + 0.2rem, 1.125rem);
  line-height: 1.85;
  color: rgba(184, 200, 160, 0.80);
  max-width: 58ch;
}

.go-intro__wave {
  position: relative;
  z-index: 1;
  height: 56px;
  margin-top: -1px;
}
.go-intro__wave svg { display: block; width: 100%; height: 100%; }

/* ----------------------------------------------------------------------------
   3. FEATURES  (licht)
   ---------------------------------------------------------------------------- */

.go-features {
  background: var(--clr-bg);
  padding: clamp(5rem, 8vw, 7.5rem) clamp(1.5rem, 6vw, 5rem);
}

.go-features__inner {
  max-width: var(--container-xl);
  margin-inline: auto;
}

.go-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.go-feature-card {
  background: #fff;
  border: 1px solid #e8e1d4;
  border-radius: 18px;
  border-top-width: 3px;
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0 4px 20px -4px rgba(31, 56, 48, 0.07);
  transition:
    transform 340ms cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 300ms ease;
}

.go-feature-card--forest   { border-top-color: var(--clr-forest-800); }
.go-feature-card--mahogany { border-top-color: var(--clr-mahogany); }
.go-feature-card--sage     { border-top-color: #3f7052; }

.go-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 48px -8px rgba(31, 56, 48, 0.14);
}

.go-feature-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color var(--transition-base), color var(--transition-base);
}

.go-feature-card--forest   .go-feature-card__icon { background: var(--clr-forest-50, #f4f9f0); color: var(--clr-forest-800); }
.go-feature-card--mahogany .go-feature-card__icon { background: rgba(92, 58, 46, 0.08);          color: var(--clr-mahogany); }
.go-feature-card--sage     .go-feature-card__icon { background: rgba(63, 112, 82, 0.10);         color: #3f7052; }

.go-feature-card:hover .go-feature-card__icon        { background: var(--clr-forest-800); color: var(--clr-cream-400); }
.go-feature-card--mahogany:hover .go-feature-card__icon { background: var(--clr-mahogany);    color: var(--clr-cream-400); }
.go-feature-card--sage:hover     .go-feature-card__icon { background: #3f7052;               color: var(--clr-cream-400); }

.go-feature-card__icon svg { width: 26px; height: 26px; }

.go-feature-card__title {
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--clr-forest-800);
}

.go-feature-card__text {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #4a5e55;
  flex: 1;
}

/* ----------------------------------------------------------------------------
   4. ONTWERPPROCES  (crème)
   ---------------------------------------------------------------------------- */

.go-process {
  position: relative;
  background: var(--clr-bg-alt);
  padding: clamp(5.5rem, 8vw, 8rem) clamp(1.5rem, 6vw, 5rem);
}

/* Overgang features (licht) → process (crème) */
.go-process::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 52px;
  background: var(--clr-bg);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  pointer-events: none;
}

.go-process__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-xl);
  margin-inline: auto;
}

/* 5 stappen in één rij */
.go-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}

/* Verbindingslijn door de cirkels */
.go-steps::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 26px;                          /* helft van de cirkel */
  left: calc(10% + 26px);
  right: calc(10% + 26px);
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    rgba(92, 58, 46, 0.30) 0px,
    rgba(92, 58, 46, 0.30) 6px,
    transparent 6px,
    transparent 14px
  );
  pointer-events: none;
}

.go-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0.75rem 0;
}

/* Stap-nummercirkel */
.go-step__circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--clr-mahogany);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px rgba(92, 58, 46, 0.12);
  transition: transform var(--transition-spring), background-color var(--transition-base);
}

.go-step:hover .go-step__circle {
  transform: scale(1.10);
  background: var(--clr-forest-800);
}

.go-step__num {
  font-family: var(--ff-body);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--clr-cream-400);
  line-height: 1;
}

.go-step__connector {
  display: none; /* lijn via ::before op container */
}

.go-step__title {
  font-family: var(--ff-display);
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  font-weight: 700;
  color: var(--clr-forest-800);
  line-height: 1.2;
  margin-bottom: 0.6rem;
}

.go-step__text {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #5a6e64;
  max-width: 20ch;
  margin-inline: auto;
}

/* Overgang: process (crème) → stijlkaarten (donker) */
.go-process::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 52px;
  background: #1e342f;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}

/* ----------------------------------------------------------------------------
   5. STIJLKAARTEN  (donker forest)
   ---------------------------------------------------------------------------- */

.go-styles {
  position: relative;
  background-color: #1e342f;
  padding: clamp(6rem, 9vw, 9rem) clamp(1.5rem, 6vw, 5rem);
  overflow: hidden;
}

.go-styles__dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle, rgba(184, 200, 160, 0.08) 1px, transparent 1px
  );
  background-size: 30px 30px;
  pointer-events: none;
}

.go-styles__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-xl);
  margin-inline: auto;
}

/* Sectie-header override: expliciete spacing zodat elementen niet overlappen */
.go-styles .hp-section-hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

.go-styles .hp-section-hdr .hp-eyebrow {
  margin-bottom: 0;
}

.go-styles .hp-section-hdr__title {
  margin: 0;
}

.go-styles__sub {
  font-size: clamp(0.9375rem, 1vw + 0.2rem, 1.0625rem);
  line-height: 1.75;
  color: rgba(184, 200, 160, 0.72);
  max-width: 52ch;
  margin: 0;
  text-align: center;
}

.go-style-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.go-style-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(184, 200, 160, 0.12);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 360ms cubic-bezier(0.34, 1.2, 0.64, 1),
    box-shadow 300ms ease,
    border-color 250ms ease;
}

.go-style-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(10, 22, 15, 0.4);
  border-color: rgba(184, 200, 160, 0.25);
}

.go-style-card__visual {
  overflow: hidden;
  line-height: 0;
}

.go-style-card__visual svg {
  width: 100%;
  height: auto;
  transition: transform 500ms ease;
}

.go-style-card:hover .go-style-card__visual svg {
  transform: scale(1.03);
}

.go-style-card__body {
  padding: 1.5rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.go-style-card__name {
  font-family: var(--ff-display);
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  color: var(--clr-cream-400);
  line-height: 1.2;
}

.go-style-card__desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(184, 200, 160, 0.75);
}

.go-style-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.go-style-card__tags span {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(184, 200, 160, 0.6);
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(184, 200, 160, 0.2);
  border-radius: var(--radius-full);
}

/* ----------------------------------------------------------------------------
   6. DELIVERABLES  (licht)
   ---------------------------------------------------------------------------- */

.go-deliverables {
  background: var(--clr-bg);
  padding: clamp(5rem, 8vw, 7.5rem) clamp(1.5rem, 6vw, 5rem);
  position: relative;
}

/* Overgang: stijlen (donker) → deliverables (licht) */
.go-deliverables::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 52px;
  background: #1e342f;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  pointer-events: none;
}

.go-deliverables__inner {
  position: relative;
  z-index: 1;
  max-width: var(--container-xl);
  margin-inline: auto;
}

.go-deliv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 2.5rem;
}

.go-deliv-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e8e1d4;
  border-radius: 14px;
  transition: box-shadow 280ms ease, transform 280ms ease;
}

.go-deliv-item:hover {
  box-shadow: 0 8px 28px -4px rgba(31, 56, 48, 0.10);
  transform: translateY(-3px);
}

.go-deliv-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(92, 58, 46, 0.08);
  color: var(--clr-mahogany);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color var(--transition-base), color var(--transition-base);
}

.go-deliv-item:hover .go-deliv-item__icon {
  background: var(--clr-mahogany);
  color: var(--clr-cream-400);
}

.go-deliv-item__icon svg { width: 22px; height: 22px; }

.go-deliv-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.go-deliv-item__title {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--clr-forest-800);
  line-height: 1.2;
}

.go-deliv-item__text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #5a6e64;
}

/* ----------------------------------------------------------------------------
   7. FAQ  (crème)
   ---------------------------------------------------------------------------- */

.go-faq {
  background: var(--clr-bg-alt);
  padding: clamp(5rem, 8vw, 7.5rem) clamp(1.5rem, 6vw, 5rem);
  position: relative;
}

.go-faq::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 52px;
  background: var(--clr-bg);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  pointer-events: none;
}

.go-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-inline: auto;
}

.go-faq__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(92, 58, 46, 0.15);
}

.go-faq-item { border-bottom: 1px solid rgba(92, 58, 46, 0.15); }

.go-faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.375rem 0.25rem;
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-weight: 600;
  color: var(--clr-forest-800);
  cursor: pointer;
  list-style: none;
  line-height: 1.35;
  transition: color var(--transition-fast);
}
.go-faq-item__q::-webkit-details-marker { display: none; }
.go-faq-item[open] .go-faq-item__q { color: var(--clr-mahogany); }

.go-faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.55;
  transition: transform var(--transition-spring), opacity var(--transition-fast);
}
.go-faq-item__icon::before,
.go-faq-item__icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 2px;
  transition: transform var(--transition-spring);
}
.go-faq-item__icon::before { width: 12px; height: 1.5px; }
.go-faq-item__icon::after  { width: 1.5px; height: 12px; }
.go-faq-item[open] .go-faq-item__icon { opacity: 1; transform: rotate(45deg); }

.go-faq-item__a {
  padding: 0 0.25rem 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #4a5e55;
  max-width: 64ch;
}

/* CTA overgang: FAQ (crème) → CTA (mahonie) */
.go .hp-cta::before { background: var(--clr-bg-alt); }

/* ----------------------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------------------- */

@media (max-width: 1024px) {
  .go-features__grid { grid-template-columns: repeat(2, 1fr); }

  .go-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    row-gap: 3rem;
  }
  .go-steps::before { display: none; }

  .go-style-cards { grid-template-columns: repeat(2, 1fr); }
  .go-style-card:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin-inline: auto;
  }

  .go-deliv-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .go-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 7rem;
    padding-bottom: 2rem;
    gap: 3rem;
  }
  .go-hero__content,
  .go-hero__visual { width: 100%; }
  .go-hero__visual { max-width: 420px; }
  .go-hero__svg    { animation: none; }

  .go-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .go-features__grid  { grid-template-columns: 1fr; }
  .go-steps           { grid-template-columns: 1fr; }
  .go-style-cards     { grid-template-columns: 1fr; }
  .go-style-card:last-child { grid-column: auto; max-width: none; }
  .go-deliv-grid      { grid-template-columns: 1fr; }
  .go-hero__actions   { flex-direction: column; align-items: flex-start; }
}
