:root {
  --cream: #f6efe4;
  --paper: #fffaf4;
  --ink: #211c1a;
  --muted: #6c625c;
  --wine: #722534;
  --wine-dark: #4c1721;
  --green: #456a4c;
  --green-dark: #294832;
  --gold: #b9955c;
  --rose: #c86f78;
  --shadow: 0 24px 65px rgba(57, 36, 28, .14);
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; }
.skip-link { position: fixed; left: 18px; top: -70px; z-index: 999; padding: 11px 16px; border-radius: 10px; color: white; background: var(--ink); text-decoration: none; }
.skip-link:focus { top: 16px; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(246, 239, 228, .97); border-bottom: 1px solid rgba(114, 37, 52, .1); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-moon { width: 42px; height: 42px; border-radius: 50%; background: var(--wine); position: relative; box-shadow: 0 8px 20px rgba(114, 37, 52, .2); }
.logo-moon::after { content: ""; position: absolute; width: 37px; height: 37px; border-radius: 50%; top: -4px; left: 14px; background: var(--cream); }
.logo-text { display: grid; line-height: 1.03; }
.logo-text small { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.logo-text strong { font-size: 1.55rem; letter-spacing: -.04em; }
.menu { display: flex; align-items: center; gap: 28px; }
.menu a { color: #4f4641; font-weight: 800; font-size: .94rem; text-decoration: none; }
.menu a:hover, .menu a:focus-visible { color: var(--wine); }
.menu .menu-phone { color: white; background: var(--wine); border-radius: 999px; padding: 11px 19px; box-shadow: 0 10px 24px rgba(114, 37, 52, .2); }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 12px; background: var(--paper); cursor: pointer; box-shadow: 0 8px 22px rgba(57, 36, 28, .1); }
.menu-button span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: calc(100vh - 82px); padding: 76px 0 90px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(185,149,92,.16), transparent 28%), radial-gradient(circle at 88% 14%, rgba(69,106,76,.13), transparent 25%), linear-gradient(135deg, var(--cream), #fffaf4 58%, #eee0d0); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 78px; }
.hero-orbit { position: absolute; border: 1px solid rgba(185,149,92,.34); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 430px; height: 430px; right: -160px; top: -170px; }
.orbit-two { width: 260px; height: 260px; left: -160px; bottom: 10px; border-color: rgba(114,37,52,.18); }
.kicker { margin: 0 0 18px; color: var(--wine); font-size: .76rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; }
.kicker::before { content: ""; width: 33px; height: 2px; background: var(--gold); }
.hero h1, .section-heading h2, .split-panel h2, .delivery h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.55rem, 6.6vw, 6.8rem); }
.hero h1 span { color: var(--wine); font-weight: 400; }
.hero-description { max-width: 610px; margin: 25px 0 31px; color: var(--muted); font-size: 1.16rem; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.button { min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: white; background: var(--wine); box-shadow: 0 14px 32px rgba(114,37,52,.22); }
.button-secondary { border-color: rgba(33,28,26,.18); background: rgba(255,255,255,.55); }
.button-light { color: var(--wine-dark); background: var(--cream); }
.button-full { width: 100%; }
.hero-info { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 34px; }
.hero-info div { display: grid; }
.hero-info span { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-info strong { font-size: 1rem; }
.hero-art { position: relative; min-height: 535px; display: grid; place-items: center; }
.moon-card { width: min(100%, 465px); min-height: 455px; padding: 34px; border: 1px solid rgba(255,255,255,.85); border-radius: 38px; position: relative; background: linear-gradient(155deg, rgba(255,255,255,.95), rgba(239,225,208,.93)); box-shadow: var(--shadow); transform: rotate(2deg); }
.card-heading { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.card-heading i { width: 34px; height: 34px; border-radius: 50%; background: #b7b4b1; position: relative; }
.card-heading i::after { content: ""; position: absolute; width: 30px; height: 30px; border-radius: 50%; background: #efe3d4; left: 11px; top: -2px; }
.moon-card > strong { display: block; margin-top: 3px; color: var(--wine); font-family: Georgia, serif; font-size: 5.6rem; line-height: 1; letter-spacing: -.07em; }
.food-graphic { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.produce-graphic, .meat-graphic { min-height: 145px; position: relative; }
.fruit { position: absolute; border-radius: 50%; background: var(--rose); box-shadow: inset -8px -9px 0 rgba(112,31,45,.13); }
.fruit-one { width: 72px; height: 72px; left: 15px; bottom: 14px; }
.fruit-two { width: 58px; height: 58px; left: 75px; bottom: 46px; background: #e8a13d; }
.fruit-three { width: 50px; height: 50px; left: 96px; bottom: 3px; background: #c54652; }
.vegetable { position: absolute; width: 36px; height: 105px; right: 12px; top: 15px; border-radius: 50% 45% 55% 50%; background: #e48635; transform: rotate(24deg); }
.leaf { position: absolute; width: 46px; height: 25px; border-radius: 100% 0; background: var(--green); }
.leaf-one { left: 38px; bottom: 80px; transform: rotate(-25deg); }
.leaf-two { left: 76px; bottom: 99px; transform: rotate(22deg); }
.meat-shape { position: absolute; width: 176px; height: 119px; left: 9px; top: 15px; border-radius: 58% 42% 55% 45%; background: #b6434f; transform: rotate(-8deg); box-shadow: inset 0 0 0 12px rgba(255,196,190,.3); }
.meat-line { position: absolute; height: 3px; background: rgba(255,230,222,.65); transform: rotate(-8deg); border-radius: 99px; }
.line-one { width: 125px; left: 30px; top: 64px; }
.line-two { width: 92px; left: 45px; top: 93px; }
.card-labels { margin-top: 19px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; color: var(--muted); font-size: .76rem; font-weight: 900; text-align: center; }
.art-chip { position: absolute; z-index: 2; padding: 10px 15px; border-radius: 999px; font-size: .76rem; font-weight: 900; box-shadow: 0 13px 26px rgba(57,36,28,.13); }
.chip-city { left: -10px; bottom: 85px; color: white; background: var(--green); }
.chip-delivery { right: -12px; top: 94px; color: var(--wine-dark); background: #e7cf9e; }

.products { background: var(--paper); }
.section-heading { max-width: 820px; margin: 0 auto 50px; text-align: center; }
.section-heading .kicker { justify-content: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.2rem); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-height: 355px; padding: 28px; border: 1px solid rgba(33,28,26,.08); border-radius: 26px; position: relative; display: flex; flex-direction: column; background: #fff; box-shadow: 0 16px 42px rgba(57,36,28,.08); }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(57,36,28,.13); }
.product-number { position: absolute; top: 24px; right: 25px; color: rgba(33,28,26,.22); font-size: .76rem; font-weight: 900; }
.product-icon { width: 72px; height: 72px; margin-bottom: 34px; border-radius: 22px; position: relative; background: rgba(114,37,52,.09); }
.product-card h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 2rem; }
.product-card p { margin: 0; color: var(--muted); }
.product-card a { margin-top: auto; padding-top: 28px; color: var(--wine); font-size: .87rem; font-weight: 900; text-decoration: none; }
.product-card a::after { content: " →"; }
.product-vegetable .product-icon { background: rgba(69,106,76,.12); }
.product-meat .product-icon, .product-cuts .product-icon { background: rgba(198,70,82,.11); }
.icon-fruit span, .icon-fruit i { position: absolute; width: 28px; height: 31px; border-radius: 50%; background: #d65d67; bottom: 14px; }
.icon-fruit span { left: 15px; }
.icon-fruit i { right: 14px; background: #e3943f; }
.icon-fruit::after { content: ""; position: absolute; width: 24px; height: 13px; left: 27px; top: 14px; border-radius: 100% 0; background: var(--green); transform: rotate(-16deg); }
.icon-vegetable span { position: absolute; width: 28px; height: 45px; left: 23px; top: 18px; border-radius: 55% 45% 60% 40%; background: #df8135; transform: rotate(18deg); }
.icon-vegetable i { position: absolute; width: 27px; height: 15px; left: 19px; top: 12px; border-radius: 100% 0; background: var(--green); transform: rotate(-22deg); }
.icon-meat span, .icon-cuts span { position: absolute; width: 48px; height: 36px; left: 12px; top: 19px; border-radius: 56% 44% 55% 45%; background: #b94350; transform: rotate(-10deg); }
.icon-meat i { position: absolute; width: 12px; height: 12px; border-radius: 50%; left: 41px; top: 31px; background: #f0c0b5; }
.icon-cuts i { position: absolute; width: 39px; height: 2px; left: 17px; top: 36px; background: #f2c6bd; transform: rotate(-10deg); }

.split-banner { min-height: 500px; display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.split-panel { min-height: 500px; padding: 80px max(7vw, 35px); display: flex; align-items: center; overflow: hidden; position: relative; color: white; }
.split-panel::after { content: ""; position: absolute; width: 360px; height: 360px; border: 2px solid rgba(255,255,255,.11); border-radius: 50%; right: -100px; bottom: -150px; }
.split-green { justify-content: flex-end; text-align: right; background: var(--green-dark); }
.split-wine { background: var(--wine-dark); }
.split-panel > div { max-width: 470px; position: relative; z-index: 2; }
.split-panel span { color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.split-panel h2 { margin: 13px 0 14px; font-size: clamp(2.8rem, 4.5vw, 5rem); }
.split-panel p { margin: 0; color: rgba(255,255,255,.75); }
.split-moon { position: absolute; z-index: 3; width: 116px; height: 116px; border: 8px solid var(--cream); border-radius: 50%; left: 50%; top: 50%; background: var(--gold); transform: translate(-50%, -50%); box-shadow: 0 20px 44px rgba(0,0,0,.2); }
.split-moon::after { content: ""; position: absolute; width: 80px; height: 80px; border-radius: 50%; left: 34px; top: -4px; background: var(--cream); }

.delivery { color: white; background: var(--wine); position: relative; overflow: hidden; }
.delivery-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 85px; }
.delivery-art { min-height: 410px; position: relative; display: grid; place-items: center; }
.route { position: absolute; border: 2px dashed rgba(255,255,255,.22); border-radius: 50%; }
.route-small { width: 345px; height: 345px; }
.route-large { width: 470px; height: 470px; }
.delivery-box { width: 285px; min-height: 285px; padding: 34px; border-radius: 34px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; color: var(--ink); background: var(--cream); box-shadow: 0 35px 78px rgba(46,8,15,.28); transform: rotate(-3deg); }
.delivery-box small { margin-top: 27px; color: var(--wine); font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.delivery-box strong { margin-top: 6px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.08; }
.truck { width: 79px; height: 58px; position: relative; }
.truck-body { position: absolute; left: 0; bottom: 12px; width: 49px; height: 33px; border-radius: 6px 3px 3px 6px; background: var(--wine); }
.truck-cab { position: absolute; right: 0; bottom: 12px; width: 31px; height: 26px; border-radius: 3px 8px 4px 3px; background: var(--green); }
.truck i, .truck b { position: absolute; bottom: 4px; width: 16px; height: 16px; border: 4px solid var(--ink); border-radius: 50%; background: var(--cream); }
.truck i { left: 10px; }.truck b { right: 8px; }
.kicker-light { color: #f6dce0; }
.delivery h2 { margin: 0 0 24px; font-size: clamp(3rem, 5vw, 5.4rem); }
.delivery-copy > p:not(.kicker) { max-width: 650px; margin: 0 0 32px; color: #efcfd5; font-size: 1.14rem; }

.contact { background: var(--paper); }
.contact-card { min-height: 450px; padding: 62px; border-radius: 34px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; position: relative; overflow: hidden; background: radial-gradient(circle at 5% 100%, rgba(185,149,92,.31), transparent 33%), linear-gradient(130deg, #f0e0ca, #faf4eb 70%); box-shadow: var(--shadow); }
.contact-card::after { content: ""; position: absolute; width: 330px; height: 330px; border: 1px solid rgba(114,37,52,.12); border-radius: 50%; left: -160px; bottom: -210px; }
.contact-copy { position: relative; z-index: 2; }
.contact h2 { margin: 0 0 18px; font-size: clamp(3rem, 5vw, 5.2rem); }
.contact-copy > p:last-child { max-width: 620px; color: var(--muted); }
.contact-data { padding: 27px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; position: relative; z-index: 2; background: rgba(255,255,255,.7); }
.contact-data > div { display: grid; gap: 4px; padding-bottom: 17px; margin-bottom: 17px; border-bottom: 1px solid rgba(33,28,26,.1); }
.contact-data span { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.contact-data a, .contact-data strong { font-size: 1.2rem; font-weight: 900; text-decoration: none; }

.footer { padding: 64px 0; color: white; background: #1d1918; }
.footer-grid { display: grid; grid-template-columns: .85fr 1.3fr .7fr; align-items: center; gap: 55px; }
.footer-logo .logo-moon::after { background: #1d1918; }
.footer-logo .logo-text small { color: #958b84; }
.footer-grid p { margin: 0; color: #b9aea7; }
.footer-phone { justify-self: end; font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.floating-phone { width: 58px; height: 58px; border-radius: 50%; position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; place-items: center; color: white; background: var(--green); box-shadow: 0 14px 32px rgba(41,72,50,.38); font-size: 1.45rem; text-decoration: none; }

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

@media (max-width: 1020px) {
  .hero-grid { gap: 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { padding: 50px; gap: 42px; }
}

@media (max-width: 820px) {
  :root { --container: min(100% - 28px, 720px); }
  .section { padding: 80px 0; }
  .menu-button { display: block; position: relative; z-index: 102; }
  .menu { position: fixed; inset: 0; z-index: 101; flex-direction: column; justify-content: center; gap: 24px; visibility: hidden; opacity: 0; transform: translateY(-14px); background: var(--cream); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .menu a { font-size: 1.3rem; }
  .menu-button.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button.is-open span:nth-child(2) { opacity: 0; }
  .menu-button.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding: 55px 0 75px; }
  .hero-grid, .delivery-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero-copy { text-align: center; }
  .hero-copy .kicker, .hero-buttons, .hero-info { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-art { min-height: 480px; }
  .moon-card { width: min(92%, 460px); }
  .chip-city { left: 2%; }.chip-delivery { right: 2%; }
  .split-banner { grid-template-columns: 1fr; }
  .split-panel { min-height: 350px; justify-content: center; padding: 70px 28px; text-align: center; }
  .split-moon { top: 50%; }
  .delivery-grid { gap: 38px; }
  .delivery-copy { text-align: center; }
  .delivery-copy .kicker { justify-content: center; }
  .delivery-copy > p:not(.kicker) { margin-inline: auto; }
  .contact-card { padding: 42px 30px; }
  .contact-data { width: min(100%, 500px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-phone { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .nav { min-height: 74px; }
  .logo-moon { width: 38px; height: 38px; }
  .logo-moon::after { width: 34px; height: 34px; left: 13px; }
  .logo-text strong { font-size: 1.32rem; }
  .logo-text small { font-size: .59rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-description { font-size: 1rem; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .button { width: 100%; }
  .hero-info { gap: 20px; }
  .hero-art { min-height: 415px; }
  .moon-card { min-height: 380px; padding: 25px; border-radius: 30px; }
  .moon-card > strong { font-size: 4.4rem; }
  .food-graphic { margin-top: 36px; gap: 6px; }
  .produce-graphic, .meat-graphic { min-height: 120px; }
  .fruit-one { width: 58px; height: 58px; }
  .fruit-two { width: 48px; height: 48px; left: 64px; }
  .fruit-three { width: 42px; height: 42px; left: 78px; }
  .vegetable { display: none; }
  .meat-shape { width: 135px; height: 94px; }
  .line-one { width: 94px; }.line-two { width: 70px; }
  .card-labels { font-size: .68rem; }
  .chip-city { bottom: 28px; }.chip-delivery { top: 75px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 320px; }
  .split-panel { min-height: 320px; }
  .split-moon { width: 90px; height: 90px; border-width: 7px; }
  .split-moon::after { width: 61px; height: 61px; left: 26px; }
  .delivery-art { min-height: 340px; }
  .route-small { width: 285px; height: 285px; }
  .route-large { width: 355px; height: 355px; }
  .delivery-box { width: 240px; min-height: 245px; padding: 27px; }
  .contact-card { padding: 36px 21px; border-radius: 25px; }
  .contact-data { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-phone { grid-column: auto; }
  .floating-phone { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
