:root {
  --paper: #ffffff;
  --soft: #f5f5f3;
  --ink: #161616;
  --muted: #666663;
  --red: #a50e20;
  --red-dark: #810b18;
  --line: #dededb;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --serif: "Georgia", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.0625rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { display: block; width: 22px; height: 22px; flex-shrink: 0; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; }
::selection { background: #a50e20; color: white; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section-pad { padding-block: 110px; }
.eyebrow { font-size: 0.8125rem; font-weight: 600; letter-spacing: .15em; line-height: 1.5; color: var(--red); margin-bottom: 26px; display: flex; align-items: center; gap: 12px; }
.short-rule { display: block; width: 30px; height: 1px; background: currentColor; flex-shrink: 0; }
h1 { font-size: clamp(3.25rem, 5.55vw, 5.2rem); letter-spacing: -.055em; line-height: 1.08; }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; color: var(--red); letter-spacing: -.045em; }
h2 { font-size: clamp(2.3rem, 3.25vw, 3rem); letter-spacing: -.042em; line-height: 1.18; }
h3 { line-height: 1.22; letter-spacing: -.025em; }
.skip-link { position: fixed; top: -100px; left: 15px; padding: 12px 20px; background: var(--ink); color: #fff; z-index: 100; }
.skip-link:focus { top: 10px; }
.announcement { background: var(--red); color: #fff; text-align: center; font-size: 0.875rem; letter-spacing: .035em; padding: 7px 20px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid #ecece9; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 106px; gap: 36px; }
.brand { position: relative; display: block; flex: 0 0 150px; width: 150px; height: 105px; overflow: hidden; }
.brand img { width: 150px; height: 150px; max-width: none; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 36px); font-size: 0.875rem; font-weight: 500; }
.nav-link { position: relative; padding-block: 12px; white-space: nowrap; transition: color .2s; }
.nav-link::after { content: ''; position: absolute; bottom: 5px; left: 0; height: 1px; width: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-link:hover, .nav-link[aria-current] { color: var(--red); }
.nav-link:hover::after, .nav-link[aria-current]::after { transform: scaleX(1); }
.nav-contact { display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--ink); padding: 11px 20px; transition: background .2s, color .2s; }
.nav-contact:hover { background: var(--ink); color: #fff; }
.nav-contact svg { width: 18px; height: 18px; }
.menu-toggle { display: none; }
.hero { padding-block: 54px 76px; display: grid; grid-template-columns: 1fr 1.06fr; align-items: center; gap: 36px; }
.hero-copy { padding-block: 24px 0; }
.hero .eyebrow { margin-bottom: 25px; }
.hero-description { max-width: 415px; color: var(--muted); margin-top: 28px; font-size: 1.125rem; line-height: 1.7; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 16px 24px; font-size: 0.9375rem; font-weight: 500; line-height: 1.4; transition: background .2s, transform .2s; }
.button-red { color: #fff; background: var(--red); margin-top: 33px; }
.button-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.text-link { font-size: 0.875rem; display: flex; gap: 22px; align-items: center; width: fit-content; padding-block: 10px; border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.text-link span { font-size: 1.375rem; line-height: 1; }
.hero-secondary { margin-top: 12px; }
.hero-signoff { display: flex; gap: 14px; align-items: center; margin-top: 44px; font-size: 0.75rem; font-weight: 500; letter-spacing: .09em; }
.signoff-line { width: 28px; height: 1px; background: var(--line); }
.hero-visual { position: relative; min-width: 0; align-self: stretch; padding-bottom: 30px; }
.hero-image-wrap { position: relative; width: 100%; height: 100%; min-height: 570px; overflow: hidden; background: var(--soft); border-radius: 160px 4px 4px 4px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 75% center; }
.hero-caption { position: absolute; bottom: 58px; left: -24px; width: calc(100% - 24px); padding: 19px 24px; background: #fff; display: flex; gap: 21px; align-items: center; box-shadow: 0 6px 35px #00000008; }
.caption-mark { font-family: var(--serif); font-size: 3.125rem; color: var(--red); line-height: 1; }
.hero-caption p { font-size: 0.875rem; color: var(--muted); line-height: 1.65; }
.hero-caption strong { font-weight: 500; color: var(--ink); }
.visual-label { position: absolute; bottom: 0; right: 0; font-size: 0.75rem; letter-spacing: .14em; }
.brand-values { border-block: 1px solid var(--line); }
.values-inner { display: flex; justify-content: space-between; align-items: center; padding-block: 28px; }
.values-inner > span { font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 400; letter-spacing: -.035em; display: flex; align-items: center; gap: clamp(30px, 7vw, 105px); }
.values-inner i { font-size: 1.5625rem; color: var(--red); font-weight: 400; font-style: normal; }
.about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.about-visual { position: relative; min-width: 0; }
.about-visual > img { width: 100%; height: 570px; object-fit: cover; border-radius: 3px; background: var(--soft); }
.about-caption { position: absolute; bottom: 25px; left: 25px; right: 25px; display: flex; flex-direction: column; padding: 16px 20px; background: #ffffffed; font-size: 1rem; line-height: 1.6; }
.about-caption span:last-child { color: var(--red); }
.about-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 22px; font-size: 1rem; }
.about-principles { margin-top: 28px; border-top: 1px solid var(--line); }
.about-principles > div { display: flex; gap: 20px; align-items: flex-start; padding-block: 17px; border-bottom: 1px solid var(--line); }
.principle-number { color: var(--red); font-size: 0.75rem; padding-top: 3px; }
.about-principles p { display: flex; flex-direction: column; line-height: 1.6; }
.about-principles strong { font-size: 1rem; font-weight: 500; }
.about-principles p span { font-size: 0.875rem; color: var(--muted); }
.products { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 46px; }
.section-intro { max-width: 340px; color: var(--muted); font-size: 1rem; }
.products-photo { height: 520px; position: relative; overflow: hidden; background: #ededeb; }
.products-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.photo-note { position: absolute; left: 23px; bottom: 18px; font-size: 0.75rem; letter-spacing: .17em; color: var(--ink); background: #ffffffed; padding: 6px 10px; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid #d6d6d3; }
.product-card { padding: 30px 30px 12px; }
.product-card:first-child { padding-left: 0; }
.product-card:last-child { padding-right: 0; }
.product-card + .product-card { border-left: 1px solid #d6d6d3; }
.category-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.category-number { font-size: 0.8125rem; color: var(--red); }
.category-audience { font-size: 0.75rem; color: var(--muted); border: 1px solid #d6d6d3; padding: 2px 9px; border-radius: 50px; }
.product-card h3 { font-size: 1.875rem; margin-bottom: 13px; }
.product-card > p { color: var(--muted); font-size: 1rem; min-height: 81px; }
.category-details { margin-top: 22px; }
.category-details summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 14px; align-items: center; padding-block: 13px; border-top: 1px solid #d6d6d3; font-size: 0.875rem; color: var(--ink); }
.category-details summary::-webkit-details-marker { display: none; }
.category-details summary:hover { color: var(--red); }
.category-details summary > span { font-size: 1.625rem; color: var(--red); font-weight: 300; transition: transform .2s; line-height: 1; }
.category-details[open] summary > span { transform: rotate(45deg); }
.category-details > div { padding-block: 0 17px; }
.category-details > div p { font-size: 0.875rem; color: var(--muted); }
.shop-notice { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding: 24px 0 0; }
.shop-notice > svg { width: 26px; height: 26px; color: var(--red); }
.shop-notice p { font-size: 0.875rem; color: var(--muted); flex: 1; }
.shop-notice strong { display: block; color: var(--ink); font-size: 1rem; font-weight: 500; }
.coming-label { font-size: 0.75rem; font-weight: 500; letter-spacing: .12em; padding: 7px 12px; border: 1px solid #cfcfcd; white-space: nowrap; }
.testimonials { background: var(--ink); color: #fff; overflow: hidden; }
.testimonial-layout { display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; align-items: center; }
.testimonials .eyebrow { color: #db9aa3; }
.testimonials h2 { font-size: clamp(2.3rem, 3.8vw, 3.5rem); }
.testimonials h2 em { color: #db9aa3; }
.testimonial-empty { border-left: 1px solid #ffffff30; padding: 4px 0 4px 50px; }
.quote-mark { display: block; font-size: 6.5625rem; color: #bd6573; font-family: var(--serif); line-height: .72; height: 56px; }
.testimonial-empty h3 { font-size: 1.75rem; margin-block: 8px 22px; }
.testimonial-empty > p { font-size: 1rem; color: #bcbcbc; max-width: 360px; }
.community-note { display: flex; align-items: center; gap: 15px; font-size: 0.875rem; color: #e4b6bd; margin-top: 26px; }
.community-note .short-rule { width: 22px; }
.contact { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 95px; }
.contact-heading > p:last-child { color: var(--muted); max-width: 380px; margin-top: 25px; font-size: 1.0625rem; }
.contact-card { border: 1px solid var(--line); padding: 40px; position: relative; }
.contact-card::before { content: ''; position: absolute; left: -1px; top: -1px; width: 64px; height: 3px; background: var(--red); }
.contact-icon { position: absolute; top: 33px; right: 32px; color: var(--red); }
.contact-icon svg { width: 36px; height: 36px; }
.contact-label { font-size: 0.75rem; letter-spacing: .12em; color: var(--red); }
.contact-card h3 { font-size: 1.75rem; margin-block: 30px 18px; }
.contact-card > p { color: var(--muted); font-size: 1rem; max-width: 350px; }
.contact-signature { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); margin-top: 30px; padding-top: 23px; }
.contact-signature > span { letter-spacing: .14em; font-size: 1rem; white-space: nowrap; }
.contact-signature small { font-size: 0.75rem; letter-spacing: .14em; }
.red { color: var(--red); }
.site-footer { background: #fff; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.05fr .7fr 1fr; gap: 70px; padding-block: 50px; align-items: center; }
.brand-footer { width: 185px; height: 128px; }
.brand-footer img { width: 185px; height: 185px; }
.footer-brand p { font-family: var(--serif); font-style: italic; margin-top: 12px; margin-left: 12px; color: var(--muted); font-size: 1.125rem; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; align-items: flex-start; font-size: 0.875rem; }
.footer-nav a:hover { color: var(--red); }
.footer-message { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; }
.footer-message p { font-size: 1.5rem; letter-spacing: -.025em; line-height: 1.4; }
.footer-message p > span { color: var(--muted); font-size: 1.125rem; }
.back-top { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line); flex-shrink: 0; transition: color .2s, border-color .2s; }
.back-top:hover { color: var(--red); border-color: var(--red); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 23px; font-size: 0.75rem; color: var(--muted); display: flex; justify-content: space-between; gap: 20px; }
.footer-bottom > span:last-child { font-size: 0.75rem; letter-spacing: .12em; }

@media (min-width: 1600px) { .hero { padding-block: 70px 90px; } .hero-image-wrap { min-height: 610px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .main-nav { gap: 22px; font-size: 0.875rem; }
  .nav-contact { gap: 12px; padding-inline: 15px; }
  .hero { gap: 28px; }
  .hero-image-wrap { min-height: 540px; border-top-left-radius: 125px; }
  .hero-description { font-size: 1.0625rem; }
  .hero-caption { left: -12px; width: calc(100% + 4px); padding: 17px 20px; gap: 15px; }
  .about, .contact { gap: 55px; }
  .about-visual > img { height: 560px; }
  .section-pad { padding-block: 88px; }
  .product-card { padding-inline: 24px; }
  .product-card > p { min-height: 108px; }
  .testimonial-layout { gap: 45px; }
  .contact-card { padding: 30px; }
  .contact-signature { align-items: flex-start; flex-direction: column; gap: 6px; }
  .footer-main { gap: 35px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 91px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 84px; }
  .brand { flex-basis: 120px; width: 120px; height: 82px; }
  .brand img { width: 120px; height: 120px; }
  .menu-toggle { width: 46px; height: 46px; display: flex; flex-direction: column; gap: 7px; justify-content: center; align-items: center; background: transparent; border: 1px solid var(--line); cursor: pointer; }
  .menu-toggle span { height: 1px; width: 21px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 24px 24px; box-shadow: 0 15px 18px #00000008; font-size: 1rem; }
  .main-nav.is-open { display: flex; }
  .nav-link { padding: 13px 0; }
  .nav-link::after { display: none; }
  .nav-contact { margin-top: 10px; justify-content: space-between; padding: 13px 17px; }
  .hero { gap: 25px; padding-block: 38px 52px; }
  h1 { font-size: clamp(3rem, 6.7vw, 4.3rem); }
  .hero .eyebrow { font-size: 0.75rem; gap: 9px; }
  .hero-description { font-size: 1rem; margin-top: 23px; }
  .button { font-size: 0.875rem; padding-inline: 18px; gap: 18px; }
  .hero-signoff { margin-top: 27px; font-size: 0.75rem; gap: 8px; }
  .signoff-line { width: 15px; }
  .hero-image-wrap { min-height: 515px; border-top-left-radius: 100px; }
  .hero-caption { left: -8px; gap: 13px; padding: 14px 16px; }
  .hero-caption p { font-size: 0.75rem; }
  .caption-mark { font-size: 2.6875rem; }
  .visual-label { font-size: 0.75rem; }
  .values-inner { padding-block: 22px; }
  .values-inner > span { gap: 35px; }
  .values-inner i { font-size: 1.25rem; }
  .about { gap: 36px; }
  h2 { font-size: 2.125rem; }
  .about-visual > img { height: 580px; }
  .about-caption { left: 16px; right: 16px; bottom: 16px; padding: 13px 16px; font-size: 0.875rem; }
  .section-pad { padding-block: 72px; }
  .eyebrow { font-size: 0.75rem; margin-bottom: 21px; }
  .section-heading { gap: 28px; }
  .section-intro { max-width: 270px; font-size: 1rem; }
  .products-photo { height: 360px; }
  .product-card { padding-inline: 18px; }
  .product-card h3 { font-size: 1.6875rem; }
  .product-card > p { font-size: 1rem; min-height: 124px; }
  .category-details summary { font-size: 0.8125rem; gap: 8px; }
  .category-audience { font-size: 0.75rem; }
  .shop-notice { margin-top: 22px; }
  .coming-label { font-size: 0.75rem; }
  .testimonial-layout { gap: 35px; }
  .testimonial-empty { padding-left: 30px; }
  .contact { gap: 36px; }
  .contact-card { padding: 25px; }
  .contact-label { font-size: 0.75rem; }
  .contact-card h3 { font-size: 1.5625rem; }
  .contact-icon { right: 22px; top: 22px; }
  .contact-icon svg { width: 30px; height: 30px; }
  .contact-signature small { font-size: 0.75rem; }
  .brand-footer { width: 155px; height: 109px; }
  .brand-footer img { width: 155px; height: 155px; }
  .footer-main { grid-template-columns: 1fr .8fr 1fr; gap: 24px; }
  .footer-message { align-items: flex-start; }
  .footer-message p { font-size: 1.3125rem; }
  .footer-message p > span { font-size: 1rem; }
  .back-top { width: 38px; height: 38px; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 84px; }
  .container { width: calc(100% - 40px); }
  .announcement { font-size: 0.75rem; padding-block: 7px; }
  .header-inner { min-height: 78px; }
  .brand { width: 112px; height: 76px; flex-basis: 112px; }
  .brand img { width: 112px; height: 112px; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 36px; padding-block: 35px 42px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { font-size: 0.75rem; margin-bottom: 21px; }
  h1 { font-size: clamp(3.25rem, 12.2vw, 4.8rem); line-height: 1.045; }
  .hero-description { max-width: 380px; font-size: 1.0625rem; margin-top: 24px; }
  .button { min-height: 56px; font-size: 0.9375rem; padding-inline: 23px; gap: 22px; }
  .button-red { margin-top: 26px; }
  .hero-secondary { font-size: 0.875rem; margin-top: 13px; }
  .hero-signoff { font-size: 0.75rem; gap: 12px; margin-top: 27px; }
  .signoff-line { width: 24px; }
  .hero-visual { padding-bottom: 24px; }
  .hero-image-wrap { height: 410px; min-height: 0; border-top-left-radius: 105px; }
  .hero-image { object-position: 75% center; }
  .hero-caption { left: -1px; right: 20px; bottom: 46px; width: auto; padding: 16px 18px; gap: 17px; }
  .hero-caption p { font-size: 0.75rem; }
  .caption-mark { font-size: 2.625rem; }
  .visual-label { font-size: 0.75rem; }
  .values-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 23px; padding-block: 25px; }
  .values-inner > span { font-size: 1.4375rem; gap: 0; justify-content: space-between; }
  .values-inner > span:nth-child(2) i { display: none; }
  .values-inner i { font-size: 1.25rem; margin-right: 4px; }
  .section-pad { padding-block: 66px; }
  .about { display: flex; flex-direction: column-reverse; gap: 35px; align-items: stretch; }
  h2 { font-size: clamp(2rem, 8.5vw, 2.7rem); line-height: 1.22; }
  .eyebrow { font-size: 0.75rem; margin-bottom: 20px; }
  .about-copy > p:not(.eyebrow) { font-size: 1rem; margin-top: 22px; }
  .about-principles { margin-top: 26px; }
  .about-principles > div { padding-block: 17px; }
  .about-principles strong { font-size: 1rem; }
  .about-principles p span { font-size: 0.875rem; }
  .about-visual > img { height: 420px; object-position: center 50%; }
  .about-caption { left: 19px; right: 19px; bottom: 19px; padding: 15px 18px; font-size: 0.9375rem; }
  .section-heading { display: block; margin-bottom: 29px; }
  .section-intro { max-width: 370px; font-size: 1rem; margin-top: 23px; }
  .products-photo { height: 240px; margin-inline: -20px; }
  .photo-note { left: 20px; bottom: 12px; font-size: 0.75rem; }
  .product-grid { display: block; }
  .product-card, .product-card:first-child, .product-card:last-child { padding: 30px 0 15px; }
  .product-card + .product-card { border-left: 0; border-top: 1px solid #d6d6d3; }
  .category-top { margin-bottom: 14px; }
  .category-number { font-size: 0.8125rem; }
  .category-audience { font-size: 0.75rem; padding: 2px 10px; }
  .product-card h3 { font-size: 1.875rem; margin-bottom: 12px; }
  .product-card > p { min-height: 0; font-size: 1rem; max-width: 450px; }
  .category-details { margin-top: 20px; }
  .category-details summary { font-size: 0.875rem; padding-block: 14px; }
  .category-details > div p { font-size: 0.9375rem; }
  .shop-notice { display: grid; grid-template-columns: 26px 1fr; gap: 14px; padding-top: 10px; margin-top: 27px; align-items: start; }
  .shop-notice svg { margin-top: 2px; }
  .shop-notice strong { font-size: 1rem; margin-bottom: 6px; }
  .shop-notice p { font-size: 0.875rem; }
  .coming-label { grid-column: 2; justify-self: start; font-size: 0.75rem; }
  .testimonial-layout { display: block; }
  .testimonials h2 { font-size: clamp(2rem, 8.5vw, 2.7rem); }
  .testimonial-empty { margin-top: 36px; padding: 34px 0 0; border-left: 0; border-top: 1px solid #ffffff30; }
  .quote-mark { height: 50px; font-size: 5.625rem; }
  .testimonial-empty h3 { font-size: 1.75rem; margin-top: 10px; }
  .testimonial-empty > p { font-size: 1rem; max-width: 420px; }
  .community-note { margin-top: 24px; }
  .contact { display: block; }
  .contact-heading > p:last-child { font-size: 1rem; max-width: 360px; margin-top: 22px; }
  .contact-card { margin-top: 34px; padding: 30px 25px; }
  .contact-label { font-size: 0.75rem; }
  .contact-icon { top: 24px; right: 25px; }
  .contact-card h3 { font-size: 1.75rem; margin-top: 28px; }
  .contact-card > p { font-size: 1rem; }
  .contact-signature { flex-direction: row; align-items: center; gap: 14px; }
  .contact-signature > span { font-size: 0.875rem; }
  .contact-signature small { font-size: 0.75rem; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 32px 26px; padding-block: 36px; align-items: start; }
  .brand-footer { width: 146px; height: 104px; }
  .brand-footer img { width: 146px; height: 146px; }
  .footer-brand p { font-size: 1.0625rem; margin-left: 9px; margin-top: 13px; }
  .footer-nav { font-size: 0.875rem; gap: 11px; padding-top: 13px; }
  .footer-message { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 25px; align-items: flex-end; }
  .footer-message p { font-size: 1.375rem; }
  .footer-message p > span { font-size: 1.125rem; }
  .back-top { width: 44px; height: 44px; }
  .footer-bottom { flex-direction: column; gap: 12px; font-size: 0.75rem; padding-block: 22px; }
  .footer-bottom > span:last-child { font-size: 0.75rem; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero .eyebrow { font-size: 0.75rem; }
  h1 { font-size: 3rem; }
  .hero-signoff { gap: 8px; font-size: 0.75rem; }
  .button { font-size: 0.875rem; gap: 15px; padding-inline: 18px; }
  .hero-image-wrap { height: 365px; }
  .hero-caption { right: 10px; padding-inline: 14px; gap: 12px; }
  .hero-caption p { font-size: 0.75rem; }
  .products-photo { margin-inline: -16px; }
  .contact-signature { flex-direction: column; align-items: flex-start; gap: 7px; }
  .footer-main { column-gap: 18px; }
  .footer-nav { font-size: 0.8125rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .announcement, .back-top, .skip-link { display: none; }
  .container { width: 100%; }
  .section-pad { padding-block: 35px; }
  .hero, .about, .contact { gap: 24px; }
  .hero-image-wrap, .about-visual > img { min-height: 0; height: 360px; }
  details > div { display: block; }
  .testimonials { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
