:root {
  --paper: #f4eddf;
  --paper-deep: #e8ddc9;
  --ink: #24352d;
  --ink-soft: #536059;
  --terracotta: #b65337;
  --marigold: #dfa92f;
  --sage: #aab9a2;
  --cream: #fffaf0;
  --line: rgba(36, 53, 45, 0.22);
  --display: "Gloock", Georgia, serif;
  --body: "Karla", sans-serif;
  --hindi: "Yatra One", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.5; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--marigold); color: var(--ink); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.topline { min-height: 34px; padding: 7px 5vw; display: flex; justify-content: center; gap: 30px; color: var(--cream); background: var(--ink); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; }
.topline p { margin: 0; }
.topline-hindi { color: #e8c867; }
.site-header { height: 90px; padding: 0 5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; background: rgba(244, 237, 223, .94); backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 10px; }
.brand-mark { width: 43px; height: 43px; fill: none; stroke: var(--terracotta); stroke-width: 1.6; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font: 19px var(--display); }
.brand-copy small { margin-top: 5px; text-transform: uppercase; letter-spacing: .16em; font-size: 8px; color: var(--ink-soft); }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 44px); font-size: 13px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a::after { content: ""; height: 1px; background: var(--terracotta); position: absolute; left: 0; right: 100%; bottom: -7px; transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-cta { justify-self: end; padding: 11px 0 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.header-cta span { color: var(--terracotta); margin-left: 6px; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 24px; height: 1px; background: var(--ink); margin: 6px; transition: transform .25s; }

.hero { min-height: calc(100vh - 124px); padding: 6vw 6vw 7vw 9vw; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 5vw; overflow: hidden; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 700; }
.kicker > span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
h1 { margin-bottom: 28px; font-size: clamp(56px, 6.1vw, 96px); }
h1 em, h2 em { color: var(--terracotta); font-weight: 400; }
.hero-intro { max-width: 540px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--terracotta); color: white; }
.button-primary:hover { background: #91412d; }
.button-link { display: inline-block; padding: 7px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.button-link span { margin-left: 8px; color: var(--terracotta); }
.hero-note { max-width: 320px; margin-top: 64px; padding-top: 18px; display: flex; gap: 13px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.hero-note svg { flex: 0 0 auto; width: 27px; fill: none; stroke: var(--terracotta); stroke-width: 1.4; }
.hero-note p { margin: 0; }
.hero-note strong { display: block; color: var(--ink); }
.hero-visual { min-height: 660px; position: relative; }
.arch { position: absolute; border-radius: 260px 260px 4px 4px; }
.arch-back { width: 72%; height: 83%; right: 6%; top: 3%; background: var(--sage); transform: rotate(4deg); }
.hero-photo { width: 72%; height: 84%; margin: 3% auto 0; position: relative; z-index: 1; overflow: hidden; border-radius: 260px 260px 3px 3px; transform: rotate(-2deg); }
.hero-photo img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(.94); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(36,53,45,.28)); }
.sun-stamp { width: 116px; height: 116px; position: absolute; z-index: 3; top: 0; left: 2%; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--marigold); transform: rotate(-9deg); font-family: var(--hindi); line-height: 1; box-shadow: 0 12px 40px rgba(69, 53, 21, .18); }
.sun-stamp::before, .sun-stamp::after { content: ""; position: absolute; inset: -8px; border: 1px dashed var(--ink); border-radius: inherit; }
.sun-stamp::after { inset: 7px; }
.sun-stamp span { font-size: 20px; }
.sun-stamp strong { color: var(--terracotta); font-size: 32px; font-weight: 400; }
.maker-card { width: 240px; padding: 22px; position: absolute; z-index: 4; right: 0; bottom: 5%; color: var(--cream); background: var(--ink); box-shadow: 0 16px 35px rgba(36,53,45,.25); transform: rotate(2deg); }
.maker-card::before { content: ""; width: 36px; height: 12px; position: absolute; top: -6px; left: 42%; background: rgba(244,237,223,.65); transform: rotate(-4deg); }
.maker-card-label { color: #dbbe72; text-transform: uppercase; letter-spacing: .17em; font-size: 8px; }
.maker-card p { margin: 12px 0; font: 20px/1.25 var(--display); }
.maker-card-name { color: #b8c2bc; font-size: 10px; }
.flight-path { width: 210px; position: absolute; z-index: 2; left: -8%; bottom: 8%; fill: none; stroke: var(--terracotta); stroke-width: 1.2; stroke-dasharray: 5 5; }

.mission-band { padding: 74px 8vw; display: grid; grid-template-columns: .45fr 1.6fr .45fr; gap: 5vw; align-items: center; color: var(--cream); background: var(--ink); }
.mission-label { align-self: start; padding-top: 8px; color: #d6bd7b; text-transform: uppercase; letter-spacing: .17em; font-size: 9px; }
.mission-copy h2 { margin-bottom: 30px; font-size: clamp(39px, 4.2vw, 66px); color: white; }
.mission-copy h2 em { color: #dd8e70; }
.mission-copy > p { max-width: 700px; margin-bottom: 0; color: #bbc5bf; font-size: 16px; line-height: 1.65; }
.mission-seal { display: grid; place-items: center; }
.mission-seal svg { width: 140px; overflow: visible; fill: none; stroke: #d6bd7b; stroke-width: 1; }
.mission-seal text { fill: #d6bd7b; stroke: none; font: 8px var(--body); letter-spacing: .2em; }

.section { padding: 110px 7vw; }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 9vw; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(45px, 5vw, 76px); }
.section-heading > p { margin: 0 0 8px; color: var(--ink-soft); font-size: 14px; }
.category-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: 300px 300px; gap: 16px; }
.category { min-height: 0; position: relative; overflow: hidden; color: white; }
.category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,32,26,.76)); transition: background .35s; }
.category img { height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .35s; }
.category:hover img { transform: scale(1.045); filter: saturate(.95); }
.category:hover::after { background: linear-gradient(180deg, transparent 30%, rgba(20,32,26,.85)); }
.category-large { grid-row: 1 / span 2; }
.category-wide { grid-column: 2 / span 2; }
.category-index { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 9px; }
.category > div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 21px; }
.category h3 { margin-bottom: 6px; font: 28px var(--display); }
.category > div > span { text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }

.featured { padding-top: 20px; overflow: hidden; }
.section-heading.compact { grid-template-columns: 1fr auto; }
.product-controls { display: flex; gap: 8px; padding-bottom: 8px; }
.circle-button { width: 45px; height: 45px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.circle-button:hover { color: white; background: var(--ink); }
.product-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 23vw); gap: 18px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; outline: none; }
.product-track::-webkit-scrollbar { display: none; }
.product-card { scroll-snap-align: start; }
.product-image { height: 390px; position: relative; overflow: hidden; background: var(--paper-deep); }
.product-image img { height: 100%; object-fit: cover; filter: saturate(.76); transition: transform .6s ease, filter .3s; }
.product-card:hover .product-image img { transform: scale(1.035); filter: saturate(.95); }
.product-image > span { position: absolute; top: 12px; left: 12px; padding: 7px 10px; color: white; background: var(--terracotta); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.heart-button { width: 38px; height: 38px; position: absolute; right: 11px; top: 11px; border: 0; border-radius: 50%; display: grid; place-items: center; background: rgba(255,250,240,.88); color: var(--ink); cursor: pointer; transition: transform .2s, color .2s; }
.heart-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.heart-button:hover { transform: scale(1.08); }
.heart-button[aria-pressed="true"] { color: var(--terracotta); }
.heart-button[aria-pressed="true"] svg { fill: currentColor; }
.product-meta { padding-top: 15px; display: flex; justify-content: space-between; gap: 12px; }
.product-meta p { margin-bottom: 3px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .1em; font-size: 8px; }
.product-meta h3 { margin: 0; font: 18px var(--display); }
.product-meta strong { white-space: nowrap; font-size: 14px; }
.maker-name { margin: 5px 0 0; color: var(--ink-soft); font-size: 10px; }

.journey { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); }
.journey-visual { min-height: 760px; padding: 7vw; position: relative; display: grid; place-items: center; background: var(--sage); overflow: hidden; }
.journey-photo-wrap { width: 72%; height: 75%; position: relative; z-index: 1; }
.journey-photo-wrap::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; border: 1px solid var(--ink); }
.journey-photo-wrap img { height: 100%; object-fit: cover; filter: sepia(.08) saturate(.75); }
.journey-visual::after { content: ""; width: 58px; height: 58px; position: absolute; top: 8%; right: 11%; background: var(--terracotta); clip-path: polygon(50% 0, 58% 39%, 100% 50%, 58% 61%, 50% 100%, 42% 61%, 0 50%, 42% 39%); }
.hand-note { width: 170px; height: 170px; margin: 0; position: absolute; z-index: 2; right: 7%; bottom: 7%; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--marigold); font: 17px/1.3 var(--display); transform: rotate(8deg); }
.hand-note strong { color: var(--terracotta); font-family: var(--hindi); font-size: 22px; font-weight: 400; }
.journey-copy { padding: 110px 9vw 100px 7vw; color: white; }
.kicker.light { color: #d9be73; }
.journey-copy h2 { margin-bottom: 40px; font-size: clamp(47px, 5vw, 74px); }
.journey-copy h2 em { color: #dd8e70; }
.steps article { padding: 20px 0; display: grid; grid-template-columns: 50px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.steps article > span { color: #d9be73; font: 17px var(--display); }
.steps h3 { margin-bottom: 5px; font: 20px var(--display); }
.steps p { max-width: 420px; margin: 0; color: #aab6af; font-size: 12px; }
.button-light { margin-top: 12px; color: var(--ink); background: var(--cream); }

.makers { padding-top: 130px; padding-bottom: 130px; }
.maker-story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.maker-portrait { height: 600px; position: relative; }
.maker-portrait img { height: 100%; object-fit: cover; object-position: center 20%; filter: saturate(.72); }
.maker-portrait span { position: absolute; left: 18px; bottom: 18px; padding: 8px 12px; color: var(--ink); background: var(--paper); text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.quote-panel { min-height: 450px; padding: 8vw; display: flex; flex-direction: column; justify-content: center; background: var(--terracotta); color: white; transform: translateX(-1px); }
.quote-panel svg { width: 45px; margin-bottom: 28px; fill: #e9b49f; }
.quote-panel blockquote { max-width: 650px; margin: 0 0 38px; font: 38px/1.24 var(--display); }
.quote-panel p { display: flex; flex-direction: column; margin: 0; }
.quote-panel strong { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.quote-panel span { color: #f0c7b7; font-size: 11px; }
.maker-manifesto { max-width: 820px; margin: 100px auto 0; text-align: center; }
.maker-manifesto .kicker { justify-content: center; }
.maker-manifesto h2 { margin-bottom: 28px; font-size: clamp(45px, 5vw, 76px); }
.maker-manifesto > p { max-width: 650px; margin: 0 auto 28px; color: var(--ink-soft); }

.join { min-height: 620px; padding: 110px 7vw; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; background: var(--marigold); }
.join-rays { position: absolute; width: 850px; height: 850px; border-radius: 50%; opacity: .24; background: repeating-conic-gradient(from 2deg, var(--cream) 0deg 8deg, transparent 8deg 17deg); }
.join::before { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(36,53,45,.38); }
.join-copy { max-width: 760px; position: relative; z-index: 1; }
.kicker.centered { justify-content: center; color: var(--ink); }
.join h2 { margin-bottom: 25px; font-size: clamp(54px, 6vw, 88px); }
.join h2 em { color: var(--terracotta); }
.join-copy > p { max-width: 590px; margin: 0 auto 33px; }
.join-actions { display: flex; justify-content: center; gap: 10px; }
.button-dark { color: white; background: var(--ink); }
.button-outline { border-color: var(--ink); }

footer { padding: 75px 7vw 26px; display: grid; grid-template-columns: 1.5fr .7fr .7fr .8fr; gap: 7vw; color: var(--cream); background: #1e2c25; }
.footer-brand > p { margin: 30px 0 0; color: #aeb9b2; font: 18px/1.4 var(--display); }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-links strong { margin-bottom: 8px; color: #d6bd7b; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.footer-links a { color: #bcc5c0; }
.footer-links a:hover { color: white; }
.footer-message { text-align: right; }
.footer-message p { margin: 0; color: #dd8e70; font: 33px var(--hindi); }
.footer-message span { color: #bbc5bf; font-family: var(--hindi); font-size: 15px; }
.footer-bottom { grid-column: 1 / -1; margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); color: #87958d; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; padding: 12px 18px; color: white; background: var(--ink); box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: 12px; transform: translate(-50%, 150%); transition: transform .3s ease; }
.toast.visible { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .header-cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav.open { padding: 28px 5vw; display: flex; position: absolute; top: 89px; left: 0; right: 0; flex-direction: column; align-items: flex-start; color: var(--cream); background: var(--ink); box-shadow: 0 18px 35px rgba(36,53,45,.2); }
  .hero { padding-left: 6vw; grid-template-columns: .9fr 1.1fr; }
  .hero-visual { min-height: 570px; }
  .mission-band { grid-template-columns: .3fr 1.7fr; }
  .mission-seal { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .section-heading > p { max-width: 560px; }
  .category-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 260px 300px; }
  .category-large { grid-column: 1 / -1; grid-row: auto; }
  .category-wide { grid-column: 1 / -1; }
  .product-track { grid-auto-columns: minmax(280px, 40vw); }
  .journey-copy { padding-right: 6vw; }
  .journey-photo-wrap { width: 84%; }
  footer { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-message { display: none; }
}

@media (max-width: 720px) {
  .topline { justify-content: center; }
  .topline-hindi { display: none; }
  .site-header { height: 76px; padding: 0 20px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 17px; }
  .main-nav.open { top: 75px; }
  .hero { min-height: auto; padding: 60px 22px 80px; grid-template-columns: 1fr; gap: 65px; }
  h1 { font-size: clamp(51px, 15.5vw, 72px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-note { margin-top: 43px; }
  .hero-visual { min-height: 520px; }
  .hero-photo, .arch-back { width: 80%; }
  .sun-stamp { width: 92px; height: 92px; left: 0; }
  .sun-stamp span { font-size: 16px; }
  .sun-stamp strong { font-size: 25px; }
  .maker-card { width: 200px; right: -5px; bottom: 1%; }
  .maker-card p { font-size: 17px; }
  .flight-path { width: 140px; left: -6%; bottom: 11%; }
  .mission-band { padding: 70px 24px; grid-template-columns: 1fr; gap: 18px; }
  .mission-label { padding: 0; }
  .section { padding: 85px 22px; }
  .section-heading { margin-bottom: 35px; }
  .section-heading h2 { font-size: 47px; }
  .category-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .category { min-width: 83vw; height: 440px; scroll-snap-align: center; }
  .category-grid::-webkit-scrollbar { display: none; }
  .featured { padding-top: 5px; }
  .section-heading.compact { grid-template-columns: 1fr; }
  .product-controls { display: none; }
  .product-track { margin-right: -22px; grid-auto-columns: 78vw; }
  .product-image { height: 360px; }
  .journey { grid-template-columns: 1fr; }
  .journey-visual { min-height: 600px; padding: 70px 24px; }
  .journey-photo-wrap { width: 80%; height: 72%; }
  .hand-note { width: 135px; height: 135px; right: 4%; bottom: 8%; font-size: 14px; }
  .journey-copy { padding: 85px 24px; }
  .journey-copy h2 { font-size: 52px; }
  .makers { padding-top: 85px; padding-bottom: 90px; }
  .maker-story { grid-template-columns: 1fr; }
  .maker-portrait { height: 470px; }
  .quote-panel { min-height: 410px; padding: 55px 28px; }
  .quote-panel blockquote { font-size: 31px; }
  .maker-manifesto { margin-top: 75px; }
  .maker-manifesto h2 { font-size: 47px; }
  .join { min-height: 650px; padding: 90px 24px; }
  .join::before { inset: 14px; }
  .join h2 { font-size: 56px; }
  .join-actions { align-items: stretch; flex-direction: column; }
  footer { padding: 60px 24px 24px; grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { margin-top: 10px; align-items: flex-start; flex-direction: column; gap: 8px; }
}

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