:root {
  --bg: #f6f6f4;
  --text: #111111;
  --muted: #6f6f6f;
  --line: #e9e9e9;
  --accent-soft: transparent;
  --accent-dark: #485c11;
  --footer-line: #929292;

  --container: 1500px;
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

body {
  animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 246, 244, 0.95);
  backdrop-filter: blur(10px);
}

.header-inner {padding: 40px 0 10px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img {
  width: 145px;
  height: auto;display: flex;
  align-items: center;
}

.main-nav {
  display: flex;
  align-items: left;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.main-nav a {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
}

.main-nav a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.store-wa{
  margin-left:10px;
  font-size:13px;
  color:var(--accent-dark);
  text-decoration:none;
}

.store-wa:hover{
  text-decoration:underline;
}

/* HERO */
.hero {
  padding: 20px 0 30px;
}

.hero-inner h1,
.hero h1 {
  margin: 24px 0 10px;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.hero-sub{
  margin: 24px 0 10px;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #917777;
   max-width:520px;
  margin:0 auto 28px;
}
.hero-title-2 {
  margin: 12px 0 18px;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: clamp(19px, 2.7vw, 30px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #5791BF;
}
.hero-media-wrap {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:hidden;
  width: 100%;
}
.hero-accent {
  position: absolute;
  width: min(100%, 1280px);
  height: 155px;
  background: var(--accent-soft);
  border-radius: 16px;
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}


.hero-media {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16 / 9.4;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  flex: 0 0 auto;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.isologo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.isologo img {
    padding-top: 10px;
  width: 2%;
  min-width: 20px;
  height: auto;
}
/* GENERAL */
.section {
  padding: 0 0 120px;
}

.section-head {
  border-top: 1px solid var(--line);
  padding-top: 42px;
  margin-bottom: 46px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--accent-dark);
  font-family: "Roboto Mono", monospace;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.section-text,
.about p,
.contact-links a,
.product-card p,
.store-row p,
.page-intro p {
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}

/* PAGE INTRO */
.page-intro {
  padding: 40px 0 60px;
}

.page-intro .container {
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

/* PRODUCTS */
.products {
  padding-top: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 16px;
  border-radius: 12px;
  background: #eee;
}

.product-card h3 {
  margin: 0 0 10px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.product-card p {
  margin: 0;
}

/* STORES */
.stores-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  border-top: 1px solid var(--line);
  padding-top: 60px;
}

.stores-copy h2 {
  margin-bottom: 26px;
}

.stores-copy .section-text {
  margin: 0 0 24px;
}

.stores-list {
  width: 100%;
}

.store-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.store-row:last-child {
  border-bottom: 1px solid var(--line);
}

.store-row span {
  font-size: 15px;
  color: var(--muted);
}

.store-row p {
  margin: 0;
  color: var(--text);
}

.stores-image {
  display: flex;
  justify-content: flex-end;
}

.stores-image img {
  width: min(100%, 520px);
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 24px;
}

/* ABOUT */
.about {
  border-top: 1px solid var(--footer-line);
}

.narrow {
  max-width: 760px;
}

.center {
  text-align: center;
  padding-top: 80px;
  margin-inline: auto;
}

.about p {
  margin-top: 28px;
}

/* CONTACT */
.contact {
  border-top: 1px solid var(--line);
  padding-top: 120px;
}

.contact-links {
  margin-top: 28px;
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
}

.contact-links a {
  transition: opacity 0.2s ease;
}

.contact-links a:hover {
  opacity: 0.65;
}

/* SIMPLE CONTENT BLOCK */
.content-block {
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.content-block p {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}

/* FOOTER */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 18px 0 26px;
}

.footer-inner {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer a {
  font-size: 12px;
  font-weight: 500;
}

.store-name small{
  display:inline-block;
  margin-top:6px;
  font-size:13px;
  color:var(--muted);
}
.store-wa-inline{
  margin-left:10px;
  font-size:12px;
  color:var(--muted);
  text-decoration:none;
}

.store-wa-inline:hover{
  color:var(--accent-dark);
  text-decoration:underline;
}
.store-icon img{
  width:20px;
  height:auto;
}
/* RESPONSIVE */
@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stores-grid {
    grid-template-columns: 1fr;
  }

  .stores-image {
    justify-content: flex-start;
  }
}

/* BURGER */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: none;
  cursor: pointer;
  margin-left: auto;
  border-radius: 999px;
  width: 64px;
  height: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
}

.burger:focus,
.burger:active,
.burger:focus-visible {
  outline: none;
  box-shadow: none;
  background: transparent;
    cursor: pointer;

}
.burger span {
  width: 26px;
  height: 2px;
  background: #111111;
  display: block;
    cursor: pointer;

}

/* MOBILE MENU */
@media (max-width: 720px) {
  .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 0;
    min-height: 110px;
  }

  .site-logo,
  .logo,
  .brand {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .site-logo img,
  .logo img,
  .brand img {
    display: block;
    width: auto;
    height: auto;
    max-height: 60px;
  }

  .burger,
  .menu-toggle,
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 112px;
    height: 56px;
    background: transparent;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .menu-toggle svg,
  .nav-toggle svg,
  .burger svg {
    display: block;
    width: 44px;
    height: 44px;
  }

  .hero {
    padding-top: 20px;
  }

  .hero-media-wrap {
      min-height: 300px;
    overflow: top;
  }

  .hero-accent {
    width: 92%;
    height: 95px;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
  }

  .hero-media {
    position: relative;
    z-index: 1;
  }
  .hero-media iframe,
  .hero-media video,
  .hero-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .contact {
    padding-bottom: 80px;
  }

  .center {
    padding-top: 60px;
  }

  .burger {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #f6f6f4;
    border-top: 1px solid #e9e9e9;
    z-index: 30;
  }

  .main-nav a {
    font-size: 22px;
  }

  .main-nav.open {
    display: flex;
  }
}

.section-more {
  margin-top: 30px;
}

.section-more a {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: var(--accent-dark);
  text-decoration: none;
}

.section-more a:hover {
  text-decoration: underline;
}