@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root { color: #20302a; background: #fbfaf6; font-family: "DM Sans", Arial, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: radial-gradient(circle at 12% 0%, rgba(23, 132, 75, .11), transparent 23rem), #fbfaf6; }
a { color: inherit; text-decoration: none; }
.catalog-header, main, footer { width: min(1160px, calc(100% - 36px)); margin-inline: auto; }
.catalog-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: flex; gap: 9px; align-items: center; font-family: "Fraunces", Georgia, serif; font-size: 25px; }
.brand span { display: grid; width: 34px; height: 34px; color: white; border-radius: 12px; place-items: center; background: #17844b; font-size: 19px; }
.catalog-header small { color: #718079; font-size: 11px; font-weight: 700; }
.catalog-hero { max-width: 760px; padding: 72px 0 32px; }
.eyebrow { margin: 0; color: #17844b; letter-spacing: 1.7px; font-size: 11px; font-weight: 700; }
h1, h2 { font-family: "Fraunces", Georgia, serif; }
h1 { margin: 14px 0; letter-spacing: -3px; font-size: clamp(47px, 7vw, 74px); line-height: .98; }
.catalog-hero > p:last-child { max-width: 640px; margin: 0; color: #697770; font-size: 17px; line-height: 1.65; }
.featured-card { position: relative; display: grid; min-height: 370px; overflow: hidden; border-radius: 28px; grid-template-columns: 1.08fr .92fr; background: #173d30; box-shadow: 0 24px 52px rgba(24, 48, 39, .2); }
.featured-copy { display: flex; z-index: 2; align-items: start; justify-content: center; flex-direction: column; padding: 42px; color: white; }
.badge { display: inline-flex; width: fit-content; border-radius: 999px; padding: 7px 10px; color: #174e35; background: #f3d758; letter-spacing: 1px; font-size: 9px; font-weight: 700; }
.featured-copy h2 { max-width: 520px; margin: 14px 0 9px; letter-spacing: -2px; font-size: 42px; line-height: 1; }
.featured-copy p { max-width: 490px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.featured-image { min-height: 320px; background-position: center; background-size: cover; }
.choose-button { display: inline-flex; margin-top: 22px; border-radius: 13px; padding: 12px 15px; color: #174e35; background: white; font-size: 12px; font-weight: 700; }
.models-section { padding: 72px 0 18px; }
.models-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.models-heading h2 { margin: 8px 0 0; letter-spacing: -1px; font-size: 34px; }
.models-heading > span { color: #718079; font-size: 11px; font-weight: 700; }
.models-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.model-card { overflow: hidden; border: 1px solid rgba(32, 48, 42, .1); border-radius: 20px; background: white; box-shadow: 0 12px 28px rgba(32, 48, 42, .07); transition: 180ms ease; }
.model-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(32, 48, 42, .11); }
.model-image { position: relative; height: 186px; background-position: center; background-size: cover; }
.model-image .badge { position: absolute; top: 12px; left: 12px; }
.model-copy { padding: 16px; }
.model-copy small { color: #17844b; font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.model-copy h3 { margin: 7px 0 6px; font-size: 17px; }
.model-copy p { min-height: 52px; margin: 0; color: #718079; font-size: 11px; line-height: 1.55; }
.model-copy strong { display: inline-flex; margin-top: 12px; color: #147143; font-size: 11px; }
.catalog-assurance { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); padding: 58px 0; }
.catalog-assurance article { border: 1px solid rgba(32,48,42,.1); border-radius: 16px; background: rgba(255,255,255,.65); padding: 18px; }
.catalog-assurance strong { font-size: 13px; }
.catalog-assurance p { margin: 7px 0 0; color: #718079; font-size: 11px; line-height: 1.5; }
footer { border-top: 1px solid rgba(32,48,42,.1); padding: 25px 0 35px; text-align: center; }
footer strong { font-family: "Fraunces", Georgia, serif; font-size: 22px; }
footer p { color: #718079; font-size: 11px; }
footer nav { display: flex; flex-wrap: wrap; gap: 9px 16px; justify-content: center; color: #597068; font-size: 10px; font-weight: 700; }
.catalog-error { border-radius: 16px; padding: 18px; color: #8b3268; background: #f8e9f3; font-size: 13px; }
@media (max-width: 820px) {
  .catalog-header, main, footer { width: min(100% - 26px, 590px); }
  .catalog-header { padding: 15px 0; }
  .catalog-header small { max-width: 130px; text-align: right; }
  .catalog-hero { padding: 51px 0 23px; text-align: center; }
  h1 { letter-spacing: -2px; }
  .catalog-hero > p:last-child { font-size: 14px; }
  .featured-card { display: flex; min-height: 510px; flex-direction: column-reverse; border-radius: 23px; }
  .featured-copy { align-items: center; padding: 24px 20px 27px; text-align: center; }
  .featured-copy h2 { font-size: 34px; }
  .featured-copy p { font-size: 12px; }
  .featured-image { min-height: 270px; }
  .models-section { padding-top: 47px; }
  .models-heading { align-items: start; flex-direction: column; gap: 6px; }
  .models-heading h2 { font-size: 30px; }
  .models-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .model-image { height: 135px; }
  .model-copy { padding: 12px; }
  .model-copy h3 { min-height: 38px; font-size: 14px; }
  .model-copy p { min-height: 68px; font-size: 10px; }
  .catalog-assurance { display: block; padding: 42px 0; }
  .catalog-assurance article + article { margin-top: 9px; }
}
