/* Dedicated botanical editorial theme for the Color of Energy page. */
:root {
  color-scheme:light;
  --paper:#f7f3e9;
  --ink:#343c30;
  --muted:#666c5e;
  --line:#d9d8c9;
  --moss:#4c5e3f;
  --body-font:'Inter',system-ui,-apple-system,sans-serif;
  --mobile-heading:Georgia,'Noto Serif SC','Songti SC','Source Han Serif SC',serif;
  --display-font:'Dancing Script','Ma Shan Zheng','Inter',sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:100px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body-font);
  font-size:15px;
  line-height:1.9;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,a,summary {
  -webkit-tap-highlight-color:transparent;
}
a:focus-visible,summary:focus-visible {
  outline:2px solid var(--moss);
  outline-offset:6px;
}
a:hover {
  color:var(--moss);
}
img {
  display:block;
  max-width:100%;
  height:auto;
}
figure,p,h1,h2,h3 {
  margin:0;
}
h1,h2,h3 {
  font-weight:400;
  text-wrap:balance;
}
p {
  text-wrap:pretty;
}
::selection {
  background:#dce2c9;
}
.skip-link {
  position:fixed;
  top:-80px;
  left:20px;
  z-index:20;
  background:var(--ink);
  color:var(--paper);
  padding:12px;
}
.skip-link:focus {
  top:12px;
}
header {
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.flower-nav {
  max-width:1440px;
  margin:auto;
  padding:20px 4.7%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.flower-logo {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:19px;
  font-weight:500;
  line-height:1.4;
}
.flower-logo small {
  display:block;
  font-family:var(--body-font);
  letter-spacing:.22em;
  font-size:9px;
  margin-top:5px;
}
.flower-nav-links {
  display:flex;
  gap:38px;
  font-size:13px;
  align-items:center;
}
.flower-nav-links a:last-child {
  border-bottom:1px solid var(--ink);
  padding:7px 0;
}
.flower-nav-links span {
  margin-left:20px;
}
.flower-hero {
  max-width:1440px;
  margin:auto;
  padding:60px 4.7% 0;
  display:grid;
  grid-template-columns:.83fr 1.35fr;
  column-gap:4.8%;
  align-items:center;
}
.eyebrow {
  font-size:10px;
  font-family:var(--body-font);
  letter-spacing:.18em;
  line-height:1.7;
  color:var(--muted);
}
.hero-copy>.eyebrow {
  margin-bottom:24px;
}
.eyebrow span {
  margin:0 14px;
}
.brand-title {
  font-family:var(--body-font);
  font-size:clamp(66px,7.6vw,114px);
  line-height:.86;
  letter-spacing:-.035em;
}
.brand-title em {
  font-weight:400;
}
.hero-copy h1 {
  font-size:clamp(23px,2.3vw,34px);
  line-height:1.6;
  letter-spacing:.1em;
  margin:30px 0 18px;
}
.hero-description {
  color:var(--muted);
  font-size:14px;
  line-height:2.1;
}
.button {
  background:var(--moss);
  color:#faf6eb;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:15px 24px;
  font-size:13px;
  line-height:1.8;
  transition:background .2s,transform .2s;
}
.button:hover {
  background:#36472d;
  color:#faf6eb;
  transform:translateY(-2px);
}
.hero-copy .button {
  margin-top:28px;
}
.hero-note {
  font-size:10px;
  letter-spacing:.12em;
  color:var(--muted);
  margin-top:15px;
}
.hero-photo {
  align-self:stretch;
  display:flex;
  flex-direction:column;
  padding-top:3px;
}
.hero-photo img {
  width:100%;
  height:100%;
  min-height:570px;
  max-height:650px;
  object-fit:cover;
  object-position:45% center;
}
.hero-photo figcaption {
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:9px;
  letter-spacing:.06em;
  margin-top:12px;
  color:var(--muted);
}
.hero-photo figcaption span:last-child {
  font-family:var(--body-font);
}
.hero-bottom {
  grid-column:1/-1;
  border-top:1px solid var(--line);
  margin-top:45px;
  padding:18px 0;
  display:flex;
  justify-content:space-between;
  letter-spacing:.13em;
  font-size:10px;
  color:var(--muted);
}
.hero-bottom a span {
  margin-left:15px;
}
.section-wrap {
  width:min(1160px,90.6%);
  margin-inline:auto;
}
.intro {
  display:grid;
  grid-template-columns:1fr 1.7fr;
  gap:8%;
  padding-block:95px 85px;
}
.intro>.eyebrow {
  padding-top:14px;
}
.intro h2 {
  font-size:clamp(28px,3vw,40px);
  letter-spacing:.06em;
  margin-bottom:25px;
}
.intro p:not(.eyebrow) {
  max-width:580px;
  color:var(--muted);
  line-height:2.1;
  margin-top:12px;
}
.products {
  padding-bottom:100px;
}
.product {
  display:grid;
  grid-template-columns:1.16fr .84fr;
  gap:9%;
  align-items:center;
}
.product figure img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.product figcaption {
  font-family:var(--body-font);
  font-size:9px;
  letter-spacing:.13em;
  color:var(--muted);
  margin-top:12px;
}
.product-copy {
  position:relative;
  padding:45px 0;
}
.product-number {
  font-family:var(--body-font);
  font-size:60px;
  color:#767c66;
  line-height:1;
  display:block;
  margin-bottom:30px;
}
.product-copy h2 {
  font-size:clamp(25px,2.7vw,37px);
  line-height:1.65;
  margin:17px 0 25px;
  letter-spacing:.035em;
}
.product-copy p:not(.eyebrow) {
  font-size:14px;
  color:var(--muted);
  line-height:2.1;
  margin-bottom:16px;
}
.text-link {
  display:inline-flex;
  gap:30px;
  border-bottom:1px solid #8a927b;
  font-size:12px;
  padding:8px 0;
  line-height:1.8;
}
.product-copy .text-link {
  margin-top:14px;
}
.product-color {
  grid-template-columns:.78fr 1.22fr;
  margin-top:90px;
}
.product-color figure img {
  aspect-ratio:3/2;
  object-fit:contain;
}
.color-dots {
  display:flex;
  gap:12px;
  margin:25px 0 12px;
}
.color-dots span {
  width:15px;
  height:15px;
  border-radius:50%;
  background:var(--swatch);
}
.more-products {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:8%;
  margin-top:95px;
  align-items:start;
}
.more-products article:last-child {
  padding-top:75px;
}
.more-products img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}
.more-products .eyebrow {
  margin-top:25px;
}
.more-products h3 {
  font-size:23px;
  line-height:1.7;
  margin:12px 0;
}
.more-products p:not(.eyebrow) {
  font-size:13px;
  color:var(--muted);
  max-width:440px;
}
.pause-note {
  background:#e7e9dc;
  padding:65px 24px;
  text-align:center;
}
.pause-quote {
  font-size:clamp(26px,3vw,39px);
  line-height:1.85;
  letter-spacing:.12em;
  margin-top:22px;
}
.botanical-rule {
  display:block;
  font-size:32px;
  color:#7c856b;
  margin-top:24px;
}
.visit {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:12%;
  padding-block:110px;
}
.visit-heading h2 {
  font-size:clamp(36px,4.4vw,58px);
  line-height:1.5;
  letter-spacing:.07em;
  margin:24px 0;
}
.visit-heading>p:not(.eyebrow) {
  color:var(--muted);
  font-size:14px;
  line-height:2;
}
.visit-heading .button {
  margin-top:33px;
}
.visit-heading .visit-phone {
  font-size:11px!important;
  margin-top:15px;
}
.visit-phone a {
  text-decoration:underline;
  text-underline-offset:3px;
}
.visit-details ol {
  list-style:none;
  margin:0 0 35px;
  padding:0;
}
.visit-details li {
  display:flex;
  gap:25px;
  padding:21px 0;
  border-bottom:1px solid var(--line);
}
.visit-details li:first-child {
  padding-top:0;
}
.visit-details li>span {
  font-family:var(--body-font);
  font-size:30px;
  line-height:1.4;
  color:#7a816b;
}
.visit-details h3 {
  font-size:17px;
  margin-bottom:7px;
}
.visit-details li p {
  font-size:13px;
  color:var(--muted);
}
address {
  font-style:normal;
  font-size:13px;
  line-height:1.9;
}
address strong {
  font-weight:500;
  display:inline-block;
  margin-bottom:7px;
}
address span {
  font-size:11px;
  color:var(--muted);
}
.visit-details>.text-link {
  margin-top:10px;
}
.questions {
  border-top:1px solid var(--line);
  padding-block:60px 95px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:10%;
}
.questions h2 {
  font-size:28px;
  margin-top:18px;
}
.question-list details {
  border-bottom:1px solid var(--line);
  padding:18px 0;
}
.question-list details:first-child {
  padding-top:0;
}
.question-list summary {
  cursor:pointer;
  list-style:none;
  font-size:15px;
  padding-right:30px;
  position:relative;
}
.question-list summary::-webkit-details-marker {
  display:none;
}
.question-list summary::after {
  content:'+';
  position:absolute;
  right:0;
  top:-2px;
  font-family:var(--body-font);
  font-size:23px;
  font-weight:400;
}
.question-list details[open] summary::after {
  content:'−';
}
.question-list details p {
  font-size:13px;
  line-height:2;
  color:var(--muted);
  margin-top:16px;
}
.closing {
  border-top:1px solid var(--line);
  padding-block:24px;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.closing span {
  font-family:var(--body-font);
  font-size:26px;
}
.closing a {
  font-size:11px;
  align-self:center;
}
footer {
  background:#eae7dd;
  padding:50px 4.7% 25px;
}
.content-wrapper {
  max-width:1160px;
  margin:auto;
}
.footer-nav {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}
.footer-col h2 {
  font-size:14px;
  margin-bottom:15px;
}
.footer-col ul {
  list-style:none;
  margin:0;
  padding:0;
}
.footer-col li {
  font-size:11px;
  color:var(--muted);
  line-height:2.3;
}
footer .content-wrapper>p {
  font-size:10px;
  color:var(--muted);
  margin-top:35px;
  border-top:1px solid var(--line);
  padding-top:20px;
}
@media(min-width:701px) {
  .hero-copy {
    animation:arrive .8s ease-out both;
  }
  .hero-photo {
    animation:arrive 1s ease-out both;
  }
  @keyframes arrive {
    from {
      opacity:0;
      transform:translateY(15px);
    }
    to {
      opacity:1;
      transform:translateY(0);
    }
  }
}
@media(max-width:1000px) and (min-width:701px) {
  .flower-hero {
    column-gap:4%;
    padding-top:45px;
  }
  .hero-photo img {
    min-height:590px;
  }
  .brand-title {
    font-size:80px;
  }
  .hero-photo figcaption span:last-child {
    display:none;
  }
  .product {
    gap:6%;
  }
  .visit {
    gap:7%;
  }
  .button {
    padding-inline:17px;
    gap:13px;
  }
}
@media(max-width:700px) {
  html {
    scroll-padding-top:25px;
  }
  .flower-nav {
    padding:17px 6%;
    gap:12px;
  }
  .flower-logo {
    font-size:16px;
    gap:8px;
  }
  .flower-logo img {
    width:30px;
    height:30px;
  }
  .flower-logo small {
    font-size:8px;
  }
  .flower-nav-links {
    gap:18px;
    font-size:11px;
  }
  .flower-nav-links span {
    margin-left:4px;
  }
  .flower-hero {
    padding:38px 6% 0;
    grid-template-columns:1fr;
    gap:0;
  }
  .hero-copy>.eyebrow {
    margin-bottom:26px;
  }
  .brand-title {
    font-size:83px;
    line-height:.88;
  }
  .brand-title br {
    display:none;
  }
  .brand-title em {
    display:block;
    margin-top:3px;
  }
  .hero-copy h1 {
    font-size:28px;
    margin-top:24px;
    margin-bottom:15px;
  }
  .hero-description {
    font-size:13px;
  }
  .hero-copy .button {
    margin-top:22px;
  }
  .hero-note {
    margin-top:12px;
    font-size:9px;
  }
  .hero-photo {
    margin:30px -6.82% 0;
  }
  .hero-photo img {
    aspect-ratio:4/3;
    min-height:0;
    max-height:none;
    object-fit:cover;
  }
  .hero-photo figcaption {
    padding:0 6%;
    font-size:8px;
    gap:10px;
  }
  .hero-photo figcaption span:last-child {
    letter-spacing:0;
  }
  .hero-bottom {
    margin-top:26px;
    padding:15px 0;
    font-size:9px;
  }
  .section-wrap {
    width:88%;
  }
  .intro {
    grid-template-columns:1fr;
    gap:22px;
    padding-block:58px 48px;
  }
  .intro>.eyebrow {
    padding:0;
  }
  .intro h2 {
    font-size:28px;
    margin-bottom:20px;
  }
  .intro p:not(.eyebrow) {
    font-size:14px;
  }
  .products {
    padding-bottom:60px;
  }
  .product {
    grid-template-columns:1fr;
    gap:0;
  }
  .product figure img {
    aspect-ratio:4/3;
  }
  .product-copy {
    padding:32px 0 0;
  }
  .product-number {
    font-size:42px;
    margin-bottom:18px;
  }
  .product-copy h2 {
    font-size:29px;
    margin:14px 0 20px;
  }
  .product-copy p:not(.eyebrow) {
    font-size:13px;
  }
  .product-color {
    margin-top:52px;
  }
  .product-color figure {
    grid-row:1;
  }
  .product-color figure img {
    aspect-ratio:3/2;
  }
  .more-products {
    grid-template-columns:1fr;
    gap:42px;
    margin-top:55px;
  }
  .more-products article:last-child {
    padding:0;
  }
  .more-products h3 {
    font-size:23px;
  }
  .more-products .eyebrow {
    margin-top:18px;
  }
  .pause-note {
    padding:48px 6%;
  }
  .pause-quote {
    font-size:27px;
    letter-spacing:.06em;
  }
  .visit {
    grid-template-columns:1fr;
    gap:42px;
    padding-block:60px;
  }
  .visit-heading h2 {
    font-size:42px;
    margin-block:18px;
  }
  .visit-heading>p:not(.eyebrow) {
    font-size:13px;
  }
  .visit-heading .button {
    font-size:12px;
    padding:16px 18px;
    gap:18px;
    max-width:100%;
    margin-top:25px;
  }
  .visit-details li {
    gap:22px;
  }
  .questions {
    grid-template-columns:1fr;
    gap:30px;
    padding-block:40px 55px;
  }
  .questions h2 {
    font-size:27px;
    margin-top:12px;
  }
  .question-list summary {
    font-size:14px;
  }
  .closing span {
    font-size:21px;
  }
  .closing a {
    font-size:10px;
    white-space:nowrap;
  }
  .footer-nav {
    grid-template-columns:1fr 1fr;
    gap:30px 20px;
  }
  .footer-col:last-child {
    grid-column:1/-1;
  }
  .footer-col:last-child ul {
    columns:2;
    column-gap:20px;
  }
  .footer-col li {
    break-inside:avoid;
  }
  .footer-col h2 {
    font-size:13px;
  }
  footer {
    padding-inline:6%;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
}

/* Match the homepage font families, including its mobile section headings. */
.flower-logo { font-family:var(--display-font); }
.brand-title { font-family:var(--display-font); line-height:1; }
.brand-title em { font-style:normal; }
.hero-copy h1 { font-family:'Ma Shan Zheng','Inter',sans-serif; }
.product-feature figure img { aspect-ratio:3/2; object-fit:contain; }
.product-color figure img { aspect-ratio:1/1; object-fit:cover; }
@media (max-width:768px) {
  section h2 { font-family:var(--mobile-heading); }
}
@media (max-width:700px) {
  .product-color figure img { aspect-ratio:4/3; }
}

/* A subtle, consistent rounding for product photography. */
.hero-photo img,
.products figure img {
  border-radius:8px;
}
