/* GLB Clothing — Figma-aligned visual layer
   Keeps the supplied HTML content and behaviour intact while applying the
   palette, typography, spacing, rounded surfaces and image-led composition
   of the supplied Kiddoria/GLB Figma reference. */

:root {
  --container-max: 1280px;
  --section-pad-y: 88px;
  --color-primary: #003934;
  --color-primary-green: #076748;
  --color-accent-red: #bd0000;
  --color-mint: #e0feef;
  --color-cream: #fff8f5;
  --color-pink: #ffb8d2;
  --color-lavender: #d0bcfe;
  --color-lime: #cafdbc;
  --color-accent-yellow: #f8fc9b;
  --shadow-subtle: 0 8px 30px rgba(0, 48, 52, .06);
  --shadow-card: 0 18px 50px rgba(0, 48, 52, .10);
  --shadow-hover: 0 24px 60px rgba(0, 48, 52, .14);
}

body {
  font-family: 'Inter Tight', Arial, sans-serif;
  color: #575757;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fredoka', Arial Rounded MT Bold, sans-serif;
  letter-spacing: -.025em;
}

h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: 1.03; }
h2 { font-size: clamp(2.25rem, 4vw, 3.35rem); line-height: 1.08; }
h3 { line-height: 1.15; }

.site-header {
  position: sticky;
  top: 18px;
  height: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  overflow: visible;
}

.header-inner {
  max-width: 1240px;
  height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(0, 48, 52, .07);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 40px rgba(0, 48, 52, .10);
  backdrop-filter: blur(16px);
}

.brand-logo {
  width: 190px;
  min-width: 190px;
  height: 52px;
  gap: 0;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  background: url('../assets/images/glb-clothing-logo.webp') left center / contain no-repeat;
}

.brand-badge { display: none; }
.nav-links { gap: 17px; }
.nav-link { font-size: .86rem; font-weight: 600; }
.nav-link.active::after { height: 4px; width: 4px; left: 50%; bottom: -4px; border-radius: 50%; }
.header-actions .btn { padding: 11px 17px; }

.hero-section,
.page-hero {
  padding-top: 168px;
  min-height: 720px;
  border: 0;
}

.hero-section {
  background:
    radial-gradient(circle at 8% 72%, rgba(255,255,255,.55) 0 72px, transparent 73px),
    radial-gradient(circle at 82% 16%, rgba(255,255,255,.45) 0 90px, transparent 91px),
    var(--color-mint);
}

.hero-grid { grid-template-columns: .9fr 1.1fr; gap: 54px; }
.hero-title { font-size: clamp(3.3rem, 5.2vw, 4.85rem); line-height: 1.01; }
.hero-description, .hero-subdescription { max-width: 630px; }
.hero-visual-card { max-width: 650px; aspect-ratio: 1.22; border-radius: 36px; }
.hero-visual-card.lime { border: 10px solid rgba(202, 253, 188, .85); }
.hero-visual-image { object-position: center; }
.badge-offer { left: -34px; bottom: -26px; border: 0; transform: rotate(-2deg); }
.badge-star-pill { right: -20px; top: -28px; border: 0; }

.page-hero {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255,248,245,.98) 0%, rgba(255,248,245,.94) 48%, rgba(255,248,245,.38) 72%, rgba(255,248,245,.12) 100%),
    url('../assets/images/glb-product-flatlay.webp') right center / 58% 100% no-repeat,
    var(--color-cream);
}

.page-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 110px auto auto 4%;
  width: 170px;
  height: 170px;
  border-radius: 38% 62% 61% 39% / 47% 35% 65% 53%;
  background: rgba(255,184,210,.42);
  transform: rotate(18deg);
}

.page-hero-grid { grid-template-columns: 1.15fr .85fr; min-height: 500px; }
.page-hero-content { max-width: 720px; }
.page-hero h1 { color: var(--color-primary); max-width: 760px; }
.page-hero-badge-card {
  align-self: end;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 8px solid rgba(255,255,255,.85);
  background: rgba(255,255,255,.90);
  border-radius: 32px;
  box-shadow: var(--shadow-card);
}

.section:nth-of-type(4n+2) .feature-card,
.section:nth-of-type(4n+2) .info-box-card,
.section:nth-of-type(4n+2) .checklist-card-item { background: var(--color-cream); }

.section-header { max-width: 920px; }
.section-header.text-center { max-width: 900px; }
.section-subtitle, .badge-star { text-transform: none; letter-spacing: 0; font-size: 1rem; }

.feature-card,
.step-card,
.work-step-row,
.checklist-card-item,
.info-box-card,
.catalogue-controls-bar,
.product-card,
.enquiry-form-card,
.contact-sidebar-card {
  border-color: rgba(0,48,52,.08);
  box-shadow: var(--shadow-subtle);
}

.feature-card,
.step-card,
.work-step-row,
.info-box-card,
.product-card,
.enquiry-form-card,
.contact-sidebar-card { border-radius: 32px; }

.work-steps-list .work-step-row:nth-child(4n+1) { background: var(--color-mint); }
.work-steps-list .work-step-row:nth-child(4n+2) { background: #fff1f6; }
.work-steps-list .work-step-row:nth-child(4n+3) { background: #f2ecff; }
.work-steps-list .work-step-row:nth-child(4n+4) { background: #fffedc; }
.work-step-badge { border-radius: 50%; background: #fff; box-shadow: 0 8px 20px rgba(0,48,52,.08); }

.category-card-top {
  height: 260px;
  background: var(--color-cream) !important;
}
.category-card-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}
.category-card:hover .category-card-photo { transform: scale(1.035); }
.category-card-icon { display: none !important; }

.product-card:nth-child(4n+1) { background: #fff8f5; }
.product-card:nth-child(4n+2) { background: #f3fff9; }
.product-card:nth-child(4n+3) { background: #f7f3ff; }
.product-card:nth-child(4n+4) { background: #fffedc; }
.product-card-media { height: 285px; }
.product-card-img { object-fit: cover; }
.filter-pill.active { background: var(--color-accent-red); border-color: var(--color-accent-red); }

.about-feature-box {
  min-height: 480px;
  background: var(--color-lavender);
  border: 0;
}
.about-feature-box img { height: 285px !important; border-radius: 24px; }
.about-preview-card { border-radius: 32px; padding: 46px; }

/* Homepage torn-paper composition based on the supplied lavender reference. */
.care-story-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 20%, rgba(255,255,255,.16) 0 105px, transparent 106px),
    radial-gradient(circle at 92% 78%, rgba(255,255,255,.12) 0 130px, transparent 131px),
    var(--color-lavender);
}
.care-story-section .section-header {
  max-width: 820px;
  margin-bottom: 64px;
}
.care-story-section .section-subtitle,
.care-story-section .section-header h2 { color: var(--color-text-dark); }
.care-story-section .about-preview-grid {
  grid-template-columns: .96fr 1.04fr;
  gap: 72px;
  padding: 14px 36px 38px;
}
.care-story-section .about-preview-card {
  position: relative;
  z-index: 2;
  padding: 64px 48px;
  border: 0;
  border-radius: 10px;
  transform: rotate(-3.5deg);
  box-shadow: 0 24px 50px rgba(53, 31, 90, .15);
}
.care-story-section .about-preview-card::before,
.care-story-section .about-preview-card::after {
  content: '';
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-size: 42px 25px;
  background-repeat: repeat-x;
}
.care-story-section .about-preview-card::before {
  top: -1px;
  background-image: radial-gradient(circle at 21px 0, var(--color-lavender) 0 15px, transparent 16px);
}
.care-story-section .about-preview-card::after {
  bottom: -1px;
  background-image: radial-gradient(circle at 21px 25px, var(--color-lavender) 0 15px, transparent 16px);
}
.care-story-section .about-preview-card p {
  padding-bottom: 22px;
  border-bottom: 1px dashed rgba(87,87,87,.32);
}
.care-story-section .about-preview-card .btn { transform: rotate(3.5deg); }
.care-story-section .about-feature-box {
  position: relative;
  min-height: 570px;
  padding: 34px;
  border: 0;
  border-radius: 34px;
  background: rgba(255,255,255,.25);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}
.care-story-section .about-feature-box h4 { color: var(--color-primary); }
.care-story-section .about-feature-box p { color: var(--color-text-dark); }
.care-story-section .about-feature-box img {
  height: 355px !important;
  margin-top: 10px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 20px 42px rgba(53,31,90,.14);
}
.care-story-section .about-feature-box::after {
  content: '';
  position: absolute;
  top: -34px;
  right: -30px;
  width: 122px;
  height: 122px;
  background: var(--color-accent-yellow);
  clip-path: polygon(50% 0,61% 28%,85% 15%,73% 39%,100% 50%,73% 61%,85% 85%,61% 72%,50% 100%,39% 72%,15% 85%,27% 61%,0 50%,27% 39%,15% 15%,39% 28%);
  transform: rotate(8deg);
  filter: drop-shadow(0 10px 18px rgba(53,31,90,.10));
}

.office-address-card {
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0,48,52,.98), rgba(0,48,52,.86) 55%, rgba(0,48,52,.25)),
    url('../assets/images/glb-showroom.webp') center / cover;
}

.contact-layout-grid { gap: 34px; }
.enquiry-form-card { background: #fff8f5; }
.form-control { background: #fff; border-radius: 14px; }
.contact-sidebar-card { background: var(--color-mint); }

.btn { border-width: 1px; padding: 13px 24px; }
.btn-primary { box-shadow: none; }
.btn-primary:hover { box-shadow: 0 12px 28px rgba(189,0,0,.24); }

.site-footer { padding-top: 86px; min-height: 500px; }
.footer-top { grid-template-columns: 1.15fr 1.85fr; }
.footer-watermark { font-size: clamp(6rem, 15vw, 14rem); color: rgba(255,255,255,.045); }
.footer-brand-info::before {
  content: '';
  display: block;
  width: 220px;
  height: 82px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: #fff url('../assets/images/glb-clothing-logo.webp') center / 94% auto no-repeat;
}

@media (max-width: 1180px) {
  .nav-links { gap: 12px; }
  .nav-link { font-size: .78rem; }
  .brand-logo { width: 160px; min-width: 160px; }
  .header-actions .btn { display: none; }
}

@media (max-width: 1024px) {
  .site-header { top: 10px; }
  .header-inner { margin-inline: 18px; width: calc(100% - 36px); }
  .hero-section, .page-hero { padding-top: 145px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-visual-wrap { margin-top: 18px; }
  .page-hero { background-size: cover; }
  .page-hero::after { content:''; position:absolute; inset:0; z-index:-1; background:rgba(255,248,245,.63); }
  .page-hero-badge-card { max-width: 560px; }
  .care-story-section .about-preview-grid { grid-template-columns: 1fr; gap: 52px; padding-inline: 18px; }
  .care-story-section .about-preview-card { transform: rotate(-1.5deg); }
  .care-story-section .about-preview-card .btn { transform: rotate(1.5deg); }
  .care-story-section .about-feature-box { min-height: auto; }
}

@media (max-width: 768px) {
  :root { --section-pad-y: 64px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .site-header { height: 0; }
  .header-inner { height: 62px; }
  .brand-logo { width: 154px; min-width: 154px; height: 48px; }
  .hero-section, .page-hero { min-height: auto; padding-top: 128px; }
  .hero-grid { gap: 38px; }
  .hero-title { font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-visual-card { border-radius: 26px; }
  .badge-offer { left: 4px; bottom: -30px; max-width: 210px; }
  .badge-star-pill { width: 88px; height: 88px; right: -4px; }
  .category-card-top { height: 230px; }
  .care-story-section .section-header { margin-bottom: 40px; }
  .care-story-section .about-preview-card { padding: 52px 28px; }
  .care-story-section .about-feature-box { padding: 24px; }
  .care-story-section .about-feature-box::after { width: 88px; height: 88px; right: -8px; top: -24px; }
  .care-story-section .about-feature-box img { height: 260px !important; }
  .page-hero-badge-card { min-height: 190px; }
  .office-address-card { padding: 34px 24px; }
  .footer-top { grid-template-columns: 1fr; }
}
