/*
Theme Name: Eden Showroom
Theme URI: https://eden.davidmurray.biz
Author: David Murray
Description: Contemporary portfolio redesign concept for Eden Steam Showers.
Version: 1.0.0
Text Domain: eden-showroom
*/

:root {
  --eden-bg: #f7f5f0;
  --eden-surface: #ffffff;
  --eden-ink: #162422;
  --eden-muted: #687370;
  --eden-line: #ddd9d0;
  --eden-green: #123c38;
  --eden-teal: #277b78;
  --eden-mist: #d8e9e7;
  --eden-sand: #e7dfd0;
  --eden-gold: #b8894b;
  --eden-max: 1260px;
  --eden-radius: 22px;
  --eden-shadow: 0 18px 48px rgba(22, 36, 34, 0.09);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--eden-ink);
  background: var(--eden-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.admin-bar .eden-header {
  top: 32px;
}

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

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

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.eden-shell {
  margin: 0 auto;
  max-width: var(--eden-max);
  padding: 0 32px;
}

.eden-kicker {
  color: var(--eden-teal);
  display: inline-flex;
  font-size: 0.73rem;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.eden-kicker::before {
  background: currentColor;
  content: "";
  display: block;
  height: 1px;
  margin-top: 0.55em;
  width: 32px;
}

.eden-button {
  align-items: center;
  background: var(--eden-green);
  border: 1px solid var(--eden-green);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 54px;
  padding: 0 28px;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}

.eden-button:hover,
.eden-button:focus-visible {
  background: var(--eden-teal);
  border-color: var(--eden-teal);
  transform: translateY(-1px);
}

.eden-button.is-light {
  background: #fff;
  border-color: #fff;
  color: var(--eden-green);
}

.eden-button.is-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.54);
}

.eden-announcement {
  background: var(--eden-green);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  overflow: hidden;
  text-transform: uppercase;
}

.eden-announcement-inner {
  display: flex;
  gap: 64px;
  justify-content: center;
  min-height: 44px;
  align-items: center;
  white-space: nowrap;
}

.eden-header {
  background: rgba(247, 245, 240, 0.94);
  border-bottom: 1px solid rgba(22, 36, 34, 0.08);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.eden-nav {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr auto;
  min-height: 86px;
}

.eden-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.eden-brand strong {
  color: var(--eden-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.64rem;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.eden-brand span {
  color: var(--eden-muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.eden-nav-links {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.eden-nav-links a {
  color: var(--eden-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.eden-nav-links a:hover {
  color: var(--eden-green);
}

.eden-nav-action {
  align-items: center;
  display: flex;
  gap: 22px;
}

.eden-phone {
  color: var(--eden-green);
  font-size: 0.85rem;
  font-weight: 700;
}

.eden-hero {
  min-height: min(780px, calc(100vh - 130px));
  padding: 24px 24px 0;
}

.eden-hero-media {
  background-color: #6c7471;
  background-image: linear-gradient(90deg, rgba(11, 25, 24, 0.76), rgba(11, 25, 24, 0.24) 52%, rgba(11, 25, 24, 0.03)),
    url("assets/images/larvik-quadrant-room.png");
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  color: #fff;
  display: flex;
  min-height: min(740px, calc(100vh - 154px));
  position: relative;
}

.eden-hero-content {
  align-self: flex-end;
  max-width: 680px;
  padding: clamp(44px, 6vw, 84px);
}

.eden-hero .eden-kicker {
  color: #d3e4e2;
}

.eden-hero h1 {
  font-size: clamp(3.2rem, 6.4vw, 5.9rem);
  margin-bottom: 24px;
}

.eden-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin-bottom: 40px;
  max-width: 530px;
}

.eden-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.eden-hero-counter {
  align-items: center;
  bottom: 48px;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 18px;
  letter-spacing: 0.16em;
  position: absolute;
  right: clamp(40px, 6vw, 80px);
}

.eden-hero-counter span {
  background: rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 84px;
}

.eden-benefits {
  background: var(--eden-surface);
  border-bottom: 1px solid var(--eden-line);
  border-top: 1px solid var(--eden-line);
  margin-top: 24px;
}

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

.eden-benefit {
  border-right: 1px solid var(--eden-line);
  padding: 34px 26px;
}

.eden-benefit:last-child {
  border: 0;
}

.eden-benefit strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 7px;
}

.eden-benefit span {
  color: var(--eden-muted);
  font-size: 0.85rem;
}

.eden-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.eden-section-heading {
  align-items: end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-bottom: 46px;
}

.eden-section-heading h2 {
  font-size: clamp(2.4rem, 4.4vw, 3.6rem);
  max-width: 680px;
}

.eden-section-heading p {
  color: var(--eden-muted);
  max-width: 350px;
}

.eden-category-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1.35fr 1fr 1fr;
}

.eden-category {
  background: var(--eden-surface);
  border-radius: var(--eden-radius);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.eden-category img {
  height: 290px;
  object-fit: contain;
  object-position: center bottom;
  padding: 24px 24px 0;
  width: 100%;
}

.eden-category:first-child img {
  object-fit: cover;
  padding: 0;
}

.eden-category-copy {
  margin-top: auto;
  padding: 26px 28px 30px;
}

.eden-category-copy h3 {
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.eden-category-copy p {
  color: var(--eden-muted);
  font-size: 0.9rem;
  margin: 0;
}

.eden-products {
  background: #efebe3;
}

.eden-products-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.eden-product {
  background: var(--eden-surface);
  border-radius: var(--eden-radius);
  overflow: hidden;
  padding: 14px 14px 28px;
}

.eden-product-media {
  align-items: center;
  background: #faf9f6;
  border-radius: 15px;
  display: flex;
  height: 380px;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}

.eden-product-media img {
  height: 94%;
  object-fit: contain;
  width: 92%;
}

.eden-product-content {
  padding: 0 13px;
}

.eden-product-tag {
  color: var(--eden-teal);
  display: block;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.eden-product h3 {
  font-size: 1.58rem;
  margin-bottom: 10px;
}

.eden-product-info {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.eden-product-price {
  color: var(--eden-green);
  font-size: 1.2rem;
  font-weight: 700;
}

.eden-product-size {
  color: var(--eden-muted);
  font-size: 0.78rem;
}

.eden-product ul {
  border-top: 1px solid var(--eden-line);
  color: var(--eden-muted);
  display: grid;
  font-size: 0.84rem;
  gap: 7px;
  list-style: none;
  margin: 0 0 24px;
  padding: 18px 0 0;
}

.eden-product li::before {
  color: var(--eden-teal);
  content: "+";
  margin-right: 9px;
}

.eden-product .eden-button {
  min-height: 47px;
  width: 100%;
}

.eden-story {
  display: grid;
  gap: clamp(40px, 7vw, 92px);
  grid-template-columns: 0.86fr 1fr;
}

.eden-story-image {
  align-items: end;
  background: var(--eden-mist);
  border-radius: var(--eden-radius);
  display: flex;
  justify-content: center;
  min-height: 660px;
  overflow: hidden;
  padding: 36px 34px 0;
}

.eden-story-image img {
  max-height: 620px;
  object-fit: contain;
}

.eden-story-copy {
  align-self: center;
}

.eden-story-copy h2 {
  font-size: clamp(2.5rem, 4.2vw, 3.75rem);
  margin-bottom: 25px;
}

.eden-story-copy > p {
  color: var(--eden-muted);
  font-size: 1.02rem;
}

.eden-detail-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0;
}

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

.eden-detail strong {
  display: block;
  font-size: 0.93rem;
  margin-bottom: 6px;
}

.eden-detail span {
  color: var(--eden-muted);
  font-size: 0.86rem;
}

.eden-trust {
  background: var(--eden-green);
  color: #fff;
}

.eden-trust-grid {
  align-items: center;
  display: grid;
  gap: clamp(42px, 8vw, 108px);
  grid-template-columns: 0.65fr 1fr;
}

.eden-rating {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding: 22px 46px 22px 0;
}

.eden-rating-number {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 0.92;
  margin-bottom: 16px;
}

.eden-stars {
  color: #dec084;
  letter-spacing: 0.2em;
}

.eden-rating p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 14px;
}

.eden-quote blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.22;
  margin: 0 0 30px;
}

.eden-quote cite {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.79rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eden-faq {
  display: grid;
  gap: clamp(40px, 8vw, 92px);
  grid-template-columns: 0.72fr 1fr;
}

.eden-faq h2 {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

.eden-questions details {
  border-bottom: 1px solid var(--eden-line);
  padding: 0 0 0;
}

.eden-questions summary {
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 700;
  list-style: none;
  padding: 25px 42px 25px 0;
  position: relative;
}

.eden-questions summary::-webkit-details-marker {
  display: none;
}

.eden-questions summary::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 7px;
  top: 18px;
}

.eden-questions details[open] summary::after {
  content: "-";
}

.eden-questions details p {
  color: var(--eden-muted);
  padding: 0 38px 24px 0;
}

.eden-contact {
  padding-bottom: 24px;
}

.eden-contact-card {
  background: var(--eden-sand);
  border-radius: var(--eden-radius);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto;
  padding: clamp(42px, 6vw, 72px);
}

.eden-contact-card h2 {
  font-size: clamp(2.35rem, 4vw, 3.65rem);
  margin-bottom: 18px;
  max-width: 720px;
}

.eden-contact-card p {
  color: var(--eden-muted);
  max-width: 590px;
}

.eden-contact-actions {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 270px;
}

.eden-footer {
  padding: 54px 0 30px;
}

.eden-footer-grid {
  border-bottom: 1px solid var(--eden-line);
  border-top: 1px solid var(--eden-line);
  display: grid;
  gap: 44px;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  padding: 54px 0;
}

.eden-footer-brand p {
  color: var(--eden-muted);
  font-size: 0.9rem;
  margin-top: 18px;
  max-width: 285px;
}

.eden-footer h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.eden-footer-links {
  color: var(--eden-muted);
  display: grid;
  font-size: 0.9rem;
  gap: 11px;
}

.eden-footer-links a:hover {
  color: var(--eden-green);
}

.eden-footer-bottom {
  color: var(--eden-muted);
  display: flex;
  font-size: 0.76rem;
  gap: 24px;
  justify-content: space-between;
  padding-top: 27px;
}

.eden-concept {
  color: var(--eden-teal);
  font-weight: 700;
}

@media (max-width: 1060px) {
  .eden-nav-links {
    display: none;
  }

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

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

  .eden-category:first-child {
    grid-column: 1 / -1;
  }

  .eden-story,
  .eden-trust-grid,
  .eden-faq {
    grid-template-columns: 1fr;
  }

  .eden-rating {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    padding: 0 0 38px;
  }

  .eden-contact-card,
  .eden-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  body.admin-bar .eden-header {
    top: 46px;
  }

  .eden-shell {
    padding: 0 20px;
  }

  .eden-announcement-inner {
    gap: 28px;
    justify-content: flex-start;
    overflow: hidden;
    padding-left: 18px;
  }

  .eden-nav {
    gap: 12px;
    grid-template-columns: 1fr auto;
    min-height: 76px;
  }

  .eden-nav-action .eden-phone {
    display: none;
  }

  .eden-nav-action .eden-button {
    min-height: 44px;
    padding: 0 17px;
  }

  .eden-brand strong {
    font-size: 1.38rem;
  }

  .eden-hero {
    min-height: 0;
    padding: 12px 12px 0;
  }

  .eden-hero-media {
    background-position: 66% center;
    min-height: 660px;
  }

  .eden-hero-content {
    padding: 35px 24px;
  }

  .eden-hero-counter {
    display: none;
  }

  .eden-benefits-grid,
  .eden-category-grid,
  .eden-products-grid,
  .eden-contact-card,
  .eden-footer-grid {
    grid-template-columns: 1fr;
  }

  .eden-benefit {
    border-bottom: 1px solid var(--eden-line);
    border-right: 0;
    padding: 22px 0;
  }

  .eden-section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 34px;
  }

  .eden-category:first-child {
    grid-column: auto;
  }

  .eden-category {
    min-height: 385px;
  }

  .eden-product-media {
    height: 335px;
  }

  .eden-story-image {
    min-height: 500px;
  }

  .eden-detail-grid {
    grid-template-columns: 1fr;
  }

  .eden-contact-actions {
    min-width: 0;
  }

  .eden-footer-bottom {
    flex-direction: column;
  }
}
