:root {
  --ink: #2b2118;
  --muted: #6f6258;
  --cream: #fbf6ec;
  --linen: #f3eadc;
  --gold: #b88a44;
  --deep-red: #8f1f1f;
  --leaf: #315b3c;
  --brown: #5b351f;
  --white: #fffdf8;
  --shadow: 0 18px 48px rgba(51, 34, 20, 0.12);
  --border: 1px solid rgba(91, 53, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.7;
}

body.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  background: linear-gradient(180deg, #fffaf1 0%, #f0dfc6 100%);
  border-bottom: var(--border);
}

.topbar {
  background: var(--deep-red);
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  padding: 0.55rem 1.25rem;
  text-align: center;
}

.brand-row {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.15rem 1.25rem;
}

.brand {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

.brand img {
  background: var(--white);
  border: var(--border);
  border-radius: 6px;
  height: 74px;
  object-fit: contain;
  padding: 0.45rem;
  width: 146px;
}

.brand-name {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.brand-line {
  align-items: center;
  color: var(--brown);
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  margin: 0.25rem 0 0;
}

.nav {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(243, 234, 220, 0.54)),
    radial-gradient(circle at 12% 18%, rgba(184, 138, 68, 0.28), transparent 26%),
    radial-gradient(circle at 88% 50%, rgba(143, 31, 31, 0.16), transparent 30%);
  border: 1px solid rgba(91, 53, 31, 0.14);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(51, 34, 20, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  padding: 0.38rem;
}

.nav a {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--brown);
  display: inline-flex;
  gap: 0.44rem;
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  position: relative;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a.active {
  background: linear-gradient(135deg, rgba(143, 31, 31, 0.98), rgba(184, 138, 68, 0.92));
  border-color: rgba(255, 253, 248, 0.64);
  box-shadow: 0 10px 24px rgba(143, 31, 31, 0.22);
  color: var(--white);
  transform: translateY(-1px);
}

.nav a::before {
  align-items: center;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(91, 53, 31, 0.14);
  border-radius: 50%;
  color: var(--deep-red);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  height: 22px;
  justify-content: center;
  line-height: 1;
  width: 22px;
}

.nav a:hover::before,
.nav a.active::before {
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(255, 253, 248, 0.76);
  color: var(--deep-red);
}

.nav a[data-icon="about"]::before {
  content: "i";
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.nav a[data-icon="gallery"]::before {
  content: "▦";
  font-size: 0.82rem;
}

.nav a[data-icon="cart"]::before {
  content: "▱";
  font-size: 0.9rem;
  transform: translateY(-1px);
}

.nav a[data-icon="contact"]::before {
  content: "✆";
  font-size: 0.82rem;
}

.nav a[data-icon="location"]::before {
  content: "⌖";
  font-size: 0.84rem;
}

.hero {
  background:
    linear-gradient(90deg, rgba(18, 13, 9, 0.97), rgba(30, 13, 10, 0.92)),
    linear-gradient(180deg, rgba(24, 16, 10, 0.78), rgba(24, 16, 10, 0.9)),
    url("assets/thadickal food processing board 8x3 print copy.jpg") center / cover;
  color: var(--white);
  min-height: 64vh;
  padding: clamp(5rem, 12vw, 8rem) 1.25rem 4rem;
}

.hero-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.eyebrow {
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.hero h1,
.page-title h1 {
  font-size: clamp(2.45rem, 6vw, 5.2rem);
  line-height: 0.98;
  margin: 0;
  max-width: 870px;
}

.hero p {
  font-family: Arial, sans-serif;
  font-size: clamp(1.03rem, 2vw, 1.22rem);
  margin: 1.35rem 0 0;
  max-width: 670px;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.button {
  align-items: center;
  background: var(--deep-red);
  border: 1px solid var(--deep-red);
  border-radius: 4px;
  color: var(--white);
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-weight: 800;
  min-height: 46px;
  padding: 0.7rem 1rem;
  text-decoration: none;
}

.button.secondary {
  background: rgba(255, 253, 248, 0.12);
  border-color: rgba(255, 253, 248, 0.55);
}

.button.light {
  background: var(--white);
  border-color: rgba(91, 53, 31, 0.18);
  color: var(--deep-red);
}

.button.full {
  justify-content: center;
  width: 100%;
}

.button.sending {
  overflow: hidden;
  position: relative;
}

.button.sending::after {
  animation: sendSweep 700ms linear infinite;
  background: rgba(255, 255, 255, 0.28);
  content: "";
  inset: 0 auto 0 -35%;
  position: absolute;
  transform: skewX(-20deg);
  width: 30%;
}

@keyframes sendSweep {
  to {
    left: 110%;
  }
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
}

.section.compact {
  padding-top: 2rem;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.section-kicker {
  color: var(--deep-red);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h2 {
  color: var(--brown);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  margin: 0 0 1rem;
}

h3 {
  color: var(--brown);
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

p {
  font-size: 1.06rem;
  margin: 0 0 1rem;
}

.lead {
  color: #514437;
  font-size: 1.17rem;
}

.image-frame {
  background: var(--white);
  border: var(--border);
  box-shadow: var(--shadow);
  padding: 0.7rem;
}

.image-button {
  cursor: zoom-in;
  display: block;
  font: inherit;
  overflow: hidden;
  scroll-margin: 1.25rem;
  text-align: inherit;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 100%;
}

.image-button:hover,
.image-button:focus-visible {
  box-shadow: 0 22px 56px rgba(51, 34, 20, 0.18);
  transform: translateY(-2px);
}

.image-button:focus-visible {
  outline: 3px solid rgba(184, 138, 68, 0.62);
  outline-offset: 4px;
}

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

.feature-band {
  background: var(--linen);
  border-bottom: var(--border);
  border-top: var(--border);
}

.feature-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

.feature-card,
.info-card,
.contact-panel,
.form-panel {
  background: var(--white);
  border: var(--border);
  border-radius: 6px;
  box-shadow: var(--shadow);
  padding: clamp(1.2rem, 3vw, 1.8rem);
}

.feature-card p,
.info-card p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.99rem;
  margin-bottom: 0;
}

.story-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.story-item {
  border-left: 3px solid var(--gold);
  padding-left: 1rem;
}

.story-item strong {
  align-items: center;
  color: var(--deep-red);
}

.gallery-intro {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 1.8rem;
}

.gallery-intro p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  max-width: 620px;
}

.shop-layout {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(310px, 0.36fr);
  margin: 0 auto;
  max-width: 1180px;
}

.shop-title {
  background: transparent;
  border: 0;
  padding-bottom: 0.6rem;
}

.shop-title .page-title-inner {
  padding-bottom: 0;
  padding-top: 1.4rem;
}

.shop-title h1 {
  color: #24384e;
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1.04;
}

.shop-title p {
  color: #596879;
}

.shop-section {
  padding-top: 0.8rem;
}

.shop-products-panel {
  background: var(--white);
  border: 1px solid rgba(35, 50, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(35, 50, 70, 0.08);
  overflow: hidden;
}

.shop-panel-header {
  align-items: center;
  border-bottom: 1px solid rgba(35, 50, 70, 0.1);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.25rem 1.45rem;
}

.shop-panel-header h2 {
  color: #24384e;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  margin: 0;
}

.shop-panel-header p {
  color: #596879;
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0.25rem 0 0;
  max-width: 680px;
}

.shop-panel-tools {
  padding: 1.2rem 1.45rem 0;
}

.shop-toolbar {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr) 210px;
  margin-bottom: 0;
}

.go-cart-button {
  flex: 0 0 auto;
  margin: 0;
}

.shop-toolbar input,
.shop-toolbar select {
  background: #eef2f6;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #24384e;
  font: 1rem Arial, sans-serif;
  min-height: 56px;
  padding: 0.85rem 1rem;
  width: 100%;
}

.shop-toolbar input:focus,
.shop-toolbar select:focus {
  background: var(--white);
  border-color: rgba(49, 91, 60, 0.38);
  outline: 3px solid rgba(49, 91, 60, 0.12);
}

.product-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  padding: 1.2rem 1.45rem 1.45rem;
}

.product-card {
  background: #fbfcfd;
  border: 1px solid rgba(35, 50, 70, 0.09);
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(35, 50, 70, 0.06);
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.product-card:hover {
  border-color: rgba(49, 91, 60, 0.22);
  box-shadow: 0 18px 34px rgba(35, 50, 70, 0.1);
  transform: translateY(-1px);
}

.product-photo {
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
}

.product-heading {
  align-items: start;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 34px 1fr;
}

.product-icon {
  align-items: center;
  background: #fff5dd;
  border: 1px solid rgba(184, 138, 68, 0.32);
  border-radius: 999px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
}

.product-icon::before,
.product-icon::after {
  content: "";
  display: block;
  position: absolute;
}

.product-icon::before {
  animation: iconFloat 2.8s ease-in-out infinite;
}

.product-icon::after {
  animation: iconPulse 2.8s ease-in-out infinite;
}

.icon-spice::before {
  background: var(--deep-red);
  border-radius: 50% 50% 50% 0;
  height: 13px;
  transform: rotate(-35deg);
  width: 9px;
}

.icon-spice::after {
  background: var(--gold);
  border-radius: 99px;
  height: 6px;
  right: 7px;
  top: 9px;
  width: 6px;
}

.icon-flour::before {
  background: var(--white);
  border: 2px solid var(--brown);
  border-radius: 4px 4px 8px 8px;
  height: 15px;
  width: 13px;
}

.icon-flour::after {
  background: var(--gold);
  border-radius: 99px;
  height: 3px;
  top: 9px;
  width: 12px;
}

.icon-puttu::before {
  background: repeating-linear-gradient(90deg, var(--brown) 0 2px, #f4d392 2px 5px);
  border-radius: 4px;
  height: 15px;
  width: 13px;
}

.icon-puttu::after {
  background: var(--leaf);
  border-radius: 50%;
  bottom: 7px;
  height: 5px;
  right: 7px;
  width: 5px;
}

.icon-coconut::before {
  background: #f8efe0;
  border: 3px solid #7a4929;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}

.icon-coconut::after {
  background: #7a4929;
  border-radius: 50%;
  height: 3px;
  top: 11px;
  width: 3px;
}

.icon-dried::before {
  background: var(--leaf);
  border-radius: 50% 0 50% 0;
  height: 15px;
  transform: rotate(-18deg);
  width: 11px;
}

.icon-dried::after {
  background: rgba(49, 91, 60, 0.36);
  border-radius: 50%;
  height: 8px;
  right: 7px;
  top: 9px;
  width: 8px;
}

.icon-snack::before {
  background: #f4c342;
  border: 2px solid var(--gold);
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.icon-snack::after {
  background: rgba(143, 31, 31, 0.22);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.icon-batter::before {
  background: var(--white);
  border: 2px solid var(--brown);
  border-radius: 0 0 9px 9px;
  height: 11px;
  top: 12px;
  width: 16px;
}

.icon-batter::after {
  background: var(--gold);
  border-radius: 50%;
  height: 8px;
  top: 7px;
  width: 8px;
}

.icon-juice::before {
  background: linear-gradient(180deg, #f9d976, #e85d43);
  border: 2px solid var(--brown);
  border-radius: 2px 2px 7px 7px;
  height: 16px;
  width: 11px;
}

.icon-juice::after {
  background: var(--leaf);
  border-radius: 50% 0 50% 0;
  height: 7px;
  right: 8px;
  top: 6px;
  transform: rotate(20deg);
  width: 7px;
}

.icon-pickle::before {
  background: #d95f32;
  border: 2px solid var(--brown);
  border-radius: 3px 3px 7px 7px;
  height: 15px;
  width: 12px;
}

.icon-pickle::after {
  background: var(--leaf);
  border-radius: 999px;
  height: 4px;
  top: 8px;
  width: 12px;
}

.icon-coffee::before {
  background: var(--white);
  border: 2px solid var(--brown);
  border-radius: 2px 2px 8px 8px;
  bottom: 7px;
  height: 10px;
  width: 14px;
}

.icon-coffee::after {
  animation: steamRise 1.8s ease-in-out infinite;
  border: 0;
  border-left: 2px solid var(--deep-red);
  border-radius: 50%;
  height: 13px;
  top: 4px;
  width: 9px;
}

.icon-chili {
  --icon-rotate: -25deg;
}

.icon-chili::before {
  background: var(--deep-red);
  border-radius: 9px 9px 9px 2px;
  height: 16px;
  width: 8px;
}

.icon-chili::after {
  background: var(--leaf);
  border-radius: 50% 0 50% 0;
  height: 7px;
  right: 8px;
  top: 6px;
  width: 7px;
}

.icon-root {
  --icon-rotate: -20deg;
}

.icon-root::before {
  background: #d39b47;
  border: 2px solid #9d6126;
  border-radius: 9px 5px 9px 5px;
  height: 12px;
  width: 17px;
}

.icon-root::after {
  background: #9d6126;
  border-radius: 50%;
  height: 5px;
  right: 7px;
  top: 9px;
  width: 5px;
}

.icon-chicken {
  --icon-rotate: -28deg;
}

.icon-chicken::before {
  background: #d36a33;
  border: 2px solid #8f3d1d;
  border-radius: 60% 45% 45% 60%;
  height: 13px;
  width: 15px;
}

.icon-chicken::after {
  background: #f4dfbd;
  border: 2px solid #8f3d1d;
  border-radius: 999px;
  height: 5px;
  right: 6px;
  top: 15px;
  width: 12px;
}

.icon-meat {
  --icon-rotate: -12deg;
}

.icon-meat::before {
  background: #a0442c;
  border: 2px solid #6f281b;
  border-radius: 50% 42% 48% 40%;
  height: 15px;
  width: 17px;
}

.icon-meat::after {
  background: rgba(255, 245, 221, 0.72);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.icon-fish::before {
  background: #4c7f94;
  border-radius: 60% 45% 45% 60%;
  height: 12px;
  width: 18px;
}

.icon-fish::after {
  background: var(--leaf);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  height: 12px;
  right: 5px;
  width: 10px;
}

.icon-oil::before {
  background: linear-gradient(180deg, #f8d878, #c88b2f);
  border: 2px solid var(--brown);
  border-radius: 3px 3px 7px 7px;
  height: 16px;
  width: 10px;
}

.icon-oil::after {
  background: var(--brown);
  border-radius: 2px;
  height: 4px;
  top: 5px;
  width: 8px;
}

.icon-banana {
  --icon-rotate: -18deg;
}

.icon-banana::before {
  background: transparent;
  border-bottom: 5px solid #f0c13d;
  border-radius: 50%;
  height: 14px;
  width: 18px;
}

.icon-banana::after {
  background: var(--brown);
  border-radius: 50%;
  height: 3px;
  right: 6px;
  top: 16px;
  width: 3px;
}

.product-meta {
  align-items: center;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

.product-card h3 {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.product-price {
  color: var(--deep-red);
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  font-weight: 900;
  margin: 0.25rem 0 0;
}

.product-actions {
  align-items: center;
  display: grid;
  gap: 0.55rem;
  grid-template-columns: 78px 1fr;
}

.product-actions input {
  background: var(--white);
  border: 1px solid rgba(35, 50, 70, 0.12);
  border-radius: 12px;
  color: #24384e;
  font: 900 0.95rem Arial, sans-serif;
  min-height: 42px;
  padding: 0.55rem;
}

.product-actions button,
.cart-line button,
.clear-cart {
  background: var(--deep-red);
  border: 1px solid var(--deep-red);
  border-radius: 12px;
  color: var(--white);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 800;
  min-height: 42px;
  padding: 0.55rem 0.75rem;
}

.product-actions button {
  overflow: hidden;
  position: relative;
}

.product-actions button::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  content: "";
  inset: 0 auto 0 -75%;
  position: absolute;
  transform: skewX(-18deg);
  width: 55%;
}

.product-actions button.added::after {
  animation: addButtonWave 0.38s ease-out;
}

.cart-panel {
  background: var(--white);
  border: 1px solid rgba(35, 50, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(35, 50, 70, 0.09);
  overflow: hidden;
  padding: 1.2rem;
  position: sticky;
  top: 1rem;
}

.shop-cart-preview {
  padding: 0;
}

.shop-hidden-cart {
  display: none !important;
}

.cart-panel h2 {
  color: #24384e;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
}

.cart-summary {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.cart-total {
  background: #f1f7f2;
  border: 1px solid rgba(49, 91, 60, 0.16);
  border-radius: 14px;
  color: var(--leaf);
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.cart-items {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.cart-line {
  background: #fbfcfd;
  border: 1px solid rgba(35, 50, 70, 0.09);
  border-radius: 14px;
  display: grid;
  gap: 0.55rem;
  padding: 0.75rem;
}

.cart-line strong {
  color: var(--brown);
}

.cart-line-controls {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}

.cart-line-controls input {
  border: 1px solid rgba(35, 50, 70, 0.12);
  border-radius: 10px;
  min-height: 38px;
  padding: 0.45rem;
  width: 78px;
}

.bill-card {
  gap: 0.75rem;
}

.bill-lines {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bill-lines li,
.bill-total {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
}

.bill-total {
  border-top: 1px solid rgba(91, 53, 31, 0.16);
  color: var(--deep-red);
  font: 900 1rem Arial, sans-serif;
  padding-top: 0.7rem;
}

.country-phone-group {
  align-items: stretch;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr) auto;
  position: relative;
}

.country-code-picker {
  background: var(--white);
  border: 1px solid rgba(91, 53, 31, 0.22);
  border-radius: 4px;
  color: var(--ink);
  font: 0.92rem Arial, sans-serif;
  min-height: 46px;
  padding: 0.65rem 0.7rem;
  width: 100%;
}

.phone-eye-warning {
  align-items: center;
  display: inline-flex;
  font-size: 1.4rem;
  justify-content: center;
  min-width: 34px;
}

.phone-eye-warning[hidden] {
  display: none;
}

.phone-too-long input[type="tel"] {
  border-color: rgba(143, 31, 31, 0.55);
  box-shadow: 0 0 0 3px rgba(143, 31, 31, 0.09);
}

.clear-cart {
  background: transparent;
  color: var(--brown);
  margin-bottom: 1rem;
  width: 100%;
}

.checkout-form {
  border-top: var(--border);
  padding-top: 1rem;
}

.checkout-body {
  background: #f7f9fb;
}

.checkout-status {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(49, 91, 60, 0.16);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(35, 50, 70, 0.07);
  color: #24384e;
  display: flex;
  font: 900 clamp(1rem, 2vw, 1.25rem) Arial, sans-serif;
  gap: 0.85rem;
  margin: 1.4rem auto 0;
  max-width: 1180px;
  padding: 1rem 1.25rem;
}

.checkout-check {
  align-items: center;
  background: #68b66f;
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.checkout-status.empty .checkout-check {
  background: #9aa6b2;
}

.shop-status-inline {
  border-radius: 14px;
  margin: 1rem 0 0;
  max-width: 100%;
}

.checkout-section {
  padding: clamp(1.4rem, 4vw, 2.8rem) 1.25rem 3rem;
}

.checkout-shell {
  align-items: start;
  display: grid;
  gap: clamp(1rem, 4vw, 2.5rem);
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  max-width: 1180px;
}

.checkout-stack {
  display: grid;
  gap: 1.1rem;
}

.checkout-card,
.checkout-summary-panel {
  background: var(--white);
  border: 1px solid rgba(35, 50, 70, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(35, 50, 70, 0.09);
  overflow: hidden;
}

.checkout-card header,
.checkout-summary-panel header {
  border-bottom: 1px solid rgba(35, 50, 70, 0.1);
  padding: 1.25rem 1.45rem;
}

.checkout-card h2,
.checkout-summary-panel h2 {
  color: #24384e;
  font-family: Arial, sans-serif;
  font-size: 1.15rem;
  margin: 0;
}

.checkout-card .checkout-form {
  border-top: 0;
  display: grid;
  gap: 1rem;
  padding: 1.45rem;
}

.checkout-field-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-card label:not(.radio-option) {
  color: #596879;
  display: grid;
  font: 800 0.82rem Arial, sans-serif;
  gap: 0.35rem;
}

.checkout-card input[type="text"],
.checkout-card input[type="tel"],
.checkout-card textarea {
  background: #eef2f6;
  border: 1px solid transparent;
  border-radius: 14px;
  color: #24384e;
  font: 1rem Arial, sans-serif;
  min-height: 58px;
  padding: 0.9rem 1rem;
}

.checkout-card textarea {
  min-height: 112px;
  resize: vertical;
}

.checkout-card input:focus,
.checkout-card textarea:focus {
  background: var(--white);
  border-color: rgba(49, 91, 60, 0.38);
  outline: 3px solid rgba(49, 91, 60, 0.12);
}

.checkout-card .radio-group {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-card .radio-option {
  align-items: center;
  background: #f3f6f8;
  border-color: rgba(35, 50, 70, 0.08);
  border-radius: 14px;
  color: #24384e;
  display: flex;
  gap: 0.65rem;
  min-height: 56px;
}

.checkout-form-actions {
  display: grid;
  gap: 0.75rem;
}

.checkout-summary-panel {
  padding: 0;
  position: sticky;
  top: 1rem;
}

.checkout-summary-panel .cart-summary,
.checkout-summary-panel .cart-total,
.checkout-summary-panel .cart-items,
.checkout-summary-panel .clear-cart {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.checkout-summary-panel .cart-total {
  background: #f1f7f2;
  border-color: rgba(49, 91, 60, 0.16);
  color: var(--leaf);
  margin-top: 0.8rem;
}

.checkout-summary-panel .cart-line {
  background: #fbfcfd;
  border-color: rgba(35, 50, 70, 0.09);
  border-radius: 14px;
  padding: 0.95rem;
}

.checkout-summary-panel .clear-cart {
  border-radius: 14px;
  margin-bottom: 1.25rem;
  width: calc(100% - 2.5rem);
}

.checkout-summary-actions {
  padding: 0 1.25rem 1.25rem;
}

.checkout-hidden-shop {
  display: none;
}

.radio-group {
  display: grid;
  gap: 0.5rem;
}

.radio-option {
  align-items: center;
  background: #fffaf1;
  border: 1px solid rgba(91, 53, 31, 0.14);
  border-radius: 4px;
  display: flex;
  font-family: Arial, sans-serif;
  gap: 0.55rem;
  padding: 0.7rem;
}

.radio-option input,
.inline-check input {
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}

.inline-check {
  align-items: center;
  display: flex;
  gap: 0.55rem;
}

@keyframes addButtonWave {
  from {
    left: -75%;
  }

  to {
    left: 130%;
  }
}

.empty-cart {
  color: var(--muted);
  font-family: Arial, sans-serif;
  margin: 0 0 1rem;
}

.cart-note {
  background: var(--linen);
  border: var(--border);
  border-radius: 6px;
  color: var(--brown);
  font-family: Arial, sans-serif;
  margin-bottom: 1rem;
  padding: 0.9rem;
}

.order-summary-list {
  display: grid;
  gap: 0.75rem;
}

#profileActions {
  display: grid;
  gap: 0.75rem;
}

.profile-small-action {
  margin-top: 0.75rem;
}

.profile-recovery {
  border-top: var(--border);
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
}

.profile-info-list {
  display: grid;
  gap: 0.65rem;
}

.profile-info-row {
  background: #fffaf1;
  border: 1px solid rgba(91, 53, 31, 0.12);
  border-radius: 6px;
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem;
}

.profile-info-row span {
  color: var(--muted);
  font: 800 0.82rem Arial, sans-serif;
}

.profile-info-row strong {
  color: var(--brown);
  font-family: Arial, sans-serif;
  overflow-wrap: anywhere;
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--icon-rotate, 0deg));
  }

  50% {
    transform: translateY(-2px) rotate(var(--icon-rotate, 0deg));
  }
}

@keyframes iconPulse {
  0%,
  100% {
    opacity: 0.75;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes steamRise {
  0%,
  100% {
    opacity: 0.45;
    transform: translateY(2px) scale(0.92);
  }

  50% {
    opacity: 1;
    transform: translateY(-3px) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-icon::before,
  .product-icon::after {
    animation: none;
  }
}

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

.gallery-card {
  background: var(--white);
  border: var(--border);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(51, 34, 20, 0.08);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  text-align: left;
}

.gallery-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.gallery-card.tall img {
  aspect-ratio: 3 / 4;
}

.gallery-card.wide {
  grid-column: span 2;
}

.gallery-card.wide img {
  aspect-ratio: 16 / 7;
}

.gallery-card span {
  color: var(--brown);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.75rem 0.85rem;
}

.gallery-comment {
  background: #fff8ec;
  border-top: 1px solid rgba(91, 53, 31, 0.1);
  color: var(--brown);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.45;
  padding: 0.7rem 0.85rem 0.85rem;
}

.gallery-lightbox-comment {
  background: var(--white);
  border-radius: 6px;
  bottom: 1.25rem;
  color: var(--brown);
  font: 800 0.95rem Arial, sans-serif;
  left: 50%;
  margin: 0;
  max-width: min(92vw, 760px);
  padding: 0.75rem 1rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: max-content;
}

.page-title {
  background: var(--linen);
  border-bottom: var(--border);
  padding: clamp(3.5rem, 8vw, 6rem) 1.25rem;
}

.page-title-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.page-title p {
  color: var(--muted);
  font-family: Arial, sans-serif;
  max-width: 690px;
}

.contact-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 0.92fr 1.08fr;
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-item {
  border-bottom: var(--border);
  padding-bottom: 1rem;
}

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

.contact-item .label {
  color: var(--deep-red);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-item a,
.contact-item address,
.contact-item p {
  color: var(--ink);
  font-style: normal;
  margin: 0.25rem 0 0;
  text-decoration: none;
}

form {
  display: grid;
  gap: 0.85rem;
}

label {
  color: var(--brown);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  background: #fffaf1;
  border: 1px solid rgba(91, 53, 31, 0.22);
  border-radius: 4px;
  color: var(--ink);
  font: 1rem Arial, sans-serif;
  padding: 0.85rem;
  width: 100%;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
}

.site-footer {
  background: #3a2418;
  color: var(--white);
  padding: 2.2rem 1.25rem;
}

.footer-inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.footer-inner img {
  height: 82px;
  object-fit: contain;
  width: auto;
}

.footer-inner p {
  color: #e6d7c5;
  font-family: Arial, sans-serif;
  margin: 0;
}

.creator-mark {
  color: #e6d7c5;
  display: block;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 0.25rem;
}

.footer-admin-link {
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  color: #fff7e7;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.55rem 0.8rem;
  text-decoration: none;
}

.footer-admin-link:hover {
  background: rgba(255, 253, 248, 0.12);
}

.public-account-row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1180px;
  padding: 0.72rem 1.25rem 0;
}

.public-login-entry {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: flex-end;
  min-width: 0;
}

.public-login-entry > a,
.public-login-entry > button,
.public-login-entry > span {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(91, 53, 31, 0.16);
  border-radius: 999px;
  color: var(--brown);
  font: 800 0.82rem Arial, sans-serif;
  padding: 0.5rem 0.72rem;
  text-decoration: none;
}

.public-login-entry button {
  cursor: pointer;
}

.public-login-entry .public-cart-link {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
  justify-content: center;
  min-width: 58px;
}

.public-cart-link .cart-symbol {
  border: 2px solid var(--brown);
  border-radius: 3px;
  display: inline-block;
  height: 14px;
  padding: 0;
  position: relative;
  width: 16px;
}

.public-cart-link .cart-symbol::before {
  border: 2px solid var(--brown);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
  height: 7px;
  left: 2px;
  position: absolute;
  top: -8px;
  width: 8px;
}

.public-cart-link .cart-count {
  background: transparent;
  border: 0;
  color: var(--brown);
  font: 900 0.8rem Arial, sans-serif;
  padding: 0;
}

.floating-cart-link {
  align-items: center;
  background: var(--deep-red);
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 999px;
  bottom: 1.1rem;
  box-shadow: 0 18px 38px rgba(51, 34, 20, 0.26);
  color: var(--white);
  display: inline-flex;
  font: 900 0.88rem Arial, sans-serif;
  gap: 0.55rem;
  padding: 0.78rem 1rem;
  position: fixed;
  right: 1.1rem;
  text-decoration: none;
  z-index: 950;
}

.floating-cart-link[hidden] {
  display: none;
}

.floating-cart-icon {
  border: 2px solid currentColor;
  border-radius: 3px;
  display: inline-block;
  height: 15px;
  position: relative;
  width: 17px;
}

.floating-cart-icon::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: -9px;
  width: 9px;
}

.lightbox {
  align-items: center;
  background: rgba(20, 13, 9, 0.88);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1.25rem;
  position: fixed;
  z-index: 1000;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  background: var(--white);
  border: 5px solid var(--white);
  max-height: 88vh;
  object-fit: contain;
  max-width: min(94vw, 1100px);
  width: auto;
}

.lightbox button {
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--brown);
  cursor: pointer;
  font-size: 2rem;
  height: 46px;
  line-height: 1;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  width: 46px;
}

@media (max-width: 900px) {
  .brand-row,
  .footer-inner,
  .gallery-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .split,
  .contact-grid,
  .shop-layout,
  .checkout-shell {
    grid-template-columns: 1fr;
  }

  .cart-panel,
  .checkout-summary-panel {
    position: static;
  }

  .shop-panel-header {
    align-items: stretch;
    flex-direction: column;
  }

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

  .gallery-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .topbar {
    font-size: 0.84rem;
    line-height: 1.45;
    padding: 0.65rem 1rem;
  }

  .public-account-row {
    padding: 0.7rem 1rem 0;
  }

  .public-login-entry {
    justify-content: flex-end;
    width: 100%;
  }

  .public-login-entry > a,
  .public-login-entry > button,
  .public-login-entry > span {
    font-size: 0.76rem;
    padding: 0.44rem 0.58rem;
  }

  .checkout-status {
    align-items: flex-start;
    border-radius: 0;
    margin-top: 0;
  }

  .checkout-field-row,
  .checkout-card .radio-group {
    grid-template-columns: 1fr;
  }

  .country-phone-group {
    grid-template-columns: 1fr;
  }

  .checkout-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand-row {
    gap: 1rem;
    padding: 1rem;
  }

  .brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
  }

  .brand img {
    height: 64px;
    width: 126px;
  }

  .brand-name {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
    line-height: 1.02;
  }

  .brand-line {
    font-size: 1rem;
    line-height: 1.35;
  }

  .nav {
    border-radius: 28px;
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.75rem;
    width: 100%;
  }

  .nav a {
    background: rgba(255, 253, 248, 0.72);
    border-color: rgba(91, 53, 31, 0.12);
    box-shadow: 0 8px 18px rgba(51, 34, 20, 0.06);
    gap: 0.5rem;
    justify-content: flex-start;
    min-height: 54px;
    padding: 0.58rem 0.68rem;
    width: 100%;
  }

  .nav a:last-child {
    grid-column: 1 / -1;
  }

  .nav a::before {
    height: 28px;
    width: 28px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(17, 10, 7, 0.98), rgba(39, 13, 10, 0.93)),
      url("assets/thadickal food processing board 8x3 print copy.jpg") center / cover;
    min-height: auto;
    padding: 4.5rem 1rem 3.5rem;
  }

  .hero h1,
  .page-title h1 {
    font-size: clamp(2.35rem, 14vw, 3.55rem);
    line-height: 1.02;
  }

  .hero p {
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 34rem;
  }

  .feature-grid,
  .gallery-grid,
  .product-grid,
  .shop-toolbar {
    grid-template-columns: 1fr;
  }

  .shop-panel-header,
  .shop-panel-tools,
  .product-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
