/*FONTS*/
.istok-web-regular {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.istok-web-bold {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.istok-web-regular-italic {
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.istok-web-bold-italic {
  font-family: "Istok Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.geist-mono {
  font-family: "Geist Mono", monospace;
}

.ovo-regular {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
}

.class {
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
}

.arsenal-regular {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.arsenal-bold {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.arsenal-regular-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.arsenal-bold-italic {
  font-family: "Arsenal", sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* {
  outline: 1px solid rgba(255,0,0,0.3);
}

/* BODY -----------------------------------------*/
body {
  background: #FFE6D0;
  min-height: 100vh;
}

/* HEADER -----------------------------------------*/

header {
  background-color: #99632E;
}

.wrapper {
  background-color: #99632E;
  font-family: "Istok Web", sans-serif;
  font-size: 1.1em;
  color: #FFE6D0;
  top: 0;
  margin: auto;
  position: sticky;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
  height: 7.5em;
}

/* NAV LAYOUT */
.nav {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 40px;
}

.nav-menu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.nav-mobile {
  display: none;
}

nav ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

nav a {
  height: 100%;
  padding: 0 3em;
  gap: 2em;
  text-decoration: none;
  color: #FFF9F3;
  font-weight: 400;
}

.nav li a {
  white-space: nowrap;
  padding: 0 2em;
}

/* Logo */
.nav-logo img {
  height: 40%;
  width: auto;
  max-height: 92px;
  min-width: 100px;
}

.mobile-logo,
.mobile-shop {
  display: none;
}

/* HAMBURGER */
.hamburger {
  display: none;
  cursor: pointer;
  right: 2rem;
  top: 2.5rem;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #FFE6D0;
}

/* HERO -----------------------------------------*/
.hero {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;

  padding: 0 clamp(1.5rem, 6vw, 6.875rem);
  padding-left: 0;
  overflow: hidden;
}

.hero-left {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: clamp(2rem, 5vw, 6rem);
}

.hero-left h1 {
  font-family: 'Optima', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 8vw, 15rem);
  line-height: 1.1;
  text-align: left;
  color: #D77E26;

  position: relative;
  z-index: 3;
  margin: 0;
  transform: translateX(10%);
  /* move over the image */
}

.hero-button {
  background-color: #FFB85B;
  color: #5D3003;
  padding: .5em 1em;
  font-size: 0.923rem;
  cursor: pointer;
  margin-top: 2em;
  font-family: "Geist Mono", sans-serif;
  max-width: 282px;
  text-decoration: none;
  border-radius: 3em;
  text-align: center;
}

.hero-button:hover {
  background-color: #FFD39A;
}


.hero-right {
  display: flex;
  flex-direction: column;
}

.hero-right img {
  width: clamp(800px, 90vw, 1000px);
  min-width: 400px;
  height: auto;
  max-height: 1000px;
  aspect-ratio: 780 / 960;
  object-fit: cover;
  width: 60vw;
  border-top-left-radius: 9rem;
}


/* CANDLE BENEFITS -----------------------------------------*/
.benefits {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 7em;
}

/* HORIZONTAL RULE -----------------------------------------*/
.line {
  height: .5px;
  background-color: #99632E;
  width: 50%;
  margin: 2em 9em;
  margin-top: 5em;
}

.our-candles {
  font-family: 'Optima', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 5vw, 3em);
  color: #D77E26;
}

.benefits-grid {
  display: flex;
  flex-direction: row;
}

.benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  text-align: center;
}

.benefits-item img {
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.benefits-item p {
  font-family: "Geist Mono", monospace;
  font-size: 1.5em;
  font-weight: 100;
  color: #5D3003;
  padding-top: 2em;
  white-space: nowrap;
}

/*CIRCLE BACKGROUND*/
.intro-wrapper {
  position: relative;
}

.circle {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -6%;
}

.circle img {
  width: 60%;
  max-width: 17vw;
  height: auto;
}

/* INTRO TO COMPANY -----------------------------------------*/
.intro {
  background-color: #99632E;
  padding-top: 2em;
  padding-bottom: 10em;
}

.intro-top {
  flex-direction: row;
  align-items: center;
  padding: 4em clamp(1.5rem, 6vw, 6.875rem);
}

.group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5em;
}

.intro-top h2 {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 5vw, 7rem);
  color: #FFF9F3;

  display: flex;
  flex-direction: column;
  gap: 0;
}

.intro-top h2 span.line1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.hr-2 {
  flex-grow: 1;
  height: 0.5px;
  background-color: #FFF9F3;
  margin: 0;
}

.intro-top h2 span.line2 {
  align-self: flex-end;
}

.intro-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  gap: 2em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

.intro-bottom img {
  height: auto;
  min-height: 332px;
  min-width: 272px;
  width: 50%;
  object-fit: cover;
  border-top-right-radius: 9rem;
}

.intro-bottom p {
  font-family: "Ovo", serif;
  font-size: 1.5em;
  font-weight: 100;
  color: #FFF9F3;
  text-align: left
}

.about-button {
  background-color: #FFB85B;
  color: #5D3003;
  border: none;
  padding: .5em 1em;
  font-size: 0.923rem;
  cursor: pointer;
  margin-top: 2em;
  font-family: "Geist Mono", sans-serif;
  max-width: 282px;
  text-decoration: none;
  border-radius: 3em;
  text-align: center;
}

.about-button:hover {
  background-color: #FFD39A;
}

.about-button-wrapper {
  display: flex;
  justify-content: center;
}

.center-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: -6%;
}

.center-logo img {
  width: 60%;
  max-width: 17vw;
  height: auto;
  z-index: 3;
}

/* COLLECTION -----------------------------------------*/
.collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em clamp(1.5rem, 6vw, 6.875rem);
}

.headline {
  font-family: "Ovo", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.collection-grid {
  display: flex;
  flex-direction: row;
  gap: 2em;
  padding-top: 4em;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}

.collection-card {
  max-width: 518px;
  position: relative;
  display: block;
}

.collection-card img {
  width: 100%;
  height: auto;
  border-top-right-radius: 5em;
  display: block;
}

.span {
  position: relative;
}

.collection-title {
  font-family: "Geist Mono", monospace;
  font-size: 2em;
  font-weight: 300;
  color: #FFD39A;
  text-decoration: none;

  position: absolute;
  bottom: 5em;
  left: 2em;
  z-index: 2;
  padding: 0.2em 0.5em;
}

.collection-card {
  position: relative;
}

.collection-card:hover {
  transform: translateY(-6px);
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.collection-title {
  position: absolute;
  bottom: 5%;
  /* 5% of card height */
  left: 5%;
  /* 5% of card width */
  font-size: clamp(1em, 2vw, 1.5em);
  /* responsive font */
}

/* NEW SCENTS -----------------------------------------*/
.new-scents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em clamp(1.5rem, 6vw, 6.875rem);
}

.scents-layout {
  display: flex;
  flex-direction: row;
  gap: 7em;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
}

.scents-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  font-family: "Geist Mono", monospace;
  color: #AD5804;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
}

.scent-card {
  position: relative;
  display: block;
  width: auto;
  max-width: 300px;
}

.scent-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20% 0 0 0;
}

.scent-card p {
  position: static;
  color: #AD5804;
  font-family: "Geist Mono", monospace;
  text-align: center;
  margin: 0;
  font-size: clamp(1.2rem, 2.5vw, 1.75rem);
}

.scents-button-wrapper {
  text-align: center;
}

.scents-button {
  display: inline-block;
  background-color: #FFB85B;
  color: #5D3003;
  padding: .5em 1.5em;
  font-size: 0.923rem;
  font-family: "Geist Mono", sans-serif;
  text-decoration: none;
  border-radius: 3em;
  white-space: nowrap;
}

.scents-button:hover {
  background-color: #FFD39A;
}

/* BEST SELLERS -----------------------------------------*/
.best-sellers {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4em clamp(1.5rem, 6vw, 6.875rem);
}

.best-sellers-layout {
  display: flex;
  flex-direction: row;
  gap: 2em;
}

.best-sellers-grid {
  padding-top: 2em;
  gap: 2em;
}

.product-text {
  font-family: "Istok Web", sans-serif;
  font-size: 1.1em;
}

.product-image-wrapper {
  overflow: hidden;
  border-top-left-radius: 5em;
  border-bottom-right-radius: 5em;
  position: relative;
}

.product-image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-image-wrapper:hover img {
  transform: scale(1.04);
  filter: brightness(1.05);
}

.product-button {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 5;
  background-color: #FFB85B;
  color: #5D3003;
  border: none;
  padding: 0.5em 1em;
  font-size: 0.923rem;
  cursor: pointer;
  font-family: "Geist Mono", sans-serif;
  max-width: 200px;
  width: auto;
  /* adapt to text size */
  text-decoration: none;
  border-radius: 3em;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Optional hover effect */
.product-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* CALL TO ACTION -----------------------------------------*/
.call-to-action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 4em clamp(1.5rem, 6vw, 6.875rem);
}

.call-to-action h3 {
  font-family: 'Optima', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 8vw, 15rem);
  /* bigger scaling */
  line-height: 1.1;
  text-align: left;
  color: #D77E26;
}

.cta-1 {
  white-space: nowrap;
}

.cta-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .5em;
}

.cta-button {
  background-color: #FFB85B;
  color: #5D3003;
  border: none;
  padding: .5em 1em;
  font-size: 0.923rem;
  cursor: pointer;
  font-family: "Geist Mono", sans-serif;
  max-width: 282px;
  text-decoration: none;
  border-radius: 3em;
  text-align: center;
  white-space: nowrap;
}

.cta-button:hover {
  background-color: #FFD39A;
}

.hr-3 {
  width: 100%;
  height: 0.5px;
  background-color: #D77E26;
  margin: 0;
}

.cta-image-line-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 2em;
  min-height: 300px;
  width: 100%;
}

.line.hr-3 {
  width: 100%;
}

.image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /* pushes image to the right */
  margin-left: auto;

}

.image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-top-left-radius: 6rem;
}

/*GLOBAL BUTTONS -----------------------------------------*/
.hero-button,
.about-button,
.scents-button,
.product-button,
.cta-button {
  display: inline-block;
  background-color: #FFB85B;
  color: #5D3003;
  padding: 0.9em 2em;
  font-size: 1.05rem;
  font-family: "Geist Mono", sans-serif;
  text-decoration: none;
  border-radius: 3em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}

.hero-button:hover,
.about-button:hover,
.scents-button:hover,
.product-button:hover,
.cta-button:hover {
  background-color: #FFD39A;
  transform: scale(1.05);
}

/* FOOTER -----------------------------------------*/
footer {
  padding: 4rem 2rem;
  background-color: #99632E;
  font-family: "Istok Web", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: #FFE6D0;
}

/* Container inside footer to manage layout */
footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.top-footer {
  display: flex;
  flex-direction: row;
  gap: 5em;
  justify-content: flex-start;
}

.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  width: 30%;
}

.footer-menu a {
  color: #FFE6D0;
  text-decoration: none;
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
}

.footer-menu a:hover {
  color: #FFB85B;
  /* optional hover color */
}

.email {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
  padding-right: 3em;
}

.join {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.2rem, 6vw, 2.5rem);
  white-space: nowrap;
}

.email-top,
.email-bottom {
  font-family: "Istok Web", sans-serif;
  color: #FFE6D0;
  font-weight: 400;
}

.email-form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background-color: #FFF9F3;
}

.join-label {
  background-color: #FFB85B;
  color: #5D3003;
  font-family: "Geist Mono", monospace;
  font-weight: bold;
  font-size: clamp(0.75rem, 1vw, 0.85rem);
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.email-form input[type="email"] {
  flex: 1;
  /* grow to fill remaining space */
  padding: 0.6rem 1rem;
  border: none;
  outline: none;
  font-family: "Istok Web", sans-serif;
  font-size: clamp(0.75rem, 1vw, 0.85rem);
}

.email-form input[type="email"]:focus {
  box-shadow: inset 0 0 0 2px #FFB85B;
}

.line.hr-4 {
  width: 100%;
  height: 0.5px;
  background-color: #FFF9F3;
  margin: 2rem 0;
}

.divider {
  width: .5px;
  background-color: #FFF9F3;
  border: none;  
  height: auto;   
}

.bottom-footer {
  display: flex;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: space-between;
  /* logo left, visit right */
  align-items: center;
  /* vertically align them */
  max-width: 1200px;
  /* match your footer container */
  margin: 0 auto;
  /* center the whole section */
  padding-top: 3rem;
  width: 100%;
  gap: 2em;
}

.footer-logo {
  max-width: 180px;
  /* control logo size */
  height: auto;
  display: block;
}

/*LOCATIONS PAGE-----------------------------------------*/

.location-intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 7em;
  padding: 3em clamp(1.5rem, 6vw, 6.875rem);
}

.line.location {
  height: .5px;
  background-color: #99632E;
  width: 50%;
  margin: 2em auto 2em auto;
}

.our-candles.location {
  color: #5D3003;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 4em;
  font-size: clamp(2rem, 6vw, 3.4em);}

.button-wrapper {
  display: inline;
}

.cta-3 {
  display: inline;
}

.cta-button-wrapper.inline {
  display: inline-flex;
  align-items: center; 
  vertical-align: middle;
  gap: .5em;
}

.intro-top.in-store {
  background-color: #99632E;
  padding-top: 9em;
  padding-bottom: 10em;
}

.in-store-text {
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 3vw, 4rem);
  color: #FFF9F3;
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-left: 2.5em;

  padding: 2em 2.5em; 
  margin-left: 0;
}

.email-link {
  color: #FFB85B; 
  text-decoration: none; 
  font-weight: 500;  
  overflow-wrap: anywhere;
  word-break: break-word; 
}

.email-link:hover {
  text-decoration: underline;
}

.insta-link {
  color: #D77E26; 
  text-decoration: none; 
  font-weight: 500;  
  overflow-wrap: anywhere;
  word-break: break-word;
}

.insta-link:hover {
  text-decoration: underline;
}

.location-gallery {
  padding: 3em clamp(1.5rem, 6vw, 6.875rem);
  padding-top: 6em;
}

.gallery-wrapper {
  display: flex;
  flex-direction: column; /* stack items on mobile */
  gap: 3em;
}

.gallery-item {
  display: flex;
  align-items: center;      /* vertical center text to image */
  gap: 2em;
  flex-wrap: wrap;          /* allow wrap on smaller screens */
}

/* Image styling */
.gallery-img {
  width: 40%;       
  height: auto;
  border-top-right-radius: 5em;
  flex-shrink: 0;         
}

/* Text container */
.gallery-text {
  display: flex;
  flex-direction: column;
  justify-content: center;    /* vertically center to image */
}

/* First paragraph - location name */
.location-name {
  font-family: "Ovo", serif;
  font-size: clamp(2.5rem, 3vw, 6rem);
  margin: 0;
  color: #422E14;
}

.location-address {
  font-family: "Istok Web", serif;
  font-size: clamp(1.5rem, 1.5vw, 1.5rem);
  margin: 0.2em 0 0 0;
  color: #422E14;
}

.cta-button-wrapper.location {
  justify-content: flex-start; /* ensures left alignment */
  width: 100%;
  padding-top: 2em;
}

.call-to-action.location {
  padding-bottom: 8em;
}
/*SHOP PAGE-----------------------------------------*/
.shop-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5em;
}

.hero-left.shop,
.hero-right.shop {
  flex: 1;
}

.hero-left.shop {
  text-align: left;
}

.hero-right.shop {
  text-align: right;
}

.hero-right.shop img {
  max-width: 100%;
  height: auto;
  }

.cta-image-line-wrapper.shop {
  display: flex;
  align-items: flex-start;
  gap: 2em;
  padding-top: 2em;
}

.cta-text {
  display: flex;
  flex-direction: column;
  font-family: "Istok Web", sans-serif;
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  gap: .5em;
  max-width: 500px;
  width: 100%;
}

.text {
  max-width: 400px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
}

.image.shop img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.headline.shop {
  font-family: "Istok Web", sans-serif;
  font-size: 2em;
  font-weight: 100;
}

.product-text.title {
  padding-top: .5em;
}

.product-button.shop {
  padding: 0.5em 1.2em;
  font-size: 0.85rem;
  border-radius: 2em;
}

.product-image-wrapper.shop {
  border-radius: 0;
}

.best-sellers-layout {
  padding-top: 5em;
}

.cta-button-wrapper.shop {
  display: inline-flex;
  align-items: center; 
  vertical-align: middle;
  gap: .5em;
}

/*ABOUT PAGE-----------------------------------------*/
.hero.about {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.hero-center h1 {
  font-family: 'Optima', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(5rem, 8vw, 15rem);
  line-height: 1.1;
  text-align: center;
  color: #D77E26;
}

.text.about {
  font-family: "Optima", sans-serif;
  font-size: clamp(1.5rem, 1.2vw, 3rem);
  color: #5D3003;
  max-width: 600px;
  text-align: center;
}

.we-are {
  display: flex;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.vertical {
  border: none;
  border-left: .5px solid #AE6B29;
  height: 150px;
  width: 0;
}

.team {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 2em;
  padding: 0 clamp(1.5rem, 6vw, 6.875rem);
  padding-top: 5em;
  padding-bottom: 15em;
}

.team-text {
  text-align: left;
  gap: 2em;
  font-family: "Ovo", serif;
}

.team-text h2 {
  font-size: clamp(3rem, 5vw, 9rem);
  color: #D77E26;
  font-family: "Optima", sans-serif;
  font-weight: 400;
}

.subhead {
  font-size: clamp(1.5rem, 2.5vw, 5rem);
  margin-bottom: 1em;
  padding-top: 1em;
}

.team-text .subhead + p {
  font-size: clamp(1.1em, 1.5vw, 1.5em);
  font-weight: 100;
}
.quote-author {
  display: block;      /* forces new line */
  margin-top: 0.5em;
}
.team-row {
  display: flex;
  gap: 40px;             /* space between text & image */
  align-items: center;
}

.team-image {
  width: 40%;
  height: 40%;
  border-top-right-radius: 5em;
}

.what-we-do {
  background-color: #99632E;
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 2em;
  padding: 0 clamp(1.5rem, 6vw, 6.875rem);
  padding-top: 9em;
  padding-bottom: 5em;
}

.group h2 {
  font-size: clamp(3rem, 5vw, 9rem);
  color: #FFB85B;
  font-family: "Optima", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.word {
  font-family: "Ovo", serif;
  font-weight: 100;
  color: #FFF9F3;
  font-size: clamp(1.1em, 1.5vw, 1.5em);}

.column {
  display: flex;
  gap: 7em
}

.column-1,
.column-2 {
  flex: 1;
}

.word {
  margin-bottom: 4em;
}

.image.about {
  padding-bottom: 2em;
}

.column-1 .image {
  border-top-right-radius: 5em;
}

.column-2 .image {
  border-top-left-radius: 5em;
}

.center-logo.about {
  margin-bottom: -5%
}

.call-to-action.about {
  padding-bottom: 10em;
}

.word.cta {
  color: #5D3003;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  max-width: 60ch;
  text-align: left;
  margin-right: auto;
  text-align: left; 
}

.cta-2.about {
  padding-bottom: 2em;
}

/* RESPONSIVE -----------------------------------------*/
@media (min-width: 1280px) {
  .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  .nav li a {
    padding: 0 1.5em;
  }

  .hero-button,
  .about-button,
  .scents-button,
  .product-button,
  .cta-button {
    padding: clamp(0.8em, 1.2vw, 1.4em) clamp(1em, 2vw, 2.5em);

    font-size: clamp(0.85rem, 1.2vw, 1.1rem);
  }
}

@media (max-width: 1024px) {

  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
  }

  .hero-right {
    position: absolute;
    inset: 0;
    /* shorthand for top:0; right:0; bottom:0; left:0 */
    z-index: 1;
  }

  .hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    /* remove corner if full background */
  }

  .hero-left {
    position: relative;
    z-index: 2;
    /* above image */
    text-align: center;
    padding: 0 2rem;
  }

  .hero-left h1 {
    font-family: 'Optima', sans-serif;
    font-weight: 400;
    font-size: clamp(3rem, 13vw, 13rem);
    line-height: 1.1;
    color: #D77E26;
    margin: 0;
  }

  .hero-button {
    background-color: #FFB85B;
    color: #5D3003;
    padding: .5em 1em;
    font-size: 0.923rem;
    cursor: pointer;
    margin-top: 2em;
    font-family: "Geist Mono", sans-serif;
    max-width: 282px;
    text-decoration: none;
    border-radius: 3em;
    text-align: center;
  }

  .line {
    width: 100%;
  }

  .intro-top {
    flex-direction: row;
    align-items: center;
    padding: 4em clamp(1.5rem, 6vw, 6.875rem);
  }

  .group {
    display: flex;
    align-items: center;
  }

  .intro-top h2 {
    font-family: "Ovo", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(4rem, 3vw, 6rem);
    color: #FFF9F3;

    display: flex;
  }

  .intro-top h2 span.line1 {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
  }

  .hr-2 {
    flex-grow: 0;
    height: 0px;
    background-color: #FFF9F3;
    margin: 0;
  }

  .intro-top h2 span.line2 {
    align-self: flex-start;
  }

  .intro-bottom p {
    font-size: 1.2em;
  }

  .hero-right.shop img {
    filter: brightness(40%) contrast(105%);
    }

    .hero-right.location img {
      filter: brightness(70%) contrast(105%);
      }
}

  @media only screen and (max-width: 950px) {

    .nav {
      display: flex;
      align-items: center;
      padding: 0 1.5rem;
      position: relative;

      justify-content: space-between;
    }

    /* Mobile & Logo */
    .mobile-logo {
      display: flex;
      justify-content: center;
    }

    .mobile-logo img {
      width: 130px;
      display: block;
    }

    .hamburger-wrapper {
      display: flex;
      align-items: center;
      gap: 3rem;
    }

    .mobile-shop {
      display: block;
      color: #FFF9F3;
      text-decoration: none;
      font-weight: 500;

      background-color: #FFE6D0;
      color: #99632E;
      padding: 0.4rem 1rem;
      border-radius: 20px;
    }

    .desktop-only {
      display: none;
    }

    /* Hamburger------------------------------------------------------------ */
    .hamburger {
      display: block;
    }

    .nav-menu {
      position: fixed;
      top: 0;
      left: -100%;
      width: 50%;
      height: 100%;
      background-color: #99632E;
      font-family: "Istok Web", sans-serif;
      font-size: 1.1em;
      color: #FFE6D0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      transition: left 0.3s ease;
      list-style: none;
    }



    .nav-menu li {
      margin: 1.5rem 0;
      /* spacing between links */
    }

    .nav-menu a {
      color: #FFE6D0;
      /* same link color */
      text-decoration: none;
      font-weight: 400;
      padding: 1rem 2rem;
      /* clickable area */
      font-size: 1.2em;
      /* slightly bigger for mobile */
    }

    .nav-menu.active {
      left: 0;
      right: 0;
      display: block;
      z-index: 9;
    }

    .nav-menu .close-btn {
      position: absolute;
      top: 1.5rem;
      right: 2rem;
      font-size: 2.5rem;
      cursor: pointer;
      color: #FFE6D0;
      font-weight: bold;
    }

    .nav-menu .close-btn:hover {
      color: #FFB85B;
      /* optional hover color */
    }

    .headline {
      font-size: clamp(2rem, 5vw, 3rem);
    }

    .intro-bottom {
      display: flex;
      flex-direction: column;
    }

    .intro-top h2 span.line2 {
      white-space: nowrap;
    }

    .intro-bottom img {
      width: 35%;
      max-height: 300px;
      max-width: none;
    }

    /* COLLECTION ------------------------*/
    .collection-grid {
      flex-direction: column;
      gap: 3em;
      align-items: center;
    }

    .collection-card {
      width: 90%;
      max-width: 100%;
    }

    .collection-title {
      bottom: 8%;
      left: 6%;
    }

    .collection-title {
      font-family: "Geist Mono", monospace;
      font-weight: 300;
      color: #FFD39A;
      text-decoration: none;

      position: absolute;
      bottom: 5%;
      left: 5%;
      z-index: 2;

      font-size: clamp(1em, 3vw, 2em);
    }

    .collection {
      padding: 0;
      padding-top: 4em;
    }

    .line-under {
      width: 100%;
      height: .5px;
      background-color: #99632E;
      margin: 0;
    }

    /* NEW SCENTS */
    .new-scents {
      padding: 0;
      padding-top: 4em;
    }

    .scents-layout {
      flex-direction: column;
      align-items: center;
      gap: 4em;
      width: 100%;
    }

    .scents-column {
      width: 100%;
      gap: 2em;
      align-items: stretch;
      padding-left: 2em;
      padding-right: 2em;
    }

    .scents-column p {
      position: absolute;
      bottom: 1.5em;
      left: 1.5em;
      color: #FFF9F3;
      font-size: clamp(1.2rem, 4vw, 1.8rem);
      z-index: 2;
    }

    .scent-card {
      position: relative;
      width: 100%;
      height: 220px;
      /* ↓ shorter height */
      overflow: hidden;
      /* trims overflow cleanly */
      border-radius: 2.5em 2.5em 0 0;
      /* rounded top only */
      max-width: 800px;
      margin: 0 auto;
      /* centers card */
    }

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

    .scent-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
    }

    .scent-card p {
      position: absolute;
      bottom: 1.2em;
      left: 1.2em;
      color: #FFF9F3;
      font-size: clamp(1.1rem, 4vw, 1.6rem);
      z-index: 2;
      margin: 0;
    }

    .best-sellers {
      padding: 0;
      padding-top: 4em;
    }

    .best-sellers-layout {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }

    .best-sellers-grid {
      padding-left: 2em;
      padding-right: 2em;
    }

    .product-image-wrapper {
      width: 100%;
      max-width: 900px;
      position: relative;
      display: inline-block;
    }

    .product-button {
      position: absolute;
      bottom: 1em;
      left: 50%;
      transform: translateX(-50%);
    }

    .product-text {
      font-size: 1rem;
      text-align: center;
    }

    footer .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 2.5rem;
    }

    .cta-image-line-wrapper .line {
      display: none;
    }

    .line.hr-3 {
      display: none;
    }

    .cta-image-line-wrapper {
      gap: 0;
    }

    .image {
      width: 100%;
      padding-top: 2em;
    }

    .image img {
      width: 100%;
      max-height: none;
      border-top-left-radius: 15rem;
    }

    .email {
      max-width: 100%;
      /* let it fill the screen with padding */
      padding: 0 1.5rem;
      /* small horizontal padding */
    }

    .join {
      font-size: clamp(2rem, 4vw, 3.5rem);
      /* scale down on smaller screens */
    }

    .email-form {
      gap: 0.5rem;
      /* space between JOIN and input */
    }

    .join-label {
      width: 30%;
      /* full width */
      padding: 0.5rem 0;
      /* slightly smaller padding */
      font-size: 0.8rem;
      text-align: center;
    }

    .email-form input[type="email"] {
      width: 100%;
      padding: 0.5rem 1rem;
      font-size: 0.85rem;
    }

    .cta-image-line-wrapper.shop {
      flex-direction: column-reverse;
      gap: 1.5em;
    }

    .image-shop {
      width: 90%;
    }

    .cta-image-line-wrapper {
      flex-direction: column;
      align-items: center;
    }

    .image.shop img {
      width: 100%;
      aspect-ratio: 4 / 3;
      max-height: 400%;
      border-top-left-radius: 7rem;
    }

    .cta-button-wrapper.shop {
      justify-content: left;
      padding-top: 1em;
    }

    .gallery-item {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .gallery-img {
      width: 80%; /* scale down image */
      border-top-right-radius: 1em;
    }

    .vertical {
      display: none;
    }
    
    .hero.about {
      min-height: auto;
      padding-top: 24%;
      padding-bottom: 5em;      
    }

    .team {
      padding: 0;
    }
    .team-row {
      padding: 4em clamp(3rem, 4vw, 4rem);
      padding-top: 3em;
      padding-bottom: 5em;
      gap: 1.5em;
      flex-direction: column;
  }

  .team-image {
    width: 100%;
    height: auto;
    border-top-right-radius: 10em;
    border-top-left-radius: 10em;
    padding-top: 1em;
  }

  .what-we-do {
    flex-direction: column;        
    gap: 1.5em;                   
    padding: 3em clamp(2em, 4vw, 3rem);
    padding-top: 5em;            
    padding-bottom: 5em;         
  }

  .column {
    flex-direction: column;
    margin: 0;
    gap: 0.5em;
  }

  .word {
    margin: 0;
    font-size: 1.4em;
  }

  .image.about {
    border-top-right-radius: 10em;
    border-top-left-radius: 10em;
    padding-top: 3em;
  }

  }

  @media (max-width: 710px) {
    .benefits-grid {
      display: flex;
      flex-direction: column;
    }

    .call-to-action h3 {
      font-size: clamp(2.5rem, 9vw, 10rem);
      line-height: 1.1;
      padding: 0 0rem;
    }

    .intro-top h2 span.line2 {
      font-size: clamp(2.5rem, 9vw, 10rem);
      margin-top: 0;
    }

    .intro-top h2 span.line1 {
      font-size: clamp(2.5rem, 9vw, 10rem);
    }

    .hero-button,
    .about-button,
    .scents-button,
    .product-button,
    .cta-button {
      padding: 1em 1.25em;
      font-size: 0.85rem;
      max-width: 400px;
    }

    .hero-button,
    .about-button,
    .scents-button,
    .cta-button {
      width: auto;
    }

    .footer-menu {
      align-items: center;
      justify-content: center;
      padding: 0;
      font-size: clamp(1rem, 1.5vw, 1.35rem);
    }

    .top-footer {
      display: flex;
      flex-direction: column;
    }

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

    .visit {
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .intro-top.in-store {
      background-color: #99632E;
      padding-top: 9em;
      padding-bottom: 10em;
    }
    .line.location {
      display: none;
    }
    .in-store-text {
      font-family: "Ovo", serif;
      font-weight: 400;
      font-style: normal;
      font-size: clamp(2rem, 3vw, 3rem);
      margin-left: 0em;
    }

    .hero.shop {
      flex-direction: column;
      min-height: 80vh;
      align-items: flex-start;
      padding: 4rem 1.5rem;
    }
  
    .hero-left.shop,
    .hero-right.shop {
      width: 100%;
      padding-left: 0;
    }

    .in-store-text {
      padding-left: 0;
      font-size: clamp(1.4rem, 4vw, 2rem);
    }
  
    .gallery-img {
      width: 80%; /* scale down image */
      border-top-right-radius: 1em;
    }

    .location-name {
      font-family: "Ovo", serif;
      font-size: clamp(1.8rem, 4vw, 2.2rem);
    }
    
    .location-address {
      font-family: "Istok Web", serif;
      font-size: clamp(1rem, 3vw, 1.2rem);
    }

    .footer-menu {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      list-style: none;
      width: auto;
      font-size: 1.9em;
    }
    
  }

  @media (max-width: 550px) {
    .our-candles.location {
      padding-top: 2em;
    }
  
    .location-intro {
      padding-top: 0;
      font-size: clamp(1.4rem, 5vw, 2.5em);
      padding-bottom: 0;
  }

  .hero.shop {
    padding: 0;
    min-height: 70vh;
  }

  .hero-center h1 {
    font-size: clamp(3rem, 3vw, 5rem);
  }

  .text {
    font-size: clamp(1.2rem, 3vw, 2rem);
    padding-right: 1em;
    padding-left: 1em;
  }

  .text.shop {
    padding: 0;
    padding-top: 1em;
  }

  .call-to-action h3 {
    padding: 0;
    padding-bottom: .5em;
  }

  .hero-right.shop img {
    filter: brightness(40%) contrast(105%);
    }

}

@media (max-width: 400px) {

  .wrapper {
    height: 5.5em;
    padding: 0 0.5rem;
  }

  /* Nav: stack content if needed */
  .nav {
    padding-right: 0;
    justify-content: space-between;
  }

  /* Logo adjustments */
  .nav-logo img {
    max-height: 60px;
    /* shrink logo */
    min-width: 60px;
  }

  .mobile-logo {
    display: flex;
    justify-content: center;
  }

  .mobile-logo img {
    width: 100px;
    /* shrink for tiny screen */
    height: auto;
  }

  /* Hide desktop links, show hamburger & mobile-shop */
  .desktop-only {
    display: none !important;
  }

  .mobile-shop {
    display: block;
    background-color: #FFE6D0;
    color: #99632E;
    padding: 0.3em 0.8em;
    border-radius: 1.5em;
    font-size: 0.9rem;
    white-space: nowrap;
  }

  /* Hamburger adjustments */
  .hamburger {
    display: block;
    width: 30px;
    /* slightly larger touch target */
    height: auto;
    right: 0.5rem;
    top: 1.5rem;
  }

  .bar {
    width: 20px;
    /* shrink bars slightly */
    height: 2.5px;
    margin: 4px auto;
  }

  /* Nav menu slide-in for mobile */
  .nav-menu {
    width: 70%;
    /* cover more of tiny screens */
    left: -100%;
    /* hidden by default */
    padding: 1em 0;
  }

  .nav-menu li a {
    font-size: 1rem;
    /* smaller font */
    padding: 0.5em 1em;
    /* reduce padding */
    white-space: normal;
    /* allow wrapping if needed */
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-menu .close-btn {
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
  }

  .hero-button {
    padding: 0.5em 1em;
    font-size: 0.85rem;
    max-width: 100%;
    width: auto;
    margin-top: 1rem;
  }

  .intro-top h2 span.line2 {
    white-space: normal;
  }


  .collection-card {
    max-width: 95%;
  }

  .call-to-action,
  .call-to-action h3,
  .cta-button-wrapper {
    min-width: 0;
    font-size: clamp(2.5rem, 2vw, 15rem);
    white-space: normal;
    }

  .cta-button {
    padding: 1em 1em;
    font-size: 0.8rem;
    max-width: 100%;
  }

  .call-to-action {
    box-sizing: border-box;
  }

  .email-form {
    flex-direction: column;
    gap: 0.5rem;
  }

  .join-label {
    border-radius: 2rem;
    width: 100%;
  }

  .email {
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0;
    padding: 0;
  }

  .join-label {
    border-radius: 0;
  }

  .email-form input[type="email"] {
    width: 100%;
  }

  .our-candles.location {
    font-size: clamp(1.4rem, 3vw, 2.5em);
  }

  .location-intro {
    padding-top: 0;
    font-size: clamp(1.4rem, 3vw, 2.5em);
  }

  .intro-top.in-store h2 {
    font-size: clamp(3rem, 5vw, 4rem); 
  }

    .call-to-action.about-button {
      padding: 2em;
      font-size: clamp(1.1em, 1.5vw, 1.5em);
    }

  .cta-1, 
  .cta-2 {
    text-align: left;
    padding: 0;
  }

  .call-to-action.location {
    padding-bottom: 2em;
    padding-top: 0;
}

.cta-button-wrapper.location {
  justify-content: flex-start;
  width: 100%;
  padding-top: .5em;
}

.call-to-action.about {
  font-size: 1em;
  padding-bottom: 5em;
}

.image.shop {
  padding-top: 0;
}

.cta-image-line-wrapper.shop {
  padding-top: 0em;
}

.scent-card {
  height: 120px;
}
}