/* AMT Life refinement: richer merchandising, useful density, restrained motion. */
:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --press-duration: 160ms;
}
#header { background: rgb(245 242 235 / 90%); backdrop-filter: blur(18px); }
.nav-shell { height: 78px; }
.home-hero { min-height: 650px; }
.home-hero .hero-content { padding-top: 38px; padding-bottom: 32px; }
.home-hero h1 { font-size: clamp(76px, 7.8vw, 120px); margin-block: 23px 20px; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.hero-catalog { display: inline-flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 600; min-height: 44px; }
.home-hero .hero-index { margin-top: 30px; min-height: 44px; }
.hero-product { position: absolute; right: var(--gutter); bottom: 30px; width: 310px; display: flex; align-items: center; padding: 20px 14px 20px 24px; border-radius: 18px; background: rgb(250 248 242 / 91%); backdrop-filter: blur(12px); box-shadow: 0 2px 4px #20211e06, 0 12px 40px #20211e14, inset 0 0 0 1px #fff8; }
.hero-product > div { flex: 1; }
.hero-product .eyebrow { font-size: 8px; color: var(--muted); }
.hero-product strong { display: block; font-size: 25px; letter-spacing: -.04em; line-height: 1.15; margin: 12px 0; font-weight: 500; }
.hero-product-link { font-size: 10px; display: flex; align-items: center; gap: 7px; }
.hero-product img { width: 135px; height: 145px; object-fit: contain; mix-blend-mode: multiply; }
.service-ribbon { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); padding-block: 24px; border-bottom: 1px solid var(--line); }
.service-ribbon > a { display: flex; gap: 18px; align-items: center; padding: 4px 30px; border-right: 1px solid var(--line); }
.service-ribbon > a:first-child { padding-left: 0; }
.service-ribbon > a:last-child { border: 0; }
.service-ribbon > a > svg:first-child { color: var(--accent); }
.service-ribbon > a > svg:last-child { margin-left: auto; }
.service-ribbon strong, .service-ribbon small { display: block; }
.service-ribbon strong { font-size: 13px; font-weight: 600; }
.service-ribbon small { font-size: 11px; color: var(--muted); margin-top: 4px; }
.home-directions { padding-top: 54px; }
.home-directions .section-heading h2 { font-size: clamp(32px,3.3vw,48px); }
.direction-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.direction-card { position: relative; border-radius: 14px; background: #e8e5dc; min-width: 0; padding: 16px; box-shadow: inset 0 0 0 1px #20211e05; }
.direction-index { font-size: 10px; color: #686960; font-variant-numeric: tabular-nums; }
.direction-image { height: 150px; margin: 0 -5px 14px; }
.direction-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.direction-caption { display: flex; gap: 7px; justify-content: space-between; align-items: flex-start; }
.direction-caption h3 { font-size: 18px; letter-spacing: -.04em; line-height: 1.2; }
.direction-caption p { font-size: 10px; color: var(--muted); margin-top: 6px; }
.tone-1 { background: #e9d5c9; }.tone-2 { background: #dce0d1; }.tone-3 { background: #e9dfca; }.tone-4 { background: #dedfdb; }.tone-5 { background: #e6dcd4; }
.home-showcase { padding-block: 62px; }
.section-note { font-size: 13px; line-height: 1.8; color: var(--muted); padding-bottom: 4px; }
.home-showcase .section-heading h2 { font-size: clamp(34px,3.3vw,49px); }
.collection-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 25px; }
.collection-switch { display: flex; gap: 5px; border-radius: 40px; padding: 5px; background: #e9e6dd; }
.collection-switch button { border-radius: 30px; min-height: 44px; font-size: 12px; padding: 12px 23px; white-space: nowrap; }
.collection-switch [aria-pressed=true] { background: var(--ink); color: var(--paper); box-shadow: 0 2px 4px #20211e12, 0 4px 8px #20211e0a; }
.home-showcase .product-grid { gap: 24px 18px; }
.product-card { border-radius: 15px; background: #faf8f3; box-shadow: inset 0 0 0 1px #20211e09; overflow: hidden; }
.product-picture { border-radius: 14px 14px 0 0; aspect-ratio: 1 / 1; background: #eeece5; }
.product-picture > img { width: 94%; height: 92%; }
.product-card-body { padding: 17px 18px 18px; }
.product-name { font-size: 13px; }
.product-card-bottom { padding-top: 15px; }
.product-badge { border-radius: 20px; background: #faf8f2e8; }
.picture-arrow { opacity: 1; background: #faf8f2da; }
.round-button { width: 44px; height: 44px; }
.price { font-size: 14px; }
.brand-story { border-radius: 22px; padding: 42px 48px; gap: 24px; overflow: hidden; background: #dce0d1; }
.brand-story h2 { font-size: clamp(42px,4.3vw,65px); }
.brand-products { gap: 14px; }
.brand-products a { padding: 20px; background: #f8f7ef88; border-radius: 16px; box-shadow: inset 0 0 0 1px #fff6; gap: 12px; }
.brand-products img { height: 260px; }
.brand-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.brand-tags span { padding: 7px 11px; border: 1px solid #20211e26; border-radius: 20px; font-size: 10px; }
.home-news { padding-block: 60px; }
.news-picture { border-radius: 14px; height: 215px; margin-bottom: 20px; }
.news-card h3 { font-size: 23px; }
.news-card > p { line-height: 1.7; }
.news-picture:has(.news-monogram) { background: #ad6047; color: #fcf4e6; position: relative; }
.news-picture:has(.news-monogram)::after { content: ''; position: absolute; width: 210px; height: 210px; border: 1px solid #fff3; border-radius: 50%; right: -40px; bottom: -85px; pointer-events: none; }
.news-monogram { position: relative; font-size: clamp(54px,6vw,96px); gap: 18px; padding: 24px; justify-content: flex-start; }
.news-monogram small { max-width: 70px; font-size: 9px; line-height: 1.8; }
.help-band { border-radius: 22px; padding: 40px 48px; }
.help-band h2 { font-size: clamp(32px,3.6vw,52px); }
.help-band .eyebrow { margin-bottom: 14px; }
.footer-main { padding-block: 45px; }

/* Press feedback is immediate; hover movement is reserved for fine pointers. */
.button, .round-button, .icon-button, .collection-switch button, .direction-card {
  transition: transform var(--press-duration) var(--ease-out), background-color 160ms ease, box-shadow 160ms ease;
}
.button:hover, .product-picture:hover > img, .news-card:hover img, .editorial-tile:hover img { transform: none; }
.product-picture > img, .news-picture img, .direction-image img { transition: transform 200ms var(--ease-out); }
.button:active, .round-button:active, .icon-button:active, .collection-switch button:active { transform: scale(.97); }
.direction-card:active { transform: scale(.985); }
@media (hover:hover) and (pointer:fine) {
  .product-picture:hover > img, .direction-card:hover img { transform: scale(1.035); }
  .news-card:hover img { transform: scale(1.025); }
  .direction-card:hover { box-shadow: inset 0 0 0 1px #20211e0c, 0 6px 18px #20211e0c; }
}
#toast { transition: opacity 200ms var(--ease-out), transform 200ms var(--ease-out); }
[data-input=keyboard] .button, [data-input=keyboard] .round-button, [data-input=keyboard] .icon-button, [data-input=keyboard] .collection-switch button, [data-input=keyboard] #toast { transition: none; }
[data-input=keyboard] .button:active, [data-input=keyboard] .round-button:active, [data-input=keyboard] .icon-button:active, [data-input=keyboard] .collection-switch button:active { transform: none; }
@media (prefers-reduced-motion:reduce) {
  .product-picture:hover > img, .direction-card:hover img, .news-card:hover img, .button:active, .round-button:active, .icon-button:active, .collection-switch button:active, .direction-card:active { transform: none; }
  #toast, #toast.visible { transform: translateX(-50%); transition: opacity 120ms ease !important; }
}
@media (prefers-reduced-transparency:reduce) {
  #header, .hero-product { background: var(--paper); backdrop-filter: none; }
}
@media (prefers-contrast:more) {
  #header, .hero-product { background: var(--paper); border: 1px solid var(--ink); }
}
@media (max-width:1100px) {
  .direction-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .direction-image { height: 140px; }
  .home-hero { min-height: 620px; }
  .hero-actions { gap: 16px; }
  .hero-product { width: 260px; }
  .hero-product img { width: 105px; }
  .brand-story { padding: 30px; }
  .brand-products a { padding: 14px; }
  .brand-products img { height: 220px; }
}
@media (max-width:760px) {
  .nav-shell { height: 68px; }
  .home-hero { min-height: 755px; }
  .home-hero .hero-content { width: 100%; padding-top: 28px; }
  .home-hero h1 { font-size: clamp(58px,15vw,84px); margin-block: 15px 17px; }
  .home-hero .hero-image { height: 51%; }
  .home-hero::after { height: 51%; }
  .hero-actions { flex-wrap: wrap; gap: 8px 16px; }
  .hero-catalog { font-size: 11px; }
  .home-hero .hero-index { display: none; }
  .hero-product { width: 225px; bottom: 16px; right: 16px; padding: 12px 10px 12px 17px; }
  .hero-product img { width: 82px; height: 90px; }
  .hero-product strong { font-size: 20px; margin: 6px 0; }
  .hero-product .eyebrow { font-size: 6px; }
  .hero-product-link { font-size: 8px; }
  .service-ribbon { padding-block: 18px; gap: 14px; grid-template-columns: 1fr; }
  .service-ribbon > a { padding: 0; border: 0; gap: 14px; }
  .service-ribbon strong { font-size: 12px; }
  .service-ribbon small { font-size: 10px; margin-top: 0; }
  .service-ribbon > a > svg:first-child { width: 20px; }
  .home-directions { padding-top: 36px; }
  .direction-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .direction-card { padding: 13px; }
  .direction-image { height: 125px; margin-bottom: 12px; }
  .direction-caption h3 { font-size: 17px; }
  .direction-caption p { font-size: 9px; }
  .direction-caption > svg { width: 16px; }
  .home-showcase { padding-block: 40px; }
  .section-note { display: none; }
  .home-showcase .section-heading h2 { font-size: 34px; }
  .collection-toolbar { flex-wrap: wrap; gap: 10px; }
  .collection-switch { width: 100%; overflow-x: auto; scrollbar-width: none; border-radius: 14px; }
  .collection-switch button { font-size: 11px; padding-inline: 16px; }
  .collection-toolbar > .text-link { font-size: 11px; }
  .home-showcase .product-grid { gap: 14px 10px; }
  .product-card-body { padding: 12px 11px; }
  .product-name { font-size: 11px; line-height: 1.6; }
  .price { font-size: 11px; }
  .product-card-bottom { gap: 2px; }
  .product-brand { font-size: 7px; }
  .product-picture { aspect-ratio: 1 / 1.1; }
  .picture-arrow { display: none; }
  .product-badge { font-size: 6px; padding: 5px 7px; }
  .brand-story { padding: 25px; border-radius: 18px; gap: 22px; }
  .brand-story h2 { font-size: 48px; }
  .brand-products { gap: 8px; }
  .brand-products a { padding: 11px; font-size: 9px; }
  .brand-products img { height: 140px; }
  .brand-tags { margin-top: 18px; }
  .home-news { padding-block: 40px; }
  .news-grid { gap: 30px; }
  .news-picture { height: 210px; }
  .news-card h3 { font-size: 24px; }
  .help-band { padding: 28px; border-radius: 18px; }
}
.demo-notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 18px;
  padding: 14px 20px;
  background: #813821;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .04em;
}
.demo-notice strong { font-weight: 800; }
@media (max-width:370px) {
  .product-card-bottom { flex-wrap: wrap; row-gap: 8px; }
  .round-button { margin-left: auto; }
  .direction-caption h3 { font-size: 15px; }
  .direction-caption p { font-size: 8px; }
  .hero-actions .button { padding-inline: 18px; }
  .hero-catalog { font-size: 10px; }
}
