@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Outfit:wght@300;400;500;600&display=swap");

:root {
  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Outfit", "Trebuchet MS", sans-serif;
  --ink: #2b2622;
  --ink-soft: #5a524d;
  --cream: #f9f4ef;
  --sand: #f1e6da;
  --coral: #e7b0a7;
  --peach: #f4cfc6;
  --teal: #5f8b7e;
  --sage: #c7d8cf;
  --sun: #f2d9b6;
  --sky: #dbe7df;
  --white: #fffdfb;
  --whatsapp: #2aa56a;
  --shadow: rgba(43, 38, 34, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    linear-gradient(rgba(249, 244, 239, 0.78), rgba(249, 244, 239, 0.78)),
    url("arkaplan.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100%;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(27, 27, 31, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

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

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

a:hover {
  color: var(--teal);
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 24px;
  padding: 8px 12px;
  background: var(--teal);
  color: var(--white);
  border-radius: 999px;
  font-size: 14px;
  z-index: 20;
}

.skip-link:focus {
  top: 16px;
}

.visually-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
  z-index: -2;
}

.orb-1 {
  width: 320px;
  height: 320px;
  background: rgba(231, 176, 167, 0.45);
  top: -120px;
  left: -80px;
}

.orb-2 {
  width: 360px;
  height: 360px;
  background: rgba(95, 139, 126, 0.4);
  top: 180px;
  right: -140px;
}

.orb-3 {
  width: 280px;
  height: 280px;
  background: rgba(242, 217, 182, 0.5);
  bottom: -100px;
  left: 40px;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(249, 244, 239, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 24px;
}

.brand {
  display: grid;
  gap: 4px;
}

.brand-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.hero-logo {
  width: 280px;
  height: 280px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 10px 18px rgba(43, 38, 34, 0.12));
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.5px;
}

.brand-sub {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ink-soft);
}

.nav-links {
  display: flex;
  gap: 18px;
  font-weight: 500;
  font-size: 15px;
}

.btn {
  border: none;
  background: var(--teal);
  color: var(--white);
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 12px 30px rgba(45, 106, 103, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn:hover {
  background: #4f756a;
  transform: translateY(-2px);
}

.btn:focus-visible {
  outline: 2px solid var(--sun);
  outline-offset: 3px;
}

.btn-outline {
  background: transparent;
  color: var(--teal);
  border: 1.5px solid var(--teal);
  box-shadow: none;
}

.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.9);
}

.btn-whatsapp {
  background: var(--whatsapp);
  box-shadow: 0 12px 30px rgba(31, 156, 91, 0.28);
}

.btn-whatsapp:hover {
  background: #188f52;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  justify-items: center;
  position: relative;
  padding: 60px 0 24px;
  text-align: center;
}


.hero-text {
  display: grid;
  gap: 14px;
  max-width: 720px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--teal);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  margin: 0;
}

.hero-lead {
  font-size: 17px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 6px;
  width: 100%;
}

.stat-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  padding: 14px 16px;
  display: grid;
  gap: 6px;
  text-align: center;
}

.stat-number {
  font-size: 16px;
  font-weight: 600;
}

.stat-label {
  font-size: 13px;
  color: var(--ink-soft);
}


.hero-card {
  position: absolute;
  bottom: -20px;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  padding: 22px;
  width: min(320px, 90%);
  box-shadow: 0 18px 40px rgba(27, 27, 31, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.card-title {
  font-weight: 600;
  margin: 0 0 8px;
}

.card-text {
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

.card-list {
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-soft);
}

.card-list div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.section {
  padding: 80px 0;
}

.section.products {
  padding-top: 40px;
}

.section-head {
  max-width: 640px;
  display: grid;
  gap: 10px;
  margin-bottom: 32px;
}

.section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 38px);
  margin: 0;
}

.section-head p {
  margin: 0;
  color: var(--ink-soft);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.product-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  padding: 64px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 40px rgba(27, 27, 31, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 50px rgba(27, 27, 31, 0.16);
}

.product-media {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  aspect-ratio: 3 / 4;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.whatsapp-order {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
  background: var(--whatsapp);
  color: var(--white);
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  max-width: 240px;
  text-align: left;
  box-shadow: 0 10px 20px rgba(31, 156, 91, 0.25);
  transition: transform 0.2s ease, background 0.2s ease;
  z-index: 2;
}

.whatsapp-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.whatsapp-order:hover {
  background: #188f52;
  transform: translateY(-1px);
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.product-tag {
  background: var(--sun);
  color: var(--ink);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 13px;
}

.meta li {
  position: relative;
  padding-left: 14px;
}

.meta li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--teal);
}

.price {
  font-weight: 600;
  color: var(--teal);
  font-size: 16px;
}

.story {
  background: rgba(255, 255, 255, 0.55);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: center;
}

.story-text {
  display: grid;
  gap: 16px;
}

.story-highlight {
  background: rgba(231, 176, 167, 0.15);
  border-left: 3px solid var(--coral);
  padding: 14px 16px;
  border-radius: 12px;
  display: grid;
  gap: 4px;
}

.highlight-title {
  font-weight: 600;
}

.story-card {
  background: var(--white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(27, 27, 31, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: grid;
  gap: 16px;
}

.story-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.story-tags span {
  background: rgba(45, 106, 103, 0.1);
  color: var(--teal);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.timeline-step {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: grid;
  gap: 10px;
}

.step-number {
  font-size: 20px;
  font-weight: 600;
  color: var(--coral);
}

.order {
  background: rgba(95, 139, 126, 0.12);
}

.order-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: start;
}

.order-text {
  display: grid;
  gap: 18px;
}

.order-steps {
  display: grid;
  gap: 10px;
}

.order-step {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--ink-soft);
}

.order-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(27, 27, 31, 0.12);
  display: grid;
  gap: 12px;
}

.order-sample {
  background: rgba(95, 139, 126, 0.12);
  border-radius: 16px;
  padding: 14px;
  font-size: 13px;
  color: var(--ink-soft);
}

.order-note {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
}

.faq {
  background: rgba(255, 255, 255, 0.55);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.faq-card {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(27, 27, 31, 0.1);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.contact-card {
  background: var(--white);
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: grid;
  gap: 14px;
}

.contact-item {
  display: grid;
  gap: 6px;
}

.contact-label-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-icon {
  width: 18px;
  height: 18px;
  fill: var(--teal);
}

.contact-card a {
  font-weight: 600;
}

.contact-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink-soft);
}

.contact-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-badges span {
  background: rgba(231, 176, 167, 0.2);
  color: var(--coral);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.site-footer {
  padding: 60px 0 30px;
  background: #2f3b35;
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.footer-logo {
  width: 64px;
  height: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.site-footer a {
  color: var(--white);
  display: block;
  margin-bottom: 6px;
}

.footer-title {
  font-weight: 600;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  opacity: 0.7;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }


  .hero-card {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }

  .story-grid,
  .contact-grid,
  .order-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    align-items: flex-start;
  }

  .nav-links {
    gap: 12px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-logo {
    width: 220px;
    height: 220px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    transition: none;
  }

}
