@import url('https://fonts.googleapis.com/css2?family=Allura&family=Caveat:wght@500;600;700&family=Libre+Baskerville:ital@0;1&family=Playfair+Display:wght@600;700&family=Source+Sans+3:wght@300;400;600;700&display=swap');

:root {
  --teal-primary: #4fd1c5;
  --teal-accent: #208f89;
  --teal-deep: #157a75;
  --pink-primary: #ff69b4;
  --pink-soft: #ffd9e8;
  --coral-primary: #ff6347;
  --coral-soft: #ffe2dc;
  --green-primary: #32cd32;
  --purple-primary: #9370db;
  --white-bg: #f8f9fa;
  --white-card: #ffffff;
  --black-text: #212529;
  --gray-light: #e9ecef;
  --gray-medium: #6c757d;
  --gray-dark: #495057;
  --shadow: 0 16px 36px rgba(33, 37, 41, 0.12);
  --max-page: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black-text);
  font-family: 'Source Sans 3', 'Segoe UI', Tahoma, sans-serif;
  line-height: 1.55;
  background:
    repeating-linear-gradient(0deg, rgba(33, 37, 41, 0.035) 0, rgba(33, 37, 41, 0.035) 1px, transparent 1px, transparent 17px),
    linear-gradient(90deg, #ffffff 0%, var(--white-bg) 48%, #ffffff 100%);
}

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

a {
  color: var(--teal-deep);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--coral-primary);
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.6rem 0.9rem;
  background: var(--black-text);
  color: #fff;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: relative;
  width: min(var(--max-page), calc(100% - 2rem));
  margin: 0 auto;
  padding: 0.8rem 0 1rem;
  text-align: center;
}

.login-link {
  position: absolute;
  top: 0.8rem;
  right: 0;
  color: var(--gray-dark);
  font-size: 0.8rem;
}

.brand {
  display: grid;
  justify-items: center;
  gap: 0.1rem;
  color: var(--black-text);
}

.brand:hover,
.brand:focus-visible {
  color: var(--black-text);
}

.brand-mark {
  width: 238px;
  height: 238px;
  object-fit: contain;
}

.brand-name {
  color: #008080;
  font-family: 'Battshion Regular', 'Battshion', 'Allura', 'Caveat', 'Brush Script MT', cursive;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.18);
}

.tagline {
  color: var(--gray-dark);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
}

.social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.15rem;
  margin-top: 0.75rem;
}

.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 1.5rem;
  color: var(--black-text);
  opacity: 0.9;
}

.social-row img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.social-row a:hover,
.social-row a:focus-visible {
  opacity: 1;
  filter: drop-shadow(0 1px 1px rgba(0, 128, 128, 0.3));
}

.menu-button {
  display: none;
  width: 100%;
  margin: 1rem 0 0;
  border: 1px solid rgba(32, 143, 137, 0.35);
  border-radius: 6px;
  padding: 0.7rem 1rem;
  background: #fff;
  color: var(--teal-deep);
  cursor: pointer;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(108, 117, 125, 0.18);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 0.86rem;
  font-style: italic;
}

.primary-nav a {
  color: var(--gray-dark);
  white-space: nowrap;
}

.primary-nav a.active {
  color: var(--teal-deep);
  font-weight: 700;
}

.page-shell {
  width: min(var(--max-page), calc(100% - 2rem));
  margin: 0 auto;
  outline: none;
}

.intro {
  max-width: 710px;
  margin: 1.1rem auto 1.5rem;
  text-align: center;
}

.eyebrow {
  color: var(--teal-accent);
  font-family: 'Caveat', 'Brush Script MT', cursive;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.intro h1 {
  margin: 0.2rem 0 0.8rem;
  color: var(--green-primary);
  font-family: 'Caveat', 'Brush Script MT', cursive;
  font-size: 3rem;
  line-height: 1;
}

.intro h1.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.intro p {
  margin: 0.35rem auto;
  color: var(--gray-dark);
}

.hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: var(--shadow);
  background: #fff;
}

.hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.hero-panel {
  position: absolute;
  inset: 35% 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 1.35rem 1rem;
  background: rgba(32, 143, 137, 0.78);
  color: #fff;
  text-align: center;
}

.hero-panel-content {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  min-width: 0;
  flex: 1;
}

.hero-panel h1 {
  margin: 0;
  font-family: 'Playfair Display', 'Libre Baskerville', Georgia, serif;
  font-size: 2.45rem;
  font-weight: 700;
}

.hero-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-arrow:hover,
.hero-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.04);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.55rem 1rem;
  background: var(--teal-accent);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  background: var(--coral-primary);
  color: #fff;
}

.button.secondary {
  border-color: rgba(32, 143, 137, 0.35);
  background: #fff;
  color: var(--teal-deep);
}

.hero-dots,
.thumb-strip {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.hero-dots {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
}

.hero-dots button {
  width: 0.55rem;
  height: 0.55rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.hero-dots button.active {
  background: var(--teal-primary);
}

.thumb-strip {
  margin: 1rem auto 1.5rem;
}

.thumb-strip a {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 6px 14px rgba(33, 37, 41, 0.12);
}

.thumb-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-band {
  margin: 2rem 0;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(32, 143, 137, 0.18);
  border-bottom: 1px solid rgba(32, 143, 137, 0.18);
}

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

.category-tile {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.category-tile img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.category-tile span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--teal-deep);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.gallery {
  column-count: 3;
  column-gap: 0.75rem;
  margin: 1.4rem 0 2rem;
}

.gallery figure {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.75rem;
  break-inside: avoid;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(33, 37, 41, 0.12);
}

.gallery button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.gallery img {
  width: 100%;
  height: auto;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox-stage {
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  cursor: zoom-in;
  touch-action: none;
}

.lightbox img {
  max-width: 100%;
  max-height: calc(100vh - 6rem);
  border-radius: 4px;
  object-fit: contain;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  transform-origin: center center;
  transition: transform 0.12s ease;
  user-select: none;
  cursor: grab;
}

.lightbox img.dragging {
  cursor: grabbing;
  transition: none;
}

.lightbox-caption {
  color: #fff;
  text-align: center;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 0.95rem;
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-tools {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 3001;
  display: flex;
  gap: 0.4rem;
}

.lightbox-tools button {
  min-width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 6px;
  padding: 0 0.7rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.lightbox-tools button:hover,
.lightbox-tools button:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  align-items: center;
  margin: 1.5rem 0 2.25rem;
}

.feature-copy {
  background: rgba(255, 255, 255, 0.74);
  border-left: 5px solid var(--teal-primary);
  padding: 1.4rem;
}

.feature-copy h2 {
  margin: 0 0 0.7rem;
  color: var(--teal-deep);
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 1.7rem;
}

.feature-copy p {
  margin: 0.5rem 0;
}

.maker-photo {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.maker-photo img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

.review {
  min-height: 210px;
  border-top: 4px solid var(--teal-primary);
  border-radius: 4px;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(33, 37, 41, 0.11);
}

.review p {
  margin: 0 0 1rem;
  font-family: 'Libre Baskerville', Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
}

.review strong {
  color: var(--teal-deep);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
  align-items: start;
  margin: 1.5rem 0 2rem;
}

.contact-panel,
.contact-form {
  border-radius: 4px;
  background: #fff;
  box-shadow: var(--shadow);
}

.contact-panel {
  overflow: hidden;
}

.contact-panel img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.contact-panel div {
  padding: 1.15rem;
}

.contact-panel h2 {
  margin: 0 0 0.5rem;
  color: var(--teal-deep);
  font-family: 'Libre Baskerville', Georgia, serif;
}

.contact-list {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
}

.contact-form label {
  display: grid;
  gap: 0.25rem;
  color: var(--gray-dark);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(108, 117, 125, 0.35);
  border-radius: 6px;
  padding: 0.75rem;
  color: var(--black-text);
  background: var(--white-bg);
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.site-footer {
  width: min(var(--max-page), calc(100% - 2rem));
  margin: 6rem auto 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(108, 117, 125, 0.18);
  color: var(--gray-dark);
  font-size: 0.82rem;
  text-align: center;
}

.footer-social {
  margin-bottom: 0.35rem;
}

@media (max-width: 860px) {
  .brand-name {
    font-size: 3.8rem;
  }

  .primary-nav {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .gallery {
    column-count: 2;
  }

  .category-grid,
  .reviews-grid,
  .feature-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 1rem, var(--max-page));
  }

  .brand-mark {
    width: 160px;
    height: 160px;
  }

  .brand-name {
    max-width: 100%;
    font-size: 3rem;
  }

  .tagline {
    font-size: 0.82rem;
  }

  .menu-button {
    display: block;
  }

  .primary-nav {
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(32, 143, 137, 0.22);
    border-radius: 6px;
    padding: 0;
    background: #fff;
    overflow: hidden;
  }

  .primary-nav.open {
    display: grid;
  }

  .primary-nav a {
    padding: 0.75rem;
    border-bottom: 1px solid rgba(108, 117, 125, 0.16);
  }

  .primary-nav a:last-child {
    border-bottom: 0;
  }

  .intro h1 {
    font-size: 2.35rem;
  }

  .eyebrow {
    font-size: 1.9rem;
  }

  .hero,
  .hero img {
    min-height: 330px;
    height: 330px;
  }

  .hero-panel {
    inset: 30% 0 auto;
    padding: 1rem 0.6rem;
  }

  .hero-panel h1 {
    font-size: 1.8rem;
  }

  .hero-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }

  .thumb-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .thumb-strip a {
    width: auto;
    height: 72px;
  }

  .gallery {
    column-count: 1;
  }
}
