﻿.series-label {
  color: #6f8d62;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}
.carousel-container {
  position: relative;
}
/* Product Details Page Layout */
.product-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  background: var(--panel);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 48px;
  margin-bottom: 48px;
}
.product-images {
  flex: 1 1 320px;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  background: inherit;
  justify-content: center;
}
.product-info {
  flex: 2 1 400px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}
.product-title {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #5a5650;
  margin-bottom: 8px;
}
.product-label {
  color: #6f685f;
  font-size: 1.1rem;
  margin-bottom: 18px;
}
.product-description {
  color: #6c655d;
  font-size: 1.08rem;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .product-detail {
    flex-direction: column;
    padding: 28px;
  }
  .product-images, .product-info {
    min-width: 0;
    max-width: 100%;
  }
}
:root {
  --bg: #f5f3ef;
  --panel: #f8f6f2;
  --panel-2: #f1eeea;
  --text: #4f4b47;
  --muted: #7e7770;
  --line: #d8d1c8;
  --accent: #6f8d62;
  --accent-2: #2ea7a0;
  --shadow: 0 10px 30px rgba(90, 80, 70, 0.08);
  --max: 1180px;
  --radius: 2px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  letter-spacing: 0.01em;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
}

.topbar {
  padding: 18px 0;
  border-bottom: 1px solid rgba(216, 209, 200, 0.6);
  background: rgba(245, 243, 239, 0.96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.34em;
  color: #55514d;
  line-height: 1;
}

.brand-tag {
  font-size: 0.95rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

nav a {
  font-size: 0.95rem;
  color: var(--muted);
}

nav a:hover { color: var(--text); }

.hero {
  padding: 72px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.card {
  background: linear-gradient(180deg, rgba(255,255,255,0.45), rgba(248,246,242,0.92));
  border: 1px solid rgba(226, 220, 212, 0.9);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-copy {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.8), transparent 36%),
    linear-gradient(180deg, rgba(248,246,242,0.95), rgba(241,238,234,0.96));
}

.eyebrow {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--muted);
  margin-bottom: 18px;
}

h1, h2, h3, p { margin: 0; }

h1 {
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #56524d;
  margin-bottom: 22px;
}

.hero-copy p {
  max-width: 42ch;
  font-size: 1.08rem;
  color: #6c655d;
  margin-bottom: 28px;
}

.hero-points {
  display: grid;
  gap: 12px;
  margin: 6px 0 34px;
}

.hero-points span {
  font-size: 1rem;
  color: #70685f;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  border: 1px solid #6d665f;
  min-width: 170px;
  transition: 0.2s ease;
}

.btn.primary {
  background: #59544e;
  color: #f7f4ef;
  border-color: #59544e;
}

.btn.secondary {
  color: #5a544d;
  background: rgba(255,255,255,0.3);
}

.btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.hero-visual {
  min-height: 560px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(180deg, rgba(248,246,242,0.82), rgba(240,236,231,0.96)),
    radial-gradient(circle at center, rgba(255,255,255,0.85), rgba(245,243,239,0.4));
}

.shower-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px;
}

.shower-group {
  position: relative;
  width: min(100%, 520px);
  height: 100%;
}

.disc-large,
.disc-small,
.handle {
  position: absolute;
  background: linear-gradient(145deg, #fefefe, #d9d5d0 58%, #a6a09a 100%);
  box-shadow: inset 0 0 0 6px rgba(255,255,255,0.36), 0 10px 24px rgba(80,72,64,0.12);
}

.disc-large,
.disc-small {
  border-radius: 50%;
  border: 1px solid rgba(163,156,148,0.8);
  overflow: hidden;
}

.disc-large::before,
.disc-small::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(197,192,186,0.95) 0 1.5%, transparent 1.7%) 0 0/18px 18px,
    linear-gradient(180deg, rgba(255,255,255,0.36), transparent);
  opacity: 0.8;
}

.disc-large {
  width: 250px;
  height: 250px;
  right: 12px;
  bottom: 62px;
}

.disc-small {
  width: 160px;
  height: 160px;
  left: 58px;
  top: 64px;
}

.handle {
  width: 54px;
  height: 280px;
  border-radius: 28px;
  left: 110px;
  top: 180px;
  border: 1px solid rgba(144,137,129,0.8);
  background: linear-gradient(180deg, #fefefe 0%, #c7c1ba 55%, #8c8680 100%);
}

.handle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.65), transparent 35%, rgba(90,85,78,0.18) 72%, rgba(255,255,255,0.25));
  border-radius: inherit;
}

.hero-note {
  position: absolute;
  left: 34px;
  bottom: 28px;
  color: #7b746c;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
}

.section {
  padding: 36px 0 18px;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 22px;
}

.section-title h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #5c5751;
}

.section-title p {
  max-width: 50ch;
  color: var(--muted);
}

.philosophy-grid,
.products-grid {
  display: grid;
  gap: 18px;
}

.philosophy-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.philosophy-card {
  padding: 44px 32px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(252,251,249,0.92), rgba(244,240,235,0.96));
}

.philosophy-card .mini {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.philosophy-card h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 300;
  color: #625d57;
  line-height: 1.25;
}

.products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-height: 560px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 22px;
  background:
    linear-gradient(180deg, rgba(250,248,244,0.96), rgba(241,237,231,0.96));
}

.product-card h3 {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-align: center;
  color: #5a5650;
  margin-bottom: 8px;
}

.product-card .sub {
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.product-card .label,
.product-card .bottom-label {
  text-align: center;
  color: #6f685f;
  font-size: 0.98rem;
}

.product-art {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: transparent;
}

.product-art.carousel {
  background: transparent;
}

.mixer,
.faucet,
.rain,
.basin {
  position: relative;
}

.mixer {
  width: 150px;
  height: 220px;
}
.mixer .plate {
  position: absolute;
  width: 118px; height: 118px; border-radius: 50%;
  left: 16px; top: 22px;
  background: linear-gradient(145deg, #fdfdfd, #c4bdb5 62%, #97908a);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.34), 0 10px 20px rgba(80,72,64,0.1);
}
.mixer .lever {
  position: absolute;
  width: 16px; height: 86px; border-radius: 10px;
  left: 66px; top: 88px;
  background: linear-gradient(180deg, #fefefe, #a9a29a);
}
.mixer .hose {
  position: absolute;
  width: 10px; height: 96px;
  left: 69px; bottom: 0;
  border-radius: 99px;
  background: repeating-linear-gradient(180deg, #d3cdc5 0 4px, #9f9890 4px 8px);
}

.faucet {
  width: 200px;
  height: 180px;
}
.faucet .spout {
  position: absolute;
  width: 118px; height: 18px;
  left: 30px; top: 86px;
  border-radius: 12px;
  background: linear-gradient(90deg, #fefefe, #aea79f 72%, #8c8680);
}
.faucet .spout::after {
  content: "";
  position: absolute;
  width: 18px; height: 42px;
  right: -2px; top: 0;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(180deg, #d9d2ca, #8e877f);
}
.faucet .mixer {
  position: absolute;
  width: 56px; height: 56px;
  right: 14px; top: 66px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fdfdfd, #b8b1aa 62%, #8f8982);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.35);
}
.faucet .mixer::after {
  content: "";
  position: absolute;
  width: 8px; height: 42px;
  left: 24px; top: 22px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fefefe, #989189);
  transform: rotate(90deg);
  transform-origin: center top;
}
.faucet .basin-rim {
  position: absolute;
  width: 230px; height: 44px;
  left: -8px; bottom: -10px;
  border-radius: 99px 99px 12px 12px;
  background: #fefdfb;
  box-shadow: 0 8px 14px rgba(120,110,100,0.06);
  border: 1px solid rgba(226,220,212,0.8);
}

.rain {
  width: 200px;
  height: 260px;
}
.rain .head {
  position: absolute;
  width: 150px; height: 46px;
  left: 26px; top: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fefefe, #c3bcb4 62%, #908981);
  box-shadow: inset 0 0 0 4px rgba(255,255,255,0.35);
}
.rain .head::after {
  content: "";
  position: absolute;
  inset: 8px 12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(194,189,183,0.9) 0 1.2%, transparent 1.4%) 0 0/14px 14px;
  opacity: 0.7;
}
.rain .streams {
  position: absolute;
  left: 36px; top: 72px;
  width: 128px; height: 160px;
  background: repeating-linear-gradient(90deg,
    rgba(255,255,255,0.88) 0 2px,
    rgba(255,255,255,0) 2px 12px);
  opacity: 0.7;
  filter: blur(0.2px);
}

.basin {
  width: 170px;
  height: 220px;
}
.basin .body {
  position: absolute;
  width: 72px; height: 138px;
  right: 46px; top: 42px;
  border-radius: 24px 24px 18px 18px;
  background: linear-gradient(180deg, #fcfcfc, #b8b1aa 58%, #8f8982);
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.34), 0 10px 18px rgba(90,80,70,0.08);
}
.basin .spout {
  position: absolute;
  width: 84px; height: 18px;
  right: 54px; top: 78px;
  border-radius: 14px;
  transform: rotate(-24deg);
  background: linear-gradient(90deg, #fefefe, #a9a29a 72%, #8b857d);
}
.basin .lever {
  position: absolute;
  width: 14px; height: 56px;
  right: 84px; top: 24px;
  border-radius: 14px;
  transform: rotate(54deg);
  background: linear-gradient(180deg, #fefefe, #9f9890);
}
.basin .counter {
  position: absolute;
  width: 220px; height: 22px;
  left: -22px; bottom: 22px;
  border-radius: 10px;
  background: rgba(255,255,255,0.6);
}

.trust {
  padding: 48px 0 64px;
}

.trust-panel {
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 28px;
  align-items: center;
  border-top: 8px solid var(--accent-2);
  background: linear-gradient(180deg, rgba(248,246,242,0.98), rgba(240,236,231,0.96));
}

.trust-panel p {
  color: #655f58;
  font-size: 0.98rem;
  max-width: 70ch;
}

.shop-badge {
  text-align: center;
  color: var(--accent);
  min-width: 140px;
}

.shop-badge .sg {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.shop-badge .shop {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  color: #373431;
  margin-top: 6px;
}

.contact {
  padding: 0 0 74px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.contact-card,
.about-card {
  padding: 34px 30px;
  min-height: 220px;
  background: linear-gradient(180deg, rgba(252,251,249,0.96), rgba(243,239,234,0.96));
}

.contact-card h2,
.about-card h2 {
  font-size: 1.9rem;
  font-weight: 300;
  margin-bottom: 14px;
  color: #59554f;
}

.contact-meta {
  display: grid;
  gap: 10px;
  color: #6f675f;
}

footer {
  border-top: 1px solid rgba(216, 209, 200, 0.7);
  padding: 24px 0 36px;
  color: var(--muted);
  font-size: 0.93rem;
}

@media (max-width: 1080px) {
  .hero-grid,
  .contact-grid,
  .trust-panel,
  .section-title {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy,
  .hero-visual {
    min-height: 460px;
  }

  .trust-panel {
    display: grid;
  }
}

@media (max-width: 720px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }

  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  nav { gap: 14px; }

  .hero { padding-top: 44px; }

  .hero-copy {
    padding: 34px 24px;
    min-height: auto;
  }

  .hero-visual {
    min-height: 420px;
  }

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

  .product-card { min-height: 480px; }

  .brand-name {
    font-size: 1.6rem;
    letter-spacing: 0.26em;
  }

  h1 { font-size: 2.35rem; }
}

.product-art.carousel {
  position: relative;
  width: 100%;
  max-width: 260px;
  margin: auto;
  overflow: hidden;
  background: transparent;
}

.carousel-track {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  background: transparent;
}

.carousel-image.active {
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  font-size: 24px;
  color: #777;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: background 0.2s, color 0.2s;
  border-radius: 50%;
}

.carousel-btn.prev {
  left: 0;
}

.carousel-btn.next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  padding: 0;
}

.dot.active {
  background: #333;
}

