:root {
  --blush: #f8d8df;
  --pink: #df6f95;
  --pink-deep: #a44b72;
  --charcoal: #252126;
  --cream: #fff8f2;
  --mint: #bfe9dc;
  --lemon: #f7d94a;
  --coral: #e95f4f;
  --line: rgba(37, 33, 38, 0.12);
  --shadow: 0 18px 50px rgba(37, 33, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background: var(--cream);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.announcement {
  background: var(--charcoal);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0.72rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(255, 248, 242, 0.92);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 86px;
  padding: 0.55rem clamp(1rem, 4vw, 4.5rem);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}

.brand img {
  height: 64px;
  width: auto;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(0.7rem, 2vw, 1.65rem);
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
}

.main-nav a {
  border-bottom: 2px solid transparent;
  padding: 0.55rem 0;
}

.main-nav a:hover {
  border-color: var(--pink);
}

.header-action,
.button {
  align-items: center;
  border: 1px solid var(--charcoal);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  padding: 0.78rem 1.15rem;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
  border-radius: 6px;
  font-weight: 900;
}

.header-action,
.button.primary {
  background: var(--charcoal);
  color: #fff;
}

.button.secondary {
  background: #fff;
  color: var(--charcoal);
}

.button:hover,
.header-action:hover {
  box-shadow: 0 10px 22px rgba(37, 33, 38, 0.14);
  transform: translateY(-2px);
}

.button.full {
  width: 100%;
}

.menu-toggle {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.menu-toggle span {
  background: var(--charcoal);
  display: block;
  height: 2px;
  margin: 4px auto;
  width: 18px;
}

.hero {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1fr);
  min-height: calc(100vh - 126px);
  padding: clamp(2.2rem, 5vw, 6rem) clamp(1rem, 4vw, 4.5rem) 2rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  background:
    linear-gradient(130deg, rgba(248, 216, 223, 0.86), rgba(255, 248, 242, 0.36) 54%, rgba(191, 233, 220, 0.55)),
    url("ready/keychains/Display.jpg") center/cover;
  content: "";
  inset: 0;
  opacity: 0.22;
  position: absolute;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
}

.eyebrow {
  color: var(--pink-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  line-height: 0.98;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  max-width: 720px;
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.6rem);
}

h3 {
  font-size: 1rem;
}

.hero-copy p:not(.eyebrow),
.copy-panel p,
.contact-copy p,
.about-section p {
  color: rgba(37, 33, 38, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.hero-media {
  min-height: 620px;
}

.hero-media img {
  border: 10px solid #fff;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-large {
  aspect-ratio: 1 / 1;
  height: min(78vh, 680px);
  margin-left: auto;
  width: min(82%, 680px);
}

.hero-small {
  aspect-ratio: 1 / 1;
  position: absolute;
  width: clamp(150px, 18vw, 255px);
}

.hero-small.top {
  left: 0;
  top: 4%;
}

.hero-small.bottom {
  bottom: 4%;
  left: 8%;
}

.trust-strip {
  background: #fff;
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip div {
  border-right: 1px solid var(--line);
  padding: 1.25rem clamp(1rem, 2vw, 2rem);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 0.96rem;
  margin-bottom: 0.25rem;
}

.trust-strip span {
  color: rgba(37, 33, 38, 0.64);
  font-size: 0.86rem;
}

.section {
  padding: clamp(3.2rem, 7vw, 7rem) clamp(1rem, 4vw, 4.5rem);
}

.section-heading {
  margin: 0 auto 2rem;
  max-width: 850px;
  text-align: center;
}

.section-heading.wide {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: none;
  text-align: left;
}

.category-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.category-tile {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

.category-tile img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
  width: 100%;
}

.category-tile span {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  bottom: 1rem;
  font-weight: 900;
  left: 1rem;
  padding: 0.75rem 0.95rem;
  position: absolute;
  right: 1rem;
  text-align: center;
  border-radius: 6px;
}

.category-tile:hover img {
  transform: scale(1.04);
}

.shop-section,
.parts-section {
  background: #fff;
}

.filters {
  background: var(--cream);
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 8px;
}

.filter {
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 900;
  padding: 0.7rem 0.9rem;
}

.filter.active {
  background: var(--charcoal);
  color: #fff;
}

.product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: var(--cream);
  border: 1px solid var(--line);
}

.product-card figure {
  background: #fff;
  margin: 0;
  overflow: hidden;
}

.product-card img {
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  transition: transform 0.25s ease;
  width: 100%;
}

.product-card:hover img {
  transform: scale(1.035);
}

.product-info {
  padding: 1rem;
}

.product-meta {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin: 0.6rem 0 1rem;
}

.price {
  font-weight: 900;
}

.badge {
  background: var(--blush);
  color: var(--pink-deep);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.35rem 0.5rem;
  text-transform: uppercase;
  border-radius: 4px;
}

.product-info .button {
  min-height: 40px;
  width: 100%;
}

.split-section {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.7fr);
}

.copy-panel {
  max-width: 700px;
  position: sticky;
  top: 120px;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.check-list li {
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
  padding: 0.85rem 1rem;
  border-radius: 6px;
}

.check-list li::before {
  color: var(--pink-deep);
  content: "✓";
  font-weight: 900;
  margin-right: 0.55rem;
}

.form-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 8px;
}

.form-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.65fr 1fr;
}

label {
  color: rgba(37, 33, 38, 0.74);
  display: grid;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 0.45rem;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--charcoal);
  min-height: 46px;
  padding: 0.8rem;
  width: 100%;
  border-radius: 6px;
}

input[type="color"] {
  padding: 0.25rem;
}

textarea {
  resize: vertical;
}

.mini-search {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr auto;
  margin-top: 1.5rem;
}

.part-tags,
.material-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.part-tags span,
.material-grid span {
  background: var(--cream);
  border: 1px solid var(--line);
  font-weight: 900;
  padding: 0.65rem 0.8rem;
  border-radius: 6px;
}

.instagram-section {
  background: linear-gradient(180deg, var(--cream), #fff);
}

.insta-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(6, 1fr);
}

.insta-grid img {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  height: auto;
  object-fit: cover;
  width: 100%;
}

.about-section {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
}

.about-media {
  background: var(--blush);
  border: 1px solid var(--line);
  padding: clamp(0.75rem, 2vw, 1.5rem);
}

.about-media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.contact-section {
  background: var(--blush);
  display: grid;
  gap: clamp(1.5rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 0.8fr) minmax(330px, 0.7fr);
}

.site-footer {
  align-items: center;
  background: var(--charcoal);
  color: #fff;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  padding: 2.4rem 1rem 5rem;
  text-align: center;
}

.site-footer img {
  background: #fff;
  max-width: 170px;
  padding: 0.25rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--blush);
  font-weight: 900;
}

.floating-whatsapp {
  align-items: center;
  background: #25d366;
  border: 3px solid #fff;
  border-radius: 999px;
  bottom: 1.15rem;
  box-shadow: 0 12px 30px rgba(37, 33, 38, 0.22);
  color: #fff;
  display: flex;
  font-size: 0.88rem;
  font-weight: 1000;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 1.15rem;
  width: 58px;
  z-index: 30;
}

@media (max-width: 1050px) {
  .hero,
  .split-section,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 460px;
  }

  .hero-large {
    margin: 0 auto;
    width: 78%;
  }

  .copy-panel {
    position: static;
  }

  .trust-strip,
  .category-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-action {
    display: none;
  }

  .site-header.nav-open .main-nav {
    background: #fff;
    border: 1px solid var(--line);
    display: grid;
    grid-column: 1 / -1;
    justify-items: start;
    padding: 1rem;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    height: 54px;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .hero-media {
    min-height: 360px;
  }

  .hero-large {
    width: 88%;
  }

  .hero-small {
    width: 128px;
  }

  .hero-actions,
  .contact-actions,
  .section-heading.wide {
    align-items: stretch;
    display: grid;
  }

  .button,
  .header-action {
    white-space: normal;
  }

  .trust-strip,
  .category-grid,
  .product-grid,
  .insta-grid,
  .form-row,
  .mini-search {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .category-tile {
    min-height: 290px;
  }
}
