/*
Theme Name: Hello Elementor Child - AM Packaging
Theme URI: https://www.instagram.com/ampackaging_/
Description: Premium nationwide product catalogue and cart website for AM Packaging with delivery across Pakistan.
Author: AM Packaging
Template: hello-elementor
Version: 5.6.0
Text Domain: am-packaging
*/

:root {
  --am-teal: #28b8be;
  --am-teal-dark: #0e6970;
  --am-green: #8aca3b;
  --am-orange: #f69a1d;
  --am-yellow: #fdbb18;
  --am-ink: #12262a;
  --am-deep: #0d2b2f;
  --am-deeper: #071f23;
  --am-muted: #63777a;
  --am-line: #dce7e5;
  --am-surface: #f4f8f7;
  --am-surface-soft: #edf5f3;
  --am-warm: #fbf8f1;
  --am-white: #ffffff;
  --am-whatsapp: #25d366;
  --am-font-body: "Manrope", Arial, sans-serif;
  --am-font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --am-container: 1460px;
  --am-page-gutter: clamp(32px, 8vw, 144px);
  --am-radius-sm: 14px;
  --am-radius-md: 24px;
  --am-radius-lg: 36px;
  --am-shadow-sm: 0 14px 36px rgba(10, 45, 49, 0.08);
  --am-shadow-md: 0 24px 70px rgba(7, 37, 41, 0.13);
  --am-shadow-lg: 0 42px 100px rgba(5, 31, 35, 0.2);
}

/* ---------- Foundation / Hello Elementor reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--am-ink);
  background: var(--am-white);
  font-family: var(--am-font-body);
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

#page,
.site,
.site-content,
.site-main,
.elementor,
.elementor-page,
.elementor-location-header,
.elementor-location-footer,
.ehf-header,
.ehf-footer,
[data-elementor-type="wp-page"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.site-main {
  display: block;
  overflow: clip;
}

/*
 * Hello Elementor applies a 1140px maximum width to non-Elementor pages.
 * These deliberately specific rules keep this custom front page full-bleed
 * regardless of the parent-theme layout setting or Customizer value.
 */
body.am-packaging-site,
body.am-packaging-site #page,
body.am-packaging-site .site,
body.am-packaging-site .site-content,
body.am-packaging-site .content-area,
body.am-packaging-site #content,
body.am-packaging-site #primary {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.am-packaging-site main#main-content.site-main,
body.am-packaging-site:not([class*="elementor-page-"]) main#main-content.site-main,
body.am-packaging-site:not(.elementor-page) main#main-content.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.am-packaging-site > .announcement-bar,
body.am-packaging-site > .site-header,
body.am-packaging-site > main#main-content.site-main,
body.am-packaging-site > .site-footer,
body.am-packaging-site main#main-content.site-main > section,
body.am-packaging-site main#main-content.site-main > .product-marquee {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

section,
footer {
  width: 100%;
  max-width: 100%;
}

section[id] {
  scroll-margin-top: 118px;
}

img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1.2em;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: inherit;
  font-family: var(--am-font-display);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

h1 span,
h2 span {
  color: var(--am-teal);
}

::selection {
  color: var(--am-deep);
  background: rgba(40, 184, 190, 0.28);
}

:focus-visible {
  outline: 3px solid var(--am-yellow);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 10000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 8px;
}

.site-shell {
  width: min(var(--am-container), calc(100% - var(--am-page-gutter)));
  max-width: var(--am-container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 124px 0;
}

/* ---------- Reusable elements ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--am-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow__mark {
  position: relative;
  width: 19px;
  height: 17px;
  flex: 0 0 auto;
  background: var(--am-teal);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.eyebrow__mark::after {
  position: absolute;
  inset: 5px;
  content: "";
  background: var(--am-white);
  clip-path: inherit;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 14px 23px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 220ms ease, box-shadow 220ms ease, color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.button::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(110deg, transparent 0 35%, rgba(255, 255, 255, 0.25) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform 500ms ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button:hover {
  transform: translateY(-2px);
}

.button--large {
  min-height: 60px;
  padding-inline: 29px;
  font-size: 15px;
}

.button--primary {
  color: var(--am-deep);
  background: var(--am-yellow);
  box-shadow: 0 16px 34px rgba(253, 187, 24, 0.25);
}

.button--primary:hover {
  box-shadow: 0 21px 42px rgba(253, 187, 24, 0.36);
}

.button--ghost {
  color: var(--am-white);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.42);
}

.button--dark {
  color: var(--am-white);
  background: var(--am-deep);
  box-shadow: var(--am-shadow-sm);
}

.button--dark:hover {
  background: var(--am-teal-dark);
}

.button--white {
  color: var(--am-deep);
  background: var(--am-white);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16);
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading h2,
.gallery-heading h2,
.about-copy h2,
.faq-intro h2 {
  max-width: 760px;
  font-size: clamp(48px, 5.25vw, 76px);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 80px;
  align-items: end;
}

.section-heading--split > p {
  max-width: 460px;
  margin-bottom: 5px;
  color: var(--am-muted);
  font-size: 16px;
}

.section-heading--center {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center h2 {
  margin-inline: auto;
}

.section-heading--center p {
  max-width: 650px;
  margin: 23px auto 0;
  color: rgba(255, 255, 255, 0.64);
}

.section-heading--light h2 {
  color: var(--am-white);
}

.section-heading--light h2 span {
  color: var(--am-yellow);
}

/* ---------- Announcement bar ---------- */
.announcement-bar {
  position: relative;
  z-index: 1001;
  width: 100%;
  color: rgba(255, 255, 255, 0.82);
  background: var(--am-deeper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.announcement-bar__inner {
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.announcement-bar p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

.announcement-bar__pulse {
  position: relative;
  width: 7px;
  height: 7px;
  background: var(--am-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(138, 202, 59, 0.13);
}

.announcement-bar__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.announcement-bar__links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color 180ms ease;
}

.announcement-bar__links a:hover {
  color: var(--am-white);
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(18, 38, 42, 0.07);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 12px 38px rgba(8, 35, 39, 0.1);
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header__inner {
  display: grid;
  min-height: 88px;
  grid-template-columns: 178px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.brand-logo-slot {
  display: flex;
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
}

.brand-logo,
.custom-logo-link {
  display: inline-flex;
  width: 170px;
  max-width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.brand-logo picture {
  width: 100%;
}

.brand-logo img,
.custom-logo {
  width: 158px;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
}

.primary-navigation {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.primary-menu {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  list-style: none;
}

.primary-menu li {
  margin: 0;
}

.primary-menu a {
  position: relative;
  display: block;
  padding: 31px 0 29px;
  color: #31484c;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.primary-menu a::after {
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--am-teal);
  border-radius: 99px;
  transition: right 180ms ease, left 180ms ease;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
  color: var(--am-teal-dark);
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after {
  right: 0;
  left: 0;
}

.header-quote {
  display: inline-flex;
  grid-column: 3;
  grid-row: 1;
  min-width: 176px;
  align-items: center;
  gap: 11px;
  padding: 10px 17px 10px 10px;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 999px;
  box-shadow: 0 11px 26px rgba(8, 39, 43, 0.16);
  transition: transform 180ms ease, background-color 180ms ease;
}

.header-quote:hover {
  background: var(--am-teal-dark);
  transform: translateY(-2px);
}

.header-quote__icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-whatsapp);
  border-radius: 50%;
  font-size: 19px;
}

.header-quote > span:last-child {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.08;
}

.header-quote small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*
 * Keep the mobile toggle completely out of the desktop grid. Hello Elementor
 * and Elementor global button styles can otherwise force this empty button to
 * display as a long outlined bar between the logo and navigation.
 */
.site-header__inner > .menu-toggle,
.mobile-nav-cta {
  display: none !important;
}

.site-header__inner > .menu-toggle {
  min-width: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 830px;
  padding: 106px 0 0;
  overflow: hidden;
  color: var(--am-white);
  background:
    radial-gradient(circle at 12% 18%, rgba(40, 184, 190, 0.18), transparent 28%),
    radial-gradient(circle at 92% 62%, rgba(253, 187, 24, 0.12), transparent 26%),
    linear-gradient(135deg, var(--am-deeper) 0%, var(--am-deep) 58%, #10383d 100%);
}

.hero__grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 70px 70px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 88%);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 88%);
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}

.hero__orb--one {
  top: 90px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: rgba(40, 184, 190, 0.07);
  border: 1px solid rgba(40, 184, 190, 0.15);
}

.hero__orb--two {
  right: -150px;
  bottom: 70px;
  width: 350px;
  height: 350px;
  background: rgba(253, 187, 24, 0.06);
  border: 1px solid rgba(253, 187, 24, 0.15);
}

.hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(490px, 1.06fr);
  gap: clamp(42px, 4vw, 72px);
  align-items: center;
}

.hero__content {
  min-width: 0;
  padding-bottom: 70px;
}

.hero h1 {
  max-width: 690px;
  color: var(--am-white);
  font-size: clamp(66px, 6.15vw, 96px);
  line-height: 0.89;
  letter-spacing: -0.035em;
}

.hero h1 .hero-title__line {
  display: block;
  color: var(--am-white);
}

.hero h1 .hero-title__line--accent {
  color: var(--am-yellow);
}

.hero__lead {
  max-width: 620px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 31px;
  list-style: none;
  color: rgba(255, 255, 255, 0.73);
  font-size: 12px;
  font-weight: 700;
}

.hero__checks li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero__checks i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-green);
  border-radius: 50%;
  font-size: 8px;
}

.hero__visual-wrap {
  position: relative;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  min-width: 0;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 180ms ease;
  transform-style: preserve-3d;
}

.hero__visual {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 36px 58px rgba(0, 0, 0, 0.24));
}

.hero__visual img {
  width: 100%;
  height: auto;
}

.hero__floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  color: var(--am-deep);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.hero__floating-card--top {
  top: 7%;
  right: -2%;
  animation: float-card 5.4s ease-in-out infinite;
}

.hero__floating-card--bottom {
  bottom: 13%;
  left: -5%;
  animation: float-card 6.2s ease-in-out 0.7s infinite reverse;
}

.hero__floating-card small,
.hero__floating-card strong {
  display: block;
  line-height: 1.2;
}

.hero__floating-card small {
  margin-bottom: 3px;
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__floating-card strong {
  font-size: 12px;
}

.hero__floating-icon,
.hero__floating-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 13px;
}

.hero__floating-icon {
  color: var(--am-deep);
  background: var(--am-yellow);
}

.hero__floating-avatar {
  color: var(--am-white);
  background: var(--am-whatsapp);
  border-radius: 50%;
  font-size: 21px;
}

.hero__trust {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -20px 55px rgba(0, 0, 0, 0.12);
}

.hero__trust-item {
  display: flex;
  min-height: 102px;
  align-items: center;
  gap: 15px;
  padding: 23px 26px;
  color: var(--am-deep);
  border-right: 1px solid var(--am-line);
}

.hero__trust-item:last-child {
  border-right: 0;
}

.hero__trust-item strong {
  min-width: 45px;
  color: var(--am-teal-dark);
  font-family: var(--am-font-display);
  font-size: 35px;
  line-height: 1;
}

.hero__trust-item strong i {
  color: var(--am-whatsapp);
  font-size: 34px;
}

.hero__trust-item span {
  color: var(--am-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.hero__trust-item--accent {
  color: var(--am-white);
  background: var(--am-teal);
}

.hero__trust-item--accent span:last-child {
  color: var(--am-deep);
  font-weight: 800;
}

.hero__trust-dot {
  width: 46px;
  height: 40px;
  flex: 0 0 auto;
  background: var(--am-yellow);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

/* ---------- Product marquee ---------- */
.product-marquee {
  width: 100%;
  overflow: hidden;
  color: var(--am-white);
  background: var(--am-teal);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.product-marquee__track {
  display: flex;
  width: max-content;
  min-width: 200%;
  align-items: center;
  gap: 28px;
  padding: 15px 0;
  animation: marquee 24s linear infinite;
}

.product-marquee__track span {
  font-family: var(--am-font-display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-marquee__track i {
  width: 13px;
  height: 12px;
  flex: 0 0 auto;
  background: var(--am-yellow);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

/* ---------- Product section ---------- */
.products-section {
  background:
    radial-gradient(circle at 93% 12%, rgba(40, 184, 190, 0.08), transparent 24%),
    var(--am-white);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.product-card {
  position: relative;
  display: flex;
  min-width: 0;
  grid-column: span 4;
  flex-direction: column;
  overflow: hidden;
  background: var(--am-white);
  border: 1px solid var(--am-line);
  border-radius: var(--am-radius-lg);
  box-shadow: 0 12px 40px rgba(8, 37, 41, 0.055);
  transition: transform 300ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 300ms ease, border-color 300ms ease;
}

.product-card--wide {
  grid-column: span 6;
}

.product-card:hover {
  border-color: rgba(40, 184, 190, 0.45);
  box-shadow: var(--am-shadow-md);
  transform: translateY(-8px);
}

.product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--am-surface);
}

.product-card--wide .product-card__media {
  aspect-ratio: 16 / 10;
}

.product-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  content: "";
  background: linear-gradient(to top, rgba(10, 34, 38, 0.12), transparent);
  pointer-events: none;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.product-card:hover .product-card__media img {
  transform: scale(1.035);
}

.product-card__number {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 22px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--am-deep);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(13, 43, 47, 0.14);
  font-family: var(--am-font-display);
  font-size: 17px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.product-card__body {
  display: flex;
  min-height: 270px;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding: 31px 32px 30px;
}

.product-card__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--am-teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3 {
  font-size: clamp(35px, 3.1vw, 46px);
}

.product-card p {
  margin-top: 14px;
  color: var(--am-muted);
  font-size: 14px;
  line-height: 1.72;
}

.product-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 19px;
  color: var(--am-deep);
  border-top: 1px solid var(--am-line);
  font-size: 13px;
  font-weight: 800;
}

.product-card__link span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-white);
  background: var(--am-whatsapp);
  border-radius: 50%;
  font-size: 19px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.product-card__link:hover span {
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.3);
  transform: rotate(-8deg) scale(1.06);
}

.product-card--tapes .product-card__eyebrow { color: #c46900; }
.product-card--stretch .product-card__eyebrow { color: #588a19; }
.product-card--flyers .product-card__eyebrow { color: var(--am-teal-dark); }
.product-card--boxes .product-card__eyebrow { color: #b86f00; }

/* ---------- About ---------- */
.about-section {
  overflow: hidden;
  background: var(--am-surface);
}

.about-section::before {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 420px;
  height: 420px;
  content: "";
  background: rgba(138, 202, 59, 0.08);
  border-radius: 50%;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: center;
}

.about-visual {
  position: relative;
}

.about-visual__frame {
  position: relative;
  overflow: hidden;
  background: var(--am-white);
  border: 10px solid var(--am-white);
  border-radius: 46px;
  box-shadow: var(--am-shadow-lg);
}

.about-visual__frame::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 36px;
  pointer-events: none;
}

.about-visual__frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 36px;
}

.about-visual__badge {
  position: absolute;
  right: -35px;
  bottom: 58px;
  display: flex;
  min-width: 230px;
  align-items: center;
  gap: 13px;
  padding: 15px 19px 15px 14px;
  background: var(--am-white);
  border: 1px solid rgba(18, 38, 42, 0.08);
  border-radius: 18px;
  box-shadow: var(--am-shadow-md);
}

.about-visual__badge > span {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-white);
  background: var(--am-teal);
  border-radius: 14px;
}

.about-visual__badge small,
.about-visual__badge strong {
  display: block;
  line-height: 1.25;
}

.about-visual__badge small {
  margin-bottom: 3px;
  color: var(--am-muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-visual__badge strong {
  font-size: 13px;
}

.about-visual__hexes {
  position: absolute;
  top: -26px;
  left: -25px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.about-visual__hexes i {
  display: block;
  width: 30px;
  height: 27px;
  background: var(--am-orange);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.about-visual__hexes i:nth-child(2) {
  width: 48px;
  height: 43px;
  background: var(--am-teal);
}

.about-visual__hexes i:nth-child(3) {
  width: 22px;
  height: 20px;
  background: var(--am-yellow);
}

.about-copy h2 {
  max-width: 610px;
}

.about-copy__lead {
  max-width: 610px;
  margin-top: 28px;
  color: var(--am-ink);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}

.about-copy > p:not(.about-copy__lead) {
  max-width: 600px;
  color: var(--am-muted);
  font-size: 15px;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 35px;
}

.about-point {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 13px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 38, 42, 0.07);
  border-radius: 18px;
}

.about-point > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-teal-dark);
  background: rgba(40, 184, 190, 0.12);
  border-radius: 12px;
  font-size: 15px;
}

.about-point h3 {
  margin-top: 1px;
  font-family: var(--am-font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.about-point p {
  margin-top: 6px;
  color: var(--am-muted);
  font-size: 11px;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: var(--am-deep);
  font-size: 13px;
  font-weight: 800;
}

.text-link span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 50%;
  transition: transform 200ms ease, background-color 200ms ease;
}

.text-link:hover span {
  background: var(--am-teal-dark);
  transform: translateX(5px);
}

/* ---------- Process ---------- */
.process-section {
  overflow: hidden;
  color: var(--am-white);
  background:
    radial-gradient(circle at 50% 100%, rgba(40, 184, 190, 0.14), transparent 35%),
    var(--am-deeper);
}

.process-section__shape {
  position: absolute;
  top: -160px;
  right: -120px;
  width: 420px;
  height: 370px;
  background: rgba(253, 187, 24, 0.055);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(12deg);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.process-card {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 28px;
  backdrop-filter: blur(12px);
  transition: transform 250ms ease, background-color 250ms ease, border-color 250ms ease;
}

.process-card::after {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 145px;
  height: 130px;
  content: "";
  background: rgba(40, 184, 190, 0.09);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(15deg);
}

.process-card:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(40, 184, 190, 0.42);
  transform: translateY(-7px);
}

.process-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process-card__top span {
  color: var(--am-yellow);
  font-family: var(--am-font-display);
  font-size: 27px;
  font-weight: 800;
}

.process-card__top i {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-teal);
  border-radius: 16px;
  font-size: 19px;
}

.process-card h3 {
  margin-top: 47px;
  color: var(--am-white);
  font-size: 34px;
}

.process-card p {
  max-width: 290px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.68;
}

.process-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--am-yellow);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

/* ---------- Use cases ---------- */
.use-cases-section {
  background: var(--am-white);
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 19px;
}

.use-case {
  position: relative;
  min-height: 300px;
  padding: 29px;
  overflow: hidden;
  border-radius: 29px;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.use-case::after {
  position: absolute;
  right: -46px;
  bottom: -55px;
  width: 145px;
  height: 132px;
  content: "";
  background: rgba(255, 255, 255, 0.4);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  transform: rotate(15deg);
}

.use-case:hover {
  box-shadow: var(--am-shadow-md);
  transform: translateY(-7px);
}

.use-case--teal { background: #dff5f4; }
.use-case--green { background: #edf5df; }
.use-case--orange { background: #fff0df; }
.use-case--yellow { background: #fff6d7; }

.use-case__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 19px;
  font-size: 21px;
}

.use-case__number {
  position: absolute;
  top: 26px;
  right: 27px;
  color: rgba(18, 38, 42, 0.28);
  font-family: var(--am-font-display);
  font-size: 20px;
  font-weight: 800;
}

.use-case h3 {
  margin-top: 58px;
  font-size: 32px;
}

.use-case p {
  margin-top: 14px;
  color: #526a6d;
  font-size: 13px;
  line-height: 1.65;
}

/* ---------- Gallery ---------- */
.gallery-section {
  overflow: hidden;
  background: var(--am-warm);
}

.gallery-section::before {
  position: absolute;
  top: -200px;
  left: -150px;
  width: 430px;
  height: 430px;
  content: "";
  background: rgba(246, 154, 29, 0.07);
  border-radius: 50%;
}

.gallery-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 54px;
}

.gallery-heading h2 {
  max-width: 720px;
}

.instagram-link {
  display: flex;
  min-width: 285px;
  align-items: center;
  gap: 13px;
  padding: 12px 16px 12px 12px;
  background: var(--am-white);
  border: 1px solid rgba(18, 38, 42, 0.08);
  border-radius: 19px;
  box-shadow: var(--am-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.instagram-link:hover {
  box-shadow: var(--am-shadow-md);
  transform: translateY(-3px);
}

.instagram-link > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-white);
  background: linear-gradient(145deg, var(--am-teal-dark), var(--am-teal));
  border-radius: 15px;
  font-size: 20px;
}

.instagram-link div {
  flex: 1;
}

.instagram-link small,
.instagram-link strong {
  display: block;
  line-height: 1.25;
}

.instagram-link small {
  margin-bottom: 3px;
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.instagram-link strong {
  font-size: 13px;
}

.instagram-link > i {
  color: var(--am-muted);
  font-size: 12px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--am-white);
  border: 8px solid var(--am-white);
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(70, 60, 38, 0.1);
}

.gallery-card:nth-child(even) {
  transform: translateY(28px);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 500ms ease, filter 500ms ease;
}

.gallery-card__overlay {
  position: absolute;
  inset: auto 18px 18px;
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--am-white);
  background: rgba(13, 43, 47, 0.88);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(10px);
  backdrop-filter: blur(8px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.055);
}

.gallery-card:hover .gallery-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- FAQ ---------- */
.faq-section {
  background: var(--am-white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 110px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 135px;
}

.faq-intro h2 {
  max-width: 520px;
}

.faq-intro p {
  max-width: 470px;
  margin-top: 25px;
  color: var(--am-muted);
  font-size: 15px;
}

.faq-intro .button {
  margin-top: 24px;
}

.faq-list {
  border-top: 1px solid var(--am-line);
}

.faq-list details {
  border-bottom: 1px solid var(--am-line);
}

.faq-list summary {
  display: flex;
  min-height: 99px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  color: var(--am-deep);
  font-size: 16px;
  font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-surface-soft);
  border-radius: 50%;
  font-size: 12px;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.faq-list details[open] summary span {
  color: var(--am-white);
  background: var(--am-teal);
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  padding: 0 70px 29px 0;
  color: var(--am-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* ---------- Contact CTA ---------- */
.contact-section {
  padding: 0 0 118px;
  background: var(--am-white);
}

.contact-card {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  padding: clamp(52px, 7vw, 88px);
  overflow: hidden;
  color: var(--am-white);
  background:
    radial-gradient(circle at 77% 40%, rgba(40, 184, 190, 0.22), transparent 31%),
    linear-gradient(135deg, var(--am-deeper), var(--am-deep));
  border-radius: 46px;
  box-shadow: var(--am-shadow-lg);
}

.contact-card__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 70%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 70%);
}

.contact-card__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.contact-card h2 {
  max-width: 730px;
  color: var(--am-white);
  font-size: clamp(58px, 6.2vw, 88px);
}

.contact-card h2 span {
  color: var(--am-yellow);
}

.contact-card__copy > p {
  max-width: 640px;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
}

.contact-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.contact-phone > span {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-yellow);
  border-radius: 50%;
}

.contact-phone small,
.contact-phone strong {
  display: block;
  line-height: 1.25;
}

.contact-phone small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-phone strong {
  font-size: 14px;
}

.contact-card__mark {
  position: relative;
  z-index: 1;
  width: 330px;
  height: 350px;
}

.contact-card__hex {
  position: absolute;
  display: block;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.contact-card__hex--teal {
  top: 3px;
  right: 15px;
  width: 218px;
  height: 192px;
  background: var(--am-teal);
  filter: drop-shadow(0 22px 35px rgba(0, 0, 0, 0.18));
}

.contact-card__hex--green {
  top: 132px;
  left: 6px;
  width: 145px;
  height: 128px;
  background: var(--am-green);
}

.contact-card__hex--orange {
  bottom: 0;
  left: 92px;
  width: 104px;
  height: 92px;
  background: var(--am-orange);
}

.contact-card__hex--yellow {
  right: 4px;
  bottom: 23px;
  width: 152px;
  height: 134px;
  background: var(--am-yellow);
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.63);
  background: var(--am-deeper);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(290px, 1.45fr) repeat(3, minmax(150px, 0.55fr));
  gap: 55px;
  padding: 83px 0 65px;
}

.footer-brand__logo {
  display: flex;
  width: 175px;
  height: 94px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--am-white);
  border-radius: 15px;
}

.footer-brand__logo img {
  width: 150px;
  max-height: 82px;
  object-fit: contain;
}

.footer-brand p {
  max-width: 395px;
  margin-top: 23px;
  font-size: 13px;
  line-height: 1.75;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-socials a {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: var(--am-white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.footer-socials a:hover {
  color: var(--am-deep);
  background: var(--am-teal);
  transform: translateY(-3px);
}

.footer-column h2 {
  margin: 7px 0 24px;
  color: var(--am-white);
  font-family: var(--am-font-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin-bottom: 12px;
  font-size: 12px;
}

.footer-column a {
  transition: color 180ms ease;
}

.footer-column a:hover {
  color: var(--am-teal);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 17px;
}

.footer-contact li > span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-teal);
  background: rgba(40, 184, 190, 0.1);
  border-radius: 9px;
  font-size: 12px;
}

.footer-contact small,
.footer-contact a {
  display: block;
}

.footer-contact small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-bottom {
  display: flex;
  min-height: 75px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom__meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px 13px;
}

.footer-bottom__meta a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: underline;
  text-decoration-color: rgba(40, 184, 190, 0.55);
  text-underline-offset: 3px;
}

.footer-bottom__meta a:hover {
  color: var(--am-white);
}

/* ---------- Floating WhatsApp ---------- */
.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  min-width: 60px;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  color: var(--am-white);
  background: var(--am-whatsapp);
  border: 3px solid var(--am-white);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(10, 75, 35, 0.3);
  font-size: 22px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.floating-whatsapp:hover {
  box-shadow: 0 23px 50px rgba(10, 75, 35, 0.4);
  transform: translateY(-4px);
}

.floating-whatsapp__label {
  font-size: 12px;
  font-weight: 800;
}

.floating-whatsapp__pulse {
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(37, 211, 102, 0.5);
  border-radius: inherit;
  animation: whatsapp-pulse 2.2s ease-out infinite;
}

/* ---------- Reveal animations ---------- */
.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.products-grid [data-reveal]:nth-child(2),
.use-cases-grid [data-reveal]:nth-child(2),
.gallery-grid [data-reveal]:nth-child(2) {
  transition-delay: 80ms;
}

.products-grid [data-reveal]:nth-child(3),
.use-cases-grid [data-reveal]:nth-child(3),
.gallery-grid [data-reveal]:nth-child(3) {
  transition-delay: 150ms;
}

.products-grid [data-reveal]:nth-child(4),
.use-cases-grid [data-reveal]:nth-child(4),
.gallery-grid [data-reveal]:nth-child(4) {
  transition-delay: 220ms;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes whatsapp-pulse {
  0% { opacity: 0.75; transform: scale(0.94); }
  70%, 100% { opacity: 0; transform: scale(1.2); }
}

/* ---------- Responsive ---------- */
@media (min-width: 1121px) {
  .product-card:nth-child(1),
  .product-card:nth-child(2) {
    grid-column: span 6;
  }

  .product-card:nth-child(n + 3) {
    grid-column: span 4;
  }

  .product-card:nth-child(1) .product-card__media,
  .product-card:nth-child(2) .product-card__media {
    aspect-ratio: 16 / 9.5;
  }

  .product-card:nth-child(n + 3) .product-card__media {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 1180px) {
  .site-header__inner {
    grid-template-columns: 155px minmax(0, 1fr) auto;
    gap: 20px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 150px;
  }

  .brand-logo img,
  .custom-logo {
    width: 145px;
  }

  .primary-menu {
    gap: 21px;
  }

  .primary-menu a {
    font-size: 12px;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    gap: 40px;
  }

  .hero h1 {
    font-size: clamp(64px, 7.1vw, 82px);
  }

  .hero__floating-card--top {
    right: 0;
  }

  .about-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
    gap: 65px;
  }

  .footer-main {
    gap: 35px;
  }
}

@media (max-width: 1120px) {
  .site-shell {
    width: min(calc(100% - 38px), var(--am-container));
  }

  .section {
    padding: 100px 0;
  }

  .site-header__inner {
    position: relative;
    min-height: 80px;
    grid-template-columns: 150px 1fr auto auto;
  }

  .site-header__inner > .menu-toggle {
    position: relative;
    z-index: 1002;
    display: flex !important;
    width: 45px;
    height: 45px;
    grid-column: 3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: var(--am-surface);
    border: 1px solid var(--am-line);
    border-radius: 14px;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 19px;
    height: 2px;
    background: var(--am-deep);
    border-radius: 99px;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .primary-navigation {
    position: absolute;
    z-index: 1001;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: block;
    width: auto;
    max-height: calc(100dvh - 120px);
    justify-self: stretch;
    padding: 18px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.985);
    border: 1px solid var(--am-line);
    border-radius: 24px;
    box-shadow: var(--am-shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px) scale(0.98);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .primary-navigation[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .primary-menu {
    display: block;
  }

  .primary-menu li {
    border-bottom: 1px solid var(--am-line);
  }

  .primary-menu li:last-child {
    border-bottom: 0;
  }

  .primary-menu a {
    padding: 17px 11px;
    font-size: 14px;
  }

  .primary-menu a::after {
    display: none;
  }

  .mobile-nav-cta {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 14px;
    color: var(--am-white);
    background: var(--am-whatsapp);
    border-radius: 15px;
    font-size: 13px;
    font-weight: 800;
  }

  .header-quote {
    grid-column: 4;
    grid-row: 1;
  }

  .hero {
    padding-top: 85px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
  }

  .hero__content {
    max-width: 790px;
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 920px;
    font-size: clamp(64px, 8.5vw, 88px);
  }

  .hero__lead {
    max-width: 690px;
  }

  .hero__visual-wrap {
    width: min(100%, 780px);
    margin: -5px auto -15px;
  }

  .hero__floating-card--bottom {
    left: 3%;
  }

  .hero__trust {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__trust-item:nth-child(2) {
    border-right: 0;
  }

  .hero__trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--am-line);
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-heading--split > p {
    max-width: 660px;
  }

  .product-card,
  .product-card--wide {
    grid-column: span 6;
  }

  .product-card:last-child {
    grid-column: 4 / span 6;
  }

  .about-layout {
    grid-template-columns: 1fr;
    gap: 78px;
  }

  .about-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .about-copy {
    max-width: 780px;
  }

  .about-copy h2 {
    max-width: 760px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-arrow {
    margin: -3px auto;
    transform: rotate(90deg);
  }

  .process-card {
    min-height: 230px;
  }

  .process-card h3 {
    margin-top: 34px;
  }

  .use-cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case {
    min-height: 270px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card:nth-child(even) {
    transform: translateY(18px);
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-intro {
    position: static;
    max-width: 700px;
  }

  .contact-card {
    grid-template-columns: minmax(0, 1fr) 245px;
    padding: 65px 55px;
  }

  .contact-card__mark {
    width: 245px;
    height: 280px;
    transform: scale(0.82);
    transform-origin: center right;
  }

  .footer-main {
    grid-template-columns: 1.4fr repeat(2, 0.65fr);
  }

  .footer-contact {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 760px) {
  .announcement-bar__inner {
    justify-content: center;
  }

  .announcement-bar__links {
    display: none;
  }

  .site-header__inner {
    grid-template-columns: 128px 1fr auto;
  }

  .brand-logo,
  .custom-logo-link {
    width: 125px;
  }

  .brand-logo img,
  .custom-logo {
    width: 120px;
    max-height: 68px;
  }

  .header-quote {
    display: none;
  }

  .site-header__inner > .menu-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .primary-navigation {
    top: calc(100% + 10px);
  }

  .site-shell {
    width: min(calc(100% - 30px), var(--am-container));
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .gallery-heading h2,
  .about-copy h2,
  .faq-intro h2 {
    font-size: clamp(44px, 7vw, 56px);
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .hero h1 {
    font-size: clamp(58px, 9vw, 70px);
  }

  .hero__lead {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__checks {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero__visual-wrap {
    margin-top: 10px;
  }

  .hero__floating-card--top {
    top: 4%;
    right: 0;
  }

  .hero__floating-card--bottom {
    bottom: 9%;
    left: 0;
  }

  .hero__floating-card {
    padding: 9px 12px 9px 9px;
  }

  .hero__floating-icon,
  .hero__floating-avatar {
    width: 36px;
    height: 36px;
  }

  .hero__trust {
    margin-top: 10px;
    grid-template-columns: 1fr;
    border-radius: 22px 22px 0 0;
  }

  .hero__trust-item {
    min-height: 82px;
    padding: 18px 21px;
    border-right: 0;
    border-bottom: 1px solid var(--am-line);
  }

  .hero__trust-item:last-child {
    border-bottom: 0;
  }

  .product-marquee__track {
    gap: 20px;
  }

  .product-marquee__track span {
    font-size: 18px;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card,
  .product-card--wide,
  .product-card:last-child {
    grid-column: 1;
  }

  .product-card__media,
  .product-card--wide .product-card__media {
    aspect-ratio: 4 / 3;
  }

  .product-card__body {
    min-height: 0;
    padding: 27px 25px 25px;
  }

  .product-card h3 {
    font-size: 40px;
  }

  .about-visual__badge {
    right: 13px;
    bottom: -26px;
  }

  .about-visual__hexes {
    top: -17px;
    left: -8px;
  }

  .about-points {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: 220px;
  }

  .use-cases-grid {
    grid-template-columns: 1fr;
  }

  .use-case {
    min-height: 250px;
  }

  .gallery-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .instagram-link {
    width: 100%;
    min-width: 0;
  }

  .gallery-grid {
    gap: 12px;
  }

  .gallery-card {
    border-width: 5px;
    border-radius: 21px;
  }

  .gallery-card img {
    border-radius: 16px;
  }

  .gallery-card__overlay {
    display: none;
  }

  .faq-list summary {
    min-height: 87px;
    font-size: 14px;
  }

  .faq-list details p {
    padding-right: 15px;
  }

  .contact-section {
    padding-bottom: 82px;
  }

  .contact-card {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 52px 28px 0;
    border-radius: 34px;
  }

  .contact-card h2 {
    font-size: clamp(52px, 8vw, 66px);
  }

  .contact-card__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card__actions .button {
    width: 100%;
  }

  .contact-card__mark {
    width: 285px;
    height: 280px;
    margin: 20px -35px -25px auto;
    transform: scale(0.75);
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 25px;
    padding-top: 65px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 18px 0;
  }

  .floating-whatsapp {
    right: 15px;
    bottom: 15px;
    min-width: 56px;
    min-height: 56px;
    padding: 0;
    font-size: 23px;
  }

  .floating-whatsapp__label {
    display: none;
  }
}

@media (max-width: 480px) {
  .site-shell {
    width: min(calc(100% - 24px), var(--am-container));
  }

  .announcement-bar {
    font-size: 10px;
  }

  .announcement-bar__inner {
    min-height: 32px;
  }

  .site-header__inner {
    min-height: 72px;
  }

  .primary-navigation {
    top: calc(100% + 10px);
    right: 0;
    left: 0;
  }

  .hero {
    padding-top: 57px;
  }

  .hero h1 {
    font-size: clamp(48px, 15.5vw, 62px);
  }

  .hero__visual-wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  .hero__floating-card {
    display: none;
  }

  .section-heading h2,
  .gallery-heading h2,
  .about-copy h2,
  .faq-intro h2 {
    font-size: 46px;
  }

  .product-card {
    border-radius: 27px;
  }

  .product-card__number {
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
  }

  .about-visual__frame {
    border-width: 7px;
    border-radius: 30px;
  }

  .about-visual__frame img {
    border-radius: 23px;
  }

  .about-visual__badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 20px);
    margin: -26px auto 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card:nth-child(even) {
    transform: none;
  }

  .contact-card {
    padding-inline: 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================
   Version 4.0 additions: product pages, quote builder and
   client-requested content updates.
   ========================================================== */

.hero__visual-wrap--clean .hero__visual {
  width: 100%;
}

.hero__visual-wrap--clean .hero__visual::after {
  position: absolute;
  inset: auto 8% 4% 8%;
  height: 18%;
  content: "";
  background: rgba(40, 184, 190, 0.18);
  filter: blur(55px);
  border-radius: 50%;
  pointer-events: none;
}

.business-strip {
  position: relative;
  z-index: 2;
  padding: 34px 0 38px;
  color: var(--am-white);
  background: var(--am-deep);
  border-top: 1px solid rgba(255,255,255,.08);
}

.business-strip__inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.7fr);
  align-items: center;
  gap: 38px;
}

.business-strip__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.business-strip__icon {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-yellow);
  border-radius: 17px;
  font-size: 20px;
}

.business-strip__heading small {
  display: block;
  margin-bottom: 5px;
  color: var(--am-teal);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.business-strip__heading h2 {
  margin: 0;
  color: var(--am-white);
  font-family: var(--am-font-body);
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 800;
  line-height: 1.25;
}

.business-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.business-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.product-card__media {
  display: block;
}

.product-card h3 a {
  color: inherit;
}

.product-card__view {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: var(--am-white);
  background: rgba(7,31,35,.84);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  backdrop-filter: blur(10px);
}

.product-card:hover .product-card__view,
.product-card__media:focus-visible .product-card__view {
  opacity: 1;
  transform: translateY(0);
}

.product-card__link span {
  background: var(--am-deep);
}

.product-card__link:hover span {
  background: var(--am-teal);
  box-shadow: 0 12px 26px rgba(40,184,190,.28);
}

.about-points--values .about-point {
  align-items: flex-start;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 25px;
  margin-top: 30px;
}

.about-actions .text-link {
  margin-top: 0;
}

.about-instagram {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--am-teal-dark);
  font-size: 13px;
  font-weight: 800;
}

.about-instagram i {
  font-size: 20px;
}

.use-cases-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sales-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sales-contacts a {
  display: inline-flex;
  min-width: 196px;
  align-items: center;
  gap: 12px;
  padding: 14px 17px;
  color: var(--am-deep);
  background: var(--am-white);
  border: 1px solid var(--am-line);
  border-radius: 16px;
  box-shadow: var(--am-shadow-sm);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.sales-contacts a:hover {
  box-shadow: var(--am-shadow-md);
  transform: translateY(-3px);
}

.sales-contacts i {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-white);
  background: var(--am-whatsapp);
  border-radius: 12px;
  font-size: 18px;
}

.sales-contacts span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.sales-contacts small {
  display: block;
  margin-bottom: 3px;
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sales-contacts--dark {
  margin-top: 22px;
}

.sales-contacts--dark a {
  color: var(--am-white);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.13);
  box-shadow: none;
}

.sales-contacts--dark small {
  color: rgba(255,255,255,.6);
}

/* Product detail page */
.product-detail-main {
  background: var(--am-white);
}

.product-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 54px 0 96px;
  color: var(--am-white);
  background: linear-gradient(135deg, var(--am-deeper) 0%, var(--am-deep) 74%, #123d3c 100%);
}

.product-detail-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: radial-gradient(rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.product-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 700;
}

.product-breadcrumb a {
  color: rgba(255,255,255,.82);
}

.product-breadcrumb a:hover {
  color: var(--am-yellow);
}

.product-breadcrumb i {
  font-size: 8px;
}

.product-detail-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
}

.product-detail-image {
  position: relative;
  overflow: hidden;
  background: var(--am-surface);
  border: 10px solid rgba(255,255,255,.1);
  border-radius: 38px;
  box-shadow: 0 35px 90px rgba(0,0,0,.26);
}

.product-detail-image::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 28px;
  pointer-events: none;
}

.product-detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-detail-image__number {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--am-deep);
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
  font-family: var(--am-font-display);
  font-size: 20px;
  font-weight: 800;
}

.product-detail-copy h1 {
  margin: 0;
  color: var(--am-white);
  font-size: clamp(68px, 7.5vw, 118px);
  line-height: .88;
}

.product-detail-copy__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.65;
}

.product-price-note {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  padding: 19px 21px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 19px;
}

.product-price-note > span {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-yellow);
  border-radius: 13px;
}

.product-price-note strong {
  display: block;
  color: var(--am-white);
  font-size: 14px;
}

.product-price-note p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 12px;
  line-height: 1.55;
}

.product-detail-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.product-information-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--am-surface);
}

.product-information-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-info-card {
  min-width: 0;
  padding: 34px;
  background: var(--am-white);
  border: 1px solid var(--am-line);
  border-radius: 25px;
  box-shadow: var(--am-shadow-sm);
}

.product-info-card--accent {
  color: var(--am-white);
  background: var(--am-deep);
  border-color: var(--am-deep);
}

.product-info-card__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 23px;
  color: var(--am-deep);
  background: #dff5f4;
  border-radius: 15px;
  font-size: 20px;
}

.product-info-card--accent .product-info-card__icon {
  color: var(--am-deep);
  background: var(--am-yellow);
}

.product-info-card h2 {
  margin: 0 0 20px;
  font-size: 34px;
}

.product-info-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--am-muted);
  font-size: 13px;
}

.product-info-card li i {
  margin-top: 5px;
  color: var(--am-teal);
  font-size: 10px;
}

.product-use-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.product-use-tags span {
  padding: 9px 12px;
  color: var(--am-deep);
  background: var(--am-surface-soft);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.product-info-card--accent p {
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.product-info-card--accent a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 19px;
  color: var(--am-yellow);
  font-size: 13px;
  font-weight: 800;
}

.order-calculator-section {
  overflow: hidden;
  background: var(--am-white);
}

.order-calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr);
  align-items: start;
  gap: clamp(48px, 7vw, 110px);
}

.order-calculator-intro {
  position: sticky;
  top: 150px;
}

.order-calculator-intro h2 {
  font-size: clamp(56px, 5.7vw, 86px);
  line-height: .98;
}

.order-calculator-intro h2 span {
  color: var(--am-teal);
}

.order-calculator-intro > p {
  margin-top: 24px;
  color: var(--am-muted);
}

.calculator-trust-list {
  display: grid;
  gap: 13px;
  margin-top: 32px;
}

.calculator-trust-list > div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--am-surface);
  border: 1px solid var(--am-line);
  border-radius: 16px;
}

.calculator-trust-list i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: #dff5f4;
  border-radius: 11px;
}

.calculator-trust-list strong,
.calculator-trust-list small {
  display: block;
}

.calculator-trust-list strong {
  font-size: 13px;
}

.calculator-trust-list small {
  margin-top: 3px;
  color: var(--am-muted);
  font-size: 10px;
  line-height: 1.45;
}

.order-calculator {
  padding: clamp(28px, 4vw, 48px);
  background: var(--am-surface);
  border: 1px solid var(--am-line);
  border-radius: 32px;
  box-shadow: var(--am-shadow-md);
}

.order-calculator__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--am-line);
}

.order-calculator__header > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 15px;
}

.order-calculator__header small,
.order-calculator__header strong {
  display: block;
}

.order-calculator__header small {
  margin-bottom: 4px;
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.order-calculator__header strong {
  font-size: 21px;
}

.calculator-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.calculator-fields label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.calculator-fields label > span {
  color: var(--am-deep);
  font-size: 11px;
  font-weight: 800;
}

.calculator-field--full {
  grid-column: 1 / -1;
}

.calculator-fields input,
.calculator-fields select,
.calculator-fields textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--am-deep);
  background: var(--am-white);
  border: 1px solid #d4e1df;
  border-radius: 13px;
  outline: none;
  font: inherit;
  font-size: 13px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.calculator-fields textarea {
  min-height: 110px;
  resize: vertical;
}

.calculator-fields input:focus,
.calculator-fields select:focus,
.calculator-fields textarea:focus {
  border-color: var(--am-teal);
  box-shadow: 0 0 0 4px rgba(40,184,190,.12);
}

.calculator-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.calculator-summary > div {
  padding: 17px;
  background: var(--am-white);
  border: 1px solid var(--am-line);
  border-radius: 14px;
}

.calculator-summary small,
.calculator-summary strong {
  display: block;
}

.calculator-summary small {
  margin-bottom: 5px;
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.calculator-summary strong {
  font-size: 13px;
}

.calculator-submit {
  width: 100%;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.calculator-disclaimer {
  margin: 12px 0 0;
  color: var(--am-muted);
  font-size: 10px;
  text-align: center;
}

.order-support-section {
  padding-top: 0;
  background: var(--am-white);
}

.order-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 38px 42px;
  background: var(--am-warm);
  border: 1px solid #eee5d5;
  border-radius: 27px;
}

.order-support-card h2 {
  margin: 0;
  font-size: 44px;
}

.order-support-card p {
  max-width: 650px;
  margin: 10px 0 0;
  color: var(--am-muted);
  font-size: 13px;
}

.related-products-section {
  padding-top: 82px;
  background: var(--am-surface);
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.related-product {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 12px 18px 12px 12px;
  color: var(--am-deep);
  background: var(--am-white);
  border: 1px solid var(--am-line);
  border-radius: 20px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.related-product:hover {
  box-shadow: var(--am-shadow-md);
  transform: translateY(-4px);
}

.related-product img {
  width: 112px;
  height: 86px;
  object-fit: cover;
  border-radius: 13px;
}

.related-product small,
.related-product strong {
  display: block;
}

.related-product small {
  margin-bottom: 4px;
  color: var(--am-teal-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.related-product strong {
  font-size: 18px;
}

.related-product > i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--am-white);
  background: var(--am-deep);
  border-radius: 50%;
}

@media (max-width: 1180px) {
  .business-strip__inner,
  .product-detail-hero__grid,
  .order-calculator-layout {
    gap: 42px;
  }

  .product-detail-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  }

  .product-information-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-info-card--accent {
    grid-column: 1 / -1;
  }

  .order-support-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .business-strip__inner,
  .product-detail-hero__grid,
  .order-calculator-layout {
    grid-template-columns: 1fr;
  }

  .business-strip__heading {
    max-width: 620px;
  }

  .product-detail-hero {
    padding-bottom: 72px;
  }

  .product-detail-image {
    max-width: 740px;
    margin-inline: auto;
  }

  .product-detail-copy {
    max-width: 760px;
  }

  .order-calculator-intro {
    position: static;
  }

  .use-cases-grid--three,
  .related-products-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .business-strip {
    padding: 27px 0 30px;
  }

  .business-strip__inner {
    gap: 23px;
  }

  .business-chips {
    gap: 7px;
  }

  .business-chips span {
    padding: 7px 10px;
    font-size: 10px;
  }

  .product-card__view {
    opacity: 1;
    transform: none;
  }

  .about-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-detail-hero {
    padding-top: 34px;
  }

  .product-breadcrumb {
    margin-bottom: 28px;
  }

  .product-detail-image {
    border-width: 6px;
    border-radius: 26px;
  }

  .product-detail-image__number {
    top: 15px;
    right: 15px;
    width: 46px;
    height: 46px;
  }

  .product-detail-copy h1 {
    font-size: clamp(62px, 20vw, 90px);
  }

  .product-detail-copy__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-detail-copy__actions .button {
    width: 100%;
  }

  .product-information-grid {
    grid-template-columns: 1fr;
  }

  .product-info-card--accent {
    grid-column: auto;
  }

  .calculator-fields,
  .calculator-summary {
    grid-template-columns: 1fr;
  }

  .calculator-field--full {
    grid-column: auto;
  }

  .order-support-card {
    padding: 30px 22px;
  }

  .sales-contacts,
  .sales-contacts a {
    width: 100%;
  }

  .sales-contacts a {
    min-width: 0;
  }

  .related-product {
    grid-template-columns: 88px minmax(0, 1fr) auto;
  }

  .related-product img {
    width: 88px;
    height: 72px;
  }
}

@media (max-width: 480px) {
  .business-strip__heading {
    align-items: flex-start;
  }

  .business-strip__icon {
    width: 46px;
    height: 46px;
  }

  .product-detail-hero__grid {
    gap: 33px;
  }

  .product-detail-copy__lead {
    font-size: 15px;
  }

  .product-price-note {
    padding: 15px;
  }

  .product-info-card,
  .order-calculator {
    padding: 23px;
    border-radius: 22px;
  }

  .order-support-card h2 {
    font-size: 36px;
  }

  .related-product {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .related-product img {
    width: 76px;
    height: 66px;
  }

  .related-product > i {
    display: none;
  }
}

/* ---------- Value section / v4.1 replacement for the old three-step block ---------- */
.value-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: var(--am-white);
  background:
    radial-gradient(circle at 12% 14%, rgba(40, 184, 190, 0.18), transparent 27%),
    radial-gradient(circle at 92% 84%, rgba(253, 187, 24, 0.11), transparent 28%),
    linear-gradient(135deg, #061f23 0%, #0a3035 58%, #08262b 100%);
  isolation: isolate;
}

.value-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.35;
  background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to right, #000, transparent 48%);
}

.value-section__glow {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -130px;
  width: 540px;
  height: 540px;
  background: rgba(40, 184, 190, 0.13);
  border-radius: 50%;
  filter: blur(2px);
}

.value-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(500px, 1.02fr);
  align-items: center;
  gap: clamp(55px, 6vw, 105px);
}

.value-copy {
  min-width: 0;
}

.value-copy h2 {
  max-width: 800px;
  margin-top: 22px;
  color: var(--am-white);
  font-size: clamp(58px, 5.1vw, 88px);
  letter-spacing: -0.025em;
  line-height: 0.98;
}

.value-copy h2 span {
  display: block;
  color: var(--am-yellow);
}

.value-copy__lead {
  max-width: 720px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.8;
}

.value-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 35px;
}

.value-benefit {
  display: flex;
  min-width: 0;
  min-height: 142px;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.value-benefit:hover {
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(40, 184, 190, 0.42);
  transform: translateY(-4px);
}

.value-benefit__icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  border-radius: 14px;
  font-size: 17px;
}

.value-benefit__icon--teal { background: var(--am-teal); }
.value-benefit__icon--green { background: var(--am-green); }
.value-benefit__icon--orange { background: var(--am-orange); }
.value-benefit__icon--yellow { background: var(--am-yellow); }

.value-benefit h3 {
  color: var(--am-white);
  font-family: var(--am-font-body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.value-benefit p {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.6;
}

.value-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.value-instagram {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  transition: color 180ms ease;
}

.value-instagram i {
  color: var(--am-orange);
  font-size: 20px;
}

.value-instagram:hover {
  color: var(--am-white);
}

.value-media {
  position: relative;
  min-width: 0;
  min-height: 665px;
}

.value-photo {
  position: absolute;
  display: block;
  overflow: hidden;
  background: #eaf2f0;
  border: 7px solid rgba(255, 255, 255, 0.93);
  border-radius: 28px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
  transition: box-shadow 240ms ease;
}

.value-photo:hover {
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.value-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.value-photo:hover img {
  transform: scale(1.035);
}

.value-photo--main {
  z-index: 2;
  top: 112px;
  left: 84px;
  width: 72%;
  aspect-ratio: 4 / 3;
}

.value-photo--top {
  z-index: 3;
  top: 2px;
  left: 0;
  width: 47%;
  aspect-ratio: 4 / 3;
  transform: rotate(-4deg);
}

.value-photo--bottom {
  z-index: 4;
  right: 0;
  bottom: 8px;
  width: 46%;
  aspect-ratio: 4 / 3;
  transform: rotate(4deg);
}

.value-media__badge {
  position: absolute;
  z-index: 6;
  top: 44px;
  right: 4px;
  display: flex;
  min-width: 225px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  color: var(--am-deep);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(10px);
}

.value-media__badge > span {
  display: grid;
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-yellow);
  border-radius: 15px;
  font-family: var(--am-font-display);
  font-size: 24px;
  font-weight: 800;
}

.value-media__badge small,
.value-media__badge strong {
  display: block;
}

.value-media__badge small {
  color: var(--am-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.value-media__badge strong {
  margin-top: 2px;
  font-size: 14px;
}

.value-media__note {
  position: absolute;
  z-index: 7;
  bottom: 42px;
  left: 72px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 16px;
  color: var(--am-deep);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.value-media__note i {
  color: var(--am-teal-dark);
}

@media (max-width: 1180px) {
  .value-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .value-copy,
  .value-copy h2,
  .value-copy__lead {
    max-width: 820px;
  }

  .value-media {
    width: min(100%, 850px);
    min-height: 650px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .value-copy h2 {
    font-size: clamp(47px, 13vw, 66px);
  }

  .value-benefits {
    grid-template-columns: 1fr;
  }

  .value-benefit {
    min-height: 0;
  }

  .value-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .value-actions .button,
  .value-instagram {
    width: 100%;
    justify-content: center;
  }

  .value-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    min-height: 0;
  }

  .value-photo {
    position: relative;
    inset: auto;
    width: 100%;
    border-width: 4px;
    border-radius: 20px;
    transform: none;
  }

  .value-photo--main {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }

  .value-photo--top,
  .value-photo--bottom {
    aspect-ratio: 1 / 1;
  }

  .value-media__badge {
    top: 14px;
    right: 14px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 15px;
  }

  .value-media__badge > span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 20px;
  }

  .value-media__badge small {
    display: none;
  }

  .value-media__badge strong {
    max-width: 105px;
    font-size: 11px;
    line-height: 1.2;
  }

  .value-media__note {
    display: none;
  }
}

@media (max-width: 420px) {
  .value-copy__lead {
    font-size: 14px;
  }

  .value-benefit {
    padding: 17px;
  }

  .value-benefit h3 {
    font-size: 14px;
  }
}

/* v4.3.0: user-supplied product photos + no-crop cards */
.product-card__media,
.product-detail-image,
.gallery-card,
.value-photo,
.related-product img {
  background: #fbfaf7;
}

.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
  border-radius: 20px;
}

.product-detail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 32px;
}

.product-detail-image img {
  width: 100%;
  max-height: 560px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 24px;
}

.value-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.value-photo img,
.gallery-card img,
.related-product img {
  object-fit: contain;
  background: #fff;
}

.gallery-card img {
  border-radius: 20px;
}

.related-product img {
  padding: 4px;
}

/* v4.3.2: centred, seamless category marquee with no empty gap */
.product-marquee--seamless {
  position: relative;
  z-index: 2;
  min-height: 58px;
  overflow: hidden;
}

.product-marquee--seamless .product-marquee__track {
  position: relative;
  left: 50%;
  display: flex;
  width: max-content;
  min-width: 0;
  align-items: center;
  gap: 0;
  padding: 0;
  animation: am-category-marquee 28s linear infinite;
  will-change: transform;
}

.product-marquee--seamless .product-marquee__group {
  display: flex;
  width: max-content;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.1vw, 44px);
  padding: 16px clamp(16px, 1.3vw, 26px);
  box-sizing: border-box;
}

.product-marquee--seamless .product-marquee__group span {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--am-white);
  font-family: var(--am-font-display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-marquee--seamless .product-marquee__group span::before {
  width: 12px;
  height: 11px;
  flex: 0 0 auto;
  content: "";
  background: var(--am-yellow);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.product-marquee--seamless:hover .product-marquee__track {
  animation-play-state: paused;
}

@keyframes am-category-marquee {
  from { transform: translate3d(-50%, 0, 0); }
  to { transform: translate3d(-62.5%, 0, 0); }
}

@media (max-width: 767px) {
  .product-marquee--seamless .product-marquee__track {
    animation-duration: 22s;
  }

  .product-marquee--seamless .product-marquee__group {
    gap: 22px;
    padding: 14px 12px;
  }

  .product-marquee--seamless .product-marquee__group span {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-marquee--seamless .product-marquee__track {
    position: static;
    width: 100%;
    animation: none !important;
    transform: none !important;
  }

  .product-marquee--seamless .product-marquee__group {
    display: none;
  }

  .product-marquee--seamless .product-marquee__group:first-child {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* v5.0.0: editable products, prices and dynamic product layouts */
.product-card__price {
  display: flex;
  margin-top: 18px;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--am-deep);
}

.product-card__price small {
  color: var(--am-teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-card__price del {
  color: #8b9a9d;
  font-size: 13px;
}

.product-card__price strong {
  color: var(--am-deep);
  font-family: var(--am-font-display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.product-card__price span {
  color: var(--am-muted);
  font-size: 12px;
  font-weight: 700;
}

.product-card__price--quote strong {
  color: var(--am-teal-dark);
  font-family: var(--am-font-body);
  font-size: 13px;
}

.product-detail-copy__body {
  max-width: 700px;
  margin-top: 16px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.75;
}

.product-detail-copy__body p {
  margin: 0;
}

.product-price-note--live {
  border-color: rgba(138, 202, 59, .35);
  background: rgba(138, 202, 59, .1);
}

.product-price-note--live > span {
  color: var(--am-deep);
  background: var(--am-green);
}

.product-price-note--live small {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.product-price-note__amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
}

.product-price-note__amount del {
  color: rgba(255, 255, 255, .48);
  font-size: 14px;
}

.product-price-note__amount strong {
  color: var(--am-white);
  font-family: var(--am-font-display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.product-price-note__amount em {
  color: var(--am-green);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.related-product span em {
  display: block;
  margin-top: 3px;
  color: var(--am-teal-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

@media (min-width: 1121px) {
  .products-grid .product-card {
    grid-column: span 4;
  }

  .products-grid .product-card.product-card--wide {
    grid-column: span 6;
  }

  .products-grid .product-card .product-card__media {
    aspect-ratio: 4 / 3;
  }

  .products-grid .product-card.product-card--wide .product-card__media {
    aspect-ratio: 16 / 9.5;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .products-grid .product-card,
  .products-grid .product-card.product-card--wide,
  .products-grid .product-card:last-child {
    grid-column: span 6;
  }

  .products-grid .product-card:nth-child(odd):last-child {
    grid-column: 4 / span 6;
  }
}

@media (max-width: 760px) {
  .products-grid .product-card,
  .products-grid .product-card.product-card--wide,
  .products-grid .product-card:last-child {
    grid-column: 1;
  }

  .product-card__price strong {
    font-size: 22px;
  }
}


/* ---------- v5.1.1 nationwide delivery + refined header ---------- */
body.am-packaging-site .announcement-bar__links a {
  color: rgba(255, 255, 255, 0.82) !important;
}

body.am-packaging-site .announcement-bar__links a:hover {
  color: var(--am-teal) !important;
}

body.am-packaging-site .site-footer .footer-column a,
body.am-packaging-site .site-footer .footer-contact a {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.am-packaging-site .site-footer .footer-column a:hover,
body.am-packaging-site .site-footer .footer-contact a:hover {
  color: var(--am-teal) !important;
}

body.am-packaging-site .about-instagram {
  color: var(--am-teal-dark) !important;
}

body.am-packaging-site .about-instagram:hover {
  color: var(--am-teal) !important;
}

body.am-packaging-site .instagram-link {
  color: var(--am-deep) !important;
}

body.am-packaging-site .instagram-link > span {
  background: linear-gradient(145deg, var(--am-teal-dark), var(--am-teal));
}

@media (min-width: 1121px) {
  .announcement-bar__inner {
    min-height: 30px;
  }

  .site-header__inner {
    min-height: 74px;
    grid-template-columns: 205px minmax(0, 1fr) auto;
    gap: 28px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 198px;
    height: 66px;
  }

  .brand-logo picture {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .brand-logo img,
  .custom-logo {
    width: 190px;
    height: 64px;
    max-height: 64px;
    object-fit: contain;
  }

  .primary-menu {
    gap: clamp(24px, 2.2vw, 42px);
  }

  .primary-menu a {
    padding: 27px 0 25px;
    font-size: 15px;
  }

  .primary-menu a::after {
    bottom: 17px;
  }

  .header-quote {
    min-width: 170px;
    padding: 7px 15px 7px 7px;
  }

  .header-quote__icon {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }
}

@media (min-width: 1121px) and (max-width: 1180px) {
  .site-header__inner {
    min-height: 72px;
    grid-template-columns: 178px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 172px;
    height: 60px;
  }

  .brand-logo img,
  .custom-logo {
    width: 168px;
    height: 58px;
    max-height: 58px;
    object-fit: contain;
  }

  .primary-menu {
    gap: 18px;
  }

  .primary-menu a {
    padding: 26px 0 24px;
    font-size: 14px;
  }
}



@media (min-width: 761px) and (max-width: 1120px) {
  .site-header__inner {
    min-height: 70px;
    grid-template-columns: 165px minmax(0, 1fr) auto auto;
    gap: 14px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 160px;
    height: 58px;
  }

  .brand-logo img,
  .custom-logo {
    width: 158px;
    height: 56px;
    max-height: 56px;
    object-fit: contain;
  }

  .header-quote {
    min-width: 160px;
    padding: 7px 13px 7px 7px;
  }
}

@media (max-width: 1120px) {
  .site-header__inner {
    min-height: 70px;
  }

  .primary-menu a {
    font-size: 15px;
  }
}

@media (max-width: 760px) {
  .announcement-bar {
    font-size: 11px;
  }

  .announcement-bar__inner {
    min-height: 30px;
  }

  .site-header__inner {
    min-height: 66px;
    grid-template-columns: 145px 1fr auto;
  }

  .brand-logo,
  .custom-logo-link {
    width: 140px;
    height: 56px;
  }

  .brand-logo img,
  .custom-logo {
    width: 138px;
    height: 54px;
    max-height: 54px;
    object-fit: contain;
  }
}

/* ==========================================================
   v5.2.0 premium image mockups + visual polish
   ========================================================== */

body.am-packaging-site {
  background: #f8fbfa;
}

.hero {
  min-height: 790px;
  padding-top: 78px;
  background:
    radial-gradient(circle at 10% 12%, rgba(40, 184, 190, 0.22), transparent 31%),
    radial-gradient(circle at 87% 62%, rgba(138, 202, 59, 0.11), transparent 26%),
    radial-gradient(circle at 70% 4%, rgba(253, 187, 24, 0.10), transparent 23%),
    linear-gradient(135deg, #061d21 0%, #0b3034 58%, #173d35 100%);
}

.hero__layout {
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(34px, 3.5vw, 62px);
}

.hero__content {
  padding-bottom: 54px;
}

.hero h1 {
  font-size: clamp(64px, 5.75vw, 92px);
  line-height: 0.91;
}

.hero__lead {
  max-width: 600px;
  margin-top: 25px;
}

.hero__visual-wrap--clean {
  position: relative;
  min-height: 560px;
  padding: 18px;
  isolation: isolate;
}

.hero__visual-wrap--clean::before {
  position: absolute;
  z-index: 0;
  inset: 7% 5% 8%;
  content: "";
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 78% 18%, rgba(253, 187, 24, 0.13), transparent 30%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 48px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transform: rotate(-1.5deg);
}

.hero__visual-wrap--clean .hero__visual {
  z-index: 1;
  display: grid;
  min-height: 530px;
  place-items: center;
}

.hero__visual-wrap--clean .hero__visual::after {
  inset: auto 14% 2%;
  height: 16%;
  background: rgba(40, 184, 190, 0.23);
  filter: blur(62px);
}

.hero__visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  margin-inline: auto;
  filter: drop-shadow(0 36px 58px rgba(0, 0, 0, 0.25));
  transform: translateY(6px);
}

.hero__visual-kicker {
  position: absolute;
  z-index: 4;
  top: 8%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  color: var(--am-deep);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.hero__visual-kicker i {
  color: var(--am-orange);
}

.hero__trust {
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(2, 26, 29, 0.24);
}

.product-marquee--seamless {
  box-shadow: 0 10px 28px rgba(7, 31, 35, 0.12);
}

.business-strip {
  background:
    radial-gradient(circle at 76% 0%, rgba(40, 184, 190, 0.11), transparent 32%),
    linear-gradient(135deg, #0b2d31, #092529);
}

.products-section {
  background:
    radial-gradient(circle at 93% 10%, rgba(40, 184, 190, 0.11), transparent 24%),
    radial-gradient(circle at 7% 88%, rgba(253, 187, 24, 0.07), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.product-card {
  border-color: rgba(14, 105, 112, 0.13);
  border-radius: 30px;
  box-shadow: 0 18px 52px rgba(8, 37, 41, 0.075);
}

.product-card:hover {
  border-color: rgba(40, 184, 190, 0.48);
  box-shadow: 0 30px 72px rgba(8, 37, 41, 0.15);
  transform: translateY(-9px);
}

.product-card__media,
.product-card--wide .product-card__media {
  padding: 12px;
  background: linear-gradient(145deg, #f9fcfb, #eef6f4);
}

.product-card__media::after {
  display: none;
}

.product-card__media img {
  border: 1px solid rgba(14, 105, 112, 0.08);
  border-radius: 23px;
  box-shadow: 0 14px 35px rgba(8, 37, 41, 0.08);
}

.product-card__body {
  min-height: 250px;
  padding: 28px 30px 29px;
}

.product-card h3 {
  font-size: clamp(33px, 2.7vw, 43px);
}

.product-card__number {
  top: 26px;
  right: 26px;
  color: var(--am-white);
  background: rgba(7, 47, 51, 0.88);
  border-color: rgba(255, 255, 255, 0.35);
}

.product-card__view {
  background: rgba(7, 47, 51, 0.9);
}

.about-section {
  background:
    radial-gradient(circle at 5% 14%, rgba(138, 202, 59, 0.08), transparent 25%),
    linear-gradient(180deg, #edf5f3 0%, #f7fbfa 100%);
}

.about-visual__frame {
  padding: 12px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(14, 105, 112, 0.12);
  border-radius: 38px;
  box-shadow: 0 34px 80px rgba(8, 37, 41, 0.14);
}

.about-visual__frame img {
  border-radius: 28px;
}

.value-section {
  background:
    radial-gradient(circle at 10% 18%, rgba(40, 184, 190, 0.14), transparent 25%),
    radial-gradient(circle at 92% 75%, rgba(253, 187, 24, 0.09), transparent 26%),
    linear-gradient(135deg, #061f23, #0c3438 62%, #173b34);
}

.use-case,
.value-benefit,
.about-point {
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.use-case:hover,
.value-benefit:hover,
.about-point:hover {
  transform: translateY(-5px);
}

.gallery-section {
  background:
    radial-gradient(circle at 8% 5%, rgba(253, 187, 24, 0.08), transparent 25%),
    linear-gradient(180deg, #fbf8f1 0%, #f7fbfa 100%);
}

.gallery-grid {
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gallery-card,
.gallery-card:nth-child(even) {
  aspect-ratio: 1 / 1;
  padding: 7px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(14, 105, 112, 0.10);
  border-radius: 30px;
  box-shadow: 0 18px 45px rgba(70, 60, 38, 0.095);
  transform: none;
}

.gallery-card:nth-child(1),
.gallery-card:nth-child(6),
.gallery-card:nth-child(11) {
  grid-column: span 2;
  aspect-ratio: 16 / 10;
}

.gallery-card img {
  object-fit: cover;
  border-radius: 22px;
}

.gallery-card:hover {
  box-shadow: 0 28px 64px rgba(8, 37, 41, 0.15);
  transform: translateY(-6px);
}

.gallery-card__overlay {
  inset: auto 22px 22px;
  width: max-content;
  min-width: 140px;
  margin-inline: auto;
  padding-inline: 18px;
  background: rgba(7, 47, 51, 0.90);
}

.contact-card {
  box-shadow: 0 38px 90px rgba(7, 31, 35, 0.21);
}

.button {
  box-shadow: 0 10px 24px rgba(8, 37, 41, 0.08);
}

.button:hover {
  transform: translateY(-2px);
}

.site-footer {
  background:
    radial-gradient(circle at 9% 0%, rgba(40, 184, 190, 0.09), transparent 24%),
    linear-gradient(135deg, #061f23, #082a2e 70%, #0f3438);
}

@media (min-width: 1600px) {
  .hero__layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  }

  .hero__visual img {
    width: min(100%, 830px);
  }
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
    padding-top: 68px;
  }

  .hero__layout {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-bottom: 20px;
  }

  .hero__visual-wrap--clean {
    width: min(820px, 100%);
    min-height: 500px;
    margin-inline: auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card:nth-child(1),
  .gallery-card:nth-child(6),
  .gallery-card:nth-child(11) {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    font-size: clamp(49px, 15vw, 68px);
  }

  .hero__visual-wrap--clean {
    min-height: 390px;
    padding: 4px;
  }

  .hero__visual-wrap--clean::before {
    inset: 8% 2% 10%;
    border-radius: 34px;
  }

  .hero__visual-wrap--clean .hero__visual {
    min-height: 380px;
  }

  .hero__visual-kicker {
    top: 4%;
    font-size: 8px;
  }

  .product-card__media,
  .product-card--wide .product-card__media {
    padding: 9px;
  }

  .product-card__body {
    min-height: 0;
    padding: 25px 24px 26px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-card,
  .gallery-card:nth-child(1),
  .gallery-card:nth-child(6),
  .gallery-card:nth-child(11) {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }
}

/* ==========================================================
   v5.2.1: remove Hello Elementor header gap + single hero image
   ========================================================== */
body.am-packaging-site > header.site-header,
body.am-packaging-site header.site-header {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-block: 0 !important;
  padding-inline: 0 !important;
}

body.am-packaging-site .site-header__inner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero__visual-wrap--clean {
  min-height: 0;
  padding: 0;
}

.hero__visual-wrap--clean::before,
.hero__visual-wrap--clean .hero__visual::after,
.hero__visual-kicker {
  display: none !important;
}

.hero__visual-wrap--clean .hero__visual {
  display: block;
  min-height: 0;
  overflow: hidden;
  background: #0a292d;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.30);
  filter: none;
}

.hero__visual-wrap--clean .hero__visual img,
.hero__visual img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  border-radius: 33px;
  filter: none;
  transform: none;
}

@media (max-width: 760px) {
  .hero__visual-wrap--clean,
  .hero__visual-wrap--clean .hero__visual {
    min-height: 0;
  }

  .hero__visual-wrap--clean .hero__visual,
  .hero__visual-wrap--clean .hero__visual img {
    border-radius: 24px;
  }
}

/* ==========================================================
   v5.3.0: purchasable catalogue, product dropdown & checkout
   ========================================================== */
.admin-bar .site-header,
body.admin-bar.am-packaging-site .site-header {
  top: 0 !important;
}

.site-header__inner {
  grid-template-columns: 190px minmax(0, 1fr) auto;
  min-height: 82px;
}

.brand-logo,
.custom-logo-link {
  width: 182px;
}

.brand-logo img,
.custom-logo {
  width: 174px;
  max-height: 68px;
}

.primary-menu {
  gap: clamp(22px, 2vw, 34px);
}

.primary-menu > li > a,
.am-products-menu__trigger > a {
  padding-block: 29px 27px;
  font-size: 15px;
}

.header-actions {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-actions .header-quote {
  grid-column: auto;
  grid-row: auto;
}

.header-cart {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--am-deep);
  background: #eef7f4;
  border: 1px solid rgba(7, 47, 51, 0.12);
  border-radius: 50%;
  font-size: 17px;
  transition: transform 180ms ease, background-color 180ms ease;
}

.header-cart:hover {
  color: var(--am-white);
  background: var(--am-teal-dark);
  transform: translateY(-2px);
}

.header-cart__count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 21px;
  height: 21px;
  padding-inline: 5px;
  place-items: center;
  color: #082b2f;
  background: var(--am-yellow);
  border: 2px solid #fff;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.header-cart__count[data-empty] {
  background: #dbe5e3;
}

.am-products-menu {
  position: relative;
}

.am-products-menu__trigger {
  display: flex;
  align-items: center;
  gap: 5px;
}

.am-products-menu__trigger > a {
  padding-right: 0;
}

.am-products-menu__trigger > button {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  place-items: center;
  color: #31484c;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.am-products-menu__trigger > button i {
  font-size: 9px;
  transition: transform 180ms ease;
}

.am-products-menu.is-open .am-products-menu__trigger > button i {
  transform: rotate(180deg);
}

.am-products-submenu {
  position: absolute;
  z-index: 1100;
  top: calc(100% - 4px);
  left: 50%;
  display: grid;
  width: 330px;
  gap: 5px;
  margin: 0;
  padding: 12px;
  list-style: none;
  background: rgba(255,255,255,.99);
  border: 1px solid rgba(10,48,52,.10);
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(5,31,34,.18);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.am-products-menu:hover .am-products-submenu,
.am-products-menu:focus-within .am-products-submenu,
.am-products-menu.is-open .am-products-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.am-products-submenu li {
  margin: 0;
}

.am-products-submenu a {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 11px 12px !important;
  color: #173b3f;
  background: #f6f9f8;
  border-radius: 13px;
  font-size: 13px !important;
  line-height: 1.2;
}

.am-products-submenu a::after {
  display: none !important;
}

.am-products-submenu a > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--am-teal-dark);
  background: #e3f4f2;
  border-radius: 9px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.am-products-submenu a strong {
  font-weight: 800;
}

.am-products-submenu a > i {
  color: var(--am-teal);
  font-size: 11px;
}

.am-products-submenu a:hover {
  color: var(--am-white);
  background: var(--am-deep);
}

.am-products-submenu a:hover > span {
  color: #082b2f;
  background: var(--am-yellow);
}

/* Product cards now use premium mockup photography directly. */
.product-card__media,
.product-card--wide .product-card__media {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: #082d31 !important;
}

.product-card__media::after {
  display: none !important;
}

.product-card__media img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4 / 3;
  padding: 0 !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.product-card__price--catalog {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}

.product-card__price--catalog small {
  flex-basis: 100%;
  color: #708386;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-card__price--catalog strong {
  color: var(--am-teal-dark);
  font-size: 16px;
}

/* Store product page */
.store-product-page {
  background: #f7faf9;
}

.store-product-page .product-detail-hero {
  padding-bottom: 72px;
}

.store-product-image {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  background: #082d31 !important;
}

.store-product-image img,
.product-detail-image img {
  width: 100%;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  border-radius: inherit !important;
}

.store-product-image__badge {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #082b2f;
  background: rgba(255,255,255,.94);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0,0,0,.13);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.store-live-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 24px 0;
  padding: 17px 19px;
  background: linear-gradient(135deg, #e8f8f5, #f8fcfb);
  border: 1px solid rgba(40,184,190,.22);
  border-radius: 17px;
}

.store-live-price small {
  flex-basis: 100%;
  color: #607678;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.store-live-price strong {
  color: var(--am-teal-dark);
  font-size: clamp(22px, 2.1vw, 30px);
}

.store-live-price span {
  color: #6b7e81;
  font-size: 12px;
}

.store-builder-section {
  background:
    radial-gradient(circle at 90% 15%, rgba(40,184,190,.08), transparent 28%),
    #fff;
}

.store-builder-heading {
  margin-bottom: 38px;
}

.store-builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, .62fr);
  gap: 26px;
  align-items: start;
}

.store-builder-card,
.store-rate-card {
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
  border: 1px solid rgba(7,47,51,.10);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(8,40,43,.08);
}

.store-builder-card__title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 25px;
}

.store-builder-card__title > span {
  display: grid;
  min-width: 48px;
  height: 48px;
  place-items: center;
  color: #082b2f;
  background: var(--am-yellow);
  border-radius: 15px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.store-builder-card__title small,
.store-checkout-form__head small,
.store-cart-card__head small {
  display: block;
  margin-bottom: 3px;
  color: var(--am-teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.store-builder-card__title h3,
.store-checkout-form__head h2,
.store-cart-card__head h2 {
  margin: 0;
  color: #17373b;
  font-size: 25px;
  line-height: 1.1;
}

.store-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.store-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.store-field > span {
  color: #31484c;
  font-size: 12px;
  font-weight: 800;
}

.store-field input,
.store-field select,
.store-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: #18383c;
  background: #f8fbfa;
  border: 1px solid #d7e3e1;
  border-radius: 13px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.store-field textarea {
  min-height: 92px;
  resize: vertical;
}

.store-field input:focus,
.store-field select:focus,
.store-field textarea:focus {
  border-color: var(--am-teal);
  box-shadow: 0 0 0 3px rgba(40,184,190,.12);
}

.store-field small {
  color: #7b8d90;
  font-size: 10px;
  line-height: 1.45;
}

.store-field--file {
  grid-column: 1 / -1;
}

.store-field--file input[type="file"] {
  padding: 9px;
  background: #fff9e7;
  border-style: dashed;
  border-color: #e7c45f;
}

.store-field--file em {
  min-height: 14px;
  color: var(--am-teal-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.store-static-specs,
.store-micron-info {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}

.store-static-specs span,
.store-micron-info span {
  padding: 9px 11px;
  color: #315155;
  background: #f1f7f5;
  border: 1px solid #deebe8;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1.3;
}

.store-micron-info span {
  flex: 1 1 240px;
  border-radius: 13px;
}

.store-micron-info strong {
  color: var(--am-teal-dark);
}

.store-spec-note {
  min-height: 46px;
  margin: 4px 0 18px;
  padding: 12px 14px;
  color: #526b6e;
  background: #f8faf9;
  border-left: 3px solid var(--am-teal);
  border-radius: 0 12px 12px 0;
  font-size: 12px;
  line-height: 1.55;
}

.store-builder-total {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.store-builder-total > span,
.store-checkout-total {
  padding: 15px 16px;
  background: #072f33;
  border-radius: 15px;
}

.store-builder-total small,
.store-checkout-total small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255,255,255,.58);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-builder-total strong,
.store-checkout-total strong {
  color: #fff;
  font-size: 19px;
}

.store-add-cart {
  width: 100%;
  justify-content: center;
}

.store-rate-card {
  position: sticky;
  top: 105px;
  background: linear-gradient(155deg, #f7fbfa, #eef7f4);
}

.store-rate-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  place-items: center;
  color: #082b2f;
  background: var(--am-yellow);
  border-radius: 15px;
}

.store-rate-card h3 {
  margin: 0 0 16px;
  color: #18393d;
  font-size: 22px;
}

.store-rate-card > p {
  margin: 16px 0 0;
  color: #6a7f82;
  font-size: 12px;
  line-height: 1.65;
}

.store-rate-card .button {
  width: 100%;
  justify-content: center;
  margin-top: 18px;
}

.store-rate-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  padding: 12px 0;
  border-bottom: 1px solid #dce8e5;
}

.store-rate-row span {
  color: #486367;
  font-size: 12px;
}

.store-rate-row strong {
  color: #0a4247;
  font-size: 13px;
}

.store-rate-row small {
  grid-column: 1 / -1;
  color: #7c8e91;
  font-size: 10px;
}

.store-tabs__nav {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 24px;
  padding: 6px;
  background: #edf5f3;
  border: 1px solid #dce9e6;
  border-radius: 15px;
}

.store-tabs__nav button {
  min-height: 42px;
  padding: 10px 17px;
  color: #466165;
  background: transparent;
  border: 0;
  border-radius: 11px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.store-tabs__nav button.is-active {
  color: #fff;
  background: var(--am-deep);
  box-shadow: 0 8px 20px rgba(8,47,51,.16);
}

.store-tab-panel {
  display: none;
}

.store-tab-panel.is-active {
  display: block;
  animation: am-tab-in 180ms ease both;
}

@keyframes am-tab-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.store-contact-order-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  color: #fff;
  background: linear-gradient(135deg, #082e32, #104a4c);
  border-radius: 26px;
  box-shadow: 0 24px 65px rgba(7,38,42,.18);
}

.store-contact-order-card > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: #082b2f;
  background: var(--am-yellow);
  border-radius: 18px;
  font-size: 20px;
}

.store-contact-order-card small {
  color: #7fd5d2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.store-contact-order-card h3 {
  margin: 4px 0 7px;
  color: #fff;
  font-size: 27px;
}

.store-contact-order-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
}

.store-after-add {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 18px;
  color: #0d514d;
  background: #e9f9f3;
  border: 1px solid #bce8d7;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
}

.store-after-add[hidden] {
  display: none !important;
}

.store-after-add a {
  margin-left: auto;
  color: #063b3f;
  text-decoration: underline;
}

.store-toast {
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 92px;
  max-width: min(390px, calc(100vw - 32px));
  padding: 13px 17px;
  color: #fff;
  background: #0a4548;
  border-radius: 13px;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
  font-size: 12px;
  font-weight: 700;
}

.store-toast[data-type="error"] {
  background: #9d342c;
}

.store-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Checkout */
.store-checkout-page {
  background: #f6faf8;
}

.store-checkout-hero {
  padding: 64px 0 72px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 30%, rgba(253,187,24,.15), transparent 25%),
    linear-gradient(135deg, #06292d, #0d4547);
}

.store-checkout-hero .product-breadcrumb,
.store-checkout-hero .product-breadcrumb a {
  color: rgba(255,255,255,.68);
}

.store-checkout-hero__copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
  margin-top: 34px;
}

.store-checkout-hero h1 {
  max-width: 780px;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
}

.store-checkout-hero h1 span {
  color: var(--am-yellow);
}

.store-checkout-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.store-checkout-hero__badge {
  display: flex;
  max-width: 330px;
  gap: 13px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
}

.store-checkout-hero__badge > i {
  color: var(--am-yellow);
  font-size: 22px;
}

.store-checkout-hero__badge span {
  color: rgba(255,255,255,.74);
  font-size: 11px;
  line-height: 1.5;
}

.store-checkout-hero__badge small {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.store-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
  align-items: start;
}

.store-cart-card,
.store-checkout-form {
  padding: clamp(24px, 3vw, 38px);
  background: #fff;
  border: 1px solid rgba(7,47,51,.10);
  border-radius: 26px;
  box-shadow: 0 22px 65px rgba(7,38,42,.08);
}

.store-checkout-form {
  position: sticky;
  top: 105px;
}

.store-cart-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.store-cart-card__head > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--am-teal-dark);
  font-size: 11px;
  font-weight: 800;
}

.store-cart-lines {
  display: grid;
  gap: 12px;
}

.store-cart-line {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 17px;
  background: #f7faf9;
  border: 1px solid #e0eae8;
  border-radius: 17px;
}

.store-cart-line__index {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #082b2f;
  background: var(--am-yellow);
  border-radius: 13px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.store-cart-line__main > small {
  color: var(--am-teal-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.store-cart-line__main h3 {
  margin: 4px 0 10px;
  color: #253f43;
  font-size: 14px;
  line-height: 1.45;
}

.store-cart-line__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #657a7d;
  font-size: 11px;
}

.store-cart-line__meta label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
}

.store-cart-line__meta input {
  width: 70px;
  min-height: 35px;
  padding: 6px 8px;
  border: 1px solid #cadbd8;
  border-radius: 9px;
}

.store-artwork-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: #0b6969;
  font-size: 10px;
  font-weight: 800;
}

.store-cart-line__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.store-cart-line__side strong {
  color: #0a4548;
  font-size: 14px;
}

.store-cart-line__side button {
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: #8e4b46;
  background: #fff;
  border: 1px solid #ead8d6;
  border-radius: 10px;
  cursor: pointer;
}

.store-cart-summary {
  display: grid;
  grid-template-columns: 1fr minmax(210px, auto);
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dfe9e7;
}

.store-cart-summary > span {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 15px 18px;
  text-align: right;
  background: #062f33;
  border-radius: 15px;
}

.store-cart-summary small {
  display: block;
  color: rgba(255,255,255,.56);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.store-cart-summary strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 22px;
}

.store-cart-summary p {
  margin: 0;
  color: #748789;
  font-size: 11px;
  line-height: 1.55;
}

.store-cart-empty {
  padding: 42px 20px;
  text-align: center;
  background: #f7faf9;
  border: 1px dashed #cadbd8;
  border-radius: 18px;
}

.store-cart-empty > i {
  color: var(--am-teal);
  font-size: 30px;
}

.store-cart-empty h3 {
  margin: 12px 0 5px;
  color: #203f43;
}

.store-cart-empty p {
  color: #738689;
}

.store-checkout-form__head {
  margin-bottom: 22px;
}

.store-checkout-form__head p {
  margin: 8px 0 0;
  color: #748789;
  font-size: 11px;
}

.store-checkout-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 8px 0 16px;
}

.store-checkout-total small {
  margin: 0;
}

.store-checkout-submit {
  width: 100%;
  justify-content: center;
}

.store-checkout-note {
  display: flex;
  gap: 7px;
  margin: 13px 0 0;
  color: #708487;
  font-size: 10px;
  line-height: 1.5;
}

.store-checkout-form.is-disabled {
  opacity: .55;
}

@media (max-width: 1120px) {
  .site-header__inner {
    grid-template-columns: 165px 1fr auto auto;
  }

  .header-actions {
    grid-column: 4;
    gap: 8px;
  }

  .header-actions .header-quote {
    display: inline-flex;
  }

  .am-products-menu__trigger {
    justify-content: space-between;
  }

  .am-products-menu__trigger > a {
    flex: 1;
  }

  .am-products-menu__trigger > button {
    width: 44px;
    height: 44px;
  }

  .am-products-submenu {
    position: static;
    display: none;
    width: 100%;
    padding: 6px 0 10px 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .am-products-menu:hover .am-products-submenu,
  .am-products-menu:focus-within .am-products-submenu {
    display: none;
  }

  .am-products-menu.is-open .am-products-submenu {
    display: grid;
  }

  .am-products-submenu li {
    border: 0 !important;
  }

  .am-products-submenu a {
    padding: 10px 11px !important;
    background: #f5f8f7;
  }

  .store-builder-layout,
  .store-checkout-layout {
    grid-template-columns: 1fr;
  }

  .store-rate-card,
  .store-checkout-form {
    position: static;
  }

  .store-checkout-hero__copy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    grid-template-columns: 142px 1fr auto auto;
    min-height: 72px;
    gap: 8px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 140px;
  }

  .brand-logo img,
  .custom-logo {
    width: 136px;
    max-height: 58px;
  }

  .header-actions .header-quote {
    display: none;
  }

  .header-actions {
    grid-column: 4;
  }

  .header-cart {
    width: 42px;
    height: 42px;
  }

  .store-builder-card,
  .store-rate-card,
  .store-cart-card,
  .store-checkout-form {
    padding: 20px;
    border-radius: 20px;
  }

  .store-fields-grid,
  .store-builder-total {
    grid-template-columns: 1fr;
  }

  .store-tabs__nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .store-tabs__nav button {
    padding-inline: 8px;
    font-size: 10px;
  }

  .store-contact-order-card {
    grid-template-columns: 1fr;
  }

  .store-checkout-hero {
    padding: 44px 0 54px;
  }

  .store-checkout-hero h1 {
    font-size: 48px;
  }

  .store-cart-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .store-cart-line {
    grid-template-columns: 38px 1fr;
  }

  .store-cart-line__side {
    grid-column: 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .store-cart-summary {
    grid-template-columns: 1fr;
  }

  .store-cart-summary > span {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .store-after-add {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .store-after-add a {
    flex-basis: 100%;
    margin-left: 25px;
  }
}

.product-card--bubble-flyer .product-card__eyebrow { color: #0b7b79; }

@media (max-width: 1120px) {
  .mobile-nav-cta { display: flex !important; }
}

/* ==========================================================
   v5.3.1: product-detail visual polish + select arrow spacing
   ========================================================== */

/* Current product-detail template uses these class names. */
.store-product-page .product-detail-hero {
  padding: clamp(48px, 5vw, 72px) 0 clamp(64px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 15%, rgba(138,202,59,.15), transparent 30%),
    radial-gradient(circle at 15% 82%, rgba(40,184,190,.10), transparent 34%),
    linear-gradient(135deg, #071f23 0%, #0b3438 72%, #123e3b 100%);
}

.store-product-page .product-breadcrumb {
  margin-bottom: clamp(28px, 3vw, 42px);
}

.product-detail-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.product-detail-copy {
  min-width: 0;
  max-width: 720px;
}

.product-detail-copy .eyebrow {
  margin-bottom: 16px;
  color: #9ae4df;
}

.product-detail-copy .eyebrow__mark::after {
  background: #071f23;
}

.product-detail-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(58px, 5.2vw, 88px);
  line-height: .94;
  letter-spacing: -.025em;
}

.product-detail-lead {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
}

.store-product-page .store-live-price {
  margin: 25px 0 22px;
  padding: 18px 20px;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(8px);
}

.store-product-page .store-live-price small {
  color: rgba(255,255,255,.55);
}

.store-product-page .store-live-price strong {
  color: var(--am-yellow);
  font-size: clamp(22px, 2vw, 31px);
}

.store-product-page .store-live-price span {
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

.product-detail-description {
  max-width: 680px;
  color: rgba(255,255,255,.70);
  font-size: 14px;
  line-height: 1.75;
}

.product-detail-description p {
  margin: 0;
}

.product-detail-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 12px;
  margin-top: 22px;
}

.product-detail-highlights span {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: rgba(255,255,255,.82);
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.product-detail-highlights i {
  flex: 0 0 auto;
  color: var(--am-green);
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button--outline-dark {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.24);
  box-shadow: none;
}

.button--outline-dark:hover {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.38);
}

.store-product-image {
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}

.store-product-image img,
.product-detail-image img {
  display: block;
  aspect-ratio: 4 / 3 !important;
}

.store-product-image__badge {
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  font-size: 19px;
}

/* Order builder: wider, calmer, and easier to scan. */
.store-builder-section {
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.store-builder-heading {
  margin-bottom: 34px;
}

.store-builder-heading h2 {
  max-width: 650px;
  font-size: clamp(46px, 4.2vw, 66px);
  line-height: 1.03;
}

.store-builder-heading > p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.7;
}

.store-builder-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .65fr);
  gap: clamp(24px, 3vw, 38px);
}

.store-builder-card,
.store-rate-card {
  border-color: rgba(7,47,51,.11);
  box-shadow: 0 24px 65px rgba(8,40,43,.09);
}

.store-builder-card {
  padding: clamp(28px, 3vw, 42px);
}

.store-rate-card {
  padding: clamp(26px, 2.5vw, 34px);
}

.store-builder-card__title > span {
  min-width: 54px;
  height: 54px;
  border-radius: 16px;
  font-size: 21px;
}

.store-builder-card__title h3 {
  font-size: clamp(23px, 2vw, 29px);
}

/* Form controls: roomier fields and a properly inset dropdown caret. */
.store-field input,
.store-field select,
.store-field textarea,
.calculator-fields select,
.calculator-fields input,
.calculator-fields textarea {
  min-height: 56px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
}

.store-field select,
.calculator-fields select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 58px !important;
  background-color: #f8fbfa;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.5 7.5L10 12l4.5-4.5' stroke='%230d555b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
  cursor: pointer;
}

.store-field select::-ms-expand,
.calculator-fields select::-ms-expand {
  display: none;
}

.store-builder-total {
  gap: 12px;
  margin: 20px 0 18px;
}

.store-builder-total > span {
  padding: 17px 18px;
  border-radius: 16px;
}

.store-builder-total strong {
  font-size: clamp(20px, 1.8vw, 24px);
}

.store-add-cart {
  min-height: 54px;
  font-size: 14px;
}

/* The current template uses product-info-grid rather than the legacy name. */
.product-info-section {
  padding: clamp(72px, 7vw, 104px) 0;
  background: linear-gradient(180deg, #f5f9f8, #eef5f3);
}

.product-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.product-info-grid .product-info-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(26px, 2.5vw, 34px);
}

.product-info-grid .product-info-card > span:first-child {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  place-items: center;
  color: #073438;
  background: #dff5f4;
  border-radius: 15px;
  font-size: 17px;
}

.product-info-grid .product-info-card h2 {
  margin: 0 0 16px;
  color: #17373b;
  font-size: 24px;
  line-height: 1.15;
}

.product-info-grid .product-info-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-info-grid .product-info-card li {
  position: relative;
  padding-left: 18px;
  color: #63777a;
  font-size: 13px;
  line-height: 1.55;
}

.product-info-grid .product-info-card li::before {
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--am-teal);
  border-radius: 50%;
  transform: translateY(-50%);
}

.product-info-grid .product-info-card--accent h2,
.product-info-grid .product-info-card--accent p {
  color: #fff;
}

.product-info-grid .product-info-card--accent > span:first-child {
  color: #082b2f;
  background: var(--am-yellow);
}

.product-info-grid .product-info-card--accent p {
  margin: 0 0 22px;
  opacity: .74;
  font-size: 13px;
  line-height: 1.65;
}

.product-info-grid .product-info-card--accent .button {
  margin-top: auto;
  align-self: flex-start;
  color: #082b2f;
  background: var(--am-yellow);
}

.related-products-section {
  padding-top: clamp(72px, 7vw, 104px);
}

/* Tablet */
@media (max-width: 1080px) {
  .product-detail-grid {
    grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
    gap: 36px;
  }

  .product-detail-copy h1 {
    font-size: clamp(50px, 6vw, 70px);
  }

  .product-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-info-grid .product-info-card--accent {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 820px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .product-detail-copy {
    max-width: none;
  }

  .product-detail-copy h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .product-detail-highlights {
    grid-template-columns: 1fr;
  }

  .store-builder-layout,
  .product-info-grid {
    grid-template-columns: 1fr;
  }

  .product-info-grid .product-info-card--accent {
    grid-column: auto;
  }

  .store-rate-card {
    position: static;
  }
}

@media (max-width: 560px) {
  .store-product-page .product-detail-hero {
    padding-top: 34px;
    padding-bottom: 54px;
  }

  .product-detail-copy h1 {
    font-size: 48px;
  }

  .product-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-detail-actions .button {
    width: 100%;
  }

  .store-builder-card,
  .store-rate-card,
  .product-info-grid .product-info-card {
    padding: 21px;
    border-radius: 20px;
  }

  .store-field select,
  .calculator-fields select {
    padding-right: 52px !important;
    background-position: right 17px center;
  }
}

/* ==========================================================
   v5.3.2: iPhone / small-screen navigation drawer fix
   ========================================================== */
@media (max-width: 1120px) {
  body.is-menu-open {
    overflow: hidden;
    overscroll-behavior: contain;
  }

  .site-header__inner {
    position: relative;
  }

  /* Absolute grid items otherwise stay constrained to grid column 2 on iOS.
     Force the drawer to span the complete header shell instead. */
  .primary-navigation {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 14px !important;
    overflow-x: hidden;
    border-radius: 20px;
  }

  .primary-menu,
  .primary-menu > li,
  .am-products-menu,
  .am-products-menu__trigger,
  .am-products-submenu {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .primary-menu {
    margin: 0;
    padding: 0;
  }

  .primary-menu > li {
    overflow: hidden;
  }

  .primary-menu > li > a,
  .am-products-menu__trigger > a {
    min-width: 0;
    padding: 15px 12px !important;
    font-size: 15px !important;
    line-height: 1.2;
  }

  .am-products-menu__trigger {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .am-products-menu__trigger > a {
    flex: 1 1 auto;
  }

  .am-products-menu__trigger > button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    flex: 0 0 42px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--am-deep) !important;
    background: #eef7f4 !important;
    border: 1px solid rgba(7, 47, 51, 0.10) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
  }

  .am-products-menu__trigger > button:hover,
  .am-products-menu__trigger > button:focus,
  .am-products-menu__trigger > button:focus-visible,
  .am-products-menu.is-open .am-products-menu__trigger > button {
    color: #fff !important;
    background: var(--am-teal-dark) !important;
    border-color: var(--am-teal-dark) !important;
    outline: none !important;
  }

  .am-products-submenu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 4px 0 10px !important;
    overflow: hidden;
  }

  .am-products-submenu a {
    width: 100%;
    min-width: 0;
    grid-template-columns: 30px minmax(0, 1fr) 14px !important;
    gap: 9px;
    padding: 11px 12px !important;
    overflow: hidden;
  }

  .am-products-submenu a strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .mobile-nav-cta {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 760px) {
  .primary-navigation {
    top: calc(100% + 7px) !important;
    max-height: calc(100dvh - 118px) !important;
    padding: 12px !important;
    border-radius: 18px;
  }

  .site-header__inner {
    grid-template-columns: minmax(112px, 1fr) 45px 42px !important;
    gap: 9px !important;
  }

  .brand-logo-slot {
    grid-column: 1 !important;
  }

  .site-header__inner > .menu-toggle {
    grid-column: 2 !important;
    width: 45px !important;
    height: 45px !important;
  }

  .header-actions {
    grid-column: 3 !important;
    gap: 0 !important;
  }

  .header-cart {
    width: 42px;
    height: 42px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 128px;
  }

  .brand-logo img,
  .custom-logo {
    width: 124px;
    max-height: 56px;
  }
}

@media (max-width: 390px) {
  .site-shell {
    width: min(calc(100% - 22px), var(--am-container));
  }

  .site-header__inner {
    grid-template-columns: minmax(104px, 1fr) 43px 40px !important;
    gap: 7px !important;
  }

  .site-header__inner > .menu-toggle {
    width: 43px !important;
    height: 43px !important;
  }

  .header-cart {
    width: 40px;
    height: 40px;
  }

  .brand-logo,
  .custom-logo-link {
    width: 116px;
  }

  .brand-logo img,
  .custom-logo {
    width: 112px;
  }

  .primary-navigation {
    padding: 10px !important;
  }
}

/* ---------- Gallery marquee refresh v5.3.3 ---------- */
.gallery-marquee {
  display: grid;
  gap: 20px;
}

.gallery-marquee__row {
  position: relative;
  overflow: hidden;
  padding-block: 6px;
}

.gallery-marquee__row::before,
.gallery-marquee__row::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(42px, 6vw, 110px);
  content: "";
  z-index: 2;
  pointer-events: none;
}

.gallery-marquee__row::before {
  left: 0;
  background: linear-gradient(90deg, rgba(246, 243, 236, 0.98) 0%, rgba(246, 243, 236, 0) 100%);
}

.gallery-marquee__row::after {
  right: 0;
  background: linear-gradient(270deg, rgba(246, 243, 236, 0.98) 0%, rgba(246, 243, 236, 0) 100%);
}

.gallery-marquee__track {
  display: flex;
  width: max-content;
  animation: am-gallery-marquee 34s linear infinite;
  will-change: transform;
}

.gallery-marquee__row--reverse .gallery-marquee__track {
  animation-name: am-gallery-marquee-reverse;
  animation-duration: 38s;
}

.gallery-marquee__group {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
  padding-right: 20px;
}

.gallery-marquee:hover .gallery-marquee__track {
  animation-play-state: paused;
}

.gallery-card--marquee {
  width: clamp(240px, 23vw, 332px);
  aspect-ratio: 1 / 1;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.gallery-card--marquee:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(70, 60, 38, 0.16);
}

.gallery-card--marquee .gallery-card__overlay {
  opacity: 1;
  transform: translateY(0);
}

.gallery-card--marquee .gallery-card__overlay {
  inset: auto 16px 16px;
  justify-content: flex-start;
  min-height: 42px;
  padding-inline: 14px;
  font-size: 10px;
  letter-spacing: 0.01em;
  background: rgba(13, 43, 47, 0.8);
}

@keyframes am-gallery-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes am-gallery-marquee-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .gallery-heading {
    gap: 28px;
  }

  .gallery-card--marquee {
    width: clamp(220px, 34vw, 288px);
  }

  .gallery-marquee__track {
    animation-duration: 30s;
  }

  .gallery-marquee__row--reverse .gallery-marquee__track {
    animation-duration: 34s;
  }
}

@media (max-width: 767px) {
  .gallery-heading {
    align-items: stretch;
    margin-bottom: 28px;
  }

  .instagram-link {
    min-width: 0;
  }

  .gallery-marquee {
    gap: 14px;
  }

  .gallery-card--marquee {
    width: clamp(190px, 68vw, 248px);
    border-width: 6px;
    border-radius: 22px;
  }

  .gallery-card--marquee img {
    border-radius: 16px;
  }

  .gallery-card--marquee .gallery-card__overlay {
    inset: auto 10px 10px;
    min-height: 38px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .gallery-marquee__group {
    gap: 14px;
    padding-right: 14px;
  }

  .gallery-marquee__row::before,
  .gallery-marquee__row::after {
    width: 34px;
  }
}


/* v5.3.4: single-line inspiration marquee */
.gallery-marquee--single {
  gap: 0;
}
.gallery-marquee--single .gallery-marquee__track {
  animation-duration: 42s;
}
@media (max-width: 767px) {
  .gallery-marquee--single .gallery-marquee__track {
    animation-duration: 34s;
  }
}

/* ---------- v5.3.5 catalogue + hero/admin refinements ---------- */
.hero__lead strong {
  color: var(--am-white);
  font-weight: 800;
}

.products-more-cta {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.product-card--zipper .product-card__eyebrow {
  color: #a76800;
}

.store-rate-card--zipper .store-rate-row {
  grid-template-columns: 1fr auto;
}

.announcement-bar__phone span {
  color: var(--am-white);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .announcement-bar__links {
    gap: 14px;
    font-size: 11px;
  }

  .announcement-bar__phone span {
    display: none;
  }
}

@media (max-width: 760px) {
  .announcement-bar__inner {
    justify-content: center;
  }

  .announcement-bar p {
    display: none;
  }

  .announcement-bar__links {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
  }

  .announcement-bar__phone {
    font-size: 10px;
  }

  .announcement-bar__instagram {
    display: none !important;
  }

  .products-more-cta {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .announcement-bar__links {
    gap: 9px;
  }

  .announcement-bar__phone {
    font-size: 9px;
  }
}

.product-card--explore {
  grid-column: span 8;
  min-height: 340px;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(34px, 4vw, 58px);
  color: var(--am-white);
  background:
    radial-gradient(circle at 82% 18%, rgba(253, 187, 24, 0.26), transparent 22%),
    linear-gradient(135deg, var(--am-deep), #124e54 62%, #0e6970);
  border-color: rgba(255,255,255,0.08);
  overflow: hidden;
}

.product-card--explore::before {
  position: absolute;
  top: -90px;
  right: -40px;
  width: 260px;
  height: 260px;
  content: "";
  background: rgba(40,184,190,0.15);
  border-radius: 50%;
}

.product-card--explore__kicker {
  position: relative;
  z-index: 1;
  color: rgba(255,255,255,0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card--explore strong {
  position: relative;
  z-index: 1;
  max-width: 520px;
  font-family: var(--am-font-display);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
}

.product-card--explore__arrow {
  position: absolute;
  right: 36px;
  bottom: 36px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--am-deep);
  background: var(--am-yellow);
  border-radius: 50%;
  font-size: 22px;
}

.product-card--explore:hover {
  color: var(--am-white);
}

@media (max-width: 1024px) {
  .product-card--explore {
    grid-column: span 6;
  }
}

@media (max-width: 760px) {
  .product-card--explore {
    grid-column: 1 / -1;
    min-height: 250px;
    padding: 30px;
  }

  .product-card--explore__arrow {
    right: 28px;
    bottom: 28px;
  }
}

/* ---------- v5.3.6 product grid: 3 + 3, CTA centered ---------- */
@media (min-width: 1181px) {
  .products-grid > .product-card:not(.product-card--explore),
  .products-grid > .product-card.product-card--wide:not(.product-card--explore) {
    grid-column: span 4 !important;
  }

  .products-grid > .product-card--explore {
    grid-column: 5 / span 4 !important;
    width: 100%;
    min-height: 340px;
    justify-self: stretch;
  }
}

@media (max-width: 1180px) and (min-width: 761px) {
  .products-grid > .product-card:not(.product-card--explore),
  .products-grid > .product-card.product-card--wide:not(.product-card--explore) {
    grid-column: span 6 !important;
  }

  .products-grid > .product-card--explore {
    grid-column: 4 / span 6 !important;
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .products-grid > .product-card--explore {
    grid-column: 1 / -1 !important;
    width: 100%;
  }
}

/* ---------- v5.3.7 equal product card content alignment ---------- */
.products-grid {
  align-items: stretch;
}

.products-grid > .product-card:not(.product-card--explore) {
  height: 100%;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__body {
  display: flex;
  height: 100%;
  min-height: 355px;
  flex-direction: column;
  justify-content: space-between;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__body > div:first-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.products-grid > .product-card:not(.product-card--explore) h3 {
  min-height: 2.18em;
  margin: 0;
  font-size: clamp(29px, 2.05vw, 36px) !important;
  line-height: 1.09;
}

.products-grid > .product-card:not(.product-card--explore) p {
  min-height: 5.15em;
  margin-top: 14px;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__price,
.products-grid > .product-card:not(.product-card--explore) .product-card__price--catalog,
.products-grid > .product-card:not(.product-card--explore) .product-card__price--quote {
  min-height: 54px;
  align-content: flex-start;
  margin-top: 12px;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__link {
  margin-top: auto;
}

@media (max-width: 1180px) {
  .products-grid > .product-card:not(.product-card--explore) h3 {
    min-height: 0;
    font-size: clamp(28px, 3.2vw, 34px) !important;
  }

  .products-grid > .product-card:not(.product-card--explore) p {
    min-height: 0;
  }

  .products-grid > .product-card:not(.product-card--explore) .product-card__body {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .products-grid > .product-card:not(.product-card--explore) .product-card__body {
    min-height: 0;
  }

  .products-grid > .product-card:not(.product-card--explore) h3 {
    font-size: 29px !important;
  }
}

/* ---------- v5.3.8 exact equal product media + clearer catalogue prices ---------- */
/* Old "wide card" metadata must not change image height in the 3-column catalogue. */
.products-grid > .product-card:not(.product-card--explore) .product-card__media,
.products-grid > .product-card.product-card--wide:not(.product-card--explore) .product-card__media {
  width: 100%;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 0 !important;
  flex: 0 0 auto;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__media img,
.products-grid > .product-card.product-card--wide:not(.product-card--explore) .product-card__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center center;
}

/* Keep catalogue price hierarchy stronger and easier to scan. */
.products-grid > .product-card:not(.product-card--explore) .product-card__price--catalog small {
  font-size: 11px !important;
  line-height: 1.3;
  letter-spacing: 0.12em !important;
}

.products-grid > .product-card:not(.product-card--explore) .product-card__price--catalog strong {
  font-size: 19px !important;
  line-height: 1.25;
  letter-spacing: 0.035em !important;
}

@media (max-width: 1180px) {
  .products-grid > .product-card:not(.product-card--explore) .product-card__price--catalog strong {
    font-size: 18px !important;
  }
}

@media (max-width: 760px) {
  .products-grid > .product-card:not(.product-card--explore) .product-card__price--catalog strong {
    font-size: 17px !important;
    letter-spacing: 0.02em !important;
  }
}

/* === v5.4.0 updates === */
.hero__tagline {
    margin: 14px 0 0;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 600;
    color: rgba(245, 248, 247, 0.88);
}

.other-products-note {
    margin-top: 28px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(18, 59, 55, 0.12);
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(241,247,245,0.96));
    box-shadow: 0 18px 40px rgba(18, 59, 55, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.other-products-note small {
    display: block;
    margin-bottom: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f0a61f;
}

.other-products-note strong {
    display: block;
    font-size: 1.15rem;
    line-height: 1.45;
    color: #103a36;
}

.other-products-note p {
    margin: 0;
    max-width: 520px;
}

.store-checkout-hero__badge--stacked {
    align-items: flex-start;
}

.store-checkout-hero__badge--stacked span {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.store-checkout-hero__badge--stacked strong,
.store-checkout-hero__badge--stacked em {
    display: block;
    font-style: normal;
    line-height: 1.6;
}

.store-checkout-hero__badge--stacked em {
    opacity: 0.82;
}

@media (max-width: 767px) {
    .other-products-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .other-products-note p {
        max-width: none;
    }
}

/* === v5.4.1 Explore More Products + FAQ polish === */
.more-products-page {
  background: #f7faf9;
}

.more-products-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 120px) 0 clamp(72px, 7vw, 112px);
  background:
    radial-gradient(circle at 88% 20%, rgba(79, 126, 87, 0.34), transparent 28%),
    linear-gradient(125deg, #08292d 0%, #0d3b3e 55%, #1f4a38 100%);
  color: #fff;
}

.more-products-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -44% auto;
  width: clamp(300px, 42vw, 700px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 184, 24, 0.1);
  pointer-events: none;
}

.product-breadcrumb--light,
.product-breadcrumb--light a {
  color: rgba(255, 255, 255, 0.74);
}

.more-products-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: center;
  margin-top: 30px;
}

.more-products-hero__copy h1 {
  max-width: 780px;
  margin: 16px 0 24px;
  font-size: clamp(3.2rem, 6.2vw, 6rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
  color: #fff;
}

.more-products-hero__copy h1 span {
  color: var(--am-yellow);
}

.more-products-hero__copy > p {
  max-width: 690px;
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
}

.more-products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button--ghost-light {
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.button--ghost-light:hover,
.button--ghost-light:focus-visible {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.more-products-hero__visual {
  position: relative;
  min-height: clamp(330px, 38vw, 520px);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
    radial-gradient(circle at 50% 45%, rgba(40, 184, 190, 0.15), transparent 55%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 30px 80px rgba(0,0,0,0.2);
}

.more-products-hero__hex {
  position: absolute;
  width: 150px;
  aspect-ratio: 1;
  clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0% 50%);
}

.more-products-hero__hex--1 {
  width: min(42%, 190px);
  left: 12%;
  top: 18%;
  background: var(--am-teal);
}

.more-products-hero__hex--2 {
  width: min(34%, 155px);
  right: 12%;
  top: 33%;
  background: var(--am-green);
}

.more-products-hero__hex--3 {
  width: min(29%, 130px);
  left: 38%;
  bottom: 14%;
  background: var(--am-yellow);
}

.more-products-hero__badge {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  padding: 14px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--am-deep);
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
}

.more-products-hero__badge i {
  color: var(--am-orange);
}

.more-products-listing {
  background:
    radial-gradient(circle at 90% 4%, rgba(40,184,190,0.08), transparent 24%),
    #f8fbfa;
}

.more-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  margin-top: 42px;
}

.more-product-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 30px;
  border: 1px solid rgba(17, 68, 66, 0.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(19, 58, 56, 0.08);
}

.more-product-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.more-product-card__number {
  font-family: var(--am-font-display);
  font-weight: 800;
  font-size: 1.6rem;
  color: var(--am-orange);
}

.more-product-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--am-surface-soft);
  color: var(--am-teal-dark);
  font-size: 1.25rem;
}

.more-product-card > small {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--am-teal-dark);
}

.more-product-card h3 {
  margin: 10px 0 16px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  color: var(--am-ink);
}

.more-product-card p {
  margin: 0;
  line-height: 1.75;
  color: var(--am-muted);
}

.more-product-card__availability {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding: 22px 0 18px;
  border-top: 1px solid var(--am-line);
}

.more-product-card__availability span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--am-muted);
}

.more-product-card__availability strong {
  color: var(--am-teal-dark);
}

.more-product-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--am-line);
  font-weight: 800;
  color: var(--am-ink);
}

.more-product-card > a i {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--am-deep);
  color: #fff;
}

.more-products-custom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 42px;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 34px;
  background: linear-gradient(130deg, #0a3034, #16483f);
  color: #fff;
}

.more-products-custom-cta small {
  color: var(--am-yellow);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.more-products-custom-cta h2 {
  margin: 8px 0 10px;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
}

.more-products-custom-cta p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.75);
}

@media (max-width: 1024px) {
  .more-products-hero__grid {
    grid-template-columns: 1fr;
  }

  .more-products-hero__visual {
    min-height: 360px;
  }

  .more-products-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 767px) {
  .more-products-hero {
    padding: 50px 0 64px;
  }

  .more-products-hero__copy h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .more-products-hero__visual {
    min-height: 300px;
    border-radius: 28px;
  }

  .more-products-hero__badge {
    max-width: calc(100% - 32px);
    min-width: 0;
    width: calc(100% - 32px);
    justify-content: center;
    text-align: center;
  }

  .more-products-grid {
    grid-template-columns: 1fr;
  }

  .more-product-card {
    min-height: 390px;
    padding: 24px;
  }

  .more-products-custom-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* =====================================================
   Blog + SEO release v5.5.1
   ===================================================== */
.am-blog-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0 clamp(64px, 7vw, 100px);
  background:
    radial-gradient(circle at 88% 22%, rgba(138,202,59,.18), transparent 30%),
    linear-gradient(135deg, #0a2c30 0%, #0e3f43 58%, #123f35 100%);
  color: #fff;
}
.am-blog-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}
.am-blog-hero .eyebrow { color: rgba(255,255,255,.85); }
.am-blog-hero__copy h1,
.am-blog-section-heading h2,
.am-blog-single__heading h1,
.am-blog-bottom-cta h2 {
  margin: 18px 0 18px;
  font-family: var(--am-font-body);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .98;
}
.am-blog-hero__copy h1 { max-width: 790px; font-size: clamp(3.4rem, 6vw, 6.6rem); }
.am-blog-hero__copy h1 span,
.am-blog-section-heading h2 span { color: var(--am-teal); }
.am-blog-hero__copy p { max-width: 720px; margin: 0; font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.8; color: rgba(255,255,255,.78); }
.am-blog-hero__visual { position: relative; min-height: 370px; }
.am-blog-hero__card {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: min(320px, 86%);
  min-height: 250px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 32px;
  background: linear-gradient(150deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  box-shadow: 0 32px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
}
.am-blog-hero__card i { width: 58px; height: 58px; display:grid; place-items:center; border-radius:18px; background:var(--am-yellow); color:var(--am-deep); font-size:1.35rem; margin-bottom:auto; }
.am-blog-hero__card strong { font-size: 1.65rem; }
.am-blog-hero__card small { color: rgba(255,255,255,.66); }
.am-blog-hero__hex { position:absolute; clip-path:polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%); }
.am-blog-hero__hex--one { width:100px;height:100px;background:var(--am-yellow);left:4%;top:8%;opacity:.92; }
.am-blog-hero__hex--two { width:72px;height:72px;background:var(--am-teal);right:5%;top:24%;opacity:.9; }
.am-blog-hero__hex--three { width:58px;height:58px;background:var(--am-green);left:14%;bottom:8%;opacity:.85; }

.am-blog-listing { background: linear-gradient(180deg, #fff, #f5f9f8); }
.am-blog-section-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.am-blog-section-heading h2 { font-size: clamp(2.6rem, 4.8vw, 5rem); color: var(--am-ink); max-width:780px; }
.am-blog-section-heading > p { max-width:440px; margin:0 0 10px; line-height:1.7; color:var(--am-muted); }
.am-blog-grid { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:28px; }
.am-blog-card { overflow:hidden; border:1px solid var(--am-line); border-radius:28px; background:#fff; box-shadow:0 18px 55px rgba(18,38,42,.07); display:flex; flex-direction:column; min-width:0; }
.am-blog-card__media { position:relative; display:block; aspect-ratio: 16/10; overflow:hidden; background:#eaf2f0; }
.am-blog-card__media img { width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease; }
.am-blog-card:hover .am-blog-card__media img { transform:scale(1.035); }
.am-blog-card__category,
.am-blog-single__category { display:inline-flex; align-items:center; min-height:34px; padding:0 13px; border-radius:999px; background:rgba(13,43,47,.9); color:#fff; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.am-blog-card__category { position:absolute; left:18px; bottom:18px; }
.am-blog-card__body { padding:26px 26px 28px; display:flex; flex-direction:column; flex:1; }
.am-blog-card__meta { display:flex; gap:16px; flex-wrap:wrap; font-size:.77rem; font-weight:700; color:#7d8d8f; text-transform:uppercase; letter-spacing:.05em; }
.am-blog-card h2 { margin:15px 0 12px; font-size:clamp(1.45rem, 2vw, 1.9rem); line-height:1.18; letter-spacing:-.025em; }
.am-blog-card h2 a { color:var(--am-ink); text-decoration:none; }
.am-blog-card p { margin:0 0 22px; color:var(--am-muted); line-height:1.7; }
.am-blog-card__link { margin-top:auto; display:inline-flex; align-items:center; gap:9px; color:var(--am-teal-dark); font-weight:800; text-decoration:none; }
.am-blog-card__link i { transition:transform .2s ease; }
.am-blog-card__link:hover i { transform:translateX(4px); }
.am-blog-pagination { margin-top:44px; }
.am-blog-pagination .nav-links { display:flex; justify-content:center; gap:8px; flex-wrap:wrap; }
.am-blog-pagination .page-numbers { min-width:44px;height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--am-line);border-radius:13px;background:#fff;color:var(--am-ink);text-decoration:none;font-weight:700; }
.am-blog-pagination .page-numbers.current { background:var(--am-deep);color:#fff;border-color:var(--am-deep); }
.am-blog-empty { max-width:800px; margin:20px auto; padding:64px 38px; border:1px dashed rgba(14,105,112,.3); border-radius:30px; text-align:center; background:#fff; }
.am-blog-empty i { font-size:2rem;color:var(--am-teal-dark); }
.am-blog-empty h2 { margin:18px 0 10px; font-size:2rem; }
.am-blog-empty p { margin:0;color:var(--am-muted); }

.am-blog-single__hero { padding:58px 0 64px; background:linear-gradient(135deg,#0b2c30,#103e42); color:#fff; }
.am-blog-single__breadcrumbs { display:flex;align-items:center;gap:10px;font-size:.84rem;color:rgba(255,255,255,.64);margin-bottom:36px; }
.am-blog-single__breadcrumbs a { color:rgba(255,255,255,.82);text-decoration:none; }
.am-blog-single__heading { max-width:1050px; }
.am-blog-single__heading h1 { font-size:clamp(3rem,6vw,6.2rem);margin:18px 0 24px; }
.am-blog-single__heading > p { max-width:860px;font-size:1.12rem;line-height:1.8;color:rgba(255,255,255,.76); }
.am-blog-single__meta { display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:rgba(255,255,255,.68);font-size:.88rem;font-weight:700; }
.am-blog-single__meta span { display:inline-flex;align-items:center;gap:8px; }
.am-blog-single__featured { margin-top:44px; }
.am-blog-single__featured img { width:100%;max-height:680px;object-fit:cover;border-radius:32px;display:block;box-shadow:0 28px 80px rgba(18,38,42,.14); }
.am-blog-single__section { padding-top:64px; }
.am-blog-single__layout { display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:64px;align-items:start; }
.am-blog-single__content { color:#263a3d;font-size:1.05rem;line-height:1.9;min-width:0; }
.am-blog-single__content > :first-child { margin-top:0; }
.am-blog-single__content h2 { margin:42px 0 16px;font-size:clamp(2rem,3vw,3rem);line-height:1.1;color:var(--am-ink);letter-spacing:-.035em; }
.am-blog-single__content h3 { margin:32px 0 12px;font-size:1.55rem;color:var(--am-ink); }
.am-blog-single__content a { color:var(--am-teal-dark);font-weight:700; }
.am-blog-single__content img { max-width:100%;height:auto;border-radius:22px; }
.am-blog-single__content blockquote { margin:34px 0;padding:24px 28px;border-left:5px solid var(--am-yellow);border-radius:0 20px 20px 0;background:#f7faf9;color:var(--am-ink);font-size:1.15rem;font-weight:600; }
.am-blog-single__content ul,
.am-blog-single__content ol { padding-left:1.35rem; }
.am-blog-single__aside { position:sticky;top:120px;display:grid;gap:22px; }
.am-blog-side-card { padding:26px;border:1px solid var(--am-line);border-radius:26px;background:#fff;box-shadow:0 16px 48px rgba(18,38,42,.06); }
.am-blog-side-card--brand { background:linear-gradient(150deg,#0c3034,#0e494d);color:#fff;border-color:transparent; }
.am-blog-side-card__icon { width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--am-yellow);color:var(--am-deep);margin-bottom:28px; }
.am-blog-side-card small { display:block;font-weight:800;text-transform:uppercase;letter-spacing:.11em;color:var(--am-teal); }
.am-blog-side-card--brand small { color:#9edfe2; }
.am-blog-side-card h2 { margin:8px 0 12px;font-size:1.65rem;line-height:1.15; }
.am-blog-side-card p { color:inherit;opacity:.76;line-height:1.7;margin:0 0 22px; }
.am-blog-side-links { display:grid;gap:12px;margin-top:18px; }
.am-blog-side-links a { display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;border-top:1px solid var(--am-line);color:var(--am-ink);text-decoration:none;font-weight:700;line-height:1.4; }
.am-blog-side-links i { color:var(--am-teal-dark); }
.am-blog-bottom-cta { margin-top:36px;padding:62px 0;background:var(--am-warm); }
.am-blog-bottom-cta__inner { display:flex;align-items:center;justify-content:space-between;gap:32px; }
.am-blog-bottom-cta small { font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--am-orange); }
.am-blog-bottom-cta h2 { font-size:clamp(2.4rem,4vw,4.2rem);margin:9px 0 10px;color:var(--am-ink); }
.am-blog-bottom-cta p { margin:0;color:var(--am-muted); }

@media (max-width: 1100px) {
  .am-blog-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .am-blog-hero__inner { grid-template-columns:1fr 330px; }
  .am-blog-single__layout { grid-template-columns:minmax(0,1fr) 290px;gap:38px; }
}
@media (max-width: 860px) {
  .am-blog-hero__inner { grid-template-columns:1fr; }
  .am-blog-hero__visual { min-height:260px; }
  .am-blog-section-heading { align-items:flex-start;flex-direction:column;gap:18px; }
  .am-blog-section-heading > p { max-width:700px; }
  .am-blog-single__layout { grid-template-columns:1fr; }
  .am-blog-single__aside { position:static;grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  .am-blog-hero { padding:56px 0 62px; }
  .am-blog-hero__copy h1 { font-size:clamp(3rem,15vw,4.6rem); }
  .am-blog-hero__visual { min-height:230px; }
  .am-blog-hero__card { min-height:210px;padding:28px; }
  .am-blog-grid { grid-template-columns:1fr; }
  .am-blog-card { border-radius:22px; }
  .am-blog-single__hero { padding:42px 0 52px; }
  .am-blog-single__heading h1 { font-size:clamp(2.7rem,14vw,4.2rem); }
  .am-blog-single__featured { margin-top:28px; }
  .am-blog-single__featured img { border-radius:22px; }
  .am-blog-single__section { padding-top:42px; }
  .am-blog-single__aside { grid-template-columns:1fr; }
  .am-blog-bottom-cta__inner { align-items:flex-start;flex-direction:column; }
}

/* =========================================================
   AM Packaging v5.5.2 — Single blog hero refinement
   ========================================================= */
.am-blog-single__hero {
  padding: 46px 0 52px;
}

.am-blog-single__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  column-gap: clamp(38px, 4.4vw, 84px);
  row-gap: 26px;
  align-items: center;
}

.am-blog-single__breadcrumbs {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.am-blog-single__heading {
  max-width: 760px;
  min-width: 0;
}

.am-blog-single__heading h1 {
  font-size: clamp(2.7rem, 3.55vw, 4.25rem);
  line-height: .99;
  letter-spacing: -.045em;
  margin: 16px 0 22px;
}

.am-blog-single__heading > p {
  max-width: 680px;
  font-size: 1.05rem;
  line-height: 1.72;
}

.am-blog-single__meta {
  margin-top: 24px;
  gap: 18px;
}

.am-blog-single__hero-media {
  margin: 0;
  min-width: 0;
  width: 100%;
  align-self: center;
}

.am-blog-single__hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
  background: rgba(255, 255, 255, .035);
}

/* Old below-hero featured image is no longer used by the template. */
.am-blog-single__featured {
  display: none !important;
}

@media (max-width: 1180px) {
  .am-blog-single__hero-inner {
    grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
    column-gap: 36px;
  }

  .am-blog-single__heading h1 {
    font-size: clamp(2.55rem, 4.5vw, 3.65rem);
  }
}

@media (max-width: 900px) {
  .am-blog-single__hero {
    padding: 40px 0 46px;
  }

  .am-blog-single__hero-inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }

  .am-blog-single__breadcrumbs,
  .am-blog-single__heading,
  .am-blog-single__hero-media {
    grid-column: 1;
  }

  .am-blog-single__heading {
    max-width: 820px;
  }

  .am-blog-single__heading h1 {
    font-size: clamp(2.55rem, 7.2vw, 3.85rem);
  }

  .am-blog-single__hero-media {
    max-width: 820px;
  }
}

@media (max-width: 600px) {
  .am-blog-single__hero {
    padding: 32px 0 38px;
  }

  .am-blog-single__hero-inner {
    row-gap: 22px;
  }

  .am-blog-single__heading h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.02;
    margin: 13px 0 18px;
  }

  .am-blog-single__heading > p {
    font-size: .98rem;
    line-height: 1.65;
  }

  .am-blog-single__meta {
    gap: 12px 16px;
    margin-top: 20px;
    font-size: .8rem;
  }

  .am-blog-single__hero-media img {
    border-radius: 20px;
  }
}


/* -------------------------------------------------------------------------
   AM Packaging v5.6.0 — mobile quantity UX + speed polish
------------------------------------------------------------------------- */
.ready-buy-strip {
  padding: 0 0 18px;
}

.ready-buy-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  padding: clamp(22px, 3vw, 30px);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(237,245,243,.95));
  border: 1px solid rgba(13,85,91,.10);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(8, 40, 43, .08);
}

.ready-buy-strip small {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--am-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ready-buy-strip h2 {
  margin: 0;
  color: var(--am-ink);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
}

.ready-buy-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.am-qty-stepper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 8px;
}

.am-qty-stepper__btn {
  min-height: 56px;
  border: 1px solid #d7e3e1;
  border-radius: 14px;
  background: #f8fbfa;
  color: #0d555b;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.am-qty-stepper__btn:hover,
.am-qty-stepper__btn:focus {
  border-color: var(--am-teal);
  background: #eef9f8;
  transform: translateY(-1px);
}

.am-qty-stepper__btn:active {
  transform: translateY(0);
}

.am-qty-stepper input {
  text-align: center;
}

@media (max-width: 900px) {
  .ready-buy-strip__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .ready-buy-strip__actions {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .am-qty-stepper {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .am-qty-stepper__btn {
    min-height: 52px;
    font-size: 24px;
  }
}
