:root {
  --ink: #281d2b;
  --muted: #756b73;
  --pink: #e95882;
  --rose: #f8d8e2;
  --blush: #fff2f5;
  --cream: #fffaf6;
  --line: #eadce0;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Avenir Next", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
button,
input,
textarea,
select {
  font: inherit;
}

.announcement {
  background: var(--ink);
  color: #fff8fa;
  padding: 10px 24px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-header {
  background: rgba(255, 250, 246, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-wrap {
  max-width: 1180px;
  margin: auto;
  min-height: 78px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 185px;
}
.brand-logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  flex: 0 0 64px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  flex: 1;
  font-size: 12px;
}
.nav-links a {
  padding: 29px 0 25px;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--pink);
  border-color: var(--pink);
}
.nav-actions {
  display: flex;
  gap: 14px;
  color: var(--ink);
}
.icon-btn,
.menu-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  color: inherit;
}
.icon-btn {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.icon-btn:hover {
  color: white;
  background: var(--pink);
  border-color: var(--pink);
}
.icon-btn svg,
.menu-btn svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-btn {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 28px;
}
.hero {
  min-height: 640px;
  background:
    linear-gradient(to bottom, transparent 68%, var(--cream) 100%),
    linear-gradient(to right, rgba(255, 250, 246, 0.98) 0%, rgba(255, 250, 246, 0.92) 34%, rgba(255, 250, 246, 0.18) 70%),
    url("images/WhatsApp Image 2026-08-19 at 10.05.40.jpeg") center 42% / cover no-repeat;
  padding: 104px 0 150px;
  overflow: hidden;
}
.hero-grid {
  display: flex;
  align-items: center;
}
.hero-copy {
  max-width: 590px;
}
.eyebrow {
  color: var(--pink);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin: 18px 0 24px;
}
h1 em {
  color: var(--pink);
  font-style: normal;
}
.lead {
  max-width: 430px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.btn:hover {
  background: var(--pink);
  border-color: var(--pink);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.section {
  padding: 86px 0;
}
.section-tint {
  background: var(--blush);
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 30px;
}
h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.category-grid,
.product-grid,
.value-grid,
.story-grid {
  display: grid;
  gap: 14px;
}
.category-grid {
  grid-template-columns: repeat(4, 1fr);
}
.category {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 32px 0 32px 0;
}
.category:nth-child(even) {
  border-radius: 0 32px 0 32px;
}
.category img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.category:hover img {
  transform: scale(1.06);
}
.category::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, #261923cc);
}
.category span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  color: white;
  font-family: var(--serif);
  font-size: 25px;
}
.product-grid {
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: white;
  border: 1px solid var(--line);
  overflow: hidden;
  position: relative;
  border-radius: 32px 0 32px 0;
}
.product-card:nth-child(even) {
  border-radius: 0 32px 0 32px;
}
.product-card img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
}
.product-info {
  padding: 16px;
}
.product-info h3 {
  margin: 0 0 7px;
  font-size: 14px;
}
.product-info p {
  margin: 0;
  color: var(--pink);
  font-weight: bold;
  font-size: 13px;
}
.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--pink);
  color: #fff;
  padding: 6px 8px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.page-hero {
  background: var(--blush);
  padding: 80px 0;
  text-align: center;
}
.page-hero h1 {
  font-size: clamp(50px, 8vw, 90px);
  margin-bottom: 15px;
}
.page-hero p {
  max-width: 510px;
  margin: auto;
  color: var(--muted);
  line-height: 1.7;
}
.gallery-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.filter-btn {
  border: 1px solid var(--line);
  color: var(--muted);
  background: white;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 12px;
}
.filter-btn.active,
.filter-btn:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.gallery-grid {
  columns: 4 220px;
  column-gap: 14px;
}
.gallery-item {
  break-inside: avoid;
  margin: 0 0 14px;
  position: relative;
  overflow: hidden;
  background: var(--rose);
  border-radius: 28px 0 28px 0;
}
.gallery-item:nth-child(even) {
  border-radius: 0 28px 0 28px;
}
.gallery-item img {
  height: auto;
  transition: transform 0.5s;
}
.gallery-item:hover img {
  transform: scale(1.04);
}
.gallery-caption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 7px #000;
}
.products-cta {
  margin-top: 52px;
  padding: 42px 46px;
  background: var(--rose);
  border-radius: 36px 0 36px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.products-cta h2 {
  margin: 9px 0 10px;
  font-size: clamp(32px, 4vw, 48px);
}
.products-cta p {
  margin: 0;
  max-width: 590px;
  color: var(--muted);
  line-height: 1.6;
}
.products-cta .btn {
  flex: 0 0 auto;
}
.product-contact-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  box-shadow: 0 10px 30px rgba(40, 29, 43, 0.24);
  font-size: 12px;
  font-weight: bold;
}
.product-contact-fab:hover {
  background: var(--pink);
  transform: translateY(-2px);
}

.about-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  color: white;
  background:
    linear-gradient(to bottom, rgba(40, 29, 43, 0.28) 55%, var(--cream) 100%),
    linear-gradient(to right, rgba(40, 29, 43, 0.8), rgba(40, 29, 43, 0.25)),
    url("images/WhatsApp Image 2026-08-19 at 10.05.35 (1).jpeg") center 62% / cover no-repeat;
  padding: 92px 0 130px;
  text-align: left;
}
.about-hero .container {
  width: 100%;
}
.about-hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 7vw, 92px);
}
.about-hero h1 em {
  color: #ff86a8;
}
.about-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
}
.story-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 64px;
}
.story-visual {
  position: relative;
}
.story-image {
  height: 560px;
  object-fit: cover;
  border-radius: 52px 0 52px 0;
  box-shadow: 0 24px 50px rgba(40, 29, 43, 0.16);
}
.story-badge {
  position: absolute;
  right: -24px;
  bottom: 34px;
  width: 128px;
  height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 26px rgba(40, 29, 43, 0.2);
}
.story-badge strong {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0;
  text-transform: none;
}
.story-copy p {
  color: var(--muted);
  line-height: 1.8;
}
.story-note {
  margin: 26px 0;
  padding: 18px 20px;
  border-left: 3px solid var(--pink);
  background: var(--blush);
  display: grid;
  gap: 5px;
}
.story-note b {
  color: var(--pink);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-note span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
.value-grid {
  grid-template-columns: repeat(3, 1fr);
}
.value {
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--pink);
  background: white;
  border-radius: 30px 0 30px 0;
  transition: transform 0.25s, box-shadow 0.25s;
}
.value:nth-child(even) {
  border-radius: 0 30px 0 30px;
}
.value:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(40, 29, 43, 0.1);
}
.value b {
  display: block;
  color: var(--pink);
  font-size: 24px;
  margin-bottom: 17px;
}
.value h3 {
  margin-bottom: 8px;
  font-size: 17px;
}
.value p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
.about-cta {
  padding: 72px 0;
  background: var(--pink);
  color: white;
}
.about-cta-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.about-cta .eyebrow {
  color: white;
  opacity: 0.75;
}
.about-cta h2 {
  margin: 10px 0 12px;
}
.about-cta p {
  max-width: 630px;
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.about-cta-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
.btn-light {
  background: white;
  color: var(--ink);
  border-color: white;
}
.about-cta .btn:not(.btn-light):hover {
  background: white;
  border-color: white;
  color: var(--ink);
}
.about-cta .btn-light:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
}
.contact-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.contact-details {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}
.contact-detail b {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: var(--pink);
}
.contact-detail span {
  color: var(--muted);
  font-size: 14px;
}
.contact-detail a {
  color: var(--muted);
  font-size: 14px;
}
.contact-detail a:hover {
  color: var(--pink);
}
.contact-form {
  display: grid;
  gap: 16px;
  background: white;
  border: 1px solid var(--line);
  padding: 30px;
}
.field {
  display: grid;
  gap: 7px;
}
.field label {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffafa;
  padding: 13px;
  color: var(--ink);
  outline: none;
}
.field textarea {
  min-height: 130px;
  resize: vertical;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--pink);
}
.form-status {
  display: none;
  font-size: 13px;
  line-height: 1.5;
}
.form-status.show {
  display: block;
}
.form-status.success {
  color: #277245;
}
.form-status.error {
  color: #a32d45;
}
.form-status.info {
  color: var(--muted);
}
.contact-form .btn:disabled {
  cursor: wait;
  opacity: 0.65;
}
.map-section {
  margin-top: 64px;
}
.map-section h2 {
  margin: 8px 0 22px;
}
.map-section iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.newsletter {
  background: var(--pink);
  color: white;
  padding: 38px 0;
}
.newsletter-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.newsletter h2 {
  margin: 0;
  font-size: 32px;
}
.newsletter form {
  display: flex;
  min-width: 410px;
}
.newsletter input {
  flex: 1;
  border: 0;
  padding: 14px 17px;
  min-width: 0;
}
.newsletter .btn {
  border-color: var(--ink);
  border-radius: 0 999px 999px 0;
}
.site-footer {
  background: var(--ink);
  color: #f8e8ed;
  padding: 46px 0 24px;
}
.site-footer .brand-logo {
  width: 170px;
  height: 170px;
  flex-basis: 170px;
  filter:  invert(1) brightness(100);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-wrap p {
  color: #b6a5ac;
  max-width: 270px;
  font-size: 13px;
  line-height: 1.6;
}
.footer-links {
  display: flex;
  gap: 60px;
}
.footer-links b {
  display: block;
  color: white;
  font-size: 11px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.footer-links a {
  display: block;
  color: #b6a5ac;
  font-size: 13px;
  margin-bottom: 10px;
}
.footer-address {
  color: #b6a5ac;
  font-size: 13px;
  line-height: 1.6;
}
.footer-address b {
  display: block;
  color: white;
  font-size: 11px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.footer-address span {
  display: block;
  color: #b6a5ac;
  font-size: 13px;
}
.copyright {
  border-top: 1px solid #493b43;
  margin-top: 36px;
  padding-top: 19px;
  color: #8f7e86;
  font-size: 11px;
}

@media (max-width: 760px) {
  .announcement {
    font-size: 10px;
  }
  .nav-wrap {
    min-height: 68px;
    padding: 0 18px;
    justify-content: space-between;
  }
  .brand {
    min-width: auto;
  }
  .brand-mark {
    font-size: 25px;
  }
  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .menu-btn {
    display: inline-flex;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    padding: 10px 20px 22px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    padding: 13px 0;
  }
  .nav-actions {
    margin-left: auto;
  }
  .container {
    padding: 0 18px;
  }
  .hero {
    min-height: 610px;
    padding: 72px 0 140px;
    background:
      linear-gradient(to bottom, rgba(255, 250, 246, 0.1) 55%, var(--cream) 100%),
      linear-gradient(to right, rgba(255, 250, 246, 0.97) 0%, rgba(255, 250, 246, 0.88) 62%, rgba(255, 250, 246, 0.5) 100%),
      url("images/WhatsApp Image 2026-08-19 at 10.05.40.jpeg") 58% center / cover no-repeat;
  }
  .hero-grid,
  .story-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  h1 {
    font-size: 58px;
  }
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category {
    min-height: 180px;
    border-radius: 24px 0 24px 0;
  }
  .category:nth-child(even) {
    border-radius: 0 24px 0 24px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-card,
  .gallery-item {
    border-radius: 24px 0 24px 0;
  }
  .product-card:nth-child(even),
  .gallery-item:nth-child(even) {
    border-radius: 0 24px 0 24px;
  }
  .section {
    padding: 60px 0;
  }
  .section-head {
    display: block;
  }
  .section-head .btn {
    margin-top: 18px;
  }
  .story-image {
    height: 380px;
  }
  .about-hero {
    min-height: 480px;
    padding: 72px 0 120px;
    background:
      linear-gradient(to bottom, rgba(40, 29, 43, 0.34) 50%, var(--cream) 100%),
      linear-gradient(rgba(40, 29, 43, 0.65), rgba(40, 29, 43, 0.38)),
      url("images/WhatsApp Image 2026-08-19 at 10.05.35 (1).jpeg") 58% center / cover no-repeat;
  }
  .about-hero h1 {
    font-size: 54px;
  }
  .story-badge {
    right: -4px;
    bottom: -24px;
    width: 104px;
    height: 104px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .about-cta-wrap {
    display: block;
  }
  .about-cta-actions {
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .newsletter-wrap,
  .footer-wrap {
    display: block;
  }
  .newsletter form {
    min-width: 0;
    margin-top: 20px;
  }
  .footer-links {
    margin-top: 28px;
    gap: 30px;
  }
  .footer-address {
    margin-top: 28px;
  }
  .products-cta {
    display: block;
    padding: 30px 24px;
    border-radius: 28px 0 28px 0;
  }
  .products-cta .btn {
    margin-top: 22px;
  }
  .product-contact-fab {
    right: 14px;
    bottom: 14px;
  }
  .site-footer .brand-logo {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
}
