:root {
  --primary-color: #4f7c62;
  --secondary-color: #123c2d;
  --accent-light: #dfe8de;
  --product-bg: #f5f0e5;
  --paper: #fffdf7;
  --border-color: rgba(18, 60, 45, .14);
  --text-color: #263b33;
  --muted-color: #65736d;
  --gold-color: #c99b57;
}

html { scroll-behavior: smooth; }
.classic-category,
.classic-product {
  --template-accent: #4f7c62;
  --template-accent-soft: #dfe8de;
  --classic-header-height: 69px;
  margin: 0;
  padding-top: var(--classic-header-height);
  background: var(--paper);
  color: var(--text-color);
  overflow-x: hidden;
}
.classic-category.variant-taflan,
.classic-product.variant-taflan {
  --template-accent: #75824d;
  --template-accent-soft: #e8ead7;
}
.classic-category.variant-shrub,
.classic-product.variant-shrub {
  --template-accent: #63816d;
  --template-accent-soft: #dde7df;
}
.classic-category.variant-overview {
  --template-accent: #4f7c62;
  --template-accent-soft: #dfe8de;
}
.classic-category *,
.classic-product * { box-sizing: border-box; }
.classic-category img,
.classic-product img { display: block; max-width: 100%; }
.classic-category site-header2,
.classic-product site-header2 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1100;
  display: block;
  width: 100%;
  box-shadow: 0 10px 28px rgba(9, 40, 30, .13);
}
.classic-category site-header2 .site-header-bar,
.classic-product site-header2 .site-header-bar {
  position: relative;
  top: auto;
  box-shadow: none;
}
.classic-category h1,
.classic-category h2,
.classic-category h3,
.classic-product h1,
.classic-product h2,
.classic-product h3 {
  font-family: Georgia, "Times New Roman", serif;
}
.classic-shell,
.products-container,
.product-container {
  width: min(1300px, calc(100% - 40px));
  margin-inline: auto;
}
.classic-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--template-accent);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.classic-category .hc-breadcrumb,
.classic-product .hc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  padding: 18px 0;
  color: var(--muted-color);
  font-size: .8rem;
}
.classic-category .hc-breadcrumb a,
.classic-product .hc-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.classic-category .hc-breadcrumb i,
.classic-product .hc-breadcrumb i { font-size: .55rem; opacity: .55; }

/* Mevcut Bonsai kategori sayfasının yaratıcı hero düzeni */
.classic-category .creative-hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  background: var(--paper);
  text-align: center;
  overflow: hidden;
}
.classic-category .creative-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}
.classic-category .creative-hero h1 {
  margin: 0 0 20px;
  color: var(--secondary-color);
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: .95;
}
.classic-category .creative-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted-color);
  font-size: 1.08rem;
  line-height: 1.75;
}
.classic-category .shape-1 {
  position: absolute;
  width: 370px;
  height: 370px;
  top: -155px;
  left: -110px;
  border-radius: 50%;
  background: var(--template-accent);
  opacity: .1;
}
.classic-category .shape-2 {
  position: absolute;
  width: 470px;
  height: 470px;
  right: -145px;
  bottom: -220px;
  border-radius: 42% 58% 64% 36% / 44% 42% 58% 56%;
  background: var(--secondary-color);
  opacity: .07;
}
.category-tabs {
  position: sticky;
  top: var(--classic-header-height);
  z-index: 20;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: rgba(255, 253, 247, .96);
}
.category-tabs .classic-shell {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-block: 12px;
  overflow-x: auto;
}
.category-tabs a {
  flex: 0 0 auto;
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--secondary-color);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: none;
}
.category-tabs a:hover,
.category-tabs a[aria-current="page"] {
  background: var(--secondary-color);
  color: #fff;
}
.category-tabs a span { margin-left: 6px; opacity: .55; }
.classic-category .products-section {
  width: 100%;
  padding: 76px 0 90px;
  background: var(--product-bg);
}
.classic-section-heading {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}
.classic-section-heading > span {
  color: var(--template-accent);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.classic-section-heading h2 {
  margin: 10px 0 14px;
  color: var(--secondary-color);
  font-size: clamp(2.15rem, 4.5vw, 3.6rem);
  line-height: 1.05;
}
.classic-section-heading p {
  margin: 0;
  color: var(--muted-color);
  line-height: 1.7;
}
.classic-category .grid-layout,
.classic-product .related-products .grid-layout {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 52px 34px;
}
.classic-category .grid-layout > .product-card,
.classic-product .related-products .grid-layout > .product-card {
  grid-column: span 2;
}
.classic-category .grid-layout > .product-card:last-child:nth-child(3n + 1),
.classic-product .related-products .grid-layout > .product-card:last-child:nth-child(3n + 1) {
  grid-column: 3 / span 2;
}
.classic-category .grid-layout > .product-card:nth-last-child(2):nth-child(3n + 1),
.classic-product .related-products .grid-layout > .product-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}
.classic-category .grid-layout > .product-card:last-child:nth-child(3n + 2),
.classic-product .related-products .grid-layout > .product-card:last-child:nth-child(3n + 2) {
  grid-column: 4 / span 2;
}
.classic-category .category-grid { max-width: 1040px; margin-inline: auto; }
.classic-category .product-card,
.classic-product .related-products .product-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
.classic-category .product-card::before,
.classic-category .product-card::after,
.classic-product .related-products .product-card::before,
.classic-product .related-products .product-card::after { display: none; content: none; }
.classic-category .img-box,
.classic-product .related-products .img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 19px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--product-bg);
  box-shadow: 0 13px 32px rgba(18, 60, 45, .09);
}
.classic-category .img-box img,
.classic-product .related-products .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.classic-category .product-card:hover .img-box img,
.classic-product .related-products .product-card:hover .img-box img { transform: scale(1.07); }
.classic-category .hover-btn,
.classic-product .related-products .hover-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 11px 22px;
  border-radius: 999px;
  background: rgba(255, 253, 247, .95);
  color: var(--secondary-color);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(-50%, 25%);
  transition: opacity .25s ease, transform .25s ease;
}
.classic-category .product-card:hover .hover-btn,
.classic-product .related-products .product-card:hover .hover-btn {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.classic-category .card-badge,
.classic-product .related-products .card-badge {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--template-accent-soft);
  color: var(--secondary-color);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.classic-category .product-title,
.classic-product .related-products .product-title {
  margin: 0;
  color: var(--secondary-color);
  font-size: 1.35rem;
  font-weight: 750;
}
.classic-category .product-card-desc {
  max-width: 350px;
  margin: 10px auto 0;
  color: var(--muted-color);
  font-size: .88rem;
  line-height: 1.6;
}
.category-extra-info {
  padding: 90px 0;
  background: var(--paper);
}
.classic-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  gap: 75px;
  align-items: start;
}
.category-extra-info h2 {
  margin: 0 0 23px;
  color: var(--secondary-color);
  font-size: clamp(2.25rem, 4vw, 3.45rem);
  line-height: 1.08;
}
.category-extra-info p { color: var(--muted-color); line-height: 1.8; }
.selection-list {
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--template-accent);
  background: var(--template-accent-soft);
  list-style: none;
}
.selection-list li { padding: 20px 24px; border-bottom: 1px solid rgba(18,60,45,.12); }
.selection-list a { color: inherit; text-decoration: none; }
.selection-list strong { display: block; margin-bottom: 5px; color: var(--secondary-color); }
.selection-list span { color: var(--muted-color); font-size: .85rem; }
.classic-contact-wrap { padding: 0 0 80px; }

/* Mevcut Ficus Retusa ürün sayfasının iki sütunlu düzeni */
.classic-product { background: var(--product-bg); }
.classic-product .product-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 5% 80px;
}
.classic-product .product-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}
.classic-product .product-gallery {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.classic-product .product-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
}
.classic-product .main-image {
  width: 100%;
  margin: 0 0 15px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(18,60,45,.09);
}
.classic-product .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classic-product .thumbnail-list {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: safe center;
  gap: 15px;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.classic-product .thumbnail-list::-webkit-scrollbar { height: 6px; }
.classic-product .thumbnail-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--template-accent-soft);
}
.classic-product .thumb {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: var(--paper);
  cursor: pointer;
  overflow: hidden;
  transition: border-color .2s ease, transform .2s ease;
}
.classic-product .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.classic-product .thumb:hover,
.classic-product .thumb.active { border-color: var(--template-accent); }
.classic-product .thumb:hover { transform: translateY(-2px); }
.classic-product h1.product-title {
  max-width: 12ch;
  margin: 0;
  color: var(--secondary-color);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 7.4vw, 6.9rem);
  font-weight: 500 !important;
  font-variant-caps: normal;
  letter-spacing: -.055em;
  line-height: .94;
  text-transform: none !important;
  text-wrap: balance;
}
.classic-product .product-latin {
  margin: 12px 0 20px;
  color: var(--template-accent);
  font-family: Georgia, serif;
  font-size: 1.05rem;
}
.classic-product .product-desc {
  margin: 0 0 27px;
  color: #52645c;
  font-size: 1rem;
  line-height: 1.8;
}
.classic-product .care-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}
.classic-product .feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: var(--paper);
}
.classic-product .feature-icon {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 50%;
  background: var(--template-accent-soft);
  color: var(--template-accent);
}
.classic-product .feature-text { min-width: 0; }
.classic-product .feature-text h4 {
  margin: 0 0 3px;
  color: #78857f;
  font-family: inherit;
  font-size: .68rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.classic-product .feature-text p {
  margin: 0;
  color: var(--secondary-color);
  font-size: .84rem;
  font-weight: 800;
}
.contact-box {
  padding: 27px;
  border: 2px solid var(--template-accent-soft);
  border-radius: 12px;
  background: var(--paper);
  text-align: center;
  box-shadow: 0 10px 30px rgba(18,60,45,.04);
}
.contact-box h3 {
  margin: 0 0 8px;
  color: var(--secondary-color);
  font-size: 1.25rem;
}
.contact-box > p {
  margin: 0 0 18px;
  color: var(--muted-color);
  font-size: .87rem;
  line-height: 1.6;
}
.contact-buttons { display: flex; gap: 12px; }
.btn-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease;
}
.btn-large:hover { transform: translateY(-2px); }
.btn-wp { background: #238b4b; }
.btn-call { background: var(--secondary-color); }
.classic-warning {
  display: flex;
  gap: 14px;
  margin: 0 0 22px;
  padding: 18px;
  border-left: 4px solid #b57424;
  background: #fff1d8;
  color: #5a3e18;
}
.classic-warning i { margin-top: 4px; color: #b57424; font-size: 1.2rem; }
.classic-warning strong { display: block; margin-bottom: 4px; }
.classic-warning p { margin: 0; font-size: .84rem; line-height: 1.6; }
.classic-warning a { display: inline-block; margin-top: 6px; color: inherit; font-size: .75rem; font-weight: 800; }
.classic-product .product-extra-info {
  margin-top: 45px;
  padding: 32px;
  border: 1px solid var(--border-color);
  border-left: 5px solid var(--template-accent);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 8px 25px rgba(18,60,45,.045);
}
.classic-product .product-extra-info h2 {
  margin: 0 0 16px;
  color: var(--secondary-color);
  font-size: clamp(1.75rem, 3.5vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -.035em;
}
.classic-product .product-extra-info p,
.classic-product .product-extra-info li {
  color: #52645c;
  font-size: .96rem;
  line-height: 1.8;
}
.classic-product .product-extra-info ul { padding-left: 20px; }
.classic-product .product-extra-info strong { color: var(--secondary-color); }
.product-info-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-info-columns .product-extra-info { height: calc(100% - 40px); }
.classic-product .project-info { background: var(--template-accent-soft); }
.classic-faq-list { border-top: 1px solid var(--border-color); }
.classic-faq-list details { border-bottom: 1px solid var(--border-color); }
.classic-faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 19px 0;
  color: var(--secondary-color);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-weight: 750;
  list-style: none;
}
.classic-faq-list summary::-webkit-details-marker { display: none; }
.classic-faq-list details[open] summary i { transform: rotate(45deg); }
.classic-faq-list summary i { color: var(--template-accent); transition: transform .2s ease; }
.classic-faq-list details p { margin: -2px 0 20px; }
.related-products {
  margin-top: 50px;
  padding: 55px 45px;
  background: var(--paper);
}
.classic-product .related-products .grid-layout { max-width: 900px; margin-inline: auto; }
.classic-product .related-products .product-title { font-size: 1.05rem; }
.classic-product .related-products .img-box { background: var(--product-bg); }
.classic-category :focus-visible,
.classic-product :focus-visible {
  outline: 3px solid var(--gold-color);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .classic-info-grid { grid-template-columns: 1fr; gap: 42px; }
  .classic-category .grid-layout,
  .classic-product .related-products .grid-layout { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .classic-category .grid-layout > .product-card,
  .classic-product .related-products .grid-layout > .product-card { grid-column: span 2 !important; }
  .classic-category .grid-layout > .product-card:last-child:nth-child(odd),
  .classic-product .related-products .grid-layout > .product-card:last-child:nth-child(odd) { grid-column: 2 / span 2 !important; }
  .category-tabs { top: var(--classic-header-height); }
}

@media (max-width: 767px) {
  .classic-product .product-container { padding: 30px 5% 60px; }
  .classic-product .product-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .classic-product .main-image { aspect-ratio: auto; }
  .classic-product .main-image img { height: auto; object-fit: contain; }
  .classic-product h1.product-title {
    font-size: clamp(2.4rem, 11vw, 3.25rem);
    line-height: 1;
  }
  .classic-product .care-features { grid-template-columns: 1fr; }
  .classic-product .thumb {
    width: 70px;
    height: 70px;
    flex-basis: 70px;
  }
}

@media (max-width: 640px) {
  .classic-shell,
  .products-container,
  .product-container { width: min(100% - 28px, 1300px); }
  .classic-category .creative-hero { min-height: 340px; padding: 55px 18px; }
  .classic-category .creative-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .category-tabs .classic-shell { justify-content: flex-start; }
  .classic-category .products-section { padding: 58px 0 68px; }
  .classic-section-heading { margin-bottom: 32px; text-align: left; }
  .classic-category .grid-layout,
  .classic-product .related-products .grid-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 14px; }
  .classic-category .grid-layout > .product-card,
  .classic-product .related-products .grid-layout > .product-card { grid-column: auto !important; }
  .classic-category .grid-layout > .product-card:last-child:nth-child(odd),
  .classic-product .related-products .grid-layout > .product-card:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    width: calc(50% - 7px);
    justify-self: center;
  }
  .classic-category .product-title { font-size: 1rem; }
  .classic-category .product-card-desc { display: none; }
  .classic-category .hover-btn,
  .classic-product .related-products .hover-btn { display: none; }
  .classic-category .card-badge,
  .classic-product .related-products .card-badge { font-size: .58rem; }
  .classic-product .related-products .classic-section-heading h2 {
    font-size: clamp(2rem, 9.5vw, 2.65rem);
    line-height: 1.05;
  }
  .category-extra-info { padding: 65px 0; }
  .classic-info-grid { gap: 35px; }
  .product-info-columns { grid-template-columns: 1fr; }
  .contact-buttons { flex-direction: column; }
  .classic-product .product-extra-info { margin-top: 26px; padding: 24px 20px; }
  .product-info-columns { gap: 0; }
  .product-info-columns .product-extra-info { height: auto; }
  .related-products { padding: 42px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .classic-category *,
  .classic-product * { transition-duration: .01ms !important; }
}

:root {
  --hc-forest: #123c2d;
  --hc-deep: #09281e;
  --hc-leaf: #4f7c62;
  --hc-sage: #a9bca7;
  --hc-cream: #f5f0e5;
  --hc-paper: #fffdf7;
  --hc-gold: #c99b57;
  --hc-ink: #15342a;
  --hc-muted: #607068;
  --hc-line: rgba(18, 60, 45, .14);
  --hc-shadow: 0 20px 50px rgba(9, 40, 30, .11);
}

html { scroll-behavior: smooth; }
.hc-page { background: var(--hc-paper); color: var(--hc-ink); }
.hc-page main { overflow: hidden; }
.hc-page img { display: block; max-width: 100%; }
.hc-page h1, .hc-page h2, .hc-page h3 { font-family: Georgia, "Times New Roman", serif; color: var(--hc-deep); line-height: 1.08; text-wrap: balance; }
.hc-page p { line-height: 1.75; }
.hc-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hc-kicker { display: inline-block; margin-bottom: 15px; color: var(--hc-gold); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hc-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding-block: 24px; font-size: .82rem; color: var(--hc-muted); }
.hc-breadcrumb a { color: inherit; text-decoration: none; }
.hc-breadcrumb a:hover { color: var(--hc-forest); text-decoration: underline; }
.hc-breadcrumb i { font-size: .55rem; opacity: .65; }
.hc-hero { background: var(--hc-deep); color: #fff; position: relative; }
.hc-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 9% 17%, rgba(201,155,87,.18), transparent 30%), radial-gradient(circle at 85% 70%, rgba(169,188,167,.15), transparent 34%); pointer-events: none; }
.hc-hero .hc-shell { position: relative; z-index: 1; }
.hc-hero .hc-breadcrumb, .hc-hero .hc-breadcrumb a { color: rgba(255,255,255,.72); }
.hc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 70px; align-items: center; padding: 35px 0 75px; }
.hc-hero-copy h1 { margin: 0 0 20px; color: #fff; font-size: clamp(3.2rem, 7vw, 6.7rem); letter-spacing: -.055em; }
.hc-hero-sub .hc-hero-copy h1 { font-size: clamp(3rem, 6vw, 5.4rem); }
.hc-hero-copy > p { max-width: 690px; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.hc-hero-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 30px; }
.hc-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: .83rem; font-weight: 850; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.hc-button:hover { transform: translateY(-2px); }
.hc-button-gold { background: var(--hc-gold); color: var(--hc-deep); }
.hc-button-dark { background: var(--hc-forest); color: #fff; }
.hc-button-light { background: var(--hc-paper); color: var(--hc-deep); }
.hc-button-outline { border-color: rgba(255,255,255,.4); color: #fff; }
.hc-text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--hc-forest); font-weight: 800; text-decoration: none; }
.hc-text-link:hover { text-decoration: underline; }
.hc-text-link-light { color: #fff; }
.hc-hero-stats { display: flex; flex-wrap: wrap; gap: 38px; margin: 38px 0 0; }
.hc-hero-stats div { padding-left: 16px; border-left: 2px solid var(--hc-gold); }
.hc-hero-stats dt { color: #fff; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 800; }
.hc-hero-stats dd { margin: 4px 0 0; color: rgba(255,255,255,.65); font-size: .77rem; text-transform: uppercase; letter-spacing: .08em; }
.hc-hero-visual { margin: 0; position: relative; }
.hc-hero-visual::before { content: ""; position: absolute; width: 42%; height: 42%; right: -24px; top: -24px; border: 1px solid rgba(201,155,87,.52); border-radius: 50% 50% 12px 50%; }
.hc-hero-visual img { width: 100%; aspect-ratio: 4 / 4.7; object-fit: cover; border-radius: 49% 49% 18px 18px; box-shadow: 0 30px 70px rgba(0,0,0,.28); position: relative; }
.hc-hero-visual figcaption { position: absolute; left: -22px; bottom: 25px; padding: 13px 18px; background: var(--hc-paper); color: var(--hc-deep); border-radius: 4px; font-weight: 800; box-shadow: var(--hc-shadow); }
.hc-section { padding: 95px 0; }
.hc-section-paper { background: var(--hc-paper); }
.hc-section-cream { background: var(--hc-cream); }
.hc-section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.hc-section-heading h2 { margin: 0 0 18px; font-size: clamp(2.35rem, 4.7vw, 4rem); letter-spacing: -.04em; }
.hc-section-heading p { margin: 0; color: var(--hc-muted); font-size: 1.05rem; }
.hc-heading-left { margin-inline: 0; text-align: left; }
.hc-group-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hc-group-card { background: var(--hc-cream); border: 1px solid var(--hc-line); }
.hc-group-image { display: block; overflow: hidden; }
.hc-group-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .45s ease; }
.hc-group-card:hover .hc-group-image img { transform: scale(1.045); }
.hc-group-card-body { padding: 28px; }
.hc-group-card-body > span, .hc-card-group { color: var(--hc-leaf); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hc-group-card h2 { margin: 9px 0 14px; font-size: 2rem; }
.hc-group-card h2 a, .hc-product-card h3 a { color: inherit; text-decoration: none; }
.hc-group-card p { color: var(--hc-muted); }
.hc-group-card ul { display: grid; gap: 7px; margin: 22px 0 26px; padding: 0; list-style: none; }
.hc-group-card li a { color: var(--hc-forest); text-decoration: none; font-weight: 750; }
.hc-content-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 75px; align-items: start; }
.hc-content-grid h2 { margin: 0 0 24px; font-size: clamp(2.3rem, 4.5vw, 3.7rem); }
.hc-content-grid h3 { margin: 32px 0 10px; font-size: 1.45rem; }
.hc-content-grid p { color: var(--hc-muted); }
.hc-selection-guide { background: var(--hc-forest); color: #fff; }
.hc-selection-guide h2, .hc-selection-guide h3 { color: #fff; }
.hc-selection-guide p { color: rgba(255,255,255,.72); }
.hc-checklist { display: grid; gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.13); list-style: none; }
.hc-checklist li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 22px; background: rgba(9,40,30,.7); }
.hc-checklist li > span { color: var(--hc-gold); font-family: Georgia, serif; font-size: 1.45rem; }
.hc-checklist strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.15rem; color: #fff; }
.hc-checklist p { margin: 0; font-size: .92rem; }
.hc-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.hc-product-card { display: flex; flex-direction: column; min-width: 0; background: var(--hc-paper); border: 1px solid var(--hc-line); box-shadow: 0 8px 24px rgba(9,40,30,.05); }
.hc-product-image { display: block; position: relative; overflow: hidden; background: var(--hc-cream); }
.hc-product-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .45s ease; }
.hc-product-card:hover .hc-product-image img { transform: scale(1.045); }
.hc-product-image > span { position: absolute; right: 12px; bottom: 12px; padding: 8px 11px; border-radius: 999px; background: rgba(9,40,30,.88); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .04em; }
.hc-product-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.hc-product-card h3 { margin: 8px 0 12px; font-size: 1.55rem; }
.hc-product-card-body > p:not(.hc-card-group) { margin: 0; color: var(--hc-muted); font-size: .93rem; }
.hc-mini-facts { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 18px 0; padding: 0; list-style: none; font-size: .76rem; color: var(--hc-leaf); }
.hc-mini-facts li { display: flex; gap: 7px; align-items: center; }
.hc-product-card .hc-text-link { margin-top: auto; padding-top: 5px; font-size: .82rem; }
.hc-cta { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; margin: 70px 0; padding: 48px; background: var(--hc-deep); color: #fff; box-shadow: var(--hc-shadow); }
.hc-cta h2 { margin: 0 0 12px; max-width: 690px; color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); }
.hc-cta p { margin: 0; max-width: 660px; color: rgba(255,255,255,.72); }
.hc-cta-actions { display: grid; gap: 12px; min-width: 250px; }
.hc-subnav { position: sticky; top: 78px; z-index: 20; background: var(--hc-paper); border-bottom: 1px solid var(--hc-line); box-shadow: 0 8px 24px rgba(9,40,30,.06); }
.hc-subnav .hc-shell, .hc-on-page .hc-shell { display: flex; gap: 10px; overflow-x: auto; padding-block: 13px; }
.hc-subnav a, .hc-on-page a { flex: 0 0 auto; padding: 10px 16px; border-radius: 999px; color: var(--hc-forest); font-size: .8rem; font-weight: 800; text-decoration: none; }
.hc-subnav a span { margin-left: 6px; opacity: .55; }
.hc-subnav a[aria-current="page"], .hc-subnav a:hover, .hc-on-page a:hover { background: var(--hc-forest); color: #fff; }
.hc-info-panel { padding: 34px; background: var(--hc-cream); border-top: 4px solid var(--hc-gold); }
.hc-info-panel h3 { margin-top: 0; }
.hc-info-panel ul { display: grid; gap: 12px; padding-left: 20px; color: var(--hc-muted); }
.hc-info-panel dl { margin: 26px 0 0; border-top: 1px solid var(--hc-line); }
.hc-info-panel dl div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--hc-line); }
.hc-info-panel dt { color: var(--hc-muted); font-size: .8rem; }
.hc-info-panel dd { margin: 0; font-weight: 750; }
.hc-product-page > .hc-breadcrumb, .hc-product-page main > .hc-shell:first-child { background: var(--hc-paper); }
.hc-product-hero { padding: 18px 0 78px; background: var(--hc-paper); }
.hc-product-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 70px; align-items: center; }
.hc-product-main-image { margin: 0; position: relative; background: var(--hc-cream); }
.hc-product-main-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hc-product-main-image figcaption { padding: 10px 12px; color: var(--hc-muted); font-size: .72rem; }
.hc-product-main-image figcaption a { color: inherit; }
.hc-product-summary h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.25rem); letter-spacing: -.055em; }
.hc-latin { margin: 12px 0 22px; color: var(--hc-leaf); font-family: Georgia, serif; font-size: 1.15rem; }
.hc-lead { margin: 0 0 30px; color: var(--hc-muted); font-size: 1.08rem; }
.hc-fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.hc-fact-grid > div { display: grid; grid-template-columns: 34px 1fr; padding: 17px; background: var(--hc-cream); border: 1px solid var(--hc-line); }
.hc-fact-grid i { grid-row: 1 / 3; align-self: center; color: var(--hc-leaf); }
.hc-fact-grid span { color: var(--hc-muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.hc-fact-grid strong { font-size: .88rem; }
.hc-warning { display: flex; gap: 16px; margin-top: 20px; padding: 20px; background: #fff4dc; border-left: 4px solid #c77b16; color: #573a13; }
.hc-warning i { margin-top: 4px; color: #c77b16; font-size: 1.3rem; }
.hc-warning strong { display: block; margin-bottom: 5px; }
.hc-warning p { margin: 0; font-size: .88rem; }
.hc-warning a { display: inline-block; margin-top: 7px; color: inherit; font-size: .78rem; font-weight: 800; }
.hc-quick-contact { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--hc-line); }
.hc-quick-contact span { display: block; color: var(--hc-muted); font-size: .75rem; }
.hc-quick-contact strong { display: block; margin-top: 4px; font-family: Georgia, serif; font-size: 1.25rem; }
.hc-on-page { position: sticky; top: 78px; z-index: 20; background: var(--hc-deep); }
.hc-on-page a { color: rgba(255,255,255,.78); }
.hc-on-page a:hover { background: rgba(255,255,255,.1); }
.hc-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hc-steps > div { padding: 30px; background: var(--hc-paper); border-top: 3px solid var(--hc-leaf); }
.hc-steps > div > span { color: var(--hc-gold); font-family: Georgia, serif; font-size: 1.8rem; }
.hc-steps h3 { margin: 32px 0 12px; font-size: 1.45rem; }
.hc-steps p { margin: 0; color: var(--hc-muted); font-size: .93rem; }
.hc-note { padding: 38px; background: var(--hc-forest); color: #fff; }
.hc-note i { color: var(--hc-gold); font-size: 2rem; }
.hc-note h3 { color: #fff; }
.hc-note p { color: rgba(255,255,255,.74); }
.hc-project-section { background: #dfe8de; }
.hc-decision-card { padding: 34px; background: var(--hc-paper); box-shadow: var(--hc-shadow); }
.hc-decision-card h3 { margin-top: 0; }
.hc-decision-card ul { margin: 0 0 22px; padding: 0; list-style: none; }
.hc-decision-card li { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--hc-line); }
.hc-decision-card li span { color: var(--hc-muted); font-size: .8rem; }
.hc-faq-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 60px; align-items: start; }
.hc-faq-list { border-top: 1px solid var(--hc-line); }
.hc-faq-list details { border-bottom: 1px solid var(--hc-line); }
.hc-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--hc-deep); font-family: Georgia, serif; font-size: 1.18rem; font-weight: 750; list-style: none; }
.hc-faq-list summary::-webkit-details-marker { display: none; }
.hc-faq-list details[open] summary i { transform: rotate(45deg); }
.hc-faq-list summary i { color: var(--hc-leaf); transition: transform .2s ease; }
.hc-faq-list details p { margin: -4px 0 24px; color: var(--hc-muted); }
.hc-related-grid { grid-template-columns: repeat(3, 1fr); }
.hc-hero-compact { padding-bottom: 65px; }
.hc-hero-compact h1 { margin: 0 0 14px; color: #fff; font-size: clamp(3rem, 6vw, 5rem); }
.hc-hero-compact p { max-width: 700px; color: rgba(255,255,255,.75); }
.hc-attribution-list { display: grid; gap: 18px; }
.hc-attribution { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; padding: 20px; background: var(--hc-paper); border: 1px solid var(--hc-line); }
.hc-attribution img { width: 150px; height: 120px; object-fit: cover; }
.hc-attribution h2 { margin: 0 0 10px; font-size: 1.25rem; overflow-wrap: anywhere; }
.hc-attribution p { margin: 3px 0; color: var(--hc-muted); font-size: .85rem; }
.hc-attribution .hc-text-link { margin-top: 9px; font-size: .82rem; }
.hc-page :focus-visible { outline: 3px solid var(--hc-gold); outline-offset: 3px; }

@media (max-width: 980px) {
  .hc-hero-grid, .hc-product-hero-grid, .hc-content-grid, .hc-faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .hc-hero-visual { max-width: 620px; }
  .hc-group-grid, .hc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-cta { grid-template-columns: 1fr; }
  .hc-cta-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hc-subnav, .hc-on-page { top: 70px; }
}

@media (max-width: 680px) {
  .hc-shell { width: min(100% - 28px, 1180px); }
  .hc-breadcrumb { padding-block: 18px; }
  .hc-hero-grid { padding: 15px 0 55px; }
  .hc-hero-copy h1, .hc-product-summary h1 { font-size: clamp(2.65rem, 14vw, 4.25rem); }
  .hc-hero-visual figcaption { left: 10px; bottom: 10px; }
  .hc-section { padding: 68px 0; }
  .hc-section-heading { margin-bottom: 32px; text-align: left; }
  .hc-group-grid, .hc-product-grid, .hc-related-grid, .hc-steps { grid-template-columns: 1fr; }
  .hc-group-card-body, .hc-product-card-body { padding: 22px; }
  .hc-cta { margin: 45px 0; padding: 30px 22px; }
  .hc-cta-actions { grid-template-columns: 1fr; min-width: 0; }
  .hc-product-hero { padding-bottom: 50px; }
  .hc-fact-grid { grid-template-columns: 1fr; }
  .hc-quick-contact { align-items: stretch; flex-direction: column; }
  .hc-quick-contact .hc-button { width: 100%; }
  .hc-info-panel, .hc-note, .hc-decision-card { padding: 26px 22px; }
  .hc-attribution { grid-template-columns: 1fr; }
  .hc-attribution img { width: 100%; height: 210px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hc-page *, .hc-page *::before, .hc-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}