/* drimo.net — refined editorial storefront */
:root {
  --drimo-ink: #17231d;
  --drimo-ink-soft: #4f5d55;
  --drimo-green: #24483a;
  --drimo-green-deep: #17362c;
  --drimo-sage: #dfe7de;
  --drimo-sage-light: #eef2ec;
  --drimo-bronze: #a66f4f;
  --drimo-bronze-light: #d9b79f;
  --drimo-ivory: #f6f3ec;
  --drimo-paper: #fffdf9;
  --drimo-line: #dcded7;
  --drimo-white: #ffffff;
  --drimo-shadow-sm: 0 12px 32px rgba(23, 35, 29, 0.07);
  --drimo-shadow-lg: 0 28px 70px rgba(23, 35, 29, 0.13);
  --drimo-radius-sm: 10px;
  --drimo-radius-md: 20px;
  --drimo-radius-lg: 34px;
  --content-width: 1240px;
  --primary-color: var(--drimo-green);
  --primary-dark: var(--drimo-green-deep);
  --primary-light: var(--drimo-sage-light);
  --secondary-color: var(--drimo-bronze);
  --secondary-light: #f2e7de;
  --neutral-200: var(--drimo-ivory);
  --neutral-700: var(--drimo-ink-soft);
  --neutral-900: var(--drimo-ink);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body.site-shell {
  background: var(--drimo-paper);
  color: var(--drimo-ink);
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.015em;
}

.site-shell .skip-to-main {
  top: 0;
  border-radius: 0 0 8px 0;
  background: var(--drimo-green);
  color: var(--drimo-white) !important;
  transform: translateY(-110%);
  transition: transform 160ms ease;
}

.site-shell .skip-to-main:focus {
  top: 0;
  transform: translateY(0);
}

.site-shell ::selection {
  background: var(--drimo-green);
  color: var(--drimo-white);
}

.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell h4,
.site-shell h5,
.site-shell h6 {
  color: var(--drimo-ink) !important;
  font-family: "Cormorant Garamond", "Noto Sans KR", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.site-shell p {
  color: var(--drimo-ink-soft);
}

.site-shell a {
  color: var(--drimo-green) !important;
}

.site-shell img {
  display: block;
}

.site-shell .container {
  width: 100%;
  max-width: var(--content-width);
  padding-inline: 28px;
}

.site-shell section {
  padding: clamp(88px, 8vw, 132px) 0;
}

.site-shell a:focus-visible,
.site-shell button:focus-visible,
.site-shell input:focus-visible,
.site-shell select:focus-visible,
.site-shell .btn:focus-visible {
  outline: 2px solid var(--drimo-bronze) !important;
  outline-offset: 4px !important;
  box-shadow: none !important;
}

/* Buttons */
.site-shell .btn,
.site-shell .region-redirect {
  min-height: 50px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  box-shadow: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-shell .btn-primary,
.site-shell .nav-cta,
.site-shell .region-redirect {
  border-color: var(--drimo-green) !important;
  background: var(--drimo-green) !important;
  color: var(--drimo-white) !important;
}

.site-shell .btn-primary:hover,
.site-shell .btn-primary:focus,
.site-shell .nav-cta:hover,
.site-shell .nav-cta:focus,
.site-shell .region-redirect:hover,
.site-shell .region-redirect:focus {
  border-color: var(--drimo-green-deep) !important;
  background: var(--drimo-green-deep) !important;
  color: var(--drimo-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(23, 54, 44, 0.18);
}

.site-shell .btn-secondary {
  border-color: var(--drimo-bronze) !important;
  background: var(--drimo-bronze) !important;
  color: var(--drimo-white) !important;
}

.site-shell .btn-secondary:hover,
.site-shell .btn-secondary:focus {
  border-color: #8e593b !important;
  background: #8e593b !important;
  color: var(--drimo-white) !important;
}

.site-shell .btn-outline,
.site-shell .btn-outline-primary {
  border: 1px solid rgba(36, 72, 58, 0.45) !important;
  background: transparent !important;
  color: var(--drimo-green) !important;
}

.site-shell .btn-outline:hover,
.site-shell .btn-outline:focus,
.site-shell .btn-outline-primary:hover,
.site-shell .btn-outline-primary:focus {
  border-color: var(--drimo-green) !important;
  background: var(--drimo-green) !important;
  color: var(--drimo-white) !important;
}

.site-shell .btn-info,
.site-shell .btn-success {
  border-color: var(--drimo-green) !important;
  background: var(--drimo-green) !important;
  color: var(--drimo-white) !important;
}

.site-shell .btn-sm {
  min-height: 42px;
  padding: 10px 18px;
  font-size: 0.78rem;
}

/* Navigation */
.site-shell .navbar {
  min-height: 82px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(23, 35, 29, 0.08);
  background: rgba(255, 253, 249, 0.9);
  box-shadow: none;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.site-shell .navbar.scrolled {
  min-height: 72px;
  padding: 9px 0;
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 10px 35px rgba(23, 35, 29, 0.06);
}

.site-shell .navbar-container {
  width: 100%;
  max-width: 1320px;
  padding-inline: 28px;
  gap: 26px;
}

.site-shell .brand-logo {
  position: relative;
  color: var(--drimo-ink) !important;
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1;
}

.site-shell .brand-logo::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 2px 0 0 8px;
  border-radius: 50%;
  background: var(--drimo-bronze);
}

.site-shell .nav-links {
  gap: 6px;
  margin-left: auto;
}

.site-shell .nav-links .nav-link {
  padding: 10px 13px;
  color: var(--drimo-ink) !important;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-shell .nav-links .nav-link::after {
  bottom: 3px;
  height: 1px;
  background: var(--drimo-bronze);
}

.site-shell .nav-links .nav-link:hover,
.site-shell .nav-links .nav-link:focus {
  color: var(--drimo-green) !important;
}

.site-shell .nav-cta {
  min-height: auto;
  margin-left: 8px;
  padding: 11px 19px;
  font-size: 0.8rem;
}

.site-shell .planner-badge {
  order: 2;
  gap: 9px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid var(--drimo-line);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--drimo-ink);
  box-shadow: none;
}

.site-shell .planner-badge:hover {
  border-color: var(--drimo-bronze-light);
  box-shadow: none;
  transform: none;
}

.site-shell .badge-icon {
  width: 29px;
  height: 29px;
  background: var(--drimo-sage);
  color: var(--drimo-green);
}

.site-shell .badge-label {
  color: #78827c;
  font-size: 0.55rem;
  letter-spacing: 0.09em;
}

.site-shell .badge-number {
  color: var(--drimo-ink);
  font-size: 0.73rem;
}

.site-shell .mobile-menu-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--drimo-line);
  border-radius: 50%;
  color: var(--drimo-ink);
}

/* Region selector */
.site-shell .region-selector-container {
  margin-left: 8px;
}

.site-shell .region-selector-toggle {
  gap: 7px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid var(--drimo-line);
  border-radius: 100px;
  background: transparent;
  color: var(--drimo-ink);
  font-size: 0.78rem;
  font-weight: 600;
}

.site-shell .region-selector-toggle:hover {
  border-color: var(--drimo-bronze-light);
  background: var(--drimo-ivory);
}

.site-shell .region-selector-dropdown {
  top: calc(100% + 9px);
  width: 280px;
  padding: 20px;
  border: 1px solid var(--drimo-line);
  border-radius: 16px;
  background: var(--drimo-paper);
  box-shadow: var(--drimo-shadow-lg);
}

.site-shell .region-selector-header,
.site-shell .language-selector-header {
  border-color: var(--drimo-line);
}

.site-shell .region-selector-header h5,
.site-shell .language-selector-header h5 {
  color: var(--drimo-ink-soft) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-shell .region-item,
.site-shell .language-item {
  border-radius: 9px;
  color: var(--drimo-ink-soft);
  font-size: 0.84rem;
}

.site-shell .region-item:hover,
.site-shell .language-item:hover,
.site-shell .region-item.active,
.site-shell .language-item.active {
  background: var(--drimo-sage-light);
  color: var(--drimo-green);
}

/* Hero */
.site-shell .hero {
  position: relative;
  min-height: min(900px, 100vh);
  padding: 150px 0 105px;
  background:
    radial-gradient(circle at 84% 30%, rgba(223, 231, 222, 0.9) 0, rgba(223, 231, 222, 0) 34%),
    linear-gradient(120deg, var(--drimo-paper) 0%, var(--drimo-ivory) 100%);
  isolation: isolate;
}

.site-shell .hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 150px;
  right: -130px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(166, 111, 79, 0.22);
  border-radius: 50%;
}

.site-shell .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: clamp(28px, 6vw, 100px);
  width: 1px;
  height: 140px;
  background: linear-gradient(to bottom, transparent, rgba(166, 111, 79, 0.7));
}

.site-shell .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.82fr);
  gap: clamp(60px, 8vw, 118px);
  align-items: center;
}

.site-shell .hero-text {
  width: 100%;
  min-width: 0;
  max-width: 650px;
}

.site-shell .planner-certification {
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 34px;
}

.site-shell .cert-badge,
.site-shell .planner-id-chip {
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid var(--drimo-line);
  border-radius: 100px;
  background: rgba(255, 253, 249, 0.68);
  color: var(--drimo-ink);
  box-shadow: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.site-shell .cert-badge i,
.site-shell .planner-id-chip i {
  color: var(--drimo-bronze);
}

.site-shell .planner-id-chip:hover {
  border-color: var(--drimo-bronze-light);
  box-shadow: none;
  transform: translateY(-1px);
}

.site-shell .chip-label {
  color: #7b847f;
  font-size: 0.66rem;
}

.site-shell .chip-number {
  color: var(--drimo-ink);
  font-size: 0.72rem;
}

.site-shell .hero-text h1 {
  max-width: 100%;
  max-width: 680px;
  margin-bottom: 26px;
  background: none;
  color: var(--drimo-ink) !important;
  font-size: clamp(4.1rem, 6.2vw, 6.3rem);
  font-weight: 600;
  line-height: 0.91;
  letter-spacing: -0.06em;
  -webkit-text-fill-color: currentColor;
  word-break: keep-all;
}

.site-shell .hero-text p {
  max-width: 590px;
  margin-bottom: 34px;
  color: var(--drimo-ink-soft) !important;
  font-size: 1.05rem;
  line-height: 1.85;
}

.site-shell .hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-shell .hero-cta .btn {
  min-width: 164px;
}

.site-shell .hero-image {
  position: relative;
  width: min(100%, 480px);
  margin-left: auto;
  padding: 14px 14px 0 0;
}

.site-shell .hero-image::before {
  content: "";
  position: absolute;
  inset: -14px 0 14px -14px;
  z-index: -1;
  border: 1px solid rgba(166, 111, 79, 0.42);
  border-radius: 240px 240px 20px 20px;
}

.site-shell .hero-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 240px 240px 20px 20px;
  box-shadow: var(--drimo-shadow-lg);
  object-fit: cover;
  transition: transform 400ms ease, box-shadow 400ms ease;
}

.site-shell .hero-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 34px 80px rgba(23, 35, 29, 0.17);
}

.site-shell .hero-brands {
  justify-content: flex-start;
  gap: 13px;
  margin-top: 46px;
  padding: 24px 0 0;
  border-top: 1px solid var(--drimo-line);
}

.site-shell .hero-brands .brand-item {
  width: 122px;
  max-height: 42px;
  border-radius: 6px;
  opacity: 0.56;
  filter: grayscale(1);
  box-shadow: none;
  animation: none;
}

.site-shell .hero-brands .brand-item:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: translateY(-2px);
}

/* Shared headings */
.site-shell .section-title {
  max-width: 780px;
  margin: 0 auto clamp(44px, 5vw, 68px);
}

.site-shell .section-title h2 {
  margin-bottom: 12px;
  font-size: clamp(2.9rem, 4.8vw, 4.5rem);
  font-weight: 600;
  line-height: 1;
}

.site-shell .section-title h2::after {
  position: static;
  display: block;
  width: 42px;
  height: 1px;
  margin: 19px auto 0;
  background: var(--drimo-bronze);
}

.site-shell .section-title p,
.site-shell .section-title .lead {
  margin-top: 18px;
  color: var(--drimo-ink-soft);
  font-size: 0.98rem;
  line-height: 1.75;
}

/* Products */
.site-shell .products-section {
  background: var(--drimo-paper);
}

.site-shell .product-categories {
  margin-bottom: 44px;
}

.site-shell .nav-pills {
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

.site-shell .nav-pills .nav-link {
  min-width: 110px;
  padding: 10px 18px;
  border: 1px solid var(--drimo-line);
  border-radius: 100px;
  background: transparent;
  color: var(--drimo-ink-soft) !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.site-shell .nav-pills .nav-link::after {
  display: none;
}

.site-shell .nav-pills .nav-link.active,
.site-shell .nav-pills .nav-link:hover {
  border-color: var(--drimo-green) !important;
  background: var(--drimo-green) !important;
  color: var(--drimo-white) !important;
}

.site-shell .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.site-shell .product-card {
  border: 1px solid var(--drimo-line);
  border-radius: var(--drimo-radius-md);
  background: var(--drimo-white);
  box-shadow: none;
}

.site-shell .product-card:hover {
  border-color: rgba(166, 111, 79, 0.45);
  box-shadow: var(--drimo-shadow-sm);
  transform: translateY(-5px);
}

.site-shell .product-image {
  height: 300px;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0, #f4f1eb 72%);
  border-bottom: 1px solid #ecebe6;
}

.site-shell .product-image img {
  max-height: 236px;
  filter: drop-shadow(0 16px 18px rgba(23, 35, 29, 0.1));
}

.site-shell .product-badge {
  top: 15px;
  right: auto;
  left: 15px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  background: var(--drimo-bronze) !important;
  font-size: 0.63rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-shell .product-details {
  padding: 22px;
}

.site-shell .product-brand {
  color: var(--drimo-bronze) !important;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.site-shell .product-name {
  min-height: 52px;
  margin: 4px 0 16px;
  color: var(--drimo-ink) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.91rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.site-shell .product-price:empty,
.site-shell .product-price:not(:has(.current-price)) {
  display: none;
}

.site-shell .product-rating {
  padding-top: 14px;
  border-top: 1px solid #ecebe6;
}

.site-shell .rating-stars {
  color: var(--drimo-bronze);
  font-size: 0.68rem;
}

.site-shell .rating-count {
  color: var(--drimo-ink-soft) !important;
  font-size: 0.7rem;
}

.site-shell .product-actions {
  margin-top: auto;
}

.site-shell .product-actions .btn {
  width: 100%;
}

/* Value proposition */
.site-shell .why-this-site {
  position: relative;
  overflow: hidden;
  background: var(--drimo-green-deep) !important;
}

.site-shell .why-this-site::before {
  content: "";
  position: absolute;
  top: -270px;
  right: -170px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(217, 183, 159, 0.25);
  border-radius: 50%;
}

.site-shell .why-this-site .section-title {
  position: relative;
}

.site-shell .why-this-site .section-title h2,
.site-shell .why-this-site .benefit-card h3 {
  color: var(--drimo-white) !important;
}

.site-shell .why-this-site .section-title p {
  color: #c5d0c9 !important;
}

.site-shell .benefit-card {
  height: 100%;
  padding: 34px 31px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--drimo-radius-md);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.site-shell .benefit-card:hover {
  border-color: rgba(217, 183, 159, 0.5);
  background: rgba(255, 255, 255, 0.085);
  transform: translateY(-4px);
}

.site-shell .benefit-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 24px !important;
  border: 1px solid rgba(217, 183, 159, 0.44);
  border-radius: 50%;
  color: var(--drimo-bronze-light) !important;
  font-size: 1.35rem;
  line-height: 62px;
}

.site-shell .benefit-card h3 {
  font-size: 1.65rem;
}

.site-shell .benefit-card p {
  min-height: 52px;
  color: #bdc9c1 !important;
  font-size: 0.83rem;
}

.site-shell .benefit-card ul {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-shell .benefit-card li {
  color: #edf1ee;
  font-size: 0.78rem;
}

.site-shell .benefit-card .text-success {
  color: var(--drimo-bronze-light) !important;
}

.site-shell .transparency-notice {
  margin-top: 38px;
  padding: 25px 28px;
  border: 1px solid rgba(217, 183, 159, 0.36);
  border-radius: var(--drimo-radius-md);
  background: rgba(255, 255, 255, 0.075);
}

.site-shell .transparency-notice .fa-info-circle {
  color: var(--drimo-bronze-light);
  font-size: 1.65rem;
}

.site-shell .transparency-notice h4 {
  color: var(--drimo-white) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0;
}

.site-shell .transparency-notice p {
  color: #c5d0c9 !important;
  font-size: 0.78rem;
  line-height: 1.75;
}

.site-shell .why-this-site > .container > .text-center .btn-primary {
  border-color: var(--drimo-white) !important;
  background: var(--drimo-white) !important;
  color: var(--drimo-green-deep) !important;
}

/* Planner section */
.site-shell .about-section {
  background: var(--drimo-ivory);
}

.site-shell .about-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.site-shell .about-details h2 {
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.site-shell .about-details > .lead {
  max-width: 560px;
  color: var(--drimo-ink-soft) !important;
  font-size: 1rem;
}

.site-shell .about-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
}

.site-shell .about-feature {
  align-items: flex-start;
  min-height: 112px;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--drimo-line);
  border-radius: 14px;
  background: rgba(255, 253, 249, 0.6);
}

.site-shell .about-feature-icon {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  background: var(--drimo-sage);
  color: var(--drimo-green);
}

.site-shell .about-feature-text h3 {
  margin: 0 0 5px;
  color: var(--drimo-ink) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.site-shell .about-feature-text p {
  margin: 0;
  color: var(--drimo-ink-soft) !important;
  font-size: 0.7rem;
  line-height: 1.55;
}

.site-shell .business-disclaimer,
.site-shell .app-disclaimer {
  padding: 13px 15px;
  border: 1px solid var(--drimo-line);
  border-left: 2px solid var(--drimo-bronze);
  border-radius: 0 9px 9px 0;
  background: rgba(255, 253, 249, 0.55);
}

.site-shell .business-disclaimer p,
.site-shell .app-disclaimer p {
  margin: 0;
}

.site-shell .business-disclaimer small,
.site-shell .app-disclaimer small {
  color: #5f6a64 !important;
  font-size: 0.68rem;
  line-height: 1.55;
}

.site-shell .about-image {
  position: relative;
  padding: 0 0 24px 24px;
}

.site-shell .about-image::before {
  content: "";
  position: absolute;
  inset: 34px 24px 0 0;
  border: 1px solid var(--drimo-bronze-light);
  border-radius: 18px;
}

.site-shell .about-image img {
  position: relative;
  width: 100%;
  border-radius: 18px;
  box-shadow: var(--drimo-shadow-lg);
}

/* Face app */
.site-shell .face-app-section {
  background: var(--drimo-sage-light);
}

.site-shell .face-app-container {
  overflow: hidden;
  border: 1px solid #d6ddd5;
  border-radius: var(--drimo-radius-lg);
  background: var(--drimo-paper);
  box-shadow: var(--drimo-shadow-sm);
}

.site-shell .face-app-header {
  padding: 20px 28px;
  background: var(--drimo-green);
}

.site-shell .face-app-header h3 {
  color: var(--drimo-white) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
}

.site-shell .face-app-header i {
  color: var(--drimo-bronze-light);
}

.site-shell .face-app-content {
  gap: 32px;
  padding: 34px;
}

.site-shell .upload-zone {
  min-height: 270px;
  padding: 40px 28px;
  border: 1px dashed #aab8ae;
  border-radius: 18px;
  background: var(--drimo-sage-light);
}

.site-shell .upload-zone:hover,
.site-shell .upload-zone-active {
  border-color: var(--drimo-bronze);
  background: #f2eee7;
}

.site-shell .upload-icon {
  color: var(--drimo-green);
}

.site-shell .upload-text {
  color: var(--drimo-ink) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

.site-shell .face-app-features .feature-item {
  padding: 12px 0;
  border-bottom: 1px solid var(--drimo-line);
  background: transparent;
}

.site-shell .face-app-features .feature-icon {
  background: var(--drimo-sage);
  color: var(--drimo-green);
}

.site-shell .face-app-features .feature-text p {
  color: var(--drimo-ink-soft) !important;
  font-size: 0.78rem;
}

.site-shell .preview-header .badge {
  border-radius: 100px;
  background: var(--drimo-bronze) !important;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.site-shell .preview-container {
  height: 470px;
  border: 1px solid var(--drimo-line);
  border-radius: 18px;
  background:
    linear-gradient(45deg, #eceee9 25%, transparent 25%),
    linear-gradient(-45deg, #eceee9 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eceee9 75%),
    linear-gradient(-45deg, transparent 75%, #eceee9 75%);
  background-color: #f6f7f4;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
}

/* Quiz */
.site-shell .quiz-section {
  min-height: auto;
  background: var(--drimo-ivory);
}

.site-shell .quiz-container {
  max-width: 780px;
  border: 1px solid var(--drimo-line);
  border-radius: var(--drimo-radius-lg);
  background: var(--drimo-paper);
  box-shadow: var(--drimo-shadow-sm);
}

.site-shell .quiz-container:hover {
  box-shadow: var(--drimo-shadow-sm);
}

.site-shell .quiz-header {
  padding: 48px 36px;
  background: var(--drimo-green);
}

.site-shell .quiz-header::before {
  background: radial-gradient(circle, rgba(217, 183, 159, 0.14), transparent 68%);
  animation: none;
}

.site-shell .quiz-title {
  color: var(--drimo-white) !important;
  font-size: 2.8rem;
  font-weight: 600;
  text-shadow: none;
}

.site-shell .quiz-subtitle {
  color: #d8e0da !important;
  font-size: 0.92rem;
}

.site-shell .quiz-content {
  padding: 48px;
}

.site-shell .quiz-scope-note {
  margin: 0 0 28px;
  padding: 20px 22px;
  border: 1px solid var(--drimo-line);
  border-left: 3px solid var(--drimo-bronze);
  border-radius: 0 14px 14px 0;
  background: var(--drimo-ivory);
  text-align: left;
}

.site-shell .quiz-scope-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--drimo-ink);
  font-size: 0.84rem;
}

.site-shell .quiz-scope-note p {
  margin-bottom: 10px;
  color: var(--drimo-ink-soft) !important;
  font-size: 0.78rem;
  line-height: 1.7;
}

.site-shell .quiz-scope-note small {
  color: #66736b;
  font-size: 0.69rem;
}

.site-shell .quiz-scope-note i {
  margin-right: 5px;
  color: var(--drimo-green);
}

.site-shell .quiz-section .feature-item {
  border: 1px solid var(--drimo-line);
  border-radius: 14px;
  background: var(--drimo-sage-light);
}

.site-shell .quiz-section .feature-item:hover {
  border-color: var(--drimo-bronze-light);
  box-shadow: none;
}

.site-shell .quiz-section .feature-text,
.site-shell .quiz-section p,
.site-shell .quiz-section label {
  color: var(--drimo-ink-soft) !important;
}

.site-shell .quiz-section .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border: 1px solid rgba(36, 72, 58, 0.18);
  border-radius: 50%;
  color: var(--drimo-green);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  filter: none;
}

.site-shell .quiz-source-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px 12px;
  margin: 0 0 28px;
  color: #6c7770;
  font-size: 0.67rem;
}

.site-shell .quiz-source-summary span {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-shell .quiz-source-summary a {
  color: var(--drimo-green) !important;
  text-decoration: underline;
  text-decoration-color: rgba(36, 72, 58, 0.3);
  text-underline-offset: 3px;
}

.site-shell .quiz-header .quiz-subtitle {
  color: #d8e0da !important;
}

.site-shell .start-btn,
.site-shell .next-btn,
.site-shell .quiz-section .shop-btn {
  border: 1px solid var(--drimo-green);
  background: var(--drimo-green);
  color: var(--drimo-white);
  box-shadow: none;
}

.site-shell .start-btn:hover,
.site-shell .next-btn:hover,
.site-shell .quiz-section .shop-btn:hover {
  background: var(--drimo-green-deep);
  box-shadow: 0 12px 25px rgba(23, 54, 44, 0.18);
}

.site-shell .progress-bar {
  height: 6px;
  background: var(--drimo-sage);
  box-shadow: none;
}

.site-shell .progress-fill {
  background: var(--drimo-bronze);
  box-shadow: none;
}

.site-shell .progress-fill::after {
  display: none;
}

.site-shell .question-number {
  color: var(--drimo-bronze);
}

.site-shell .selection-guidance {
  display: inline-block;
  margin-top: 9px;
  color: #748078;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0;
}

.site-shell .question-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.site-shell .question-actions .next-btn,
.site-shell .question-actions .prev-btn {
  float: none;
  width: auto;
  min-width: 116px;
  margin: 0;
  padding: 12px 24px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
}

.site-shell .question-actions .prev-btn {
  border: 1px solid var(--drimo-line);
  background: transparent;
  color: var(--drimo-green);
  cursor: pointer;
}

.site-shell .question-actions .prev-btn:hover:not(:disabled) {
  border-color: var(--drimo-green);
  background: var(--drimo-sage-light);
}

.site-shell .question-actions .prev-btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.site-shell .question-text,
.site-shell .result-title,
.site-shell .skin-profile h3,
.site-shell .recommended-routine h3,
.site-shell .product-recommendations h3 {
  color: var(--drimo-ink) !important;
}

.site-shell .result-intro {
  max-width: 620px;
  margin: -16px auto 28px;
  color: var(--drimo-ink-soft) !important;
  font-size: 0.86rem;
  line-height: 1.75;
}

.site-shell .result-screen:focus {
  outline: none;
}

.site-shell .result-title {
  background: none;
  color: var(--drimo-ink) !important;
  -webkit-text-fill-color: var(--drimo-ink);
}

.site-shell .profile-item .value {
  color: var(--drimo-green);
}

.site-shell .care-alert {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 1px solid #d9b5a0;
  border-radius: 14px;
  background: #fbf0e8;
  color: #693c28;
  text-align: left;
}

.site-shell .care-alert > i {
  margin-top: 3px;
  color: var(--drimo-bronze);
}

.site-shell .care-alert strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.84rem;
}

.site-shell .care-alert p {
  margin: 0;
  color: #693c28 !important;
  font-size: 0.75rem;
  line-height: 1.7;
}

.site-shell .result-method {
  margin-bottom: 28px;
  padding: 26px;
  border: 1px solid var(--drimo-line);
  border-radius: 18px;
  background: var(--drimo-sage-light);
  text-align: left;
}

.site-shell .result-method h3 {
  margin-bottom: 8px;
  color: var(--drimo-ink) !important;
  font-size: 1.35rem;
  text-align: left;
}

.site-shell .result-method p,
.site-shell .result-method li {
  color: var(--drimo-ink-soft) !important;
  font-size: 0.75rem;
  line-height: 1.7;
}

.site-shell .result-method ul {
  margin: 14px 0 0;
  padding-left: 20px;
}

.site-shell .am-routine .routine-time-header {
  border-bottom-color: var(--drimo-bronze);
}

.site-shell .pm-routine .routine-time-header {
  border-bottom-color: var(--drimo-green);
}

.site-shell .am-routine .routine-step,
.site-shell .pm-routine .routine-step {
  box-shadow: none;
}

.site-shell .am-routine .routine-step {
  border-left-color: var(--drimo-bronze);
  background: #f6f0e9;
}

.site-shell .pm-routine .routine-step {
  border-left-color: var(--drimo-green);
  background: var(--drimo-sage-light);
}

.site-shell .am-routine .step-number {
  background: var(--drimo-bronze);
  box-shadow: none;
}

.site-shell .pm-routine .step-number {
  background: var(--drimo-green);
  box-shadow: none;
}

.site-shell .am-routine .step-content .product-name {
  color: #8c5d42;
}

.site-shell .pm-routine .step-content .product-name {
  color: var(--drimo-green);
}

.site-shell .option-btn {
  border-color: var(--drimo-line);
  background: var(--drimo-paper);
  color: var(--drimo-ink);
}

.site-shell .option-btn:hover,
.site-shell .option-btn.selected {
  border-color: var(--drimo-green);
  background: var(--drimo-sage-light);
  color: var(--drimo-green);
}

.site-shell .skin-profile,
.site-shell .routine-section,
.site-shell .product-card-detailed,
.site-shell .disclaimer {
  border-color: var(--drimo-line);
  background: var(--drimo-sage-light);
  box-shadow: none;
}

.site-shell .recommendation-method {
  max-width: 620px;
  margin: -12px auto 24px;
  color: #69766e !important;
  font-size: 0.72rem;
  line-height: 1.65;
}

.site-shell .match-score {
  min-width: 48px;
  background: var(--drimo-green);
  color: var(--drimo-white);
  text-align: center;
}

.site-shell .match-label {
  color: var(--drimo-ink-soft);
  font-size: 0.72rem;
}

.site-shell .reason-title {
  display: block;
  margin-bottom: 7px;
  color: var(--drimo-ink);
  font-size: 0.75rem;
}

.site-shell .recommendation-reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.site-shell .recommendation-reasons li {
  padding: 6px 9px;
  border: 1px solid #d8ded7;
  border-radius: 100px;
  background: var(--drimo-white);
  color: var(--drimo-ink-soft);
  font-size: 0.66rem;
}

.site-shell .verify-label {
  margin: 0;
  padding: 11px 13px;
  border-left: 2px solid var(--drimo-bronze);
  background: #f5eee8;
  color: #67584f !important;
  font-size: 0.67rem;
  line-height: 1.6;
}

.site-shell .no-product-recommendation {
  border-color: #d9b5a0;
  background: #fbf0e8;
}

.site-shell .no-product-recommendation p {
  margin: 0;
  color: #693c28 !important;
  font-size: 0.8rem;
  line-height: 1.7;
}

.site-shell .result-sources {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid var(--drimo-line);
  border-radius: 14px;
  background: var(--drimo-paper);
  text-align: left;
}

.site-shell .result-sources > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--drimo-ink);
  font-size: 0.8rem;
}

.site-shell .result-sources p {
  margin-bottom: 12px;
  color: var(--drimo-ink-soft) !important;
  font-size: 0.7rem;
  line-height: 1.65;
}

.site-shell .evidence-links {
  display: grid;
  gap: 7px;
}

.site-shell .evidence-links a {
  color: var(--drimo-green) !important;
  font-size: 0.68rem;
  text-decoration: underline;
  text-decoration-color: rgba(36, 72, 58, 0.28);
  text-underline-offset: 3px;
}

/* Testimonials */
.site-shell .testimonials-section {
  background: var(--drimo-sage);
}

.site-shell .testimonial-card {
  min-height: 335px;
  margin: 0 8px;
  padding: 34px;
  border: 1px solid rgba(36, 72, 58, 0.12);
  border-radius: var(--drimo-radius-md);
  background: rgba(255, 253, 249, 0.88);
  box-shadow: none;
}

.site-shell .testimonial-card:hover {
  border-color: rgba(166, 111, 79, 0.45);
  box-shadow: var(--drimo-shadow-sm);
  transform: translateY(-4px);
}

.site-shell .testimonial-card footer.testimonial-author {
  padding: 0;
  background: transparent !important;
  color: inherit !important;
}

.site-shell .testimonial-text {
  color: var(--drimo-ink-soft) !important;
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.8;
}

.site-shell .testimonial-text::before {
  top: -42px;
  color: var(--drimo-bronze-light);
  font-family: "Cormorant Garamond", serif;
  opacity: 0.85;
}

.site-shell .author-avatar {
  width: 48px;
  height: 48px;
  background: var(--drimo-green);
  color: var(--drimo-white);
  font-size: 1rem;
}

.site-shell .author-info cite {
  color: var(--drimo-ink);
  font-size: 0.8rem;
  font-style: normal;
}

.site-shell .author-info small {
  color: #78837c !important;
}

.site-shell .testimonial-slider .owl-nav button.owl-prev,
.site-shell .testimonial-slider .owl-nav button.owl-next {
  border: 1px solid rgba(36, 72, 58, 0.18) !important;
  background: var(--drimo-paper) !important;
  color: var(--drimo-green) !important;
  box-shadow: none !important;
}

.site-shell .testimonial-slider .owl-nav button.owl-prev:hover,
.site-shell .testimonial-slider .owl-nav button.owl-next:hover {
  background: var(--drimo-green) !important;
  color: var(--drimo-white) !important;
}

.site-shell .owl-theme .owl-dots .owl-dot span {
  background: rgba(36, 72, 58, 0.25) !important;
}

.site-shell .owl-theme .owl-dots .owl-dot.active span {
  background: var(--drimo-green) !important;
}

/* FAQ */
.site-shell .honest-faq {
  background: var(--drimo-paper);
}

.site-shell .honest-faq .accordion {
  display: grid;
  gap: 10px;
}

.site-shell .honest-faq .card {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--drimo-line);
  border-radius: 14px;
  background: var(--drimo-white);
  box-shadow: none;
}

.site-shell .honest-faq .card-header {
  padding: 0;
  border: 0;
  background: transparent;
}

.site-shell .honest-faq .card-header h5 {
  margin: 0;
}

.site-shell .honest-faq .btn-link {
  min-height: 68px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--drimo-ink) !important;
  box-shadow: none;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  transform: none;
}

.site-shell .honest-faq .btn-link .fa-question-circle {
  color: var(--drimo-bronze);
}

.site-shell .honest-faq .btn-link .fa-chevron-down {
  color: #7e8982;
  transition: transform 180ms ease;
}

.site-shell .honest-faq .btn-link:not(.collapsed) .fa-chevron-down {
  transform: rotate(180deg);
}

.site-shell .honest-faq .card-body {
  padding: 0 28px 24px 53px;
  border-top: 1px solid #efeee9;
  color: var(--drimo-ink-soft);
  font-size: 0.82rem;
  line-height: 1.75;
}

.site-shell .honest-faq .card-body p,
.site-shell .honest-faq .card-body li {
  color: var(--drimo-ink-soft);
}

.site-shell .faq-support {
  padding: 38px !important;
  border: 1px solid var(--drimo-line);
  border-radius: var(--drimo-radius-md);
  background: var(--drimo-ivory);
}

.site-shell .faq-support h4 {
  font-size: 1.75rem;
}

/* Footer */
.site-shell .about-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #20362d;
  color: #cad4cd;
}

.site-shell .about-footer h5 {
  margin-bottom: 8px;
  color: var(--drimo-white) !important;
  font-size: 1.35rem;
}

.site-shell .about-footer p {
  color: #b8c5bd !important;
  font-size: 0.73rem;
  line-height: 1.7;
}

.site-shell .about-footer .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: var(--drimo-white) !important;
}

.site-shell footer {
  padding: 80px 0 24px;
  background: var(--drimo-ink) !important;
  color: #d4dbd6 !important;
}

.site-shell .footer-content {
  grid-template-columns: 1.55fr 0.75fr 0.75fr 1.15fr;
  gap: clamp(30px, 5vw, 70px);
}

.site-shell .footer-logo {
  margin-bottom: 18px;
  color: var(--drimo-white);
  font-family: "Manrope", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.site-shell .footer-description {
  color: #9eaaa3 !important;
  font-size: 0.8rem;
  line-height: 1.75;
}

.site-shell .footer-heading {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--drimo-white) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-shell .footer-links a {
  padding: 4px 0;
  color: #aeb9b2 !important;
  font-size: 0.76rem;
}

.site-shell .footer-links a:hover {
  color: var(--drimo-white) !important;
  padding-left: 0;
}

.site-shell .footer-links a i {
  display: none;
}

.site-shell .footer-notice-box {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.site-shell .footer-notice-box p,
.site-shell .footer-notice-box small,
.site-shell .footer-notice-box a {
  color: #98a59d !important;
  font-size: 0.66rem;
  line-height: 1.6;
}

.site-shell .footer-notice {
  margin-top: 54px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: transparent;
}

.site-shell .copyright {
  color: #7f8c84;
  font-size: 0.7rem;
}

/* Floating planner */
.site-shell .floating-planner-btn {
  right: 24px;
  bottom: 24px;
  padding: 9px 15px 9px 9px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: var(--drimo-green);
  color: var(--drimo-white);
  box-shadow: 0 16px 38px rgba(23, 35, 29, 0.23);
  font-size: 0.75rem;
}

.site-shell .floating-planner-btn:hover {
  background: var(--drimo-green-deep);
  box-shadow: 0 20px 44px rgba(23, 35, 29, 0.28);
  transform: translateY(-2px);
}

.site-shell .floating-planner-btn .btn-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

.site-shell .planner-info-card {
  border: 1px solid var(--drimo-line);
  border-radius: 20px;
  background: var(--drimo-paper);
  box-shadow: var(--drimo-shadow-lg);
}

.site-shell .planner-info-card .card-header {
  padding: 23px;
  background: var(--drimo-green);
}

.site-shell .planner-info-card .card-header h4,
.site-shell .planner-info-card .card-header p {
  color: var(--drimo-white) !important;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}

.site-shell .planner-avatar {
  background: rgba(255, 255, 255, 0.12);
}

.site-shell .planner-id-box {
  background: var(--drimo-sage-light);
}

.site-shell .id-display {
  border-color: var(--drimo-line);
}

.site-shell .id-display:hover {
  border-color: var(--drimo-bronze);
}

.site-shell .copy-btn {
  background: var(--drimo-green);
}

.site-shell .benefit-item i {
  color: var(--drimo-bronze);
}

.site-shell .toast-notification {
  border-radius: 100px;
  background: var(--drimo-green);
  box-shadow: var(--drimo-shadow-sm);
  font-size: 0.78rem;
}

.site-shell input[type="radio"],
.site-shell input[type="checkbox"] {
  accent-color: var(--drimo-green);
}

/* Responsive */
@media (max-width: 1180px) {
  .site-shell .planner-badge.desktop-only {
    display: none;
  }

  .site-shell .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
    gap: 58px;
  }

  .site-shell .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-shell .mobile-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-shell .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    max-height: calc(100vh - 100px);
    padding: 18px;
    overflow-y: auto;
    border: 1px solid var(--drimo-line);
    border-radius: 0 0 18px 18px;
    background: rgba(255, 253, 249, 0.99);
    box-shadow: var(--drimo-shadow-lg);
  }

  .site-shell .nav-links.active {
    display: flex;
  }

  .site-shell .nav-links .nav-link {
    width: 100%;
    padding: 12px 14px;
  }

  .site-shell .nav-cta {
    width: 100%;
    margin: 6px 0 0;
    text-align: center;
  }

  .site-shell .region-selector-container {
    width: 100%;
    margin: 6px 0 0;
  }

  .site-shell .region-selector-toggle {
    justify-content: center;
  }

  .site-shell .region-selector-dropdown {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .site-shell .hero {
    min-height: auto;
    padding: 132px 0 92px;
  }

  .site-shell .hero-content {
    grid-template-columns: 1fr;
    gap: 68px;
  }

  .site-shell .hero-text {
    max-width: 720px;
  }

  .site-shell .hero-image {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .site-shell .about-content {
    grid-template-columns: 1fr;
  }

  .site-shell .about-image {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .site-shell .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .site-shell .container {
    padding-inline: 20px;
  }

  .site-shell section {
    padding: 78px 0;
  }

  .site-shell .navbar,
  .site-shell .navbar.scrolled {
    min-height: 70px;
    padding: 10px 0;
  }

  .site-shell .navbar-container {
    padding-inline: 20px;
  }

  .site-shell .hero {
    padding: 116px 0 80px;
  }

  .site-shell .planner-certification {
    flex-direction: row;
    align-items: center;
  }

  .site-shell .hero-text h1 {
    font-size: clamp(3.6rem, 16vw, 5.2rem);
  }

  .site-shell .hero-text p {
    font-size: 0.96rem;
  }

  .site-shell .hero-brands {
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
  }

  .site-shell .hero-brands .brand-item {
    width: calc(33.333% - 6px);
  }

  .site-shell .section-title h2 {
    font-size: clamp(2.7rem, 12vw, 3.7rem);
  }

  .site-shell .products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-shell .product-card {
    display: grid;
    grid-template-columns: 42% 58%;
  }

  .site-shell .product-image {
    height: 100%;
    min-height: 270px;
    border-right: 1px solid #ecebe6;
    border-bottom: 0;
  }

  .site-shell .product-image img {
    max-height: 205px;
  }

  .site-shell .benefit-card {
    padding: 30px 25px;
  }

  .site-shell .transparency-notice {
    padding: 24px;
  }

  .site-shell .transparency-notice .col-md-1 {
    margin-bottom: 14px;
    text-align: left !important;
  }

  .site-shell .about-features {
    grid-template-columns: 1fr;
  }

  .site-shell .face-app-content {
    flex-direction: column;
    padding: 24px;
  }

  .site-shell .preview-container {
    height: 390px;
  }

  .site-shell .quiz-content {
    padding: 32px 24px;
  }

  .site-shell .testimonial-card {
    min-height: auto;
  }

  .site-shell .honest-faq .card-body {
    padding: 0 22px 22px;
  }

  .site-shell .about-footer {
    text-align: center;
  }

  .site-shell .footer-content {
    grid-template-columns: 1fr;
  }

  .site-shell .footer-description {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .site-shell .brand-logo {
    font-size: 1.18rem;
  }

  .site-shell .hero-text h1 {
    font-size: clamp(3rem, 11vw, 3.5rem);
  }

  .site-shell .planner-certification {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-shell .hero-cta {
    flex-direction: column;
  }

  .site-shell .hero-cta .btn {
    width: 100%;
  }

  .site-shell .hero-image {
    padding: 9px 9px 0 0;
  }

  .site-shell .hero-image::before {
    inset: -9px 0 9px -9px;
  }

  .site-shell .product-card {
    display: flex;
  }

  .site-shell .product-image {
    height: 280px;
    border-right: 0;
    border-bottom: 1px solid #ecebe6;
  }

  .site-shell .nav-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-shell .nav-pills .nav-item {
    width: 100%;
  }

  .site-shell .nav-pills .nav-link {
    width: 100%;
  }

  .site-shell .faq-support {
    padding: 28px 20px !important;
  }

  .site-shell .floating-planner-btn {
    right: 14px;
    bottom: 14px;
    padding-right: 9px;
  }

  .site-shell .floating-planner-btn .btn-text {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-shell *,
  .site-shell *::before,
  .site-shell *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
