/* =========================================================
   KONKAN HARVEST EXPORTS — v3 stylesheet
   Theme: vintage spice-route cartography / trade-atlas identity
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap');

:root{
  /* --- color tokens --- */
  --teal:        #012B61;
  --teal-2:      #0B3A73;
  --teal-3:      #14498A;
  --parchment:   #F3E9D6;
  --parchment-2: #E8D8B8;
  --paper:       #FAF3E6;
  --brass:       #B8862E;
  --brass-d:     #96701F;
  --rust:        #9C4630;
  --rust-d:      #7E3826;
  --ink:         #16211F;
  --line:        rgba(22,33,31,0.16);
  --line-light:  rgba(250,243,230,0.22);

  /* --- type --- */
  --f-display: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-body: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --f-label: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius: 4px;
  --container: 1240px;
  --shadow-card: 0 1px 3px rgba(16,33,31,0.08), 0 10px 26px -14px rgba(16,33,31,0.24);
  --shadow-lift: 0 6px 10px rgba(16,33,31,0.10), 0 26px 46px -18px rgba(16,33,31,0.32);
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* Prevent CSS Grid blowout on every grid used below */
.why-grid, .product-grid, .process-rail,
.footer-grid, .contact-wrap, .form-row, .about-grid, .about-points{ min-width: 0; }
.why-grid > *, .product-grid > *,
.process-rail > *, .footer-grid > *, .contact-wrap > *, .form-row > *,
.about-grid > *, .about-points > *{ min-width: 0; }

body{
  margin: 0;
  font-family: var(--f-body);
  background: var(--parchment);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  width: 100%;
}
body.nav-open{ overflow: hidden; }

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }
ul{ margin: 0; padding: 0; list-style: none; }
button{ font-family: inherit; cursor: pointer; }
input, textarea, select{ font-family: inherit; font-size: 1rem; }

.container{ width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
:focus-visible{ outline: 3px solid var(--brass); outline-offset: 2px; }

.paper-grain{ position: relative; }
.paper-grain::before{
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.55;
  background-image: radial-gradient(rgba(22,33,31,0.05) 0.6px, transparent 0.6px);
  background-size: 3px 3px; mix-blend-mode: multiply;
}

/* =========================================================
   EYEBROW — map-coordinate style label
   ========================================================= */
.coord-tag{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-label); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--rust);
  margin-bottom: 20px;
}
.coord-tag::before{ content: "\2726"; color: var(--brass); font-size: 0.9em; }
.coord-tag::after{ content: ""; flex: 0 0 46px; height: 1px; background: var(--brass); opacity: 0.55; }
section[data-mode="dark"] .coord-tag{ color: var(--brass); }
section[data-mode="dark"] .coord-tag::after{ background: var(--parchment); opacity: 0.35; }

h1, h2, h3, h4{ font-family: var(--f-display); font-weight: 700; line-height: 1.18; margin: 0; letter-spacing: -0.01em; }
.section-heading{ font-size: clamp(2rem, 1.5rem + 2vw, 3.1rem); max-width: 20ch; margin-bottom: 16px; font-style: normal; }
.section-heading em{ font-style: normal; font-weight: 800; color: var(--rust); }
section[data-mode="dark"] .section-heading em{ color: var(--brass); }
.section-lede{ font-size: 1.05rem; max-width: 58ch; opacity: 0.8; }
section[data-mode="dark"] h2, section[data-mode="dark"] h3, section[data-mode="dark"] h4{ color: var(--paper); }
section[data-mode="dark"] .section-lede{ color: var(--parchment); opacity: 0.72; }
section[data-mode="dark"]{ background: var(--teal); color: var(--parchment); }

.section-head{ margin-bottom: 52px; }
section{ padding: 100px 0; position: relative; }
@media (max-width: 640px){ section{ padding: 68px 0; } }

/* route-line divider between sections */
.route-divider{ position: relative; height: 40px; display: flex; align-items: center; }
.route-divider::before{
  content: ""; position: absolute; left: 0; right: 0; top: 50%;
  height: 1px; background-image: linear-gradient(90deg, transparent, var(--brass) 15%, var(--brass) 85%, transparent);
  opacity: 0.5;
}
.route-divider svg{ position: relative; margin-inline: auto; width: 22px; height: 22px; color: var(--brass); background: var(--parchment); padding: 0 10px; }
.route-divider.on-dark svg{ background: var(--teal); }

/* =========================================================
   BUTTONS
   ========================================================= */
.btn{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-label); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 15px 27px; border-radius: 2px; border: 1.5px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-primary{ background:#0B3A73; color: var(--paper); border-color:#0B3A73; }
.btn-primary:hover{ background: var(--rust-d); border-color: var(--rust-d); transform: translateY(-2px); box-shadow: var(--shadow-lift); }
.btn-outline{ background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--parchment); transform: translateY(-2px); }
section[data-mode="dark"] .btn-outline{ color: var(--parchment); border-color: var(--line-light); }
section[data-mode="dark"] .btn-outline:hover{ background: var(--parchment); color: var(--teal); }
.btn-block{ width: 100%; justify-content: center; }
.btn svg{ width: 16px; height: 16px; flex-shrink: 0; }

/* =========================================================
   HEADER / NAV  (drawer on mobile)
   ========================================================= */
.site-header{ position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(184,134,46,0.35); box-shadow: 0 1px 0 rgba(22,33,31,0.04); }
.nav{ display: flex; align-items: center; justify-content: space-between; padding-block: 14px; }
.brand{ display: flex; align-items: center; gap: 12px; }
.brand img{ display: block; width: 168px; height: auto; max-width: 100%; object-fit: contain; }
.brand-mark{ width: 40px; height: 40px; flex-shrink: 0; }
.brand-word{ font-family: var(--f-display); font-weight: 700; font-size: 1.3rem; color: var(--ink); line-height: 1; letter-spacing: 0.01em; }
.brand-sub{ display: block; font-family: var(--f-label); font-size: 0.58rem; letter-spacing: 0.24em; color: var(--brass-d); margin-top: 4px; }

.nav-links{ display: flex; align-items: center; gap: 32px; }
.nav-links a{ font-family: var(--f-label); font-size: 0.76rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); position: relative; padding-bottom: 3px; }
.nav-links a::after{ content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: var(--brass); transition: width 0.22s ease; }
.nav-links a:hover::after{ width: 100%; }
.nav-links-head, .nav-links-foot{ display: none; }

.nav-cta{ display: flex; align-items: center; gap: 18px; }
.nav-toggle{ display: none; width: 42px; height: 42px; border: 1px solid rgba(184,134,46,0.5); background: transparent; border-radius: 2px; align-items: center; justify-content: center; color: var(--ink); }
.nav-toggle svg{ width: 19px; height: 19px; }

.nav-scrim{ display: none; }

@media (max-width: 940px){
  .nav-scrim{
    display: block; position: fixed; inset: 0; background: rgba(9,18,18,0.55);
    backdrop-filter: blur(2px); opacity: 0; pointer-events: none;
    transition: opacity 0.3s ease; z-index: 190;
  }
  .nav-scrim.show{ opacity: 1; pointer-events: auto; }

  .nav-links{
    position: fixed; top: 0; right: 0; bottom: 0; height: 100dvh; width: min(84vw, 340px);
    background: var(--paper); border-left: 1px solid rgba(184,134,46,0.3);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 20px 24px 26px; margin: 0;
    transform: translateX(100%); transition: transform 0.34s cubic-bezier(.4,0,.2,1);
    z-index: 200; overflow-y: auto; box-shadow: -22px 0 50px rgba(8,16,16,0.22);
  }
  .nav-links.open{ transform: translateX(0); }

  .nav-links-head{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; margin-bottom: 8px; border-bottom: 1px solid rgba(184,134,46,0.25); }
  .drawer-title{ font-family: var(--f-label); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass-d); }
  .nav-close{ width: 36px; height: 36px; border: 1px solid rgba(184,134,46,0.4); background: transparent; color: var(--ink); border-radius: 2px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .nav-close svg{ width: 15px; height: 15px; }

  .nav-links a{ width: 100%; padding-block: 15px; border-bottom: 1px solid rgba(22,33,31,0.1); font-size: 0.82rem; }

  .nav-links-foot{ display: flex; flex-direction: column; gap: 18px; margin-top: auto; padding-top: 20px; }
  .nav-links-foot .footer-social{ margin-top: 0; }
  .nav-links-foot .footer-social a{ border-color: rgba(184,134,46,0.5); }
  .nav-links-foot .footer-social svg{ color: var(--ink); }

  .nav-cta > .btn{ display: none; }
  .nav-toggle{ display: inline-flex; }
}
@media (min-width: 941px){ .nav-toggle{ display: none; } }

/* =========================================================
   HERO — dark teal, photographic banner
   ========================================================= */
.hero{ background: var(--teal); color: var(--parchment); padding-top: 0; padding-bottom: 0; overflow: hidden; }

/* Full-bleed banner: fills the viewport below the header, text sits directly on top of the image */
.hero-banner-full{
  position: relative; width: 100%;
  height: calc(100vh - 101px); min-height: 560px; max-height: 840px;
  overflow: hidden; background: var(--teal-2);
}
.hero-banner-full .slide{ position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 1.1s ease; }
.hero-banner-full .slide img{ width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transform: scale(1.08); transition: transform 8s ease; }
.hero-banner-full .slide.is-active{ opacity: 1; visibility: visible; z-index: 1; }
.hero-banner-full .slide.is-active img{ transform: scale(1); }

.hero-scrim{
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(100deg, rgba(1,17,38,0.86) 0%, rgba(1,17,38,0.62) 38%, rgba(1,17,38,0.28) 68%, rgba(1,17,38,0.12) 100%),
    linear-gradient(0deg, rgba(1,17,38,0.55) 0%, transparent 30%, transparent 72%, rgba(1,17,38,0.35) 100%);
}

.hero-copy-wrap{ position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-bottom: 96px; }
.hero-copy{ max-width: 670px; padding-block: 40px; }
.hero-copy h1{ font-size: clamp(2.4rem, 1.4rem + 4.2vw, 4.1rem); color: var(--paper); margin-bottom: 22px; }
.hero-copy h1 em{ font-style: normal; font-weight: 800; color: var(--brass); }
.hero-copy p{ font-size: 1.1rem; max-width: 48ch; opacity: 0.86; margin-bottom: 34px; }
.hero-actions{ display: flex; gap: 16px; flex-wrap: wrap; }

.hb-stamp{ position: absolute; top: 24px; right: 24px; width: 100px; height: 100px; color: var(--brass); z-index: 3; transform: rotate(-8deg); filter: drop-shadow(0 3px 6px rgba(0,0,0,0.4)); }
.hb-stamp svg{ width: 100%; height: 100%; }
@media (max-width: 620px){ .hb-stamp{ width: 74px; height: 74px; top: 16px; right: 16px; } }

.slider-scroll-cue{
  position: absolute; right: 22px; bottom: 90px; z-index: 3;
  writing-mode: vertical-rl; letter-spacing: 0.28em; text-transform: uppercase;
  font-family: var(--f-label); font-size: 0.68rem; color: rgba(250,243,230,0.75);
  display: flex; align-items: center; gap: 10px;
}
.slider-scroll-cue::after{ content: ""; width: 1px; height: 40px; background: rgba(250,243,230,0.5); }
@media (max-width: 860px){ .slider-scroll-cue{ display: none; } }

.slider-caption{
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  padding: 70px 0 26px;
}
.slider-caption-inner{ display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; color: var(--paper); }
.slider-caption-text{ display: flex; align-items: baseline; gap: 9px; font-family: var(--f-label); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }
.slider-caption-index{ color: var(--brass); font-weight: 700; }
.slider-dots{ display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.dot{
  width: 14px; height: 14px; padding: 0; border-radius: 50%;
  border: 2px solid rgba(250,243,230,0.65); background: transparent;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}
.dot.is-active{ background: var(--brass); border-color: var(--brass); transform: scale(1.25); }
@media (max-width: 620px){ .dot{ width: 12px; height: 12px; } }

@media (max-width: 620px){
  .brand img{ width: 132px; }
  .hero-banner-full{ height: calc(100vh - 80px); min-height: 620px; }
  .slider-caption{ padding-top: 54px; }
  .slider-caption-inner{ flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* =========================================================
   ABOUT — story, left framed photo / right copy
   ========================================================= */
section#about{ background: var(--paper); }
.about-grid{ display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }

.about-frame{ position: relative; width: 100%; max-width: 420px; margin: 0 auto 34px; }
.about-photo{ margin: 0; border: 9px solid var(--parchment); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-lift); aspect-ratio: 4/5; background: var(--parchment); }
.about-photo img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.about-frame-line{ position: absolute; inset: 19px; border: 1px solid rgba(184,134,46,0.5); border-radius: 2px; pointer-events: none; z-index: 1; }

.about-photo-accent{
  position: absolute; right: -9%; bottom: -9%; width: 46%; aspect-ratio: 1/1; margin: 0;
  border: 7px solid var(--paper); border-radius: 3px; overflow: hidden; box-shadow: var(--shadow-lift);
  transform: rotate(4deg); z-index: 2;
}
.about-photo-accent img{ width: 100%; height: 100%; object-fit: cover; display: block; }

.about-badge{
  position: absolute; left: -7%; bottom: 12%; z-index: 3;
  display: flex; align-items: center; gap: 12px;
  background: var(--teal); color: var(--paper);
  padding: 13px 18px; border-radius: 3px; box-shadow: var(--shadow-lift);
  max-width: 210px;
}
.about-badge svg{ width: 24px; height: 24px; color: var(--brass); flex-shrink: 0; }
.about-badge-label{ display: block; font-family: var(--f-label); font-size: 0.58rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); margin-bottom: 3px; }
.about-badge-value{ display: block; font-family: var(--f-display); font-size: 0.98rem; line-height: 1.2; }
.about-badge-value em{ font-style: normal; font-weight: 800; color: var(--brass); }

@media (max-width: 560px){
  .about-frame{ max-width: 300px; }
  .about-badge{ padding: 10px 14px; max-width: 168px; gap: 9px; }
  .about-badge-value{ font-size: 0.86rem; }
}

.about-para{ font-size: 0.98rem; opacity: 0.78; max-width: 56ch; margin: 16px 0 0; }
.about-tagline{
  font-family: var(--f-display); font-weight: 700; font-size: 1.12rem; color: var(--rust);
  border-top: 1px solid rgba(184,134,46,0.4); padding-top: 22px; margin: 0 0 30px; max-width: 52ch;
}
.about-points{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 34px 0 36px; }
.about-point{ display: flex; gap: 12px; align-items: flex-start; }
.about-point svg{ width: 22px; height: 22px; color: var(--rust); flex-shrink: 0; margin-top: 2px; }
.about-point h4{ font-size: 0.94rem; margin-bottom: 4px; }
.about-point p{ font-size: 0.82rem; opacity: 0.72; margin: 0; }

@media (max-width: 940px){
  .about-grid{ grid-template-columns: 1fr; gap: 44px; }
  .about-frame{ max-width: 380px; }
}
@media (max-width: 560px){
  .about-points{ grid-template-columns: 1fr; gap: 18px; }
}

/* =========================================================
   WHY US
   ========================================================= */
.why-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card{ background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-card); transition: transform 0.2s ease, box-shadow 0.2s ease, border-color .2s ease; }
.why-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-lift); border-color: var(--brass); }
.why-icon{ width: 38px; height: 38px; color: var(--rust); margin-bottom: 20px; }
.why-card h3{ font-size: 1.18rem; margin-bottom: 10px; }
.why-card p{ font-size: 0.92rem; opacity: 0.75; margin: 0; }

@media (max-width: 940px){ .why-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .why-grid{ grid-template-columns: 1fr; } }

/* =========================================================
   PRODUCT CARDS — ledger / atlas-plate style
   ========================================================= */
section#products{ background: var(--parchment-2); }
.product-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.product-card{ position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.product-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-lift); }
.product-photo{ position: relative; aspect-ratio: 4/3.3; overflow: hidden; margin: 10px 10px 0; border-radius: 2px; }
.product-photo img{ width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-photo img{ transform: scale(1.05); }
.product-body{ padding: 20px 22px 26px; }
.product-origin{ font-family: var(--f-label); font-size: 0.66rem; color: var(--brass-d); letter-spacing: 0.1em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.product-body h3{ font-size: 1.32rem; margin-bottom: 10px; }
.product-body p{ font-size: 0.9rem; opacity: 0.76; margin: 0; }

@media (max-width: 940px){ .product-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px){ .product-grid{ grid-template-columns: 1fr; } }

/* =========================================================
   COCONUT CRAFTS — gallery-wall masonry, brass-framed plates
   ========================================================= */
section#coconut-crafts{ background: var(--parchment); position: relative; overflow: hidden; }
section#coconut-crafts::before{
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.6;
  background-image:
    repeating-linear-gradient(45deg, rgba(156,70,48,0.05) 0 2px, transparent 2px 11px),
    repeating-linear-gradient(-45deg, rgba(184,134,46,0.05) 0 2px, transparent 2px 11px);
}
section#coconut-crafts .container{ position: relative; z-index: 1; }

/* Column masonry: every photo keeps its own natural aspect ratio, so nothing
   is ever force-cropped — portrait shots stay tall, square shots stay square. */
.craft-grid{
  column-count: 3; column-gap: 20px; margin-bottom: 20px;
}
.craft-card{
  position: relative; background: var(--paper); border: 1px solid var(--brass); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.24s ease, box-shadow 0.24s ease;
  display: block; break-inside: avoid; margin-bottom: 20px;
}
.craft-card:hover{ transform: rotate(-0.5deg) translateY(-5px); box-shadow: var(--shadow-lift); z-index: 2; }

.craft-photo{ position: relative; overflow: hidden; margin: 8px; border-radius: 2px; }
.craft-photo img{ width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.craft-card:hover .craft-photo img{ transform: scale(1.06); }
.craft-body{ padding: 4px 16px 16px; }
.craft-body h4{ font-size: 1.02rem; color: var(--ink); margin-bottom: 3px; }
.craft-body span{ font-family: var(--f-label); font-size: 0.64rem; color: var(--rust); letter-spacing: 0.08em; text-transform: uppercase; }

.craft-seal{ position: absolute; top: 12px; left: 12px; width: 60px; height: 60px; z-index: 2; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.4)); }
.craft-seal svg{ width: 100%; height: 100%; }

.stitch-divider{ border: none; border-top: 2px dashed rgba(184,134,46,0.55); margin: 8px 0 40px; }

.feature-tags{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; margin-bottom: 54px; }
.feature-tag{ font-family: var(--f-label); font-size: 0.76rem; color: var(--ink); border: 1px solid var(--brass); border-radius: 999px; padding: 8px 16px; display: inline-flex; align-items: center; gap: 8px; background: var(--paper); }
.feature-tag svg{ width: 13px; height: 13px; color: var(--rust); flex-shrink: 0; }

.gallery-strip{ column-count: 3; column-gap: 18px; }
.gallery-strip figure{ margin: 0 0 18px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); break-inside: avoid; }
.gallery-strip img{ width: 100%; height: auto; display: block; }
.gallery-caption{ font-family: var(--f-label); font-size: 0.7rem; color: var(--rust); letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 16px; }

@media (max-width: 940px){ .craft-grid{ column-count: 2; } }
@media (max-width: 620px){
  .craft-grid{ column-count: 1; }
  .gallery-strip{ column-count: 2; }
}
@media (max-width: 480px){ .gallery-strip{ column-count: 1; } }

/* =========================================================
   EXPORT PROCESS — dark teal, route-plotted steps
   ========================================================= */
section#process{ background:#262626; color: var(--parchment); }
.process-rail{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; counter-reset: step; }
.process-step{ position: relative; padding-top: 46px; }
.process-step::before{ counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--f-label); font-size: 0.86rem; font-weight: 600; color: var(--teal); background: var(--brass); width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; }
.process-step:not(:last-child)::after{ content: ""; position: absolute; top: 17px; left: 44px; right: -22px; height: 1px; background: repeating-linear-gradient(90deg, var(--brass) 0 6px, transparent 6px 12px); opacity: 0.6; }
.process-step h3{ font-size: 1.08rem; margin-bottom: 8px; color: var(--paper); }
.process-step p{ font-size: 0.86rem; opacity: 0.68; margin: 0; }

@media (max-width: 940px){ .process-rail{ grid-template-columns: repeat(2, 1fr); row-gap: 38px; } .process-step:not(:last-child)::after{ display: none; } }
@media (max-width: 560px){ .process-rail{ grid-template-columns: 1fr; } }

/* =========================================================
   CONTACT
   ========================================================= */
.contact-wrap{ display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-card); }
.contact-info{ background: var(--teal); color: var(--parchment); padding: 46px 40px; }
.contact-info h3{ font-size: 1.5rem; margin-bottom: 18px; color: var(--paper); }
.contact-info p{ opacity: 0.75; font-size: 0.92rem; margin-bottom: 30px; }
.contact-detail{ display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-detail svg{ width: 19px; height: 19px; color: var(--brass); flex-shrink: 0; margin-top: 2px; }
.contact-detail .label{ font-family: var(--f-label); font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); display: block; margin-bottom: 3px; }
.contact-detail .value{ font-size: 0.94rem; overflow-wrap: break-word; word-break: break-word; }
.contact-detail .value a:hover{ color: var(--brass); text-decoration: underline; }

.contact-form{ padding: 46px 40px; }
.form-row{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field{ display: flex; flex-direction: column; gap: 7px; }
.field.full{ grid-column: 1 / -1; }
.field label{ font-family: var(--f-label); font-size: 0.7rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--brass-d); }
.field input, .field select, .field textarea{ border: 1px solid var(--line); background: var(--parchment); border-radius: 3px; padding: 12px 14px; color: var(--ink); transition: border-color 0.18s ease, background-color 0.18s ease; }
.field input:focus, .field select:focus, .field textarea:focus{ border-color: var(--rust); background: var(--paper); outline: none; }
.field textarea{ resize: vertical; min-height: 110px; }
.form-note{ font-size: 0.8rem; opacity: 0.6; margin-top: 14px; }
.form-success{ display: none; align-items: center; gap: 12px; background: rgba(156,70,48,0.08); border: 1px solid var(--rust); color: var(--rust-d); padding: 14px 16px; border-radius: 4px; font-size: 0.9rem; margin-top: 18px; }
.form-success.show{ display: flex; }
.form-success svg{ width: 20px; height: 20px; flex-shrink: 0; }

@media (max-width: 860px){ .contact-wrap{ grid-template-columns: 1fr; } .form-row{ grid-template-columns: 1fr; } }

/* =========================================================
   FOOTER — wavy shoreline edge + hand-sketched backdrop
   ========================================================= */
.site-footer{
  position: relative; background: #0A0A0A; color: var(--parchment);
  padding-top: 92px; overflow: hidden; clip-path: url(#wave-clip);
}
.footer-sketch{ position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.footer-sketch svg{ width: 100%; height: 100%; display: block; }
.site-footer .container{ position: relative; z-index: 1; }

.footer-grid{ display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(184,134,46,0.25); }
.footer-brand img{ width: 160px; height: auto; display: block; margin-bottom: 4px; }
.footer-brand p{ opacity: 0.68; font-size: 0.9rem; max-width: 32ch; margin-top: 16px; }
.footer-col h4{ font-family: var(--f-label); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass); margin-bottom: 18px; font-weight: 600; }
.footer-col li{ margin-bottom: 11px; }
.footer-col a{ font-size: 0.9rem; opacity: 0.8; transition: opacity 0.16s ease, color 0.16s ease; }
.footer-col a:hover{ opacity: 1; color: var(--brass); }
.footer-social{ display: flex; gap: 10px; margin-top: 20px; }
.footer-social a{background: #fff; width: 38px; height: 38px; border: 1px solid rgba(184,134,46,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.footer-social svg{ width: 16px; height: 16px; color: #f19f02 }
.footer-social a:hover{ border-color: var(--brass); }
.footer-certs{
  border-top: 1px solid rgba(184,134,46,0.25); padding-block: 26px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px;
}
.footer-certs-label{
  font-family: var(--f-label); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brass); flex-shrink: 0;
}
.footer-certs-badges{ display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.cert-badge{
  display: flex; align-items: center; justify-content: center;
  background: var(--paper); border-radius: 8px; padding: 10px 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cert-badge:hover{ transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.32); }
.cert-badge img{ height: 42px; width: auto; display: block; }
@media (max-width: 620px){
  .footer-certs{ flex-direction: column; align-items: flex-start; }
  .cert-badge img{ height: 36px; }
}

.footer-bottom{ display: flex; justify-content: space-between; align-items: center; padding-block: 26px; font-size: 0.82rem; opacity: 0.6; font-family: var(--f-label); flex-wrap: wrap; gap: 10px; }
.footer-legal{ display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
.footer-credit{ position: relative; padding-left: 14px; }
.footer-credit::before{ content: "\2022"; position: absolute; left: 0; opacity: 0.6; }
.credit-brand{ color: var(--brass); font-weight: 700; letter-spacing: 0.015em; }
.back-to-top{ display: flex; align-items: center; gap: 8px; font-family: var(--f-label); font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; opacity: 0.85; }
.back-to-top svg{ width: 14px; height: 14px; }
.back-to-top:hover{ opacity: 1; color: var(--brass); }

@media (max-width: 860px){ .footer-grid{ grid-template-columns: 1fr 1fr; row-gap: 36px; } }
@media (max-width: 520px){ .footer-grid{ grid-template-columns: 1fr; } .site-footer{ padding-top: 70px; } }

/* reveal on scroll */
.reveal{ opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in{ opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity: 1; transform: none; } }

/* =========================================================
   WHATSAPP — floating chat button
   ========================================================= */
.whatsapp-fab{
  position: fixed; right: 24px; bottom: 24px; z-index: 150;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.28), 0 2px 6px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.whatsapp-fab svg{ width: 30px; height: 30px; position: relative; z-index: 1; }
.whatsapp-fab:hover{ transform: scale(1.07); box-shadow: 0 10px 24px rgba(0,0,0,0.32), 0 3px 8px rgba(0,0,0,0.22); }
.whatsapp-fab-ring{
  position: absolute; inset: 0; border-radius: 50%; background: #25D366;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}
@keyframes whatsapp-pulse{
  0%   { transform: scale(1);   opacity: 0.55; }
  80%  { transform: scale(1.9); opacity: 0; }
  100% { transform: scale(1.9); opacity: 0; }
}
.whatsapp-fab-tip{
  position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%);
  background: var(--ink); color: var(--paper); font-family: var(--f-label); font-size: 0.76rem;
  white-space: nowrap; padding: 8px 12px; border-radius: 4px;
  opacity: 0; visibility: hidden; transition: opacity 0.18s ease, visibility 0.18s ease;
}
.whatsapp-fab-tip::after{
  content: ""; position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
  border: 5px solid transparent; border-left-color: var(--ink);
}
.whatsapp-fab:hover .whatsapp-fab-tip, .whatsapp-fab:focus-visible .whatsapp-fab-tip{ opacity: 1; visibility: visible; }
body.nav-open .whatsapp-fab{ opacity: 0; pointer-events: none; }
@media (max-width: 620px){
  .whatsapp-fab{ width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .whatsapp-fab svg{ width: 27px; height: 27px; }
  .whatsapp-fab-tip{ display: none; }
}
@media (prefers-reduced-motion: reduce){ .whatsapp-fab-ring{ animation: none; display: none; } }
@media (max-width: 767px) {
 .hero-copy h1{font-size:27px;}
 .hero-copy p{font-size:15px;}
}
