.aftercare-page {
  --care-paper: #f7f3ed;
  --care-white: #fffdf9;
  --care-ink: #241f19;
  --care-muted: #756b5f;
  --care-gold: #a77a3d;
  --care-gold-dark: #725128;
  --care-champagne: #e5d2b2;
  --care-line: rgba(82, 65, 43, 0.14);
  --care-green: #4c695b;
  color: var(--care-ink);
  background:
    radial-gradient(circle at 6% 3%, rgba(210, 179, 126, 0.22), transparent 22rem),
    radial-gradient(circle at 94% 18%, rgba(255, 255, 255, 0.9), transparent 27rem),
    linear-gradient(155deg, #fbf8f3 0%, var(--care-paper) 54%, #ece3d6 100%);
}

.aftercare-page::before {
  opacity: 0.17;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  color: #fff;
  background: var(--care-ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.care-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1060px, calc(100% - 34px));
  margin: 0 auto;
  padding: 22px 0 10px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand-monogram {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(114, 81, 40, 0.3);
  border-radius: 50%;
  color: var(--care-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  letter-spacing: -0.04em;
}

.brand-link strong,
.brand-link small {
  display: block;
}

.brand-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.05;
}

.brand-link small {
  margin-top: 3px;
  color: var(--care-muted);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.topbar-link {
  padding: 8px 0;
  color: var(--care-muted);
  font-size: 0.8rem;
  font-weight: 750;
  text-decoration: none;
}

.topbar-link:hover {
  color: var(--care-ink);
}

.care-shell {
  width: min(1060px, calc(100% - 34px));
  margin: 0 auto;
  padding: 14px 0 60px;
}

.commitment-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(35px, 7vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 34px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 249, 0.55)),
    rgba(255, 255, 255, 0.48);
  box-shadow: 0 24px 70px rgba(60, 45, 27, 0.12);
  backdrop-filter: blur(14px);
}

.hero-ornament {
  position: absolute;
  top: -205px;
  right: -180px;
  z-index: -1;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(167, 122, 61, 0.18);
  border-radius: 50%;
}

.hero-ornament::after {
  position: absolute;
  inset: 48px;
  border: 1px solid rgba(167, 122, 61, 0.12);
  border-radius: inherit;
  content: "";
}

.care-kicker {
  margin: 0 0 12px;
  color: var(--care-gold-dark);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.commitment-hero h1,
.section-intro h2,
.support-section h2,
.confirmation-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.commitment-hero h1 {
  max-width: 820px;
  font-size: clamp(2.85rem, 8vw, 5.45rem);
  line-height: 0.96;
}

.hero-intro {
  max-width: 760px;
  margin: 23px 0 0;
  color: var(--care-muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: #fffaf2;
  background: var(--care-ink);
  box-shadow: 0 12px 30px rgba(36, 31, 25, 0.18);
}

.button-light {
  border-color: var(--care-line);
  color: var(--care-ink);
  background: rgba(255, 255, 255, 0.7);
}

.shared-commitment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.shared-commitment article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--care-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
}

.commitment-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--care-gold-dark);
  background: #efe3cf;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
}

.shared-commitment h2,
.recommendation-banner h3,
.instruction-card h3,
.habit-grid h3,
.schedule-card h3,
.schedule-guidance h3,
.how-to-mask h3,
.method-heading h3,
.product-card h3,
.oil-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.shared-commitment h2 {
  font-size: 1.25rem;
}

.shared-commitment p {
  margin: 7px 0 0;
  color: var(--care-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.deadline-note {
  margin: 18px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--care-gold);
  color: var(--care-muted);
  font-size: 0.9rem;
}

.deadline-note strong {
  color: var(--care-ink);
}

.quick-nav {
  display: flex;
  gap: 8px;
  margin: 20px 0 0;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 34px rgba(53, 41, 27, 0.07);
  scrollbar-width: none;
}

.quick-nav::-webkit-scrollbar {
  display: none;
}

.quick-nav a {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--care-muted);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
}

.quick-nav a:hover,
.quick-nav a:focus-visible {
  color: var(--care-ink);
  background: rgba(229, 210, 178, 0.55);
}

.care-section {
  padding: clamp(68px, 10vw, 110px) 0 0;
  scroll-margin-top: 18px;
}

.section-intro {
  max-width: 740px;
}

.section-intro h2,
.support-section h2,
.confirmation-copy h2 {
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1;
}

.section-intro > p:last-child,
.support-section > div > p:last-child,
.confirmation-copy > p:last-child {
  margin: 17px 0 0;
  color: var(--care-muted);
  line-height: 1.7;
}

.recommendation-banner {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: clamp(22px, 5vw, 48px);
  align-items: start;
  margin-top: 30px;
  padding: clamp(25px, 5vw, 42px);
  border: 1px solid #2f2922;
  border-radius: 28px;
  color: #fffaf3;
  background:
    radial-gradient(circle at 88% 0%, rgba(215, 179, 115, 0.2), transparent 36%),
    #27221c;
  box-shadow: 0 20px 50px rgba(39, 34, 28, 0.2);
}

.banner-time {
  display: block;
  color: #efd5a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 4.3rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.recommendation-banner h3 {
  color: #fff;
  font-size: 1.55rem;
}

.recommendation-banner p {
  margin: 11px 0 0;
  color: #d9d0c5;
  font-size: 0.92rem;
  line-height: 1.67;
}

.recommendation-banner p strong {
  color: #f3d8a7;
}

.first-wash-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.instruction-card {
  min-height: 246px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 13px 34px rgba(60, 45, 27, 0.07);
}

.instruction-card.featured {
  border-color: rgba(167, 122, 61, 0.28);
  background: #efe1cb;
}

.instruction-card > span {
  color: var(--care-gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.instruction-card h3 {
  margin-top: 20px;
  font-size: 1.28rem;
  line-height: 1.15;
}

.instruction-card p {
  margin: 11px 0 0;
  color: var(--care-muted);
  font-size: 0.85rem;
  line-height: 1.58;
}

.habit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.habit-grid article {
  padding: 25px;
  border-top: 1px solid var(--care-line);
}

.line-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--care-line);
  border-radius: 50%;
  color: var(--care-gold-dark);
}

.line-icon svg {
  width: 22px;
  height: 22px;
}

.habit-grid h3 {
  margin-top: 16px;
  font-size: 1.23rem;
}

.habit-grid p {
  margin: 9px 0 0;
  color: var(--care-muted);
  font-size: 0.87rem;
  line-height: 1.6;
}

.schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(270px, 0.75fr);
  gap: 15px;
  margin-top: 30px;
}

.schedule-card,
.schedule-guidance,
.how-to-mask {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 14px 38px rgba(60, 45, 27, 0.07);
}

.schedule-card {
  padding: clamp(22px, 4vw, 34px);
}

.schedule-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--care-line);
}

.schedule-heading h3 {
  font-size: 1.45rem;
}

.schedule-heading p {
  margin: 0;
  color: var(--care-muted);
  font-size: 0.78rem;
}

.week-row {
  display: grid;
  grid-template-columns: 88px repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid var(--care-line);
}

.week-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.week-row strong {
  font-size: 0.76rem;
}

.stage {
  padding: 8px 7px;
  border-radius: 9px;
  font-size: 0.7rem;
  font-weight: 800;
  text-align: center;
}

.stage.hydration {
  color: #416677;
  background: #e3f0f4;
}

.stage.nutrition {
  color: #775a27;
  background: #f3ead5;
}

.stage.reconstruction {
  color: #745157;
  background: #f0e1e3;
}

.schedule-guidance {
  padding: 28px;
  color: #f9f5ee;
  background: #2b261f;
}

.schedule-guidance h3 {
  color: #fff;
  font-size: 1.45rem;
}

.schedule-guidance ul {
  display: grid;
  gap: 15px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: #d9d1c6;
  font-size: 0.86rem;
  line-height: 1.58;
}

.schedule-guidance strong {
  color: #f0d4a4;
}

.how-to-mask {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  margin-top: 15px;
  padding: 28px;
}

.how-to-mask h3 {
  font-size: 1.5rem;
}

.how-to-mask ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 30px;
  margin: 0;
  padding-left: 20px;
  color: var(--care-muted);
  font-size: 0.86rem;
}

.products-section .section-intro {
  max-width: 800px;
}

.price-disclaimer {
  margin: 22px 0 0;
  padding: 13px 17px;
  border-left: 2px solid var(--care-gold);
  color: var(--care-muted);
  background: rgba(255, 255, 255, 0.42);
  font-size: 0.8rem;
}

.catalog-group {
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 42px rgba(60, 45, 27, 0.07);
}

.catalog-group:first-of-type {
  margin-top: 27px;
}

.catalog-group summary,
.oil-chooser summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 20px 22px;
  list-style: none;
  cursor: pointer;
}

.catalog-group summary::-webkit-details-marker,
.oil-chooser summary::-webkit-details-marker {
  display: none;
}

.category-marker {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
}

.hydration-group .category-marker {
  color: #416677;
  background: #e3f0f4;
}

.nutrition-group .category-marker {
  color: #775a27;
  background: #f3ead5;
}

.reconstruction-group .category-marker {
  color: #745157;
  background: #f0e1e3;
}

.catalog-group summary strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.catalog-group summary small {
  display: block;
  margin-top: 2px;
  color: var(--care-muted);
  font-size: 0.76rem;
}

.summary-icon {
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid var(--care-line);
  border-radius: 50%;
}

.summary-icon::before,
.summary-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--care-gold-dark);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.summary-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

details[open] > summary .summary-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  padding: 0 14px 14px;
}

.product-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--care-line);
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.85);
}

.product-image {
  display: grid;
  height: 155px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: linear-gradient(145deg, #f5eee4, #fffdf9);
}

.product-image img {
  display: block;
  max-width: 92%;
  max-height: 138px;
  object-fit: contain;
}

.product-brand {
  margin: 0 0 4px;
  color: var(--care-gold-dark);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: 1.2rem;
  line-height: 1.13;
}

.product-card .product-content > p:not(.product-brand) {
  margin: 9px 0 0;
  color: var(--care-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.product-price {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--care-gold-dark);
  background: #efe4d3;
  font-size: 0.7rem;
  font-weight: 850;
}

.category-note {
  margin: 0 14px 13px;
  padding: 13px 16px;
  border-radius: 13px;
  color: #73555b;
  background: #f4e9ea;
  font-size: 0.8rem;
  line-height: 1.5;
}

.oil-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.oil-benefits article {
  display: grid;
  gap: 7px;
  padding: 21px;
  border: 1px solid rgba(167, 122, 61, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
}

.oil-benefits strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.oil-benefits span {
  color: var(--care-muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.oil-method {
  display: grid;
  grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.5fr);
  gap: 40px;
  margin-top: 15px;
  padding: clamp(27px, 5vw, 45px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  background:
    radial-gradient(circle at 4% 100%, rgba(225, 196, 145, 0.17), transparent 34%),
    #2b261f;
  color: #fffaf3;
}

.method-heading h3 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.05;
}

.method-heading > p:last-child {
  color: #cfc6b9;
}

.oil-method .care-kicker {
  color: #e7ca95;
}

.oil-method ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oil-method li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oil-method li:last-child {
  border-bottom: 0;
}

.oil-method li span {
  color: #e7ca95;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.oil-method li p {
  margin: 0;
  color: #ddd4c8;
  font-size: 0.86rem;
  line-height: 1.55;
}

.oil-chooser {
  margin-top: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
}

.oil-chooser summary {
  grid-template-columns: minmax(0, 1fr) auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.oil-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
  padding: 0 14px 14px;
}

.oil-grid article {
  padding: 18px;
  border: 1px solid var(--care-line);
  border-radius: 17px;
  background: var(--care-white);
}

.oil-grid h3 {
  font-size: 1.08rem;
}

.oil-grid p {
  margin: 8px 0 0;
  color: var(--care-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.safety-note {
  margin: 0 14px 14px;
  padding: 15px 17px;
  border-radius: 15px;
  color: var(--care-muted);
  background: #f0e7d9;
  font-size: 0.8rem;
  line-height: 1.55;
}

.support-section,
.confirmation-section {
  margin-top: clamp(68px, 10vw, 110px);
  border-radius: 31px;
}

.support-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: clamp(30px, 6vw, 58px);
  color: #fffaf3;
  background:
    radial-gradient(circle at 95% 8%, rgba(228, 194, 134, 0.25), transparent 35%),
    #29241e;
  box-shadow: 0 22px 58px rgba(41, 36, 30, 0.2);
}

.support-section .care-kicker {
  color: #e8cc9a;
}

.support-section > div > p:last-child {
  max-width: 680px;
  color: #d8cfc4;
}

.button-gold {
  min-width: 190px;
  color: #2b251e;
  background: #e4c58f;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.confirmation-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 6vw, 68px);
  align-items: start;
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid rgba(167, 122, 61, 0.22);
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 20px 54px rgba(60, 45, 27, 0.1);
  scroll-margin-top: 20px;
}

.awareness-form {
  display: grid;
  gap: 15px;
}

.name-field {
  display: grid;
  gap: 8px;
}

.name-field > span {
  font-size: 0.8rem;
  font-weight: 800;
}

.name-field input {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid rgba(82, 65, 43, 0.2);
  border-radius: 13px;
  color: var(--care-ink);
  background: #fff;
  font: inherit;
  font-size: 1rem;
  outline: none;
}

.name-field input:focus {
  border-color: var(--care-gold);
  box-shadow: 0 0 0 3px rgba(167, 122, 61, 0.13);
}

.consent-field {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px;
  border: 1px solid var(--care-line);
  border-radius: 15px;
  background: #f6f0e6;
  cursor: pointer;
}

.consent-field input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--care-gold-dark);
}

.consent-field span {
  color: #61574c;
  font-size: 0.82rem;
  line-height: 1.55;
}

.confirm-button {
  width: 100%;
  color: #fffaf2;
  background: var(--care-ink);
  box-shadow: 0 12px 28px rgba(36, 31, 25, 0.16);
}

.confirm-button:disabled {
  color: #8f877c;
  background: #dcd6cd;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.form-status {
  margin: -3px 0 0;
  color: var(--care-muted);
  font-size: 0.74rem;
  text-align: center;
}

.form-status.error {
  color: #8b4f46;
}

.care-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 38px;
  padding: 20px 3px 0;
  border-top: 1px solid var(--care-line);
  color: var(--care-muted);
  font-size: 0.76rem;
}

.care-footer p {
  margin: 0;
}

.care-footer a {
  color: var(--care-gold-dark);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .first-wash-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .instruction-card {
    min-height: 220px;
  }

  .schedule-layout,
  .confirmation-section {
    grid-template-columns: 1fr;
  }

  .support-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .button-gold {
    justify-self: start;
  }

  .product-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .product-image {
    height: 140px;
  }
}

@media (max-width: 700px) {
  .care-topbar,
  .care-shell {
    width: min(100% - 24px, 1060px);
  }

  .care-topbar {
    padding-top: 15px;
  }

  .topbar-link {
    font-size: 0.72rem;
  }

  .commitment-hero {
    padding: 31px 22px 25px;
    border-radius: 27px;
  }

  .commitment-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .hero-intro {
    font-size: 0.96rem;
  }

  .hero-actions {
    display: grid;
  }

  .shared-commitment {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .shared-commitment article {
    padding: 18px;
  }

  .quick-nav {
    margin-top: 13px;
  }

  .care-section {
    padding-top: 72px;
  }

  .recommendation-banner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 22px;
  }

  .banner-time {
    font-size: 3rem;
  }

  .first-wash-grid,
  .habit-grid,
  .product-grid,
  .oil-benefits,
  .oil-grid {
    grid-template-columns: 1fr;
  }

  .instruction-card {
    min-height: 0;
  }

  .habit-grid article {
    padding: 20px 6px;
  }

  .schedule-card {
    padding: 22px 14px;
  }

  .schedule-heading {
    display: block;
    padding: 0 7px 17px;
  }

  .schedule-heading p {
    margin-top: 5px;
  }

  .week-row {
    grid-template-columns: 68px repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .stage {
    padding: 8px 3px;
    font-size: 0.57rem;
  }

  .how-to-mask,
  .oil-method {
    grid-template-columns: 1fr;
  }

  .how-to-mask ol {
    grid-template-columns: 1fr;
  }

  .catalog-group summary {
    padding: 17px 14px;
  }

  .catalog-group summary small {
    max-width: 210px;
  }

  .product-grid {
    padding: 0 9px 9px;
  }

  .product-card {
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 13px;
    min-height: 190px;
    padding: 13px;
  }

  .product-image {
    height: 130px;
  }

  .product-image img {
    max-height: 115px;
  }

  .product-card h3 {
    font-size: 1.08rem;
  }

  .product-card .product-content > p:not(.product-brand) {
    font-size: 0.74rem;
  }

  .oil-method {
    gap: 16px;
    padding: 27px 21px;
  }

  .support-section,
  .confirmation-section {
    margin-top: 72px;
    padding: 28px 22px;
    border-radius: 26px;
  }

  .button-gold {
    width: 100%;
  }

  .care-footer {
    display: grid;
  }
}

@media (max-width: 390px) {
  .brand-link strong {
    font-size: 0.98rem;
  }

  .topbar-link {
    max-width: 88px;
    text-align: right;
  }

  .product-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .product-image {
    height: 116px;
  }

  .week-row {
    grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  }
}

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

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