/*
Theme Name: Rudra Exports Global
Theme URI: https://rudraexportsglobal.com
Author: Rudra Exports
Description: A focused international export company theme with product categories and WhatsApp enquiries.
Version: 4.1.0
Text Domain: rudra-exports
*/

:root {
  --ink: #09233a;
  --ink-2: #143c59;
  --saffron: #e49b22;
  --saffron-2: #f5bd55;
  --cream: #f7f5ef;
  --white: #ffffff;
  --muted: #647483;
  --line: #dce4e8;
  --green: #137a59;
  --shadow: 0 24px 60px rgba(9,35,58,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0 0 12px; color: var(--saffron); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: 92px 0; }
.section--soft { background: var(--cream); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 40px; }
.section-head h2 { max-width: 680px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.035em; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,228,232,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.15rem; font-weight: 900; letter-spacing: .13em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-family: Georgia, serif; font-size: 1.25rem; letter-spacing: 0; }
.brand img { max-height: 48px; width: auto; }
.menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.menu a { font-size: .92rem; font-weight: 700; }
.menu a:hover { color: var(--saffron); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); border-radius: 10px; font-size: 1.35rem; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { color: var(--ink); background: var(--saffron-2); box-shadow: 0 10px 28px rgba(228,155,34,.28); }
.btn--outline { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.08); }
.btn--whatsapp { color: var(--white); background: var(--green); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -180px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 76px 0; }
.hero h1 { margin: 0; max-width: 700px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 6.4rem); font-weight: 500; line-height: .92; letter-spacing: -.055em; }
.hero h1 em { color: var(--saffron-2); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 30px; color: #d8e4eb; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 500px; }
.hero-image { width: 100%; height: 470px; margin-left: auto; object-fit: cover; object-position: 66% center; border-radius: 180px 180px 24px 24px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.hero-card { position: absolute; left: 0; bottom: 24px; width: 235px; padding: 22px; color: var(--ink); background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.hero-card strong { display: block; font-family: Georgia, serif; font-size: 1.55rem; }
.hero-card span { display: block; margin-top: 5px; color: var(--muted); font-size: .85rem; }

.trust-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px 22px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .92rem; }
.trust-item span { color: var(--muted); font-size: .8rem; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 270px; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); transition: .25s ease; }
.category-card:hover { transform: translateY(-5px); border-color: var(--saffron); box-shadow: var(--shadow); }
.category-number { color: var(--saffron); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }
.category-card h3 { margin: 44px 0 9px; font-family: Georgia, serif; font-size: 1.65rem; line-height: 1.1; }
.category-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.category-card .arrow { position: absolute; right: 25px; bottom: 22px; font-size: 1.35rem; }

.product-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: -4px 0 28px; }
.product-filter { min-height: 42px; padding: 0 17px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; transition: .2s ease; }
.product-filter:hover { border-color: var(--saffron); transform: translateY(-1px); }
.product-filter.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 34px rgba(9,35,58,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(228,155,34,.7); box-shadow: var(--shadow); }
.product-card.is-hidden { display: none; }
.product-media { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: #eee9df; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.045); }
.product-media span { position: absolute; left: 13px; top: 13px; max-width: calc(100% - 26px); padding: 6px 10px; color: var(--white); background: rgba(9,35,58,.88); border-radius: 999px; font-size: .65rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; backdrop-filter: blur(8px); }
.product-content { display: flex; min-height: 226px; flex-direction: column; padding: 21px 20px 19px; }
.product-content h3 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; line-height: 1.15; }
.product-content p { margin: 0 0 20px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.product-enquire { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--green); font-size: .82rem; font-weight: 850; }
.product-enquire span { font-size: 1.1rem; }
.catalogue-note { max-width: 900px; margin: 24px 0 0; color: var(--muted); font-size: .78rem; }

.food-directory { background: var(--white); }
.food-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 17px; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.food-search { position: relative; flex: 1 1 360px; }
.food-search input { width: 100%; height: 50px; padding: 0 46px 0 17px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--white); font: inherit; font-size: .9rem; }
.food-search input:focus { border-color: var(--saffron); box-shadow: 0 0 0 3px rgba(228,155,34,.14); }
.food-search > span[aria-hidden] { position: absolute; right: 16px; top: 50%; transform: translateY(-52%); color: var(--muted); font-size: 1.35rem; }
.food-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.food-filter { min-height: 38px; padding: 0 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
.food-filter:hover { border-color: var(--saffron); }
.food-filter.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.food-count { margin: 0 2px 22px; color: var(--muted); font-size: .86rem; }
.food-count strong { color: var(--ink); }
.food-group-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; align-items: start; }
.food-group-card { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: var(--white); transition: .2s ease; }
.food-group-card:hover, .food-group-card[open] { border-color: rgba(228,155,34,.72); box-shadow: 0 12px 34px rgba(9,35,58,.07); }
.food-group-card.is-hidden { display: none; }
.food-group-card summary { display: flex; min-height: 102px; align-items: center; justify-content: space-between; gap: 18px; padding: 20px; cursor: pointer; list-style: none; }
.food-group-card summary::-webkit-details-marker { display: none; }
.food-group-card summary span { color: var(--green); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.food-group-card h3 { margin: 6px 0 0; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.15; }
.food-group-card summary > b { display: inline-grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 1.05rem; transition: transform .2s ease; }
.food-group-card[open] summary > b { transform: rotate(45deg); }
.food-group-products { padding: 0 20px 18px; }
.food-group-products ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 18px; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; }
.food-group-products li { padding: 6px 10px; color: var(--ink-2); border: 1px solid #e6ecef; border-radius: 999px; background: #f8fafb; font-size: .72rem; line-height: 1.25; }
.food-empty { padding: 25px; border: 1px dashed var(--line); border-radius: 15px; color: var(--muted); text-align: center; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.about-media { position: relative; }
.about-media img { width: 100%; height: 540px; object-fit: cover; border-radius: 22px; }
.about-stamp { position: absolute; right: -22px; bottom: 35px; width: 150px; height: 150px; display: grid; place-items: center; padding: 20px; color: var(--white); background: var(--ink); border: 7px solid var(--cream); border-radius: 50%; text-align: center; font-size: .82rem; font-weight: 800; line-height: 1.25; }
.about-copy h2 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.035em; }
.about-copy > p { color: var(--muted); }
.checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.checks li { position: relative; padding-left: 27px; font-weight: 750; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }

.process { color: var(--white); background: var(--ink); }
.process .section-head p { color: #c8d6df; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.15); }
.process-step { min-height: 260px; padding: 30px; background: var(--ink); }
.process-step span { display: inline-grid; width: 36px; height: 36px; place-items: center; color: var(--ink); background: var(--saffron-2); border-radius: 50%; font-weight: 900; }
.process-step h3 { margin: 45px 0 10px; font-family: Georgia, serif; font-size: 1.45rem; }
.process-step p { margin: 0; color: #c8d6df; font-size: .88rem; }

.markets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; }
.markets-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.06; }
.market-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.market-list span { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 750; }
.quote-panel { padding: 42px; color: var(--white); background: linear-gradient(145deg, var(--ink), var(--ink-2)); border-radius: 24px; box-shadow: var(--shadow); }
.quote-panel h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 2rem; }
.quote-panel p { margin: 0 0 25px; color: #d8e4eb; }
.quote-list { display: grid; gap: 10px; margin-bottom: 28px; }
.quote-list span { padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .9rem; }

.site-footer { padding: 64px 0 26px; color: #d1dee6; background: #061a2b; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .8fr; gap: 70px; }
.footer-brand p { max-width: 450px; color: #9db0bd; }
.footer-title { color: var(--white); font-weight: 850; }
.footer-links { display: grid; gap: 9px; margin-top: 15px; }
.footer-links a, .footer-links span { color: #9db0bd; }
.footer-links a:hover { color: var(--saffron-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f96a5; font-size: .8rem; }
.wa-float { position: fixed; z-index: 60; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: #19a463; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 12px 35px rgba(0,0,0,.25); font-weight: 900; }

.content-page { min-height: 60vh; padding: 80px 0; }
.content-page h1 { font-family: Georgia, serif; font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 72px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .menu { align-items: stretch; flex-direction: column; gap: 8px; }
  .menu a { display: block; padding: 9px; }
  .nav-actions .btn { display: none; }
  .hero-grid, .about-grid, .markets-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 420px; }
  .hero-image { height: 400px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .food-toolbar { align-items: stretch; flex-direction: column; }
  .food-search { flex-basis: auto; }
  .food-filters { justify-content: flex-start; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .section-head { align-items: start; flex-direction: column; gap: 16px; }
  .hero-grid { min-height: auto; padding: 64px 0; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-visual { min-height: 340px; }
  .hero-image { width: 100%; height: 330px; }
  .hero-card { width: 200px; padding: 17px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .food-group-grid { grid-template-columns: 1fr; }
  .food-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .food-filter { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-content { min-height: 210px; padding: 17px 15px 15px; }
  .product-content h3 { font-size: 1.12rem; }
  .product-content p { font-size: .79rem; }
  .product-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 7px; scrollbar-width: thin; }
  .product-filter { flex: 0 0 auto; }
  .category-card { min-height: 235px; }
  .about-grid { gap: 38px; }
  .about-media img { height: 410px; }
  .about-stamp { right: -8px; width: 125px; height: 125px; }
  .checks { grid-template-columns: 1fr; }
  .quote-panel { padding: 30px 24px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-content { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
