* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #080808;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 7.5vw;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
}

.nav-left {
  display: flex;
  gap: 34px;
  align-items: center;
}

.nav-left a {
  font-size: 14px;
  font-weight: 700;
  color: #17213f;
  letter-spacing: 0.02em;
  padding-bottom: 6px;
}

.nav-left a.active {
  border-bottom: 1px solid #17213f;
}

.logo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  letter-spacing: -0.05em;
}

.bag-button {
  justify-self: end;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: block;
}

.bag-icon {
  position: relative;
  display: block;
  width: 17px;
  height: 20px;
  margin: 6px auto 0;
  border: 2px solid #111;
  border-top: 0;
  border-radius: 2px;
}

.bag-icon::before {
  content: '';
  position: absolute;
  left: 3px;
  top: -7px;
  width: 7px;
  height: 8px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.section-space {
  position: relative;
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.hero {
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
}

.hero-photo-stack {
  position: absolute;
  left: 12vw;
  top: 25vh;
  width: min(42vw, 720px);
  height: min(42vw, 720px);
  transform: rotate(8deg);
  z-index: 1;
}

.photo-card {
  position: absolute;
  inset: 0;
  background: #e9e7e0;
  overflow: hidden;
}

.card-back {
  transform: translate(-80px, 5px) rotate(-13deg);
  background: linear-gradient(135deg, #dedbd3, #f5f3ed);
}

.card-middle {
  transform: translate(70px, -35px) rotate(-16deg);
  background: linear-gradient(135deg, #c8c7c2, #e8e4d7);
}

.card-front {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.hero-title {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5vw;
  margin: 0;
  font-size: clamp(42px, 4.8vw, 96px);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
}

.hero-circle {
  position: absolute;
  right: -20vw;
  top: 16vh;
  width: 46vw;
  height: 46vw;
  min-width: 620px;
  min-height: 620px;
  border: 3px solid #1f1f1f;
  border-radius: 50%;
}

.hero-subtitle {
  position: absolute;
  right: 16vw;
  bottom: 22vh;
  z-index: 3;
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0;
  font-size: 17px;
  letter-spacing: 0.5em;
  line-height: 1.35;
}

.small-circle {
  width: 12px;
  height: 12px;
  border: 1.5px solid #111;
  border-radius: 50%;
  flex: 0 0 auto;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 620px;
  gap: 0;
  padding-top: 50px;
}

.wide-photo {
  height: 620px;
  background: #eee;
  overflow: hidden;
}

.wide-photo img {
  filter: brightness(0.54);
}

.right-photo img {
  filter: brightness(0.43);
}

.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 70px 7.5vw 90px;
  text-align: center;
}

.service-card {
  display: grid;
  justify-items: center;
  gap: 20px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.service-card:hover {
  opacity: 0.65;
  transform: translateY(-3px);
}

.service-card h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
}

.service-icon {
  position: relative;
  width: 66px;
  height: 48px;
}

.icon-slash-circle::before,
.icon-bag-circle::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 1px;
  width: 36px;
  height: 36px;
  border: 1.5px solid #111;
  border-radius: 50%;
}

.icon-slash-circle::after,
.icon-bag-circle::after {
  content: '';
  position: absolute;
  left: 31px;
  top: -5px;
  width: 1.5px;
  height: 52px;
  background: #111;
  transform: rotate(32deg);
}

.icon-square-circle::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  width: 45px;
  height: 45px;
  border: 1.5px solid #111;
}

.icon-square-circle::after {
  content: '';
  position: absolute;
  left: 25px;
  top: 13px;
  width: 19px;
  height: 19px;
  border: 1.5px solid #111;
  border-radius: 50%;
}

.icon-line::before,
.icon-line::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 20px;
  width: 56px;
  height: 1.5px;
  background: #111;
}

.icon-line::after {
  transform: rotate(22deg);
}

.icon-bag-circle::before {
  left: 12px;
}

.icon-bag-circle::after {
  left: 34px;
  transform: rotate(42deg);
}

.shop-section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.marquee {
  position: relative;
  left: -8vw;
  width: 120vw;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 70px;
}

.marquee span {
  display: inline-block;
  font-size: clamp(32px, 3.2vw, 68px);
  letter-spacing: 0.06em;
  font-weight: 400;
  animation: drift 18s linear infinite;
}

@keyframes drift {
  from { transform: translateX(0); }
  to { transform: translateX(-20%); }
}

.product-feature {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  min-height: 640px;
}

.product-label {
  justify-self: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: clamp(32px, 2.5vw, 52px);
  text-decoration: underline;
  text-underline-offset: 8px;
}

.product-image {
  height: 640px;
  overflow: hidden;
  background: #eee;
  display: block;
}

.product-image img {
  filter: brightness(0.82);
}


.store-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 90px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

.store-card {
  min-height: 230px;
  padding: 34px;
  border-right: 1px solid #111;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.2s ease;
}

.store-card:last-child {
  border-right: 0;
}

.store-card:hover {
  background: #f4f4f4;
}

.store-card span {
  font-size: 13px;
  letter-spacing: 0.35em;
}

.store-card h3 {
  margin: 40px 0 12px;
  font-size: 30px;
  font-weight: 300;
}

.store-card p {
  margin: 0;
  max-width: 260px;
  font-size: 16px;
  line-height: 1.6;
}

.about-section,
.contact-section {
  max-width: 980px;
  padding-top: 110px;
  padding-bottom: 130px;
}

.eyebrow {
  margin: 0 0 26px;
  font-size: 13px;
  letter-spacing: 0.5em;
}

.about-section h2,
.contact-section h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 86px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.03;
}

.about-section p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  max-width: 650px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}

.contact-button {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #111;
  font-size: 20px;
  padding-bottom: 6px;
}

@media (max-width: 980px) {
  .site-header {
    height: 78px;
    padding: 0 24px;
  }

  .nav-left {
    gap: 18px;
  }

  .nav-left a {
    font-size: 12px;
  }

  .hero {
    min-height: 860px;
    align-items: flex-start;
    padding-top: 160px;
  }

  .hero-photo-stack {
    left: 10vw;
    top: 260px;
    width: 72vw;
    height: 72vw;
  }

  .hero-title {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    font-size: clamp(38px, 9vw, 74px);
    letter-spacing: 0.16em;
  }

  .hero-circle {
    right: -65vw;
    top: 180px;
    min-width: 520px;
    min-height: 520px;
  }

  .hero-subtitle {
    right: 40px;
    bottom: 95px;
    font-size: 12px;
  }

  .editorial-grid,
  .product-feature {
    grid-template-columns: 1fr;
  }

  .wide-photo,
  .product-image {
    height: 460px;
  }

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

  .store-card {
    border-right: 0;
    border-bottom: 1px solid #111;
  }

  .store-card:last-child {
    border-bottom: 0;
  }

  .services {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 22px;
  }

  .product-label {
    justify-self: start;
    margin-bottom: 30px;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .logo {
    display: none;
  }

  .nav-left {
    gap: 14px;
  }

  .section-space,
  .services {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-photo-stack {
    width: 88vw;
    height: 88vw;
    left: 2vw;
  }

  .hero-title {
    align-items: flex-start;
    font-size: 40px;
  }

  .hero-subtitle {
    left: 28px;
    right: auto;
    bottom: 120px;
  }

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

  .marquee span {
    font-size: 34px;
  }
}

/* Updated logo and service icons */
.logo-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid #111;
  border-radius: 50%;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.logo-mark span {
  transform: translateY(1px);
}

.service-svg {
  width: 62px;
  height: 62px;
  fill: none;
  stroke: #111;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card .service-icon {
  display: none;
}

/* Separate shop/product pages */
.page-main {
  padding-top: 92px;
}

.page-hero {
  padding-top: 110px;
  padding-bottom: 70px;
  max-width: 1120px;
}

.page-hero h1 {
  margin: 0 0 22px;
  font-size: clamp(46px, 7vw, 120px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 0.95;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 300;
}

.shop-categories {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1px;
  padding-bottom: 120px;
}

.category-card {
  min-height: 540px;
  border: 1px solid #111;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background 0.2s ease, transform 0.2s ease;
}

.category-card:hover,
.buy-button:hover {
  background: #f4f4f4;
}

.category-card span {
  font-size: 12px;
  letter-spacing: 0.35em;
}

.category-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 3vw, 58px);
  font-weight: 300;
}

.category-card p {
  margin: 0;
  max-width: 340px;
  font-size: 17px;
  line-height: 1.55;
}

.placeholder-photo,
.product-placeholder {
  display: grid;
  place-items: center;
  min-height: 310px;
  background: linear-gradient(135deg, #efefef, #d9d9d9);
  border: 1px solid #c8c8c8;
  color: #555;
  font-size: 12px;
  letter-spacing: 0.25em;
}

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

.product-card {
  border-top: 1px solid #111;
  padding-top: 18px;
}

.product-placeholder {
  min-height: 390px;
  margin-bottom: 24px;
}

.product-info h2 {
  margin: 8px 0 10px;
  font-size: 27px;
  font-weight: 300;
}

.product-type {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.35em;
}

.price {
  margin: 0 0 24px;
  font-size: 18px;
}

.buy-button {
  display: inline-block;
  border: 1px solid #111;
  padding: 13px 22px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .shop-categories,
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .logo-mark {
    display: none;
  }

  .page-main {
    padding-top: 78px;
  }

  .page-hero {
    padding-top: 70px;
  }

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

  .category-card {
    min-height: 460px;
  }
}

/* Service-only update */
.calendar-icon {
  position: relative;
  display: block;
  width: 21px;
  height: 24px;
  margin: 4px auto 0;
  border: 1.7px solid #111;
  border-radius: 3px;
}

.calendar-icon::before {
  content: '';
  position: absolute;
  left: -1.7px;
  right: -1.7px;
  top: 6px;
  border-top: 1.7px solid #111;
}

.calendar-icon::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -5px;
  width: 9px;
  height: 8px;
  border-left: 1.7px solid #111;
  border-right: 1.7px solid #111;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
}

.contact-links .contact-button {
  margin-top: 0;
}

.service-pricing .product-info p:not(.product-type):not(.price) {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.service-pricing .product-card {
  padding-bottom: 24px;
}

@media (min-width: 981px) {
  .shop-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .shop-categories .category-card.large {
    grid-column: span 1;
  }
}


/* Three-service update */
@media (min-width: 981px) {
  .services {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop-categories.three-services {
    grid-template-columns: repeat(3, 1fr);
  }
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.social-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #111;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.social-link span {
  display: inline-block;
}
