/* ==========================================================================
   Silk Route Icecreams — Main Stylesheet
   Brand: Culture · Craft · Indulgence
   Colors: Broken Yellow #D3B864 | Unique White #FBF9F7 | Mahogany #6B491C
   Fonts:  Cormorant Garamond (headings) | Lato (body)
   ========================================================================== */

/* ── CSS Custom Properties ────────────────────────────────────────────────── */
:root {
    --gold:            #D3B864;
    --gold-dark:       #D4AF37;
    --gold-light:      #E8D08A;
    --cream:           #FBF9F7;
    --cream-dark:      #F0EDE5;
    --mahogany:        #6B491C;
/*    --mahogany-dark:   #2C1810;*/
    --mahogany-dark:   #6B491C;
    --mahogany-mid:    #4A3015;
    --mahogany-light:  #8B6234;
    --text-dark:       #2C1810;
    --text-body:       #4A3015;
    --text-muted:      #8B7355;
    --white:           #FFFFFF;
    --overlay:         rgba(44, 24, 16, 0.65);

    --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --font-body:    'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    --container-max: 1240px;
    --container-pad: clamp(20px, 5vw, 80px);

    --radius-sm:  6px;
    --radius-md:  12px;
    --radius-lg:  24px;
    --radius-xl:  48px;

    --shadow-sm:  0 2px 12px rgba(44, 24, 16, 0.08);
    --shadow-md:  0 8px 32px rgba(44, 24, 16, 0.12);
    --shadow-lg:  0 20px 60px rgba(44, 24, 16, 0.16);

    --transition-fast:   0.2s ease;
    --transition-base:   0.35s ease;
    --transition-slow:   0.6s cubic-bezier(0.16, 1, 0.3, 1);

    --section-pad-y: clamp(64px, 10vw, 120px);
    --gap-grid:      clamp(20px, 3vw, 32px);
}

/* ── Reset & Base ─────────────────────────────────────────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--text-body);
    background-color: var(--cream);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.is-loading {
    overflow: hidden;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--mahogany);
    text-decoration: none;
    transition: color var(--transition-fast);
}
a:hover { color: var(--gold-dark); }

ul, ol { list-style: none; }

button, input, textarea, select {
    font-family: var(--font-body);
    font-size: inherit;
    border: none;
    outline: none;
}

button { cursor: pointer; }

:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 3px;
}

/* ── Typography ───────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    line-height: 1.15;
    color: var(--text-dark);
    font-weight: 500;
    letter-spacing: -0.01em;
}

h1 { font-size: clamp(40px, 6vw, 80px); font-weight: 400; }
h2 { font-size: clamp(30px, 4vw, 56px); font-weight: 400; }
h3 { font-size: clamp(22px, 3vw, 36px); font-weight: 500; }
h4 { font-size: clamp(18px, 2.5vw, 26px); }
h5 { font-size: clamp(16px, 2vw, 20px); }
h6 { font-size: 16px; }

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

strong { font-weight: 700; color: var(--text-dark); }
em     { font-style: italic; }

.text-gold    { color: var(--gold); }
.text-mahogany{ color: var(--mahogany); }
.text-cream   { color: var(--cream); }
.text-muted   { color: var(--text-muted); }
.text-center  { text-align: center; }
.text-left    { text-align: left; }

/* Display / Ornamental text */
.display-text {
    font-family: var(--font-display);
    font-style: italic;
}

.section-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    position: relative;
/*     padding-left: 32px; */
}
/* .section-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 1px;
    background: var(--gold);
} */

.flavours-contact-cta-strip{
    border-top: 1px solid #6b491c;
}

.custom-logo-link .custom-logo{
	width: 120px !important;
    height: 120px !important;
}

.section-header {
    margin-bottom: clamp(40px, 6vw, 72px);
}
.section-header.text-center .section-label {
    padding-left: 0;
    padding-right: 0;
}
.section-header.text-center .section-label::before {
    display: none;
}
.page-main-content{
	overflow-x: hidden;
}

.page-content p, .page-content li, .page-content span{
	font-size: 17px;
    line-height: 1.85;
    color: #6B491C
}

.value-card-premium:nth-child(1) .value-icon-lg::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23D3B864' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}
.values-grid .value-card-premium:nth-child(2) .value-icon-lg::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23D3B864' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");
}
.values-grid .value-card-premium:nth-child(3) .value-icon-lg::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%23D3B864' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/%3E%3C/svg%3E");
}
.flavours-section .section-header .reveal-up.is-visible{font-size: 30px;}
.location-traser-section{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,100px);align-items:center;}
.page-content{padding-top: 30px;padding-bottom: 30px;}
.trust-icon-section h2{color: #fff;}
.values-section{padding-block-start: 50px !important;padding-block-end: 1px !important;}
.about-teaser{padding-block-start: 30px !important;}
.routes-grid.stagger-children .route-link{border: 1px solid;width: fit-content;padding: 10px;border-radius: 5px;}
.loader-ice-creams{font-size: 23px;}

/* ==============================
   Manufacturer Start
============================== */

.manufacturer-section{padding:0px 20px 20px 20px;}
.manufacturer-section .manufacturer-card{background:#ffffff;border-radius:28px;padding:30px 60px;box-shadow:0 15px 50px rgba(0,0,0,0.08);border:1px solid #f3e5d4;}
.manufacturer-section .manufacturer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:35px;}
.manufacturer-section .fssai-logo{width:140px;height:auto;}
.manufacturer-section .license-badge{padding: 14px 24px;border-radius: 10px;font-size: 15px;font-weight: 600;letter-spacing: 0.5px;background: var(--mahogany-dark);color: #fff;border-color: var(--mahogany-dark);}
.manufacturer-section .divider{width:90px;height:3px;background:var(--gold);border-radius:10px;margin-bottom:18px;}
.manufacturer-section .company-name{font-size:20px;margin-bottom:20px;}
.manufacturer-section .address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;}
.manufacturer-section .address-box{background:#FFF8EE;border:1px solid #f0dfcb;border-radius:20px;padding:22px;transition:0.3s ease;min-height: 250px;}
.manufacturer-section .address-box:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,0.06);}
.manufacturer-section .address-box h4{font-size:20px;color:#2B1D16;margin-bottom:20px;font-weight:600;}
.manufacturer-section .address-box p{font-size:15px;line-height:1.9;color:#5B463C;margin:0;}
.footer-development-by-link a{color: #fff;font-size: 15px;}
.footer-copyright{margin-bottom: 0px;font-size: 14px !important;}
.flavour-filter-btn:nth-child(1) {
  order: 0;
}

.flavour-filter-btn:nth-child(2) {
  order: 3;
}

.flavour-filter-btn:nth-child(3) {
  order: 2;
}

.flavour-filter-btn:nth-child(4) {
  order: 1;
}

/* ==============================
   Manufacturer End
============================== */

/* ==============================
   Flavour Filter Tabs Start
============================== */

.flavour-filter-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px;justify-content:center;}
.flavour-filter-btn{border:none;padding:12px 22px;border-radius:100px;cursor:pointer;background:#f5f1eb;color:#2C1810;font-size:14px;font-weight:600;transition:all .3s ease;}
.flavour-filter-btn:hover{background:#d4a762;color:#fff;}
.flavour-filter-btn.active{background:var(--gold);color:#fff;}
.flavour-card {transition: all 0.4s ease !important;opacity: 1 !important;transform: scale(1) !important;visibility: visible !important;pointer-events: auto !important;}
.flavours-section{padding-top: 40px !important;}
.flavour-card.hide {opacity: 0 !important;transform: scale(0.95) !important;visibility: hidden !important;pointer-events: none !important;}
/* .loader-ice-cream img {animation: spin 10s linear infinite;} */
.header-swiggy-zomato-icon {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.header-swiggy-zomato-icon a{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: unset;
    color: #fbf9f7;
    background: transparent;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.25s ease;
}
.header-swiggy-zomato-icon a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--mahogany-dark);
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(211, 184, 100, 0.35);
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==============================
   Flavour Filter Tabs End
============================== */

blockquote {
    font-family: var(--font-display);
    font-size: clamp(22px, 3vw, 34px);
    font-style: italic;
    font-weight: 400;
    color: var(--mahogany);
    line-height: 1.4;
    padding-left: 32px;
    border-left: 3px solid var(--gold);
    margin: 2em 0;
}

/* ── Layout ───────────────────────────────────────────────────────────────── */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--container-pad);
}

.container-fluid {
    width: 100%;
    padding-inline: var(--container-pad);
}

.container-narrow {
    max-width: 800px;
    margin-inline: auto;
    padding-inline: var(--container-pad);
}

.section-pad {
    padding-block: var(--section-pad-y);
}

.bg-dark    { background-color: var(--mahogany-dark); color: var(--cream); }
.bg-mahogany{ background-color: var(--mahogany);      color: var(--cream); }
.bg-cream   { background-color: var(--cream); }
.bg-cream-dark { background-color: var(--cream-dark); }
.bg-white   { background-color: var(--white); }

/* ── Buttons ──────────────────────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    padding: 14px 32px;
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color var(--transition-base),
                color var(--transition-base),
                border-color var(--transition-base),
                transform var(--transition-fast),
                box-shadow var(--transition-base);
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
}

.btn:hover   { transform: translateY(-2px); }
.btn:active  { transform: translateY(0); }

.btn-primary {
    background: var(--mahogany-dark);
    color: var(--cream);
    border-color: var(--mahogany-dark);
}
.btn-primary:hover {
    background: var(--mahogany);
    border-color: var(--mahogany);
    color: var(--cream);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.35);
}

.btn-gold {
    background: var(--gold);
    color: var(--mahogany-dark);
    border-color: var(--gold);
    font-weight: 700;
}
.btn-gold:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--mahogany-dark);
    box-shadow: 0 8px 24px rgba(211, 184, 100, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--cream);
    border-color: rgba(251, 249, 247, 0.5);
}
.btn-outline:hover {
    background: rgba(251, 249, 247, 0.1);
    border-color: var(--cream);
    color: var(--cream);
}

.btn-outline-dark {
    background: transparent;
    color: var(--mahogany-dark);
    border-color: var(--mahogany);
}
.btn-outline-dark:hover {
    background: var(--mahogany-dark);
    color: var(--cream);
    border-color: var(--mahogany-dark);
}

.btn-sm { padding: 10px 22px; font-size: 12px; }
.btn-lg { padding: 18px 42px; font-size: 14px; }

/* ── Header / Navigation ──────────────────────────────────────────────────── */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding-block: 24px;
    background-color: transparent;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.site-logo img {
    height: 80px;
    width: auto;
    transition: height var(--transition-base);
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.site-header.is-scrolled .site-logo img {
    height: 60px;
}

/* Desktop Nav */
.primary-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.flavour-cart-link{
    cursor: pointer;
}

.primary-nav a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cream);
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    position: relative;
    transition: color var(--transition-fast), background-color var(--transition-fast);
}

.primary-nav a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.primary-nav a:hover { color: var(--gold); }
.primary-nav a:hover::after { transform: scaleX(1); }
.primary-nav .current-menu-item > a,
.primary-nav .current-page-ancestor > a { color: var(--gold); }
.primary-nav .current-menu-item > a::after,
.primary-nav .current-page-ancestor > a::after { transform: scaleX(1); }

/* Header CTA */
.header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

/* Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 36px;
    padding: 4px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1100;
}
.menu-toggle-bar {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cream);
    border-radius: 2px;
}
.is-menu-open .menu-toggle-bar { background: var(--cream); }

/* Mobile Nav Drawer */
.mobile-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 90vw);
    background: var(--mahogany-dark);
    z-index: 1090;
    padding: 100px 20px 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.mobile-menu-close-icon{position: fixed;color: #fff;top: 35px;right: 30px;font-size: 31px;}
.mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1080;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.manifesto-inner .reveal-scale.is-visible{margin: 0 auto;}
.mobile-menu-explore-flavours-btn a{
	background: var(--gold);
    color: var(--mahogany-dark) !important;
    border-color: var(--gold);
    font-size: 19px !important;
	font-family: var(--font-body) !important;
	font-weight: 700 !important;
    padding: 8px 38px !important;
    transition: color var(--transition-fast), padding-left var(--transition-fast) !important;
    border-radius: 8px;
    width: fit-content;
}
.mobile-nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-drawer-icon{
	text-decoration:none;
	display:flex !important;
	align-items:center;
	gap:6px;
}
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav a {
    display: block;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 400;
    color: var(--cream);
    padding: 8px 0;
    border-bottom: 1px solid rgba(211, 184, 100, 0.1);
    transition: color var(--transition-fast), padding-left var(--transition-fast);
}
.mobile-nav a:hover { color: var(--gold); padding-left: 8px; }

.mobile-nav-social {
    display: flex;
    gap: 16px;
}
.mobile-nav-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(211, 184, 100, 0.3);
    color: var(--gold);
    transition: background var(--transition-fast), border-color var(--transition-fast);
}
.mobile-nav-social a:hover {
    background: var(--gold);
    color: var(--mahogany-dark);
    border-color: var(--gold);
}

/* ── Hero Section ─────────────────────────────────────────────────────────── */
.hero-section {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--mahogany-dark);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            to bottom right,
            rgba(44, 24, 16, 0.88) 0%,
            rgba(44, 24, 16, 0.6) 50%,
            rgba(107, 73, 28, 0.7) 100%
        );
    z-index: 1;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Decorative ornament */
.hero-ornament {
    position: absolute;
    top: 15%;
    right: 8%;
    width: clamp(200px, 25vw, 380px);
    height: clamp(200px, 25vw, 380px);
    opacity: 0.12;
    z-index: 2;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 80px;
    width: 100%;
}

.hero-text {
    max-width: 680px;
}

.hero-eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
/* .hero-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
} */

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(44px, 7vw, 96px);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.hero-title em {
    font-style: italic;
    color: var(--gold);
}

.hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(251, 249, 247, 0.75);
    line-height: 1.75;
    margin-bottom: 44px;
    max-width: 520px;
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Scroll indicator */
.hero-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(251, 249, 247, 0.4);
}

.hero-scroll span {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.scroll-indicator-arrow {
    width: 24px;
    height: 24px;
    border-right: 1px solid rgba(251, 249, 247, 0.4);
    border-bottom: 1px solid rgba(251, 249, 247, 0.4);
    transform: rotate(45deg);
}

/* ── Manifesto Section ────────────────────────────────────────────────────── */
.manifesto-section {
    background-color: var(--mahogany-dark);
    padding-block: var(--section-pad-y);
    position: relative;
    overflow: hidden;
}

.manifesto-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle at 20% 50%,
        rgba(211, 184, 100, 0.06) 0%,
        transparent 60%
    );
    pointer-events: none;
}

.manifesto-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: center;
}

.silk-stamp {
    flex-shrink: 0;
    width: clamp(140px, 18vw, 200px);
    height: clamp(140px, 18vw, 200px);
    cursor: pointer;
}

.stamp-svg { width: 100%; height: 100%; }

.manifesto-content { color: var(--cream); }

.manifesto-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.manifesto-heading {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 400;
    font-style: italic;
    color: var(--cream);
    margin-bottom: 24px;
    line-height: 1.2;
}

.manifesto-text {
    font-size: clamp(15px, 1.6vw, 17px);
    color: rgba(251, 249, 247, 0.75);
    line-height: 1.85;
    margin-bottom: 36px;
    max-width: 580px;
}

/* ── Routes Section ───────────────────────────────────────────────────────── */
.routes-section {
    padding-block: var(--section-pad-y);
    background-color: var(--cream);
}

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

.route-card {
    background: var(--white);
    border: 1px solid rgba(107, 73, 28, 0.1);
    border-radius: var(--radius-md);
    padding: clamp(28px, 4vw, 48px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--mahogany));
    opacity: 0;
    transition: opacity 0.4s ease;
}
.route-card:hover::before { opacity: 1; }

.route-number {
    font-family: var(--font-display);
    font-size: clamp(56px, 7vw, 96px);
    font-weight: 300;
    color: rgba(107, 73, 28, 0.1);
    line-height: 1;
    position: absolute;
    top: 16px;
    right: 24px;
}

.route-card h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    color: var(--mahogany-dark);
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.route-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.route-flavours {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 0;
    border-top: 1px solid rgba(107, 73, 28, 0.08);
    border-bottom: 1px solid rgba(107, 73, 28, 0.08);
}

.route-flavours li {
    font-size: 13px;
    color: var(--text-muted);
    padding-left: 16px;
    position: relative;
}
.route-flavours li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 10px;
}

.route-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mahogany);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    transition: color var(--transition-fast), gap var(--transition-fast);
}
.route-link:hover { color: var(--gold-dark); gap: 14px; }

/* ── Flavours Grid (Archive) ──────────────────────────────────────────────── */
.flavours-section {
    padding-block: var(--section-pad-y);
}

.flavours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--gap-grid);
}

.flavour-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.flavour-card-image {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--cream-dark);
    overflow: hidden;
}

.flavour-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flavour-card-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--cream-dark) 0%, rgba(211, 184, 100, 0.15) 100%);
}

.flavour-card-image-placeholder svg {
    width: 64px;
    height: 64px;
    opacity: 0.3;
    color: var(--mahogany);
}

.flavour-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--mahogany-dark);
    color: var(--gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    z-index: 2;
}
.badge-signature {
    background: var(--gold);
    color: var(--mahogany-dark);
}

.flavour-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.flavour-route-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
	margin-bottom: 2px !important;
}

.flavour-card-title {
    font-family: var(--font-display);
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 500;
    color: var(--mahogany-dark);
    line-height: 1.2;
    margin-bottom: 4px;
}

.flavour-card-excerpt {
    font-size: 13.5px;
    color: var(--text-muted);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flavour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px 20px;
    border-top: 1px solid rgba(107, 73, 28, 0.08);
    margin-top: auto;
}

.flavour-price {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    color: var(--mahogany);
}

.flavour-price span {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    color: var(--text-muted);
}

.flavour-card-link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mahogany);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color var(--transition-fast), gap var(--transition-fast);
}
.flavour-card-link:hover { color: var(--gold-dark); gap: 10px; }

/* ── Single Flavour Page ──────────────────────────────────────────────────── */
.flavour-hero {
    padding-top: 120px;
    padding-bottom: 80px;
    background: var(--mahogany-dark);
    position: relative;
    overflow: hidden;
}

.flavour-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(211, 184, 100, 0.08) 0%, transparent 60%);
}

.flavour-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
    position: relative;
    z-index: 1;
}

.flavour-hero-image {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 1;
    background: rgba(251, 249, 247, 0.05);
}

.flavour-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flavour-hero-content { color: var(--cream); }

.flavour-hero-route {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
/* .flavour-hero-route::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: var(--gold);
} */

.flavour-hero-title {
    font-size: clamp(32px, 5vw, 54px);
    color: var(--cream);
    margin-bottom: 20px;
    line-height: 1.1;
}

.flavour-hero-desc {
    font-size: clamp(15px, 1.6vw, 17px);
    color: rgba(251, 249, 247, 0.75);
    line-height: 1.85;
    margin-bottom: 28px;
}

.flavour-meta-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-md);
    border: 1px solid rgba(211, 184, 100, 0.15);
    margin-bottom: 28px;
}

.flavour-meta-item {
/*     display: flex; */
/*     gap: 12px; */
    font-size: 14px;
	align-items: center;
}

.flavour-meta-label {
    font-weight: 700;
    color: var(--gold);
    min-width: 100px;
    flex-shrink: 0;
}

.flavour-meta-value { color: rgba(251, 249, 247, 0.8); }

/* ── About Teaser ─────────────────────────────────────────────────────────── */
.values-section.section-pad .about-art-section{grid-template-columns: repeat(2, 1fr);}
.about-teaser {
    padding-block: var(--section-pad-y);
    background: var(--cream-dark);
    overflow: hidden;
}

.about-teaser-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: center;
}

.about-teaser-image {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 4/5;
}

.about-teaser-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-teaser-image::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 60%;
    height: 60%;
    border-right: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
    border-radius: 0 0 var(--radius-lg) 0;
    pointer-events: none;
}

.about-teaser-content {}

.about-teaser-quote {
    font-family: var(--font-display);
    font-size: clamp(20px, 2.5vw, 30px);
    font-style: italic;
    color: var(--mahogany);
    line-height: 1.45;
    margin-bottom: 28px;
    padding-left: 24px;
    border-left: 2px solid var(--gold);
}

/* ── Stats Strip ──────────────────────────────────────────────────────────── */
.stats-strip {
    background: var(--mahogany);
    padding-block: clamp(40px, 6vw, 72px);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap-grid);
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    padding: 24px;
    border-right: 1px solid rgba(211, 184, 100, 0.2);
}
.stat-item:last-child { border-right: none; }

.stat-number {
    font-family: var(--font-display);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 300;
    color: var(--gold);
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(251, 249, 247, 0.6);
}

/* ── About Page ───────────────────────────────────────────────────────────── */
.about-hero {
    min-height: 40vh;
/*     min-height: 60vh; */
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px;
    background: var(--mahogany-dark);
    position: relative;
    overflow: hidden;
}

.about-content-section {
    padding-block: var(--section-pad-y);
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(40px, 8vw, 100px);
    align-items: start;
}

.about-image-stack {
    position: relative;
    padding-bottom: 60px;
    padding-right: 60px;
}

.about-image-main {
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 3/4;
}

.about-image-secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 1;
    border: 6px solid var(--cream);
    box-shadow: var(--shadow-lg);
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-grid);
    padding-block: var(--section-pad-y);
    background: var(--cream-dark);
}

.value-card {
    text-align: center;
    padding: clamp(24px, 4vw, 48px) 24px;
    background: var(--white);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    transition: transform var(--transition-slow), box-shadow var(--transition-slow);
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.value-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(211, 184, 100, 0.15), rgba(107, 73, 28, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
}

.value-card h4 {
    font-size: 22px;
    color: var(--mahogany-dark);
    margin-bottom: 12px;
}

.value-card p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ── Contact Page ─────────────────────────────────────────────────────────── */
.contact-hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 60px;
    background: var(--mahogany-dark);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: clamp(40px, 8vw, 100px);
/*    padding-block: var(--section-pad-y);*/
}

.contact-info-panel {}

.contact-info-title {
    font-size: clamp(24px, 3vw, 40px);
    color: var(--mahogany-dark);
    margin-bottom: 12px;
}

.contact-info-subtitle {
    font-size: 16px;
    color: var(--text-muted);
    margin-bottom: 40px;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-info-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.contact-info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(211, 184, 100, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    flex-shrink: 0;
}

.contact-info-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.contact-info-value {
    font-size: 15px;
    color: var(--mahogany-dark);
    line-height: 1.6;
}
.contact-info-value a {
    color: var(--mahogany);
    text-decoration: none;
    transition: color var(--transition-fast);
}
.contact-info-value a:hover { color: var(--gold-dark); }

.contact-social {
    display: flex;
    gap: 12px;
}
.contact-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(107, 73, 28, 0.2);
    color: var(--mahogany);
    transition: all var(--transition-fast);
}
.contact-social a:hover {
    background: var(--mahogany-dark);
    color: var(--gold);
    border-color: var(--mahogany-dark);
}

/* Contact Form */
.contact-form-panel {
    background: var(--white);
    padding: clamp(28px, 5vw, 56px);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.silk-contact-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.silk-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.silk-contact-form label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.silk-contact-form label span { color: var(--gold-dark); }

.silk-contact-form input,
.silk-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: var(--cream);
    border: 1.5px solid rgba(107, 73, 28, 0.12);
    border-radius: var(--radius-sm);
    font-size: 15px;
    color: var(--text-dark);
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.silk-contact-form input:focus,
.silk-contact-form textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(211, 184, 100, 0.15);
    outline: none;
}

.silk-contact-form input::placeholder,
.silk-contact-form textarea::placeholder { color: var(--text-muted); opacity: 0.7; }

.silk-contact-form textarea { resize: vertical; min-height: 140px; }

.btn-submit {
    width: 100%;
    justify-content: center;
    padding: 16px;
    margin-top: 8px;
}

.form-feedback {
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    display: none;
}
.form-feedback.success {
    display: block;
    background: rgba(72, 160, 100, 0.1);
    color: #2d7a50;
    border: 1px solid rgba(72, 160, 100, 0.3);
}
.form-feedback.error {
    display: block;
    background: rgba(200, 60, 60, 0.08);
    color: #c33c3c;
    border: 1px solid rgba(200, 60, 60, 0.25);
}

/* Map Section */
.map-section {
    height: 420px;
    background: var(--cream-dark);
    position: relative;
    overflow: hidden;
}
.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: sepia(20%) saturate(80%);
}

/* ── Blog / Posts ─────────────────────────────────────────────────────────── */
.blog-section {
    padding-block: var(--section-pad-y);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: var(--gap-grid);
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.blog-card-image {
    aspect-ratio: 16/9;
    overflow: hidden;
    background: var(--cream-dark);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.blog-category {
    background: rgba(211, 184, 100, 0.12);
    color: var(--mahogany);
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-card-title {
    font-family: var(--font-display);
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--mahogany-dark);
    line-height: 1.25;
    margin-bottom: 12px;
}
.blog-card-title a { color: inherit; }
.blog-card-title a:hover { color: var(--mahogany); }

.blog-card-excerpt {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 20px;
}

.blog-read-more {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--mahogany);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    transition: color var(--transition-fast), gap var(--transition-fast);
}
.blog-read-more:hover { color: var(--gold-dark); gap: 10px; }

/* Single Post */
.post-hero {
    padding-top: 140px;
    padding-bottom: 60px;
    background: var(--mahogany-dark);
}

.post-content {
    padding-block: var(--section-pad-y);
    max-width: 780px;
    margin: 0 auto;
}

.post-content h2 { font-size: clamp(24px, 3vw, 36px); margin: 1.5em 0 0.75em; }
.post-content h3 { font-size: clamp(20px, 2.5vw, 28px); margin: 1.25em 0 0.6em; }
.post-content p  { font-size: 17px; line-height: 1.85; color: #6B491C; }
.post-content ul,
.post-content ol { padding-left: 24px; margin-bottom: 1.5em; }
.post-content li { font-size: 16px; line-height: 1.8; margin-bottom: 6px; }
.post-content ul li { list-style: disc; }
.post-content ol li { list-style: decimal; }
.post-content img { border-radius: var(--radius-md); margin: 2em 0; }

/* ── Contact CTA Strip ────────────────────────────────────────────────────── */
.contact-cta-strip {
    background: linear-gradient(135deg, var(--mahogany-dark) 0%, var(--mahogany) 100%);
    padding-block: clamp(60px, 8vw, 100px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-cta-strip::before {
    content: '';
    position: absolute;
    inset: 0;
/*    background: radial-gradient(circle at 50% 50%, rgba(211, 184, 100, 0.08) 0%, transparent 70%);*/
    background: #fbf9f7;
	background-image: url(https://silkrouteicecreams.com/wp-content/uploads/2026/05/Map.png);
    background-position: center;
    background-repeat: no-repeat;
}

.contact-cta-strip .container { position: relative; z-index: 1; }

.contact-cta-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.contact-cta-title {
    font-family: var(--font-display);
    font-size: clamp(28px, 4vw, 52px);
    color: var(--cream);
    margin-bottom: 16px;
}

.contact-cta-subtitle {
    font-size: 16px;
    color: rgba(251, 249, 247, 0.65);
    margin-bottom: 40px;
    max-width: 480px;
    margin-inline: auto;
}

.contact-cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ── Footer ───────────────────────────────────────────────────────────────── */
.site-footer {
    background: var(--mahogany-dark);
    color: rgba(251, 249, 247, 0.7);
    padding-top: clamp(60px, 8vw, 100px);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: clamp(28px, 4vw, 60px);
    padding-bottom: clamp(48px, 6vw, 80px);
    border-bottom: 1px solid rgba(211, 184, 100, 0.12);
}

.footer-brand-logo {
    height: 80px;
    width: auto;
    max-width: 200px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.footer-brand-desc {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(251, 249, 247, 0.55);
    margin-bottom: 24px;
    max-width: 280px;
}

.footer-social {
    display: flex;
    gap: 10px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(211, 184, 100, 0.25);
    color: rgba(251, 249, 247, 0.6);
    transition: all var(--transition-fast);
}
.footer-social a:hover {
    background: var(--gold);
    color: var(--mahogany-dark);
    border-color: var(--gold);
}

.footer-col-title {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
}

.footer-nav { display: flex; flex-direction: column; gap: 10px; }
.footer-nav a {
    font-size: 14px;
    color: rgba(251, 249, 247, 0.55);
    transition: color var(--transition-fast), padding-left var(--transition-fast);
}
.footer-nav a:hover { color: var(--cream); padding-left: 4px; }

.footer-contact-list { display: flex; flex-direction: column; gap: 14px; }
.footer-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    color: rgba(251, 249, 247, 0.55);
    line-height: 1.6;
}
.footer-contact-item svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: inherit; }
.footer-contact-item a:hover { color: var(--cream); }

.footer-bottom {
    padding-block: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-copyright {
    font-size: 12px;
    color: rgba(251, 249, 247, 0.35);
}

.footer-legal {
    display: flex;
    gap: 20px;
}
.footer-legal a {
    font-size: 12px;
    color: rgba(251, 249, 247, 0.35);
}
.footer-legal a:hover { color: rgba(251, 249, 247, 0.7); }

/* ── Breadcrumbs ──────────────────────────────────────────────────────────── */
.silk-breadcrumbs {
    background: var(--cream-dark);
    padding-block: 14px;
    border-bottom: 1px solid rgba(107, 73, 28, 0.08);
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
}

.breadcrumb-item a { color: var(--text-muted); }
.breadcrumb-item a:hover { color: var(--mahogany); }

.breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    color: var(--text-muted);
    margin-right: 4px;
}

.breadcrumb-item.active { color: var(--mahogany-dark); font-weight: 600; }

/* ── Sidebar ──────────────────────────────────────────────────────────────── */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.widget {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}

.widget-title {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--mahogany-dark);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(107, 73, 28, 0.1);
}

/* ── 404 Page ─────────────────────────────────────────────────────────────── */
.error-404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--mahogany-dark);
    padding: var(--section-pad-y) var(--container-pad);
}

.error-404-number {
    font-family: var(--font-display);
    font-size: clamp(100px, 20vw, 200px);
    font-weight: 300;
    color: rgba(211, 184, 100, 0.15);
    line-height: 1;
    margin-bottom: -20px;
}

.error-404-title {
    font-size: clamp(24px, 4vw, 48px);
    color: var(--cream);
    margin-bottom: 16px;
}

.error-404-text {
    font-size: 16px;
    color: rgba(251, 249, 247, 0.55);
    margin-bottom: 40px;
    max-width: 400px;
    margin-inline: auto;
}

/* ── Pagination ───────────────────────────────────────────────────────────── */
.silk-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-block: 48px;
}

.silk-pagination a,
.silk-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    color: var(--mahogany);
    background: var(--white);
    border: 1px solid rgba(107, 73, 28, 0.12);
    transition: all var(--transition-fast);
}

.silk-pagination a:hover {
    background: var(--mahogany-dark);
    color: var(--cream);
    border-color: var(--mahogany-dark);
}

.silk-pagination .current {
    background: var(--mahogany-dark);
    color: var(--gold);
    border-color: var(--mahogany-dark);
}

/* ── Utility ──────────────────────────────────────────────────────────────── */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.ornamental-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}
.ornamental-divider::before,
.ornamental-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.ornamental-divider span {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--gold);
}

.no-posts {
    text-align: center;
    padding: 80px 20px;
    color: var(--text-muted);
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media screen and (min-width: 900px) and (max-width: 1200px) {
	.slide-title {font-size: 32px !important;}
	.slide-subtitle{font-size: 14px !important;margin-bottom: 10px;}
}
@media (max-width: 1300px) {
	.location-traser-section{grid-template-columns:1fr !important;}
}

@media (min-width: 1024px) {
	.footer-grid{padding-bottom: clamp(48px, 6vw, 40px) !important;}
	.site-footer{padding-top: clamp(60px, 8vw, 60px);}
	.footer-col.footer-brand .footer-brand-logo{width: 115px !important;height: 115px !important;}
	.trust-icon-section .stat-item {position: relative;padding: 20px;border: unset !important;}
	.trust-icon-section .stat-item::after {content: "";position: absolute;top: 50%;right: calc(var(--gap-grid) / -2);transform: translateY(-50%);width: 1px;height: 70%;background: rgba(211, 184, 100, 0.2);}
	.trust-icon-section .stat-item:last-child::after {display: none;}
	.mobile-nav-social{display: none !important;}
}
@media (max-width: 1024px) {
	.trust-icon-section .stats-grid{grid-template-columns: 1fr 1fr;}
	.trust-icon-section .stats-grid .stat-item{border: unset;}
	.trust-icon-section .stat-item {position: relative;text-align: center;}
	.trust-icon-section .stat-item::after {content: "";position: absolute;top: 15%;right: -10px;width: 2px;height: 70%;background: #fff;}
	.trust-icon-section .stat-item::before {content: "";position: absolute;left: 15%;bottom: 0;width: 70%;height: 2px;background: #fff;}
	.trust-icon-section .stat-item:nth-child(2n)::after {display: none;}
	.trust-icon-section .stat-item:nth-child(n+3)::before {display: none;}
	
    .routes-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid  { grid-template-columns: repeat(2, 1fr); }
    .about-story-grid { grid-template-columns: 1fr; }
    .about-image-stack { max-width: 500px; }
    .about-values { grid-template-columns: 1fr; }
    .flavour-hero-inner { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .manifesto-inner { grid-template-columns: 1fr; text-align: center; }
	.manifesto-text{text-align: center;margin: 0 auto;margin-bottom: 36px;}
    .about-teaser-inner { grid-template-columns: 1fr; }
    .primary-nav { display: none; }
    .menu-toggle { display: flex; }
    .header-cta .btn { display: none; }
    .menu-toggle {display: flex;}
	.header-swiggy-zomato-icon.desktop{display: none;}
}

@media (min-width: 768px) {
    .flavour-hero{padding-top: 210px;}
    .about-hero{padding-top: 210px;}
    .contact-hero{padding-top: 210px;}
    .page-top-header{padding-top: 210px;}
}

@media (max-width: 768px) {
	.footer-col.footer-brand .footer-brand-logo{width: 130px !important;height: 130px !important;max-width: 130px;}
	.manufacturer-section .manufacturer-card{padding: 20px 20px;}
	.manufacturer-section .address-grid{grid-template-columns: repeat(1, 1fr);}
	.manufacturer-card h2{font-size: 38px;}
	.manufacturer-section{padding: 0px 0px 20px 0px;}
	.about-hero{padding-bottom: 40px;min-height: 40vh;}	
	
	.page-top-header{padding-top: 170px;}
	.flavour-hero{padding-top: 170px;}
    .primary-nav { display: none; }
    .menu-toggle { display: flex; }
    .header-cta .btn { display: none; }

    .hero-title { font-size: clamp(36px, 9vw, 60px); }
    .hero-cta { flex-direction: column; align-items: flex-start; }
    .hero-cta .btn { width: 100%; justify-content: center; max-width: 320px; }

    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-legal { justify-content: center; }

    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(211, 184, 100, 0.2); }
    .stat-item:nth-child(even) { border-bottom: none; }

    .silk-contact-form .form-row { grid-template-columns: 1fr; }

    .routes-grid { max-width: 100%; }
    .flavours-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
    .blog-grid { grid-template-columns: 1fr; }

    .contact-layout { gap: 40px; }
    .contact-form-panel { padding: 28px 24px; }

    .about-teaser-inner { grid-template-columns: 1fr; }
    .about-teaser-image { aspect-ratio: 16/9; }
    .about-teaser-image::after { display: none; }

    .manifesto-inner { gap: 32px; }
    .silk-stamp { width: 100px; height: 100px; }
}

@media (max-width: 480px) {
	.flavours-section{padding-block-end: 1px !important;}
	.routes-section{padding-block-start: 35px !important;padding-block-end: 35px !important;}
	.about-teaser{padding-block-start: 35px !important;}
	.values-section{padding-block-end: 1px !important;}
	.section-pad.bg-cream{padding-block-start: 35px !important;padding-block-end: 35px !important;}
    :root { --container-pad: 16px; }
    .btn { padding: 12px 24px; }
    .stats-grid { grid-template-columns: 1fr; }
    .stat-item { border-right: none; border-bottom: 1px solid rgba(211, 184, 100, 0.2); }
    .stat-item:last-child { border-bottom: none; }
    .flavours-grid { grid-template-columns: 1fr; }
}
@media (max-width: 400px) {
	.about-hero{padding-top: 170px !important;}
	.custom-logo-link .custom-logo {width: 90px !important;height: 90px !important;}
}

/* ==========================================================================
   IMPROVEMENTS — Hero Slider
   ========================================================================== */

/* ── Slider Container ─────────────────────────────────────────────────────── */
.hero-slider {
    position: relative;
    width: 100%;
    min-height: 100svh;
    overflow: hidden;
    background-color: var(--mahogany-dark);
}

/* ── Slides ───────────────────────────────────────────────────────────────── */
.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    inset: 0;
    min-height: 100svh;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
                visibility 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
    z-index: 0;
}

.slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

/* Slide Backgrounds — Rich gradients for each slide */
.slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    transition: transform 8s ease;
}

.slide.is-active .slide-bg {
    transform: scale(1.04);
}

.slide-bg-1 {
    background:
        radial-gradient(ellipse at 70% 40%, rgba(211, 184, 100, 0.12) 0%, transparent 55%),
        linear-gradient(135deg, #1A0E08 0%, #2C1810 40%, #3D2218 70%, #6B491C 100%);
}

.slide-bg-2 {
    background:
        radial-gradient(ellipse at 30% 60%, rgba(107, 73, 28, 0.4) 0%, transparent 60%),
        linear-gradient(135deg, #0D0804 0%, #1A0E08 35%, #2C1810 65%, #4A3015 100%);
}

.slide-bg-3 {
    background:
        radial-gradient(ellipse at 60% 30%, rgba(211, 184, 100, 0.08) 0%, transparent 50%),
        linear-gradient(160deg, #2C1810 0%, #4A3015 45%, #6B491C 100%);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        to right,
        rgba(44, 24, 16, 0.85) 0%,
        rgba(44, 24, 16, 0.5) 50%,
        rgba(44, 24, 16, 0.2) 100%
    );
}

/* ── Slide Content ────────────────────────────────────────────────────────── */
.slide-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
}

.slide-inner {
    max-width: 680px;
}

.slide-eyebrow {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
}
/* .slide-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
    flex-shrink: 0;
} */

.slide.is-active .slide-eyebrow {
    opacity: 1;
    transform: translateY(0);
}

.slide-title {
    font-family: var(--font-display);
    font-size: clamp(44px, 7vw, 62px);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.06;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease 0.45s, transform 0.7s ease 0.45s;
}
.slide-title em {
    font-style: italic;
    color: var(--gold);
}
.slide.is-active .slide-title {
    opacity: 1;
    transform: translateY(0);
}

.slide-subtitle {
    font-size: clamp(15px, 1.8vw, 18px);
    color: rgba(251, 249, 247, 0.72);
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 520px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}
.slide.is-active .slide-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.slide-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.6s ease 0.75s, transform 0.6s ease 0.75s;
}
.slide.is-active .slide-cta {
    opacity: 1;
    transform: translateY(0);
}

/* ── Slider Controls ──────────────────────────────────────────────────────── */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(251, 249, 247, 0.1);
    border: 1.5px solid rgba(251, 249, 247, 0.25);
    color: var(--cream);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.slider-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--mahogany-dark);
    transform: translateY(-50%) scale(1.08);
}

.slider-prev { left: clamp(16px, 3vw, 40px); }
.slider-next { right: clamp(16px, 3vw, 40px); }

/* ── Slider Dots ──────────────────────────────────────────────────────────── */
.slider-dots {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(251, 249, 247, 0.35);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: width 0.35s ease, background 0.35s ease, border-radius 0.35s ease;
}
.slider-dot.is-active {
    width: 28px;
    border-radius: 4px;
    background: var(--gold);
}
.slider-dot:hover:not(.is-active) {
    background: rgba(251, 249, 247, 0.65);
}

/* ── Scroll Indicator in slider ───────────────────────────────────────────── */
.hero-slider .hero-scroll {
    position: absolute;
    bottom: 40px;
    left: clamp(20px, 5vw, 80px);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: rgba(251, 249, 247, 0.4);
}
.hero-slider .hero-scroll span {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}

/* Slider responsive */
@media (max-width: 768px) {
    .slider-btn { width: 40px; height: 40px; }
    .slider-btn svg { width: 16px; height: 16px; }
    .slide-cta { flex-direction: column; align-items: flex-start; }
    .slide-cta .btn { width: 100%; max-width: 300px; justify-content: center; }
    .hero-slider .hero-scroll { display: none; }
	.values-section.section-pad .about-art-section{grid-template-columns: repeat(1, 1fr);}
}

@media (max-width: 480px) {
    .slider-btn { display: none; }
}

/* ==========================================================================
   IMPROVEMENTS — Premium Values Section (About Page)
   ========================================================================== */

.values-section {
    background: var(--cream-dark);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap-grid);
    margin-bottom: clamp(48px, 6vw, 80px);
}

.value-card-premium {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 40px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: var(--shadow-sm);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(107, 73, 28, 0.06);
}

.value-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

/* Featured (center) card */
.value-card-featured {
    background: var(--mahogany-dark);
    border-color: var(--mahogany-dark);
}
.value-card-featured .value-title { color: var(--cream); }
.value-card-featured .value-text  { color: rgba(251, 249, 247, 0.72); }
.value-card-featured .value-points li { color: rgba(251, 249, 247, 0.65); }
.value-card-featured .value-points li::before { color: var(--gold); }

.value-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.value-icon-lg {
    width: 72px;
    height: 72px;
    border-radius: var(--radius-md);
    background: linear-gradient(135deg, rgba(211, 184, 100, 0.15), rgba(107, 73, 28, 0.08));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    flex-shrink: 0;
}
.value-card-featured .value-icon-lg {
    background: rgba(211, 184, 100, 0.12);
    color: var(--gold);
}

.value-num {
    font-family: var(--font-display);
    font-size: clamp(52px, 7vw, 88px);
    font-weight: 300;
    color: rgba(107, 73, 28, 0.08);
    line-height: 1;
    user-select: none;
}
.value-card-featured .value-num {
    color: rgba(211, 184, 100, 0.08);
}

.value-featured-badge {
    display: inline-flex;
    align-self: flex-start;
    background: var(--gold);
    color: var(--mahogany-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
}

.value-title {
    font-family: var(--font-display);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 500;
    color: var(--mahogany-dark);
    line-height: 1.15;
}

.value-text {
    font-size: 15px;
    color: var(--text-muted);
    line-height: 1.8;
    flex: 1;
}

.value-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}
.value-points li {
    font-size: 13px;
    color: var(--text-muted);
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}
.value-points li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 11px;
}

/* Values Banner */
.values-banner {
    background: var(--mahogany-dark);
    border-radius: var(--radius-lg);
    padding: clamp(40px, 5vw, 64px);
    overflow: hidden;
    position: relative;
}
.values-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 50%, rgba(211, 184, 100, 0.06) 0%, transparent 60%);
    pointer-events: none;
}

.values-banner-inner {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    position: relative;
    z-index: 1;
}

.values-banner-quote {
    font-family: var(--font-display);
    font-size: clamp(18px, 2.5vw, 28px);
    font-style: italic;
    color: rgba(251, 249, 247, 0.85);
    line-height: 1.55;
    margin-bottom: 0;
}

/* Values section responsive */
@media (max-width: 1024px) {
    .values-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
    .values-banner-inner { grid-template-columns: 1fr; text-align: center; }
    .values-banner .silk-stamp { margin: 0 auto; }
}

@media (max-width: 768px) {
    .values-grid { max-width: 100%; }
}

/* ==========================================================================
   IMPROVEMENTS — Social Icons (Explicit visibility fix)
   ========================================================================== */

/* Footer social — ensure icons are always visible */
.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(211, 184, 100, 0.4);
    color: #D3B864;               /* explicit gold — not opacity-based */
    background: transparent;
    text-decoration: none;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.footer-social a svg {
    display: block;
    color: inherit;
    fill: none;
    stroke: currentColor;
    flex-shrink: 0;
}

/* Facebook uses filled icon */
.footer-social a svg path[d^="M18 2"] {
    fill: currentColor;
    stroke: none;
}

.footer-social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--mahogany-dark);
    transform: translateY(-3px);
}

/* Contact page social */
.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid rgba(107, 73, 28, 0.25);
    color: var(--mahogany);
    background: rgba(211, 184, 100, 0.06);
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-icon-link svg {
    display: block;
    color: inherit;
    flex-shrink: 0;
}
.social-icon-link:hover {
    background: var(--mahogany-dark);
    color: var(--gold);
    border-color: var(--mahogany-dark);
    transform: translateY(-3px);
}

/* Mobile nav social — ensure visible */
.mobile-nav-social a {
    color: var(--gold);
    border-color: rgba(211, 184, 100, 0.35);
}
.mobile-nav-social a svg { color: inherit; }

/* ==========================================================================
   IMPROVEMENTS — Contact Form 7 Styling
   ========================================================================== */

.silk-cf7-wrap .wpcf7 {
    width: 100%;
}

/* Remove default CF7 browser outlines */
.silk-cf7-wrap .wpcf7-form *:focus {
    outline: none;
}

/* CF7 Field Groups */
.silk-cf7-wrap .wpcf7-form p {
    margin-bottom: 20px;
}

.silk-cf7-wrap .wpcf7-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
}

/* CF7 Text / Email / Tel / URL inputs */
.silk-cf7-wrap .wpcf7-form input[type="text"],
.silk-cf7-wrap .wpcf7-form input[type="email"],
.silk-cf7-wrap .wpcf7-form input[type="tel"],
.silk-cf7-wrap .wpcf7-form input[type="url"],
.silk-cf7-wrap .wpcf7-form input[type="number"],
.silk-cf7-wrap .wpcf7-form input[type="date"],
.silk-cf7-wrap .wpcf7-form select,
.silk-cf7-wrap .wpcf7-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: var(--cream);
    border: 1.5px solid rgba(107, 73, 28, 0.15);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text-dark);
    line-height: 1.5;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.silk-cf7-wrap .wpcf7-form input:focus,
.silk-cf7-wrap .wpcf7-form select:focus,
.silk-cf7-wrap .wpcf7-form textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(211, 184, 100, 0.18);
    outline: none;
}

.silk-cf7-wrap .wpcf7-form input::placeholder,
.silk-cf7-wrap .wpcf7-form textarea::placeholder {
    color: var(--text-muted);
    opacity: 0.7;
}

.silk-cf7-wrap .wpcf7-form textarea {
    min-height: 150px;
    resize: vertical;
}

/* CF7 Submit Button */
.silk-cf7-wrap .wpcf7-form input[type="submit"],
.silk-cf7-wrap .wpcf7-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 32px;
    background: var(--mahogany-dark);
    color: var(--cream);
    border: 2px solid var(--mahogany-dark);
    border-radius: var(--radius-sm);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    margin-top: 8px;
}

.silk-cf7-wrap .wpcf7-form input[type="submit"]:hover,
.silk-cf7-wrap .wpcf7-submit:hover {
    background: var(--mahogany);
    border-color: var(--mahogany);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(44, 24, 16, 0.3);
}

/* CF7 Validation messages */
.silk-cf7-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #c33c3c;
    margin-top: 6px;
    display: block;
}

.silk-cf7-wrap .wpcf7-not-valid input,
.silk-cf7-wrap .wpcf7-not-valid textarea,
.silk-cf7-wrap .wpcf7-not-valid select {
    border-color: #c33c3c;
}

/* CF7 Response output */
.silk-cf7-wrap .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
}

.silk-cf7-wrap .wpcf7-mail-sent-ok {
    background: rgba(72, 160, 100, 0.08);
    color: #2d7a50;
    border-color: rgba(72, 160, 100, 0.3) !important;
}

.silk-cf7-wrap .wpcf7-mail-sent-ng,
.silk-cf7-wrap .wpcf7-aborted,
.silk-cf7-wrap .wpcf7-spam-blocked {
    background: rgba(200, 60, 60, 0.07);
    color: #c33c3c;
    border-color: rgba(200, 60, 60, 0.25) !important;
}

.silk-cf7-wrap .wpcf7-validation-errors {
    background: rgba(211, 184, 100, 0.08);
    color: var(--mahogany);
    border-color: rgba(211, 184, 100, 0.3) !important;
}

/* CF7 spinner */
.silk-cf7-wrap .wpcf7-spinner {
    display: none;
}

/* CF7 install notice */
.cf7-install-notice {
    background: var(--cream-dark);
    border: 1px solid rgba(107, 73, 28, 0.12);
    border-radius: var(--radius-md);
    padding: 32px;
    text-align: center;
}
.cf7-install-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(211, 184, 100, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-dark);
    margin: 0 auto 16px;
}
.cf7-install-notice h4 {
    font-size: 20px;
    color: var(--mahogany-dark);
    margin-bottom: 12px;
}
.cf7-install-notice p {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 16px;
}
.cf7-install-notice ol {
    list-style: decimal;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    color: var(--text-body);
    margin-bottom: 20px;
    line-height: 1.9;
}

/* CF7 notice (no form found) */
.cf7-notice {
    background: rgba(211, 184, 100, 0.08);
    border: 1px solid rgba(211, 184, 100, 0.25);
    border-radius: var(--radius-sm);
    padding: 14px 18px;
    font-size: 14px;
    color: var(--mahogany);
}

/* ── Contact Form Panel: improved ────────────────────────────────────────── */
.form-panel-title {
    font-family: var(--font-display);
    font-size: 30px;
    color: var(--mahogany-dark);
    margin-bottom: 8px;
}
.form-panel-subtitle {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 28px;
}

/* ==========================================================================
   IMPROVEMENTS — Header padding increase for larger logo
   ========================================================================== */
.site-header {
    padding-block: 16px;
}
.site-header.is-scrolled {
    padding-block: 12px;
}

/* ==========================================================================
   IMPROVEMENTS — Footer logo responsiveness
   ========================================================================== */
@media (max-width: 768px) {
    .footer-brand-logo {
        height: 64px;
    }
    .site-logo img {
        height: 64px;
    }
    .site-header.is-scrolled .site-logo img {
        height: 52px;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .footer-brand-logo {
        height: 56px;
    }
    .site-logo img {
        height: 56px;
    }
}
