@import "tailwindcss";

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #111; background: #fff; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.site { width: 100%; overflow: hidden; }
.wordmark { width: min(1080px, 94vw); min-height: 105px; margin: 0 auto; display: flex; align-items: center; justify-content: center; position: relative; }
.wordmark > a { color: #11111b; text-decoration: none; text-align: center; font-family: "Arial Rounded MT Bold", "Arial Rounded MT", Arial, sans-serif; font-size: clamp(42px, 6.1vw, 84px); letter-spacing: -.045em; line-height: 1; font-weight: 400; }
.header-logo { position: absolute; right: -45px; top: 12px; width: 92px; height: 72px; object-fit: contain; background: white; border-radius: 4px; }
.slider { width: min(960px, 92vw); height: clamp(250px, 30vw, 380px); margin: 0 auto; position: relative; overflow: hidden; background: #eee; }
.slider > img { object-fit: cover; }
.slide-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px; color: white; background: rgba(0,0,0,.58); text-align: center; font-size: 16px; }
.slide-arrow { position: absolute; z-index: 2; top: 42%; width: 40px; height: 64px; border: 0; background: rgba(0,0,0,.24); color: white; font-size: 42px; cursor: pointer; opacity: 0; transition: opacity .2s; }
.slider:hover .slide-arrow, .slide-arrow:focus-visible { opacity: 1; }
.slide-arrow.left { left: 0; } .slide-arrow.right { right: 0; }
.dots { position: absolute; z-index: 3; bottom: 5px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.dots button { width: 7px; height: 7px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; }
.dots button.active { background: white; }
.availability { min-height: 112px; padding: 10px 20px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #32d900; text-align: center; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.55; }
nav { min-height: 70px; border: 1px solid #222; display: flex; justify-content: center; align-items: center; gap: 34px; padding: 18px; }
nav a { color: #2e2e2e; text-decoration: none; font-size: 16px; white-space: nowrap; }
nav a.active { color: #cf6868; }
.mobile-menu { display: none; }
.page-content { min-height: 200px; border-bottom: 1px solid #888; }
.home-copy, .legal-copy { width: min(960px, 90vw); margin: 0 auto; padding: 20px 0 34px; font-size: 16px; line-height: 1.46; }
.home-copy h1 { margin: 0 0 18px; font-size: 16px; font-weight: 700; font-style: italic; }
.home-copy p { margin: 2px 0; }
.contact-footer { min-height: 285px; padding: 30px max(5vw, calc((100vw - 960px) / 2)); background: #98cef0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; text-align: center; }
.contact-footer section { display: flex; flex-direction: column; align-items: center; }
.contact-footer h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.35; }
.contact-footer p { min-height: 72px; margin: 0 0 15px; line-height: 1.5; }
.contact-footer .footer-button { margin-top: auto; }
.footer-button { display: inline-block; min-width: 118px; padding: 9px 14px; background: #bf5557; color: white; text-decoration: none; border-radius: 2px; font-size: 14px; }

.section-title { width: min(960px, 90vw); margin: 0 auto; padding: 28px 0 18px; text-align: center; font-size: 26px; font-weight: 400; }
.price-grid { width: min(960px, 94vw); margin: 0 auto; padding: 10px 0 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-item { min-height: 390px; padding: 0 10px 22px; border-bottom: 1px solid #777; display: flex; flex-direction: column; align-items: center; text-align: center; }
.price-item h2 { min-height: 42px; margin: 0; font-size: 17px; }
.price-item img { width: 100%; height: 175px; object-fit: contain; }
.price-item .description { min-height: 85px; line-height: 1.48; }
.price-item .price { margin-top: auto; font-weight: 700; line-height: 1.6; }
.price-item .price span { font-weight: 400; }
.container-content { padding: 30px 20px 42px; text-align: center; }
.container-content img { width: min(645px, 88vw); height: auto; }
.container-content p { margin: 34px 0 0; line-height: 1.55; }

.contact-page { width: min(800px, 90vw); margin: 0 auto; padding: 28px 0 50px; }
.contact-page h1, .legal-copy h1 { margin: 0 0 26px; padding-bottom: 15px; border-bottom: 1px solid #bbb; font-size: 28px; font-weight: 400; }
.contact-page h2 { font-size: 18px; }
.contact-form { display: grid; gap: 18px; margin-top: 25px; }
.contact-form label { font-size: 14px; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 11px; border: 1px solid #aaa; background: white; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form button { width: fit-content; padding: 11px 24px; border: 0; background: #bf5557; color: white; cursor: pointer; }
.legal-copy h2 { margin-top: 30px; font-size: 19px; }
.legal-copy h3 { font-size: 16px; }
.legal-copy p, .legal-copy li { line-height: 1.55; }

@media (max-width: 840px) {
  .wordmark { min-height: 100px; }
  .wordmark > a { font-size: clamp(30px, 8vw, 58px); padding-right: 70px; }
  .header-logo { right: 0; width: 78px; height: 65px; }
  .availability { font-size: 19px; }
  nav { gap: 18px; flex-wrap: wrap; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .contact-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .wordmark { min-height: 84px; padding: 5px 12px; justify-content: flex-start; }
  .wordmark > a { max-width: calc(100% - 74px); padding: 0; font-size: 31px; transform: none; line-height: 1.05; overflow-wrap: anywhere; text-align: left; }
  .header-logo { width: 68px; height: 58px; right: 8px; }
  .slider { width: 100%; height: 260px; }
  .availability { min-height: 95px; font-size: 17px; line-height: 1.35; }
  .mobile-menu { display: block; width: 100%; padding: 14px; border: 1px solid #222; background: white; font-weight: 700; }
  nav { display: none; border-top: 0; flex-direction: column; gap: 0; align-items: stretch; text-align: center; }
  nav.open { display: flex; }
  nav a { padding: 12px; border-bottom: 1px solid #ddd; }
  .home-copy { padding-top: 24px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-item { min-height: 340px; }
  .price-item img { height: 160px; }
  .contact-footer { grid-template-columns: 1fr; }
  .contact-footer section { padding-bottom: 25px; border-bottom: 1px solid rgba(0,0,0,.2); }
}
