:root {
  --cream: #f7f4e9;
  --cream-light: #fbfaf4;
  --teal: #174f57;
  --teal-dark: #0d4850;
  --blue: #a9c3ce;
  --sage: #b7c9bb;
  --yellow: #e4aa2e;
  --ink: #102d32;
  --line: #91aeb3;
  --content: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
a { color: inherit; }

h1,h2,h3 { font-family: Georgia, 'Times New Roman', serif; color: var(--teal); }
h1 { margin: 0 0 24px; font-size: clamp(52px, 4.55vw, 66px); line-height: .99; letter-spacing: -2.5px; max-width: 700px; }
h2 { margin: 0 0 20px; font-size: 34px; line-height: 1.1; letter-spacing: -.7px; text-align: center; }
h3 { margin: 0 0 7px; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0; left: 0; right: 0;
  max-width: var(--content);
  margin: 0 auto;
  padding: 28px 4.6vw 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.brand { color: var(--teal); text-decoration: none; display: inline-flex; flex-direction: column; }
.brand-main { font-family: Georgia, 'Times New Roman', serif; font-size: 43px; line-height: .9; letter-spacing: -1.8px; }
.brand-rule { display: flex; align-items: center; gap: 10px; margin-top: 9px; }
.brand-rule i { display: block; width: 37px; height: 1px; background: currentColor; }
.brand-rule b { font-size: 13px; font-weight: 500; letter-spacing: 6px; }
.nav { display: flex; gap: 38px; padding-top: 12px; }
.nav a { text-decoration: none; font-size: 15px; padding-bottom: 7px; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a.active { border-color: var(--teal); }

.hero {
  min-height: 690px;
  max-width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 47% 53%;
  background: var(--cream);
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; padding: 150px 35px 65px 4.6vw; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-copy p { max-width: 465px; margin: 0 0 30px; font-size: 20px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; align-self: flex-start; min-height: 54px; padding: 0 31px; color: #fff; background: var(--teal); text-decoration: none; font-size: 16px; letter-spacing: .5px; }
.button:hover { background: var(--teal-dark); }
.hero-art { position: relative; min-width: 0; padding-top: 0; }
.hero-art img { position: absolute; top: 0; right: 0; display: block; width: auto; max-width: none; height: 100%; object-fit: contain; object-position: right bottom; }

.section-cream { background: var(--cream-light); }
.offerings { padding: 30px 7vw 34px; }
.offer-grid { width: min(760px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; gap: 38px; }
.offer, .principle, .step { display: flex; align-items: center; gap: 20px; }
.offer h3 { font-size: 23px; }
.offer p, .principle p, .step p { margin: 0; font-size: 16px; line-height: 1.4; }
.offer p { max-width: 220px; }
.rule { width: 1px; height: 92px; background: var(--line); display: block; }
.round-icon { width: 76px; height: 76px; flex: 0 0 76px; border-radius: 50%; display: grid; place-items: center; color: var(--teal); font-family: Georgia, serif; font-size: 35px; }
.home-icon, .blue-icon { background: var(--blue); }
.pet-icon, .sage-icon { background: var(--sage); }
.yellow-icon { background: var(--yellow); }
.home-icon { font-size: 48px; }
.pet-icon { font-size: 50px; transform: rotate(-10deg); }

.principles {
  max-width: var(--content);
  margin: 0 auto;
  padding: 32px 5vw;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  gap: 28px;
  background: #dce7e8;
}
.principle h3 { font-size: 20px; line-height: 1.08; }
.principle p { max-width: 195px; font-size: 14px; }
.principles .rule { height: 96px; background: #a4bcc1; }

.process { padding: 18px 6vw 28px; }
.process h2 { margin-bottom: 12px; }
.process-grid { width: min(900px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1fr 45px 1fr 45px 1fr; align-items: center; }
.step-number { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 27px; color: var(--ink); }
.step h3 { font-size: 20px; line-height: 1.1; }
.step p { max-width: 190px; }
.arrow { color: #4e8c98; font-size: 33px; text-align: center; }

.product-strip { width: 100%; height: 130px; overflow: hidden; background: #a9beb0; }
.product-strip img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.contact { width: 100%; min-height: 175px; overflow: hidden; background: var(--cream-light); }
.contact-visual-link { display: block; width: 100%; line-height: 0; }
.contact-illustration { display: block; width: 100%; height: auto; min-height: 175px; object-fit: cover; object-position: center; }
.contact-visual-link:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; }

.footer {
  min-height: 155px;
  max-width: var(--content);
  margin: 0 auto;
  padding: 26px 6vw;
  background: var(--teal-dark);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  gap: 30px;
}
.footer .brand { color: #fff; }
.footer .brand-main { font-size: 38px; }
.footer-company { min-width: 0; border-left: 1px solid rgba(255,255,255,.55); padding-left: 30px; display: flex; flex-direction: column; gap: 5px; font-size: 14px; line-height: 1.25; }
.footer-company strong { font-family: Georgia, serif; font-size: 17px; font-weight: normal; }
.footer-company a { text-decoration: none; }

@media (max-width: 980px) {
  .site-header { padding-left: 5vw; padding-right: 5vw; }
  .nav { gap: 20px; }
  .hero { grid-template-columns: 46% 54%; min-height: 650px; }
  .hero-copy { padding-top: 155px; }
  h1 { font-size: clamp(43px, 6vw, 62px); }
  .hero-copy p { font-size: 18px; }
  .hero-art { padding-top: 0; }
  .hero-art img { width: auto; height: 100%; }
  .principles { gap: 18px; padding-left: 4vw; padding-right: 4vw; }
  .principle { gap: 13px; }
  .round-icon { width: 66px; height: 66px; flex-basis: 66px; }
  .footer { padding-left: 5vw; padding-right: 5vw; gap: 20px; }
}

@media (max-width: 720px) {
  .site-header { position: relative; padding: 20px 6vw 15px; align-items: center; background: var(--cream); }
  .brand-main { font-size: 35px; }
  .brand-rule { margin-top: 7px; }
  .brand-rule b { font-size: 11px; }
  .nav { gap: 12px; padding-top: 0; }
  .nav a { font-size: 12px; }

  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy { padding: 46px 7vw 28px; }
  h1 { font-size: 46px; max-width: 620px; }
  .hero-copy p { font-size: 17px; max-width: 430px; }
  .hero-art { position: relative; padding-top: 0; }
  .hero-art img { position: static; width: 100%; max-width: none; height: auto; max-height: none; object-fit: contain; }

  .offerings { padding: 31px 7vw; }
  .offer-grid { grid-template-columns: 1fr; gap: 20px; }
  .offer { justify-content: center; }
  .offer-grid .rule { width: 100%; height: 1px; }

  .principles { grid-template-columns: 1fr; padding: 28px 7vw; gap: 18px; }
  .principles .rule { width: 100%; height: 1px; }
  .principle { justify-content: center; }

  .process { padding: 27px 7vw; }
  .process-grid { grid-template-columns: 1fr; gap: 15px; }
  .step { justify-content: center; }
  .arrow { transform: rotate(90deg); }

  .product-strip { height: 105px; }
  .product-strip img { object-fit: cover; }

  .contact { min-height: 0; }
  .contact-illustration { width: 100%; height: auto; min-height: 0; object-fit: contain; }

  .footer { grid-template-columns: 1fr; padding: 30px 7vw; gap: 20px; }
  .footer-company { border-left: 0; border-top: 1px solid rgba(255,255,255,.4); padding: 20px 0 0; }
}

@media (max-width: 480px) {
  .site-header { align-items: flex-start; }
  .nav { display: grid; grid-template-columns: repeat(2, auto); gap: 7px 12px; }
  h1 { font-size: 42px; letter-spacing: -1.8px; }
  h2 { font-size: 30px; }
  .hero-copy { padding-top: 35px; }
  .hero-art img { width: 100%; }
  .offer { justify-content: flex-start; }
  .principle { justify-content: flex-start; }
  .step { justify-content: flex-start; }
  .contact-illustration { width: 100%; height: auto; }
}
