:root {
  --tld-ink: #1d1b19;
  --tld-muted: #665f58;
  --tld-cream: #f6f0e5;
  --tld-gold: #a77c37;
  --tld-green: #23483d;
  --tld-line: #e2d8c7;
}

.tld-fr-guide-page #content {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.tld-fr-native-hidden { display: none !important; }
.tld-fr-guide-page .breadcrumb { margin-bottom: 22px; }
.tld-fr-hub,
.tld-fr-topic-page,
.tld-fr-article-shell { color: var(--tld-ink); text-align: left; }

.tld-fr-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  min-height: 430px;
  overflow: hidden;
  background: var(--tld-green);
  border-radius: 4px;
  box-shadow: 0 18px 55px rgba(24, 33, 28, .14);
}

.tld-fr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(255,255,255,.1), transparent 34%), linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.035) 48% 50%, transparent 50%);
  pointer-events: none;
}

.tld-fr-hero__copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 58px 56px;
  color: #fff;
}

.tld-fr-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: #ead5a5 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tld-fr-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
  text-transform: none;
}

.tld-fr-hero p {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.83);
  font-size: 17px;
  line-height: 1.75;
}

.tld-fr-hero__visual { min-height: 430px; background: #efe8da; }
.tld-fr-hero__visual img { width: 100%; height: 100%; min-height: 430px; object-fit: contain; padding: 30px; mix-blend-mode: multiply; }
.tld-fr-hero--compact { min-height: 350px; }
.tld-fr-hero--compact .tld-fr-hero__visual,
.tld-fr-hero--compact .tld-fr-hero__visual img { min-height: 350px; }
.tld-fr-hero--compact h1 { font-size: clamp(34px, 4vw, 54px); }

.tld-fr-section-head { max-width: 790px; margin: 76px auto 38px; text-align: center; }
.tld-fr-section-head span { color: var(--tld-gold); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.tld-fr-section-head h2 { margin: 12px 0 14px; font-family: Georgia, serif; font-size: clamp(30px, 4vw, 44px); font-weight: 400; line-height: 1.15; text-transform: none; }
.tld-fr-section-head p { color: var(--tld-muted); font-size: 16px; line-height: 1.75; }

.tld-fr-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-bottom: 70px; }
.tld-fr-topic-card,
.tld-fr-article-card { display: grid; overflow: hidden; color: var(--tld-ink) !important; background: #fff; border: 1px solid var(--tld-line); border-radius: 3px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.tld-fr-topic-card { grid-template-columns: 42% 58%; min-height: 285px; }
.tld-fr-topic-card:hover,
.tld-fr-article-card:hover { transform: translateY(-4px); border-color: #cab998; box-shadow: 0 16px 40px rgba(43, 37, 29, .11); text-decoration: none; }
.tld-fr-topic-card__image,
.tld-fr-article-card__image { position: relative; overflow: hidden; background: var(--tld-cream); }
.tld-fr-topic-card__image img,
.tld-fr-article-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; transition: transform .35s ease; mix-blend-mode: multiply; }
.tld-fr-topic-card:hover img,
.tld-fr-article-card:hover img { transform: scale(1.035); }
.tld-fr-topic-card__image span,
.tld-fr-article-card__image span { position: absolute; top: 16px; left: 16px; padding: 7px 9px; color: #fff; background: rgba(35,72,61,.9); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tld-fr-topic-card__body { align-self: center; padding: 32px; }
.tld-fr-topic-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.2; text-transform: none; }
.tld-fr-topic-card p,
.tld-fr-article-card p { color: var(--tld-muted); line-height: 1.65; }
.tld-fr-topic-card strong,
.tld-fr-article-card strong { display: inline-block; margin-top: 8px; color: var(--tld-green); font-size: 13px; letter-spacing: .035em; }

.tld-fr-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 25px 0 36px; color: #8b8379; font-size: 13px; }
.tld-fr-breadcrumb a { color: var(--tld-green); font-weight: 700; }
.tld-fr-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin-bottom: 70px; }
.tld-fr-article-card { grid-template-rows: 230px 1fr; }
.tld-fr-article-card__body { padding: 26px 25px 28px; }
.tld-fr-article-card h2 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; line-height: 1.28; text-transform: none; }

.tld-fr-article-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 42px; align-items: start; }
.tld-fr-toc { position: sticky; top: 24px; padding: 24px; background: var(--tld-cream); border-top: 3px solid var(--tld-gold); }
.tld-fr-toc > strong { display: block; margin-bottom: 15px; color: var(--tld-green); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.tld-fr-toc ol { margin: 0; padding-left: 18px; }
.tld-fr-toc li { margin: 0 0 10px; color: #8c7958; font-size: 12px; line-height: 1.4; }
.tld-fr-toc a { color: #524c45; }

.tld-fr-article-body { min-width: 0; padding: 42px 48px; background: #fff; border: 1px solid var(--tld-line); box-shadow: 0 12px 35px rgba(48, 40, 28, .06); }
.tld-fr-guide { color: #35312d; font-size: 16px; line-height: 1.78; text-align: left; }
.tld-fr-guide .tld-fr-intro { margin: 0 0 30px; padding: 23px 25px; color: #394f47; background: #edf3ef; border-left: 4px solid var(--tld-green); font-size: 17px; }
.tld-fr-guide h2 { margin: 44px 0 16px; color: var(--tld-ink); font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.25; text-transform: none; scroll-margin-top: 25px; }
.tld-fr-guide h2:first-of-type { margin-top: 20px; }
.tld-fr-guide p { margin: 0 0 18px; }
.tld-fr-guide ul,
.tld-fr-guide ol { margin: 0 0 25px; padding-left: 25px; }
.tld-fr-guide li { margin-bottom: 10px; }
.tld-fr-guide table { display: table; width: 100%; margin: 22px 0 34px; border-collapse: collapse; font-size: 14px; }
.tld-fr-guide th { padding: 14px; color: #fff; background: var(--tld-green); border: 1px solid var(--tld-green); text-align: left; }
.tld-fr-guide td { padding: 14px; border: 1px solid var(--tld-line); vertical-align: top; }
.tld-fr-guide tbody tr:nth-child(even) { background: #faf7f1; }
.tld-fr-guide a { color: #7d5c24; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.tld-fr-guide h3 { margin: 26px 0 10px; color: var(--tld-green); font-family: Georgia, serif; font-size: 21px; font-weight: 400; line-height: 1.35; }
.tld-fr-decision { margin: 0 0 18px; padding: 22px 24px; background: #fbf8f2; border-left: 3px solid #cfb47c; }
.tld-fr-decision h3 { margin-top: 0; }
.tld-fr-decision p:last-child { margin-bottom: 0; }
.tld-fr-formula { margin: 22px 0 26px; padding: 26px 28px; background: #eef4f1; border: 1px solid #cdded7; }
.tld-fr-formula h3 { margin-top: 0; }
.tld-fr-formula__line { padding: 16px 18px; color: #fff; background: var(--tld-green); font-family: Georgia, serif; font-size: 19px; text-align: center; }
.tld-fr-product-case { display: grid; grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); gap: 30px; align-items: center; margin: 24px 0 36px; padding: 24px; background: #fffdf9; border: 1px solid var(--tld-line); }
.tld-fr-product-case > a { display: block; background: var(--tld-cream); }
.tld-fr-product-case img { display: block; width: 100%; max-height: 390px; object-fit: contain; padding: 16px; mix-blend-mode: multiply; }
.tld-fr-product-case figcaption h3 { margin-top: 0; }
.tld-fr-product-case figcaption p:last-child { margin-bottom: 0; }
.tld-fr-errors li::marker { color: #9e4a3d; }
.tld-fr-checklist { padding: 22px 28px 15px 46px !important; background: #f3f6f2; border: 1px solid #d8e2d9; }
.tld-fr-checklist li::marker { color: var(--tld-green); }
.tld-fr-note { margin-top: 30px !important; padding: 20px 22px; background: var(--tld-cream); border-left: 3px solid var(--tld-gold); }

.tld-fr-cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin: 50px 0 75px 302px; padding: 32px 36px; color: #fff; background: var(--tld-green); }
.tld-fr-cta span { color: #e5ca91; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tld-fr-cta h2 { margin: 8px 0 0; color: #fff; font-family: Georgia, serif; font-size: 25px; font-weight: 400; text-transform: none; }
.tld-fr-cta a { flex: 0 0 auto; padding: 13px 18px; color: var(--tld-green); background: #fff; font-weight: 700; }

@media (max-width: 991px) {
  .tld-fr-hero { grid-template-columns: 1fr; }
  .tld-fr-hero__visual { min-height: 310px; max-height: 420px; }
  .tld-fr-hero__visual img { min-height: 310px; max-height: 420px; }
  .tld-fr-topic-grid { grid-template-columns: 1fr; }
  .tld-fr-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tld-fr-article-layout { grid-template-columns: 1fr; }
  .tld-fr-toc { position: static; }
  .tld-fr-cta { margin-left: 0; }
}

@media (max-width: 767px) {
  .tld-fr-guide-page #content { padding-left: 14px; padding-right: 14px; }
  .tld-fr-hero__copy { padding: 40px 28px; }
  .tld-fr-hero h1 { font-size: 38px; }
  .tld-fr-hero p { font-size: 15px; }
  .tld-fr-topic-card { grid-template-columns: 1fr; }
  .tld-fr-topic-card__image { min-height: 260px; }
  .tld-fr-article-grid { grid-template-columns: 1fr; }
  .tld-fr-article-body { padding: 28px 20px; }
  .tld-fr-guide { font-size: 15px; }
  .tld-fr-guide h2 { font-size: 24px; }
  .tld-fr-guide table { display: block; overflow-x: auto; }
  .tld-fr-product-case { grid-template-columns: 1fr; padding: 18px; }
  .tld-fr-formula { padding: 20px; }
  .tld-fr-formula__line { font-size: 17px; }
  .tld-fr-cta { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
}
