:root {
  --ink: #181818;
  --muted: #6d6965;
  --line: #eee5db;
  --paper: #fffaf0;
  --cream: #f7efe3;
  --orange: #ff5a1f;
  --orange-dark: #dc3d14;
  --red: #ff514d;
  --charcoal: #171717;
  --shadow: 0 24px 70px rgba(28, 22, 16, 0.12);
  --radius: 8px;
  --body-font: 'Inter', Arial, Helvetica, sans-serif;
  --display-font: 'Philosopher', Georgia, 'Times New Roman', serif;
  font-family: var(--body-font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--body-font);
  line-height: 1.6;
  min-width: 320px;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--orange);
  color: #fff;
  padding: 10px 14px;
  border-radius: 4px;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.header-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--orange);
  box-shadow: 0 12px 24px rgba(255, 90, 31, .24);
}
.header-social img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.header-social a:nth-child(1) img {
  width: 8px;
  height: 16px;
}
.header-social a:nth-child(3) img {
  width: 19px;
  height: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(238,229,219,.75);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 98px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px 1fr auto auto;
  align-items: center;
  gap: 32px;
}
.brand img { width: 235px; height: auto; }
.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: 700;
  font-size: 15px;
}
.site-nav > a,
.site-nav .nav-link {
  position: relative;
  display: block;
  padding: 36px 0 30px;
}
.site-nav > a::before,
.site-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transform: translateX(-50%);
}
.site-nav > a.active,
.site-nav > a:hover,
.site-nav .nav-link:hover,
.site-nav .has-submenu:hover .nav-link,
.site-nav .has-submenu:focus-within .nav-link {
  color: var(--orange);
}
.site-nav > a.active::before,
.site-nav .nav-link.active::before {
  background: var(--orange);
}
.site-nav .muted { color: #a6a19c; cursor: default; }
.nav-item {
  position: relative;
}
.submenu {
  position: absolute;
  left: 50%;
  top: calc(100% - 8px);
  z-index: 50;
  min-width: 210px;
  padding: 10px 0;
  border: 1px solid rgba(238, 229, 219, .95);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 20, 16, .14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.submenu a {
  display: block;
  padding: 11px 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.submenu a:hover,
.submenu a:focus-visible {
  color: var(--orange);
  background: #fff6f1;
  outline: 0;
}
.header-cta, .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.header-cta, .button.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff7245, #ff3f3f);
  box-shadow: 0 16px 30px rgba(255, 81, 77, .24);
}
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.button.ghost { color: var(--orange-dark); border: 1px solid rgba(255,90,31,.3); background: rgba(255,255,255,.7); }
.button.secondary { color: #fff; background: var(--charcoal); border-radius: 6px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: grid;
  align-items: center;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../images/paper-bg.jpg") center/cover no-repeat;
  opacity: .92;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 78% 46%, rgba(255,90,31,.12), transparent 32%), linear-gradient(90deg, rgba(255,255,255,.78), rgba(255,255,255,.34));
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(360px, 1fr);
  align-items: center;
  gap: 64px;
  padding: 72px 0 92px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-family: var(--display-font);
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: 1.03;
  letter-spacing: 0;
}
.hero-copy p:not(.eyebrow) {
  max-width: 520px;
  color: #4d4945;
  font-size: 18px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-art {
  position: relative;
  min-height: 520px;
}
.zodiac {
  position: absolute;
  width: min(640px, 92%);
  right: 2%;
  top: 0;
  opacity: .28;
  filter: drop-shadow(0 20px 38px rgba(0,0,0,.12));
}
.house {
  position: absolute;
  width: min(660px, 96%);
  right: 1%;
  bottom: 10px;
  filter: drop-shadow(0 24px 32px rgba(41,28,13,.18));
}

.section { padding: 96px 0; }
.section-heading {
  width: min(660px, calc(100% - 48px));
  margin: 0 auto 48px;
  text-align: center;
}
.section-heading h2, .hold-panel h2 {
  margin-bottom: 12px;
  font-family: var(--display-font);
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.15;
}
.section-heading p:last-child, .hold-panel p { color: var(--muted); }
.services {
  padding: 116px 0 104px;
  background: #fff;
}
.services .service-heading {
  width: min(760px, calc(100% - 48px));
  margin-bottom: 62px;
}
.services .service-heading h2 {
  margin-bottom: 22px;
  color: #070707;
  font-size: clamp(34px, 2.35vw, 42px);
  font-weight: 500;
  line-height: 1.1;
}
.service-divider {
  width: 300px;
  height: 22px;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 86px 1fr;
  align-items: center;
  gap: 8px;
  color: #ff5454;
}
.service-divider span {
  position: relative;
  height: 1px;
  background: currentColor;
}
.service-divider span::before,
.service-divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}
.service-divider span:first-child::before { left: 0; }
.service-divider span:first-child::after { right: -5px; }
.service-divider span:last-child::before { left: -5px; }
.service-divider span:last-child::after { right: 0; }
.service-divider b {
  position: relative;
  display: block;
  height: 18px;
}
.service-divider b::before,
.service-divider b::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 48px;
  height: 13px;
  border-top: 3px double currentColor;
  border-radius: 50%;
}
.service-divider b::before {
  left: 0;
  transform: rotate(16deg);
}
.service-divider b::after {
  right: 0;
  transform: rotate(-16deg);
}
.services .service-heading p {
  max-width: 705px;
  margin: 0 auto;
  color: #0d1420;
  font-size: 18px;
  line-height: 1.62;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: min(1376px, calc(100% - 48px));
}
.service-card {
  min-height: 476px;
  padding: 102px 36px 46px;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(24, 24, 24, .07);
}
.service-icon { display: none; }
.service-card h3 {
  position: relative;
  margin-bottom: 38px;
  color: #050505;
  font-family: var(--display-font);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
.service-card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 78px;
  height: 2px;
  background: #ff3f3f;
  transform: translateX(-50%);
}
.service-card p {
  min-height: 190px;
  margin-bottom: 22px;
  color: #2d3748;
  font-size: 14px;
  line-height: 1.68;
}
.service-card a {
  display: inline-block;
  padding-bottom: 8px;
  color: #ff3f3f;
  border-bottom: 1px solid currentColor;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.why {
  scroll-margin-top: 96px;
  position: relative;
  overflow: hidden;
  padding: 106px 0 92px;
  color: #fff;
  background: #fff;
  isolation: isolate;
}
.why::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("../images/why-bg.jpg") center top/cover no-repeat;
  clip-path: none;
}
.why-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  /* background: rgba(8, 10, 24, .06); */
  clip-path: none;
}
.why-content {
  position: relative;
  width: min(100%, 100%);
}
.why-heading {
  width: min(720px, calc(100% - 48px));
  margin-bottom: 50px;
}
.why-heading h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(34px, 2.35vw, 40px);
  font-weight: 500;
}
.heading-divider-img {
  display: block;
  width: 240px;
  height: 15px;
  object-fit: contain;
  margin: 0 auto 28px;
}

.section-heading.light p,
.why-heading p {
  color: #fff;
}
.why-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.68;
}
.why-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  width: min(1580px, calc(100% - 32px));
}
.why-stat {
  text-align: center;
}
.why-stat-icon {
  position: relative;
  width: 178px;
  height: 132px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
}
.why-stat-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .9;
  filter: none;
}
.why-stat-icon strong {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(38px, 2.65vw, 46px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
}
.why-stat p {
  max-width: 420px;
  margin: 0 auto;
  color: #fff;
  font-family: var(--display-font);
  font-size: clamp(22px, 1.55vw, 26px);
  line-height: 1.12;
}

.products {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  background: #fbfaf7 url("../images/product-bg.jpg") center/cover no-repeat;
}
.products-heading {
  width: min(610px, calc(100% - 48px));
  margin-bottom: 48px;
}
.products-heading h2 {
  margin-bottom: 20px;
  color: #0b0b0b;
  font-size: clamp(32px, 2.1vw, 40px);
  font-weight: 400;
}
.products-heading .heading-divider-img {
  margin-bottom: 24px;
}
.products-heading p {
  max-width: 600px;
  margin: 0 auto;
  color: #0b0b0b;
  font-size: 16px;
  line-height: 1.6;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  width: min(1160px, calc(100% - 48px));
  align-items: start;
}
.product-card {
  min-width: 0;
}
.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  margin-bottom: 20px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-image-contain img {
  object-fit: contain;
}
.product-rating {
  margin-bottom: 8px;
  color: #f6a400;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
}
.product-card h3 {
  min-height: 66px;
  margin-bottom: 8px;
  color: #2a2928;
  font-family: var(--display-font);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.13;
}
.title-nowrap {
  white-space: nowrap;
}
.product-card h3.product-title-compact {
  font-size: 24px;
}
.product-price {
  margin: 0;
  color: #535353;
  font-size: 15px;
  line-height: 1.4;
}
.product-price del {
  color: #696969;
}
.product-price em {
  color: #ff4e4e;
  font-style: normal;
}

.testimonials { background: #fff; }
.testimonial-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: center;
  gap: 52px;
}
.client-orbit {
  position: relative;
  height: 320px;
}
.client-orbit img {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 16px 32px rgba(28,22,16,.16);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.client-orbit img.active {
  border-color: #ff5a4e;
  box-shadow: 0 18px 42px rgba(255, 81, 77, .22);
  transform: scale(1.12);
}
.client-orbit img:nth-child(1) { left: 130px; top: 18px; width: 112px; height: 112px; }
.client-orbit img:nth-child(2) { left: 40px; top: 122px; }
.client-orbit img:nth-child(3) { right: 28px; top: 142px; }
.client-orbit img:nth-child(4) { left: 112px; bottom: 8px; }
.testimonial-carousel {
  min-width: 0;
}
.testimonial-slides {
  position: relative;
}
.testimonial-card {
  margin: 0;
  padding: 48px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #ff5f55, #ff3f3f);
  color: #fff;
  box-shadow: 0 22px 50px rgba(255, 81, 77, .24);
}
.testimonial-card[hidden] {
  display: none;
}
.testimonial-card p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.55;
}
.testimonial-card cite {
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}
.testimonial-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ffd0c8;
  border-radius: 50%;
  background: #fff;
  color: var(--orange-dark);
  cursor: pointer;
  font-family: var(--display-font);
  font-size: 28px;
  line-height: 1;
}
.testimonial-arrow:hover,
.testimonial-arrow:focus-visible {
  border-color: var(--red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(255, 81, 77, .16);
}
.testimonial-dots {
  display: flex;
  gap: 10px;
}
.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #e2e2e2;
  cursor: pointer;
}
.testimonial-dots button.active {
  background: var(--red);
}

.site-footer {
  background: #222;
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr 1.3fr;
  gap: 74px;
  padding: 92px 0 76px;
}
.footer-logo {
  width: 248px;
  margin-bottom: 34px;
}
.footer-brand p {
  max-width: 342px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.58;
}
.footer-brand h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
}
.footer-social {
  display: flex;
  gap: 14px;
}
.footer-social a {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0;
  border-radius: 50%;
  background: #3a3a3a;
  transition: background .2s ease, transform .2s ease;
}
.footer-social a:hover,
.footer-social a:focus-visible {
  background: var(--orange);
  outline: 0;
  transform: translateY(-2px);
}
.footer-social img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.site-footer h2 {
  position: relative;
  color: #fff;
  font-family: var(--display-font);
  font-size: 27px;
  line-height: 1.15;
  margin-bottom: 48px;
}
.site-footer h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -19px;
  width: 132px;
  height: 3px;
  background: #ff4f63;
}
.footer-links a {
  position: relative;
  display: block;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer-links a::before {
  content: "";
  position: absolute;
  left: 0;
  top: .67em;
  width: 7px;
  height: 7px;
  background: #ff4f63;
}
.footer-links a:hover {
  color: #ffb09b;
}
.footer-contact p {
  position: relative;
  margin: 0 0 16px;
  padding-left: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}
.footer-contact p span {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
}
.footer-contact-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.copyright {
  text-align: center;
  padding: 18px;
  background: #000;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 980px) {
  .header-social { display: none; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 80px; }
  .brand img { width: 205px; }
  .menu-toggle {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    gap: 5px;
    border: 0;
    background: #fff3ec;
    border-radius: 6px;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: var(--orange-dark); }
  .site-nav, .header-cta, .header-social {
    grid-column: 1 / -1;
    display: none;
  }
  .site-nav.open { display: grid; justify-content: stretch; gap: 0; padding-bottom: 16px; }
  .site-nav.open > a,
  .site-nav.open .nav-link {
    padding: 12px 0;
    border-top: 1px solid var(--line);
  }
  .site-nav > a::before,
  .site-nav .nav-link::before {
    display: none;
  }
  .nav-item {
    border-top: 1px solid var(--line);
  }
  .site-nav.open .nav-item .nav-link {
    border-top: 0;
  }
  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 8px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .submenu a {
    padding: 9px 0;
    font-size: 14px;
    font-weight: 600;
    color: #5e5650;
  }
  .submenu a:hover,
  .submenu a:focus-visible {
    background: transparent;
  }
  .header-cta.open { display: inline-flex; justify-self: start; margin-bottom: 18px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding: 62px 0 72px; }
  .hero-art { min-height: 390px; }
  .zodiac { left: 50%; right: auto; transform: translateX(-50%); width: min(460px, 92%); }
  .house { left: 50%; right: auto; transform: translateX(-50%); width: min(500px, 96%); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(760px, calc(100% - 48px)); }
  .why-stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 46px; }
  .stats-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { row-gap: 40px; }
  .testimonial-layout { grid-template-columns: 1fr; gap: 20px; }
  .client-orbit { max-width: 340px; margin: 0 auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  .container, .header-inner, .section-heading { width: min(100% - 32px, 1180px); }
  .section { padding: 72px 0; }
  h1 { font-size: 42px; }
  .hero-copy p:not(.eyebrow) { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { min-height: 305px; }
  .service-grid, .stats-grid, .product-grid { grid-template-columns: 1fr; }
  .why { padding: 82px 0 68px; }
  .why-heading { margin-bottom: 42px; }
  .why-heading p { font-size: 16px; }
  .why-stats-grid { grid-template-columns: 1fr; gap: 42px; }
  .why-stat-icon { width: 162px; height: 120px; margin-bottom: 18px; }
  .why-stat p { font-size: 21px; }
  .services { padding: 78px 0; }
  .services .service-heading { margin-bottom: 38px; }
  .service-divider { width: 230px; grid-template-columns: 1fr 70px 1fr; }
  .services .service-heading p { font-size: 16px; }
  .services .service-heading p br { display: none; }
  .service-card { min-height: auto; padding: 58px 28px 38px; }
  .service-card h3 { font-size: 28px; }
  .service-card p { min-height: 0; font-size: 16px; }
  .service-card p { min-height: 0; }
  .products { padding: 70px 0 58px; }
  .products-heading { margin-bottom: 34px; }
  .products-heading p { font-size: 15px; }
  .product-grid { gap: 38px; }
  .product-image { height: 290px; }
  .product-card h3 { min-height: auto; font-size: 27px; }
  .testimonial-card { padding: 30px; }
  .testimonial-card p { font-size: 17px; }
  .testimonial-card cite { font-size: 17px; }
  .testimonial-controls { margin-top: 18px; }
  .client-orbit { height: 270px; transform: scale(.88); transform-origin: center; }
  .footer-grid { padding: 70px 0 56px; }
  .footer-logo { width: 220px; margin-bottom: 28px; }
  .footer-brand p, .footer-links a, .footer-contact p { font-size: 14px; }
  .site-footer h2 { font-size: 28px; margin-bottom: 38px; }
  .footer-brand h3 { font-size: 22px; }
  .copyright { font-size: 14px; }
}








