@import url("https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cherry+Cream+Soda&family=Molle:ital@1&display=swap');
:root {
    /* Semantic Theme Controls */
    /* Accent */
    --accent-primary: #ffdf81;
    --accent-primary-strong: #eeb630;
    --accent-neutral-1: #0c0c0c;
    --accent-neutral-2: #020202;
    /* --grad-main: radial-gradient(circle at top right, var(--bg-rgba-255-164-95-a2), var(--alpha-transparent) 26%), linear-gradient(180deg, var(--bg-hex-26211f) 0%, var(--bg-hex-161312) 100%); */
    --grad-main: radial-gradient(circle at top right, var(--bg-rgba-255-164-95-a2), var(--alpha-transparent) 26%), linear-gradient(180deg, #b90000 0%, #900000 100%);
    /* Text */
    --text-heading: #2b2b2b;
    --text-primary: #161616;
    --text-muted: #0f0f0f;
    --text-soft: rgba(14, 14, 14, 0.72);
    --text-on-light: #38302d;
    --text-on-dark: #fffdf9;
    /* Background + Surface */
    --bg-app: #ffffff;
    --bg-paper: #f9f9f6;
    --bg-surface-low: #f4f4f1;
    --bg-surface-base: #ffffff;
    --bg-surface-high: #efede8;
    --bg-surface-bright: #fbfaf7;
    --bg-surface-variant: #efe5dd;
    --bg-surface-fixed: #e9e3de;
    /* Border + Effect */
    --border-subtle: #dfc0b5;
    --overlay-paper-top: rgba(255, 255, 255, 0.88);
    --overlay-paper-bottom: rgba(255, 255, 255, 0.38);
    --shadow-ambient-color: rgba(47, 37, 32, 0.06);
    --shadow-soft-color: rgba(47, 37, 32, 0.08);
    --glass-surface-base: rgba(249, 249, 246, 0.8);
    --glass-surface-strong-base: rgba(50, 33, 28, 0.647);
    --hero-mobile-scene-top: #d5d3cf;
    --hero-mobile-scene-mid: #b6b4b0;
    --hero-mobile-scene-bottom: #6f6d69;
    --hero-mobile-preview-frame: #232529;
    --hero-mobile-preview-fill: #f2cb53;
    --hero-mobile-preview-button: #947944;
    --hero-mobile-phone-body: #0f1013;
    --hero-mobile-phone-edge: #2b2c30;
    --hero-mobile-phone-screen-top: #ad0000;
    --hero-mobile-phone-screen-bottom: #f0cf41;
    --hero-mobile-phone-curve: #ad0000;
    --hero-mobile-phone-dark-btn: #1b1e22;
    --hero-mobile-phone-light-btn: #f3ebdd;
    --hero-mobile-phone-light-text: #f7eee3;
    --hero-mobile-phone-muted-text: rgba(247, 238, 227, 0.72);
    --hero-mobile-shadow: rgba(0, 0, 0, 0.32);
    --hero-mobile-swipe-text: rgba(255, 255, 255, 0.84);
    --hero-mobile-swipe-line: rgba(255, 255, 255, 0.9);
    --ice-page-bg: #f4f4f4;
    --ice-white: #ffffff;
    --ice-ink: #171310;
    --ice-soft-ink: #2a1d16;
    --ice-accent-orange: #f4a429;
    --ice-accent-blue: #49dbdd;
    --ice-accent-lime: rgb(41, 244, 92);
    --ice-accent-peach: #f5bb87;
    --ice-accent-pink: #eb6776;
    --ice-accent-cream: #fff0d7;
    --ice-shadow-soft: rgba(23, 19, 16, 0.14);
    --ice-shadow-hard: rgba(23, 19, 16, 0.26);
    --ice-outline: rgba(23, 19, 16, 0.35);
    --ice-muted-text: rgba(23, 19, 16, 0.64);
    --ice-dot: rgba(23, 19, 16, 0.12);
    --ice-glass: rgba(255, 255, 255, 0.82);
    --ice-band-border: rgba(23, 19, 16, 0.6);
    --ice-bg-overlay-orange: rgba(245, 164, 41, 0.12);
    --ice-bg-overlay-pink: rgba(235, 103, 118, 0.12);
    /* Legacy Theme API (mapped to semantic layer) */
    --color-primary: var(--accent-primary);
    --color-primary-container: var(--accent-primary-strong);
    --color-secondary: var(--accent-neutral-1);
    --color-tertiary: var(--accent-neutral-2);
    --color-char: var(--text-heading);
    --color-paper: var(--bg-paper);
    --color-surface-low: var(--bg-surface-low);
    --color-surface-lowest: var(--bg-surface-base);
    --color-surface-high: var(--bg-surface-high);
    --color-surface-bright: var(--bg-surface-bright);
    --color-surface-variant: var(--bg-surface-variant);
    --color-secondary-fixed: var(--bg-surface-fixed);
    --color-on-secondary-fixed: var(--text-on-light);
    --color-outline-variant: var(--border-subtle);
    --color-text: var(--text-primary);
    --color-text-muted: var(--text-muted);
    --color-text-soft: var(--text-soft);
    --color-white: var(--text-on-dark);
    --gradient-oven: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-strong) 100%);
    --gradient-paper: linear-gradient(180deg, var(--overlay-paper-top) 0%, var(--overlay-paper-bottom) 100%);
    --shadow-ambient: 0 0.5rem 2rem var(--shadow-ambient-color);
    --shadow-soft: 0 1.25rem 3rem var(--shadow-soft-color);
    --glass-surface: var(--glass-surface-base);
    --glass-surface-strong: var(--glass-surface-strong-base);
    --backdrop-blur: 20px;
    --radius-md: 1.5rem;
    --radius-lg: 2rem;
    --radius-full: 999px;
    --container-max: 1180px;
    --space-2xs: 0.5rem;
    --space-xs: 0.75rem;
    --space-sm: 1rem;
    --space-md: 1.5rem;
    --space-lg: 2rem;
    --space-xl: 3rem;
    --space-2xl: 4.5rem;
    --space-3xl: 6rem;
    --display-lg: clamp(3rem, 6vw, 5.5rem);
    --display-md: clamp(2.4rem, 4vw, 4rem);
    --headline-lg: clamp(2rem, 3vw, 2.8rem);
    --headline-md: clamp(1.4rem, 2vw, 1.8rem);
    --body-lg: 1rem;
    --body-md: 0.95rem;
    --label-md: 0.72rem;
    --bg: var(--bg-app);
    /* Usage-grouped color tokens */
    /* Background */
    --bg-hex-020202: #020202;
    --bg-hex-090909: #090909;
    --bg-hex-161312: #161312;
    --bg-hex-171310: #ffc746;
    --bg-hex-171615: #171615;
    --bg-hex-17191d: #17191d;
    --bg-hex-181310: #181310;
    --bg-hex-181517: #181517;
    --bg-hex-1b1718: #1b1718;
    --bg-hex-1b1a19: #1b1a19;
    --bg-hex-1d1816: #1d1816;
    --bg-hex-1d1b1b: #1d1b1b;
    --bg-hex-1d1e20: #1d1e20;
    --bg-hex-1f1b1d: #1f1b1d;
    --bg-hex-1f2020: #1f2020;
    --bg-hex-20273b: #20273b;
    --bg-hex-222120: #222120;
    --bg-hex-252627: #252627;
    --bg-hex-252628: #252628;
    --bg-hex-26211f: #26211f;
    --bg-hex-294323: #294323;
    --bg-hex-2b2a29: #2b2a29;
    --bg-hex-2c2f31: #2c2f31;
    --bg-hex-323233: #323233;
    --bg-hex-33522c: #33522c;
    --bg-hex-35532d: #35532d;
    --bg-hex-36373a: #36373a;
    --bg-hex-36512c: #36512c;
    --bg-hex-38415a: #38415a;
    --bg-hex-41403d: #41403d;
    --bg-hex-41464b: #41464b;
    --bg-hex-42633a: #42633a;
    --bg-hex-46312a: #46312a;
    --bg-hex-466c37: #466c37;
    --bg-hex-494b4d: #494b4d;
    --bg-hex-4a733d: #4a733d;
    --bg-hex-4d4d4e: #4d4d4e;
    --bg-hex-4f7338: #4f7338;
    --bg-hex-557b49: #557b49;
    --bg-hex-58834b: #58834b;
    --bg-hex-5b6940: #5b6940;
    --bg-hex-5c6167: #5c6167;
    --bg-hex-5e8749: #5e8749;
    --bg-hex-5f7537: #5f7537;
    --bg-hex-5f874f: #5f874f;
    --bg-hex-66696d: #66696d;
    --bg-hex-75a662: #75a662;
    --bg-hex-7b9150: #7b9150;
    --bg-hex-8db15f: #8db15f;
    --bg-hex-8e8e8d: #8e8e8d;
    --bg-hex-9a1408: #9a1408;
    --bg-hex-a5170d: #a5170d;
    --bg-hex-af1208: #af1208;
    --bg-hex-bc4b13: #bc4b13;
    --bg-hex-bc5a1b: #bc5a1b;
    --bg-hex-bc8f26: #bc8f26;
    --bg-hex-c12312: #c12312;
    --bg-hex-c8672a: #c8672a;
    --bg-hex-ca8248: #ca8248;
    --bg-hex-caa649: #caa649;
    --bg-hex-cbd1d6: #cbd1d6;
    --bg-hex-cd874d: #cd874d;
    --bg-hex-cf8446: #cf8446;
    --bg-hex-d08447: #d08447;
    --bg-hex-d56f25: #d56f25;
    --bg-hex-d6d8de: #d6d8de;
    --bg-hex-d73a1f: #d73a1f;
    --bg-hex-d83a1b: #d83a1b;
    --bg-hex-d86117: #d86117;
    --bg-hex-d96d20: #d96d20;
    --bg-hex-dad8d0: #dad8d0;
    --bg-hex-dbb34d: #dbb34d;
    --bg-hex-df4a30: #df4a30;
    --bg-hex-e06f20: #e06f20;
    --bg-hex-e59d6b: #e59d6b;
    --bg-hex-e6e3de: #e6e3de;
    --bg-hex-e97323: #e97323;
    --bg-hex-eadcc8: #eadcc8;
    --bg-hex-eca56d: #eca56d;
    --bg-hex-eeae44: #eeae44;
    --bg-hex-eeae78: #eeae78;
    --bg-hex-eef1f4: #eef1f4;
    --bg-hex-ef6720: #ef6720;
    --bg-hex-ef8b34: #ef8b34;
    --bg-hex-ef9438: #ef9438;
    --bg-hex-efb84a: #efb84a;
    --bg-hex-f19939: #f19939;
    --bg-hex-f2e4d2: #f2e4d2;
    --bg-hex-f2eee6: #f2eee6;
    --bg-hex-f3c55d: #f3c55d;
    --bg-hex-f3d4be: #f3d4be;
    --bg-hex-f4cba8: #f4cba8;
    --bg-hex-f4e8d8: #f4e8d8;
    --bg-hex-f4ede3: #f4ede3;
    --bg-hex-f4f2ed: #f4f2ed;
    --bg-hex-f5f4ef: #f5f4ef;
    --bg-hex-f79334: #f79334;
    --bg-hex-f7d27a: #f7d27a;
    --bg-hex-f7f0e6: #f7f0e6;
    --bg-hex-f7f2ea: #f7f2ea;
    --bg-hex-f7f3ef: #f7f3ef;
    --bg-hex-f9d07d: #f9d07d;
    --bg-hex-f9d57d: #f9d57d;
    --bg-hex-fb7a2b: #fb7a2b;
    --bg-hex-ffbb95: #ffbb95;
    --bg-hex-fff6ea: #fff6ea;
    --bg-hex-fff7ef: #fff7ef;
    --bg-hex-fffcf7: #FFFCF7;
    --bg-hex-fffdf8: #fffdf8;
    --bg-hex-fffdfa: #fffdfa;
    --bg-rgba-0-0-0-a04: rgba(0, 0, 0, 0.04);
    --bg-rgba-0-0-0-a28: rgba(0, 0, 0, 0.28);
    --bg-rgba-0-0-0-a5: rgba(0, 0, 0, 0.5);
    --bg-rgba-0-0-0-a52: rgba(0, 0, 0, 0.52);
    --bg-rgba-101-65-37-a98: rgba(101, 65, 37, 0.98);
    --bg-rgba-101-65-38-a92: rgba(101, 65, 38, 0.92);
    --bg-rgba-111-118-126-a5: rgba(111, 118, 126, 0.5);
    --bg-rgba-120-98-81-a03: rgba(120, 98, 81, 0.03);
    --bg-rgba-122-82-47-a9: rgba(122, 82, 47, 0.9);
    --bg-rgba-124-148-71-a0: rgba(124, 148, 71, 0);
    --bg-rgba-124-148-71-a08: rgba(124, 148, 71, 0.08);
    --bg-rgba-124-148-71-a1: rgba(124, 148, 71, 0.1);
    --bg-rgba-124-148-71-a12: rgba(124, 148, 71, 0.12);
    --bg-rgba-124-148-71-a16: rgba(124, 148, 71, 0.16);
    --bg-rgba-128-109-87-a045: rgba(128, 109, 87, 0.045);
    --bg-rgba-128-155-80-a18: rgba(128, 155, 80, 0.18);
    --bg-rgba-133-150-84-a16: rgba(133, 150, 84, 0.16);
    --bg-rgba-133-87-50-a92: rgba(133, 87, 50, 0.92);
    --bg-rgba-136-95-76-a95: rgba(136, 95, 76, 0.95);
    --bg-rgba-139-173-94-a22: rgba(139, 173, 94, 0.22);
    --bg-rgba-143-48-17-a14: rgba(143, 48, 17, 0.14);
    --bg-rgba-143-48-17-a18: rgba(143, 48, 17, 0.18);
    --bg-rgba-143-48-17-a22: rgba(143, 48, 17, 0.22);
    --bg-rgba-144-33-13-a22: rgba(144, 33, 13, 0.22);
    --bg-rgba-144-33-13-a28: rgba(144, 33, 13, 0.28);
    --bg-rgba-144-33-13-a3: rgba(144, 33, 13, 0.3);
    --bg-rgba-147-82-42-a48: rgba(147, 82, 42, 0.48);
    --bg-rgba-154-104-82-a96: rgba(154, 104, 82, 0.96);
    --bg-rgba-157-114-73-a78: rgba(157, 114, 73, 0.78);
    --bg-rgba-161-58-0-a025: rgba(161, 58, 0, 0.025);
    --bg-rgba-161-58-0-a08: rgba(161, 58, 0, 0.08);
    --bg-rgba-161-58-0-a1: rgba(161, 58, 0, 0.1);
    --bg-rgba-161-58-0-a14: rgba(161, 58, 0, 0.14);
    --bg-rgba-161-58-0-a4: rgba(161, 58, 0, 0.4);
    --bg-rgba-161-58-0-a96: rgba(161, 58, 0, 0.96);
    --bg-rgba-170-103-70-a95: rgba(170, 103, 70, 0.95);
    --bg-rgba-170-120-74-a78: rgba(170, 120, 74, 0.78);
    --bg-rgba-174-217-117-a9: rgba(174, 217, 117, 0.9);
    --bg-rgba-175-60-31-a46: rgba(175, 60, 31, 0.46);
    --bg-rgba-175-60-31-a74: rgba(175, 60, 31, 0.74);
    --bg-rgba-181-166-154-a18: rgba(181, 166, 154, 0.18);
    --bg-rgba-188-75-19-a05: rgba(188, 75, 19, 0.05);
    --bg-rgba-19-15-15-a985: rgba(19, 15, 15, 0.985);
    --bg-rgba-196-81-24-a06: rgba(196, 81, 24, 0.06);
    --bg-rgba-196-81-24-a12: rgba(196, 81, 24, 0.12);
    --bg-rgba-196-81-24-a9: rgba(196, 81, 24, 0.9);
    --bg-rgba-198-162-118-a32: rgba(198, 162, 118, 0.32);
    --bg-rgba-198-162-118-a34: rgba(198, 162, 118, 0.34);
    --bg-rgba-198-162-118-a36: rgba(198, 162, 118, 0.36);
    --bg-rgba-198-162-118-a38: rgba(198, 162, 118, 0.38);
    --bg-rgba-198-162-118-a4: rgba(198, 162, 118, 0.4);
    --bg-rgba-198-162-118-a42: rgba(198, 162, 118, 0.42);
    --bg-rgba-201-164-76-a08: rgba(201, 164, 76, 0.08);
    --bg-rgba-201-168-78-a36: rgba(201, 168, 78, 0.36);
    --bg-rgba-201-168-78-a46: rgba(201, 168, 78, 0.46);
    --bg-rgba-201-168-78-a48: rgba(201, 168, 78, 0.48);
    --bg-rgba-201-168-78-a52: rgba(201, 168, 78, 0.52);
    --bg-rgba-201-168-78-a54: rgba(201, 168, 78, 0.54);
    --bg-rgba-201-168-78-a64: rgba(201, 168, 78, 0.64);
    --bg-rgba-20-15-13-a18: rgba(20, 15, 13, 0.18);
    --bg-rgba-20-15-13-a46: rgba(20, 15, 13, 0.46);
    --bg-rgba-20-15-13-a78: rgba(20, 15, 13, 0.78);
    --bg-rgba-20-15-14-a98: rgba(20, 15, 14, 0.98);
    --bg-rgba-203-168-78-a12: rgba(203, 168, 78, 0.12);
    --bg-rgba-203-168-78-a24: rgba(203, 168, 78, 0.24);
    --bg-rgba-203-168-78-a52: rgba(203, 168, 78, 0.52);
    --bg-rgba-203-168-78-a58: rgba(203, 168, 78, 0.58);
    --bg-rgba-203-168-78-a62: rgba(203, 168, 78, 0.62);
    --bg-rgba-203-168-78-a66: rgba(203, 168, 78, 0.66);
    --bg-rgba-203-168-78-a72: rgba(203, 168, 78, 0.72);
    --bg-rgba-203-168-78-a74: rgba(203, 168, 78, 0.74);
    --bg-rgba-203-168-78-a76: rgba(203, 168, 78, 0.76);
    --bg-rgba-203-168-78-a8: rgba(203, 168, 78, 0.8);
    --bg-rgba-203-168-78-a9: rgba(203, 168, 78, 0.9);
    --bg-rgba-203-168-78-a92: rgba(203, 168, 78, 0.92);
    --bg-rgba-206-170-126-a0: rgba(206, 170, 126, 0);
    --bg-rgba-206-170-126-a18: rgba(206, 170, 126, 0.18);
    --bg-rgba-207-164-128-a96: rgba(207, 164, 128, 0.96);
    --bg-rgba-209-65-48-a06: rgba(209, 65, 48, 0.06);
    --bg-rgba-211-102-37-a07: rgba(211, 102, 37, 0.07);
    --bg-rgba-23-22-21-a98: rgba(23, 22, 21, 0.98);
    --bg-rgba-236-231-223-a96: rgba(236, 231, 223, 0.96);
    --bg-rgba-238-211-188-a98: rgba(238, 211, 188, 0.98);
    --bg-rgba-239-103-32-a88: rgba(239, 103, 32, 0.88);
    --bg-rgba-239-237-232-a88: rgba(239, 237, 232, 0.88);
    --bg-rgba-24-19-16-a92: rgba(24, 19, 16, 0.92);
    --bg-rgba-24-19-16-a96: rgba(24, 19, 16, 0.96);
    --bg-rgba-24-23-22-a1: rgba(24, 23, 22, 1);
    --bg-rgba-243-140-67-a0: rgba(243, 140, 67, 0);
    --bg-rgba-243-140-67-a08: rgba(243, 140, 67, 0.08);
    --bg-rgba-243-140-67-a62: rgba(243, 140, 67, 0.62);
    --bg-rgba-244-218-146-a65: rgba(244, 218, 146, 0.65);
    --bg-rgba-245-215-174-a95: rgba(245, 215, 174, 0.95);
    --bg-rgba-245-228-210-a98: rgba(245, 228, 210, 0.98);
    --bg-rgba-245-238-229-a92: rgba(245, 238, 229, 0.92);
    --bg-rgba-248-242-234-a28: rgba(248, 242, 234, 0.28);
    --bg-rgba-248-242-234-a88: rgba(248, 242, 234, 0.88);
    --bg-rgba-249-244-237-a82: rgba(249, 244, 237, 0.82);
    --bg-rgba-249-249-246-a12: rgba(249, 249, 246, 0.12);
    --bg-rgba-249-249-246-a42: rgba(249, 249, 246, 0.42);
    --bg-rgba-249-249-246-a88: rgba(249, 249, 246, 0.88);
    --bg-rgba-249-249-246-a94: rgba(249, 249, 246, 0.94);
    --bg-rgba-249-249-246-a96: rgba(249, 249, 246, 0.96);
    --bg-rgba-249-249-246-a98: rgba(249, 249, 246, 0.98);
    --bg-rgba-250-237-224-a7: rgba(250, 237, 224, 0.7);
    --bg-rgba-250-249-246-a98: rgba(250, 249, 246, 0.98);
    --bg-rgba-251-248-242-a92: rgba(251, 248, 242, 0.92);
    --bg-rgba-251-250-247-a86: rgba(251, 250, 247, 0.86);
    --bg-rgba-251-250-247-a92: rgba(251, 250, 247, 0.92);
    --bg-rgba-255-141-87-a0: rgba(255, 141, 87, 0);
    --bg-rgba-255-141-87-a28: rgba(255, 141, 87, 0.28);
    --bg-rgba-255-164-95-a2: rgba(255, 164, 95, 0.2);
    --bg-rgba-255-186-140-a28: rgba(255, 186, 140, 0.28);
    --bg-rgba-255-192-139-a08: rgba(255, 192, 139, 0.08);
    --bg-rgba-255-200-146-a34: rgba(255, 200, 146, 0.34);
    --bg-rgba-255-214-167-a3: rgba(255, 214, 167, 0.3);
    --bg-rgba-255-244-230-a72: rgba(255, 244, 230, 0.72);
    --bg-rgba-255-246-228-a95: rgba(255, 246, 228, 0.95);
    --bg-rgba-255-246-235-a88: rgba(255, 246, 235, 0.88);
    --bg-rgba-255-248-231-a0: rgba(255, 248, 231, 0);
    --bg-rgba-255-248-231-a18: rgba(255, 248, 231, 0.18);
    --bg-rgba-255-248-241-a88: rgba(255, 248, 241, 0.88);
    --bg-rgba-255-252-247-a86: rgba(255, 252, 247, 0.86);
    --bg-rgba-255-252-247-a9: rgba(255, 252, 247, 0.9);
    --bg-rgba-255-255-255-a0: rgba(255, 255, 255, 0);
    --bg-rgba-255-255-255-a018: rgba(255, 255, 255, 0.018);
    --bg-rgba-255-255-255-a022: rgba(255, 255, 255, 0.022);
    --bg-rgba-255-255-255-a03: rgba(255, 255, 255, 0.03);
    --bg-rgba-255-255-255-a032: rgba(255, 255, 255, 0.032);
    --bg-rgba-255-255-255-a038: rgba(255, 255, 255, 0.038);
    --bg-rgba-255-255-255-a04: rgba(255, 255, 255, 0.04);
    --bg-rgba-255-255-255-a055: rgba(255, 255, 255, 0.055);
    --bg-rgba-255-255-255-a06: rgba(255, 255, 255, 0.06);
    --bg-rgba-255-255-255-a07: rgba(255, 255, 255, 0.07);
    --bg-rgba-255-255-255-a08: rgba(255, 255, 255, 0.08);
    --bg-rgba-255-255-255-a1: rgba(255, 255, 255, 0.1);
    --bg-rgba-255-255-255-a12: rgba(255, 255, 255, 0.12);
    --bg-rgba-255-255-255-a14: rgba(255, 255, 255, 0.14);
    --bg-rgba-255-255-255-a16: rgba(255, 255, 255, 0.16);
    --bg-rgba-255-255-255-a26: rgba(255, 255, 255, 0.26);
    --bg-rgba-255-255-255-a44: rgba(255, 255, 255, 0.44);
    --bg-rgba-255-255-255-a52: rgba(255, 255, 255, 0.52);
    --bg-rgba-255-255-255-a58: rgba(255, 255, 255, 0.58);
    --bg-rgba-255-255-255-a68: rgba(255, 255, 255, 0.68);
    --bg-rgba-255-255-255-a7: rgba(255, 255, 255, 0.7);
    --bg-rgba-255-255-255-a72: rgba(255, 255, 255, 0.72);
    --bg-rgba-255-255-255-a74: rgba(255, 255, 255, 0.74);
    --bg-rgba-255-255-255-a76: rgba(255, 255, 255, 0.76);
    --bg-rgba-255-255-255-a78: rgba(255, 255, 255, 0.78);
    --bg-rgba-255-255-255-a82: rgba(255, 255, 255, 0.82);
    --bg-rgba-255-255-255-a84: rgba(255, 255, 255, 0.84);
    --bg-rgba-255-255-255-a86: rgba(255, 255, 255, 0.86);
    --bg-rgba-255-255-255-a88: rgba(255, 255, 255, 0.88);
    --bg-rgba-255-255-255-a9: rgba(255, 255, 255, 0.9);
    --bg-rgba-255-255-255-a92: rgba(255, 255, 255, 0.92);
    --bg-rgba-255-255-255-a95: rgba(255, 255, 255, 0.95);
    --bg-rgba-255-255-255-a96: rgba(255, 255, 255, 0.96);
    --bg-rgba-255-255-255-a98: rgba(255, 255, 255, 0.98);
    --bg-rgba-28-24-22-a9: rgba(28, 24, 22, 0.9);
    --bg-rgba-32-22-18-a18: rgba(32, 22, 18, 0.18);
    --bg-rgba-34-33-32-a92: rgba(34, 33, 32, 0.92);
    --bg-rgba-34-33-32-a94: rgba(34, 33, 32, 0.94);
    --bg-rgba-34-33-32-a96: rgba(34, 33, 32, 0.96);
    --bg-rgba-34-33-32-a98: rgba(34, 33, 32, 0.98);
    --bg-rgba-47-37-32-a02: rgba(47, 37, 32, 0.02);
    --bg-rgba-47-37-32-a22: rgba(47, 37, 32, 0.22);
    --bg-rgba-54-102-44-a06: rgba(54, 102, 44, 0.06);
    --bg-rgba-60-48-41-a03: rgba(60, 48, 41, 0.03);
    --bg-rgba-61-49-43-a06: rgba(61, 49, 43, 0.06);
    --bg-rgba-61-49-43-a16: rgba(61, 49, 43, 0.16);
    --bg-rgba-63-54-49-a16: rgba(63, 54, 49, 0.16);
    --bg-rgba-63-54-49-a75: rgba(63, 54, 49, 0.75);
    --bg-rgba-63-54-49-a8: rgba(63, 54, 49, 0.8);
    --bg-rgba-67-55-49-a028: rgba(67, 55, 49, 0.028);
    --bg-rgba-68-118-50-a5: rgba(68, 118, 50, 0.5);
    --bg-rgba-69-55-48-a12: rgba(69, 55, 48, 0.12);
    --bg-rgba-69-55-48-a24: rgba(69, 55, 48, 0.24);
    --bg-rgba-72-59-53-a12: rgba(72, 59, 53, 0.12);
    --bg-rgba-72-59-53-a14: rgba(72, 59, 53, 0.14);
    --bg-rgba-72-59-53-a15: rgba(72, 59, 53, 0.15);
    --bg-rgba-72-59-53-a16: rgba(72, 59, 53, 0.16);
    --bg-rgba-72-59-53-a18: rgba(72, 59, 53, 0.18);
    --bg-rgba-75-50-37-a88: rgba(75, 50, 37, 0.88);
    --bg-rgba-75-50-37-a92: rgba(75, 50, 37, 0.92);
    --bg-rgba-75-50-37-a95: rgba(75, 50, 37, 0.95);
    --bg-rgba-81-126-59-a12: rgba(81, 126, 59, 0.12);
    --bg-rgba-81-126-59-a14: rgba(81, 126, 59, 0.14);
    --bg-rgba-81-126-59-a18: rgba(81, 126, 59, 0.18);
    --bg-rgba-92-142-59-a95: rgba(92, 142, 59, 0.95);
    --bg-rgba-95-94-94-a045: rgba(95, 94, 94, 0.045);
    /* Text */
    --text-hex-120d09: #120d09;
    --text-hex-201914: #201914;
    --text-hex-211a17: #211a17;
    --text-hex-2d251f: #2d251f;
    --text-hex-2f2520: #2f2520;
    --text-hex-3e6d2d: #3e6d2d;
    --text-hex-7c9447: #7c9447;
    --text-hex-7f8f55: #7f8f55;
    --text-hex-86a04d: #86a04d;
    --text-hex-9c4730: #9c4730;
    --text-hex-a13a00: #a13a00;
    --text-hex-b15b43: #b15b43;
    --text-hex-b23a1b: #b23a1b;
    --text-hex-bf6025: #bf6025;
    --text-hex-cf5f1f: #cf5f1f;
    --text-hex-d14130: #d14130;
    --text-hex-d1aa44: #c60000;
    --text-hex-d27d3f: #d27d3f;
    --text-hex-d2ab46: #d2ab46;
    --text-hex-d2b24d: #d2b24d;
    --text-hex-ee8b2d: #ee8b2d;
    --text-hex-f07f2d: #f07f2d;
    --text-hex-f0ad2f: #f0ad2f;
    --text-hex-f2d97e: #f2d97e;
    --text-hex-f4ede2: #ff9d00;
    --text-hex-f5f0eb: #fc7e00;
    --text-hex-f7efe4: #f7efe4;
    --text-hex-f8f4ed: #f8f4ed;
    --text-hex-ffb4a5: #ffb4a5;
    --text-hex-ffd4ab: #ffd4ab;
    --text-hex-fff: #fff;
    --text-hex-fff7ee: #fff7ee;
    --text-hex-fff8ef: #fff8ef;
    --text-hex-fff8f0: #fff8f0;
    --text-hex-fff8f2: #fff8f2;
    --text-hex-fff9f1: #fff9f1;
    --text-hex-fff9f2: #fff9f2;
    --text-hex-fffaf2: #fffaf2;
    --text-hex-fffaf4: #fffaf4;
    --text-rgba-161-58-0-a84: rgba(161, 58, 0, 0.84);
    --text-rgba-161-58-0-a88: rgba(161, 58, 0, 0.88);
    --text-rgba-244-239-235-a8: rgba(36, 36, 36, 0.8);
    --text-rgba-246-241-233-a72: rgba(246, 241, 233, 0.72);
    --text-rgba-248-242-234-a5: rgba(3, 2, 0, 0.5);
    --text-rgba-248-242-234-a66: rgba(23, 13, 0, 0.66);
    --text-rgba-248-242-234-a74: rgba(255, 175, 71, 0.74);
    --text-rgba-248-242-234-a82: rgba(248, 242, 234, 0.82);
    --text-rgba-248-242-234-a92: rgba(255, 145, 0, 0.92);
    --text-rgba-249-244-236-a78: rgba(28, 28, 28, 0.78);
    --text-rgba-250-245-236-a88: rgba(250, 245, 236, 0.88);
    --text-rgba-255-248-239-a68: rgba(255, 248, 239, 0.68);
    --text-rgba-255-248-239-a72: rgba(255, 248, 239, 0.72);
    --text-rgba-255-248-239-a82: rgba(255, 248, 239, 0.82);
    --text-rgba-255-248-239-a92: rgba(255, 248, 239, 0.92);
    --text-rgba-255-248-239-a96: rgba(255, 248, 239, 0.96);
    --text-rgba-255-250-242-a92: rgba(255, 250, 242, 0.92);
    --text-rgba-255-250-242-a94: rgba(255, 250, 242, 0.94);
    --text-rgba-255-250-242-a95: rgba(255, 250, 242, 0.95);
    --text-rgba-255-255-255-a22: rgba(255, 255, 255, 0.22);
    --text-rgba-255-255-255-a55: rgba(255, 255, 255, 0.55);
    --text-rgba-255-255-255-a8: rgba(255, 255, 255, 0.8);
    --text-rgba-33-26-21-a9: rgba(33, 26, 21, 0.9);
    --text-rgba-40-33-28-a92: rgba(40, 33, 28, 0.92);
    --text-rgba-47-37-32-a56: rgba(47, 37, 32, 0.56);
    --text-rgba-47-37-32-a58: rgba(47, 37, 32, 0.58);
    --text-rgba-47-37-32-a68: rgba(47, 37, 32, 0.68);
    --text-rgba-47-37-32-a72: rgba(47, 37, 32, 0.72);
    --text-rgba-47-37-32-a74: rgba(47, 37, 32, 0.74);
    --text-rgba-47-37-32-a76: rgba(47, 37, 32, 0.76);
    --text-rgba-47-37-32-a88: rgb(255, 208, 0);
    --text-rgba-47-37-32-a9: rgba(255, 255, 255, 0.9);
    --text-rgba-47-37-32-a92: rgba(47, 37, 32, 0.92);
    --text-rgba-51-43-36-a86: rgba(51, 43, 36, 0.86);
    --text-rgba-69-55-48-a36: rgba(69, 55, 48, 0.36);
    --text-rgba-69-55-48-a52: rgba(69, 55, 48, 0.52);
    --text-rgba-69-55-48-a54: rgba(69, 55, 48, 0.54);
    --text-rgba-69-55-48-a56: rgba(69, 55, 48, 0.56);
    --text-rgba-69-55-48-a58: rgba(69, 55, 48, 0.58);
    --text-rgba-69-55-48-a62: rgba(69, 55, 48, 0.62);
    --text-rgba-69-55-48-a72: rgba(69, 55, 48, 0.72);
    --text-rgba-69-55-48-a76: rgba(69, 55, 48, 0.76);
    --text-rgba-69-55-48-a78: rgba(69, 55, 48, 0.78);
    --text-rgba-69-55-48-a88: rgba(69, 55, 48, 0.88);
    /* Hero section */
    --text-rgba-86-78-72-a84: rgba(25, 25, 25, 0.84);
    /* Border */
    --border-rgba-161-58-0-a32: rgba(161, 58, 0, 0.32);
    --border-rgba-161-58-0-a78: rgba(161, 58, 0, 0.78);
    --border-rgba-177-121-94-a72: rgba(177, 121, 94, 0.72);
    --border-rgba-188-90-27-a22: rgba(188, 90, 27, 0.22);
    --border-rgba-223-192-181-a2: rgba(255, 174, 0, 0.681);
    --border-rgba-223-192-181-a3: rgba(223, 192, 181, 0.3);
    --border-rgba-223-192-181-a32: rgba(223, 192, 181, 0.32);
    --border-rgba-223-192-181-a4: rgba(223, 192, 181, 0.4);
    --border-rgba-223-192-181-a42: rgba(223, 192, 181, 0.42);
    --border-rgba-223-192-181-a44: rgba(19, 19, 19, 0.44);
    --border-rgba-223-192-181-a48: rgba(223, 192, 181, 0.48);
    --border-rgba-250-244-236-a26: rgba(250, 244, 236, 0.26);
    --border-rgba-255-237-214-a18: rgba(255, 237, 214, 0.18);
    --border-rgba-255-239-214-a18: rgba(255, 239, 214, 0.18);
    --border-rgba-255-248-238-a24: rgba(255, 248, 238, 0.24);
    --border-rgba-255-255-255-a18: rgba(255, 255, 255, 0.18);
    --border-rgba-255-255-255-a2: rgba(255, 255, 255, 0.2);
    --border-rgba-27-26-25-a96: rgba(27, 26, 25, 0.96);
    --border-rgba-47-37-32-a04: rgba(47, 37, 32, 0.04);
    --border-rgba-47-37-32-a06: rgba(47, 37, 32, 0.06);
    --border-rgba-47-37-32-a1: rgba(47, 37, 32, 0.1);
    --border-rgba-47-37-32-a12: rgba(47, 37, 32, 0.12);
    --border-rgba-47-37-32-a2: rgba(47, 37, 32, 0.2);
    --border-rgba-47-37-32-a3: rgba(47, 37, 32, 0.3);
    --border-rgba-47-37-32-a34: rgba(210, 66, 0, 0.34);
    --border-rgba-48-37-32-a08: rgba(48, 37, 32, 0.08);
    --border-rgba-52-43-35-a33: rgba(52, 43, 35, 0.33);
    --border-rgba-63-54-49-a7: rgba(63, 54, 49, 0.7);
    --border-rgba-69-55-48-a08: rgba(69, 55, 48, 0.08);
    /* Effects */
    --fx-hex-000: #000;
    --fx-hex-3e6036: #3e6036;
    --fx-hex-517347: #517347;
    --fx-hex-5b844c: #5b844c;
    --fx-rgba-0-0-0-a26: rgba(0, 0, 0, 0.26);
    --fx-rgba-0-0-0-a32: rgba(0, 0, 0, 0.32);
    --fx-rgba-113-68-32-a16: rgba(113, 68, 32, 0.16);
    --fx-rgba-115-25-11-a14: rgba(115, 25, 11, 0.14);
    --fx-rgba-122-57-19-a24: rgba(122, 57, 19, 0.24);
    --fx-rgba-15-13-12-a12: rgba(15, 13, 12, 0.12);
    --fx-rgba-15-13-12-a18: rgba(15, 13, 12, 0.18);
    --fx-rgba-16-13-12-a14: rgba(16, 13, 12, 0.14);
    --fx-rgba-161-58-0-a18: rgba(161, 58, 0, 0.18);
    --fx-rgba-173-78-18-a28: rgba(173, 78, 18, 0.28);
    --fx-rgba-177-79-19-a18: rgba(177, 79, 19, 0.18);
    --fx-rgba-188-143-38-a22: rgba(188, 143, 38, 0.22);
    --fx-rgba-188-143-38-a28: rgba(188, 143, 38, 0.28);
    --fx-rgba-193-137-42-a18: rgba(193, 137, 42, 0.18);
    --fx-rgba-20-16-14-a18: rgba(20, 16, 14, 0.18);
    --fx-rgba-201-92-29-a0: rgba(201, 92, 29, 0);
    --fx-rgba-203-168-78-a18: rgba(203, 168, 78, 0.18);
    --fx-rgba-205-131-74-a2: rgba(205, 131, 74, 0.2);
    --fx-rgba-207-95-31-a18: rgba(207, 95, 31, 0.18);
    --fx-rgba-207-95-31-a22: rgba(207, 95, 31, 0.22);
    --fx-rgba-239-103-32-a18: rgba(239, 103, 32, 0.18);
    --fx-rgba-240-173-47-a32: rgba(240, 173, 47, 0.32);
    --fx-rgba-24-18-15-a14: rgba(24, 18, 15, 0.14);
    --fx-rgba-24-19-16-a18: rgba(24, 19, 16, 0.18);
    --fx-rgba-24-20-18-a18: rgba(24, 20, 18, 0.18);
    --fx-rgba-255-255-255-a05: rgba(255, 255, 255, 0.05);
    --fx-rgba-28-24-22-a16: rgba(28, 24, 22, 0.16);
    --fx-rgba-32-22-18-a24: rgba(32, 22, 18, 0.24);
    --fx-rgba-32-63-23-a18: rgba(32, 63, 23, 0.18);
    --fx-rgba-37-30-26-a14: rgba(37, 30, 26, 0.14);
    --fx-rgba-42-69-30-a2: rgba(42, 69, 30, 0.2);
    --fx-rgba-47-37-32-a05: rgba(47, 37, 32, 0.05);
    --fx-rgba-47-37-32-a08: rgba(47, 37, 32, 0.08);
    --fx-rgba-47-37-32-a14: rgba(47, 37, 32, 0.14);
    --fx-rgba-47-37-32-a15: rgba(47, 37, 32, 0.15);
    --fx-rgba-47-37-32-a16: rgba(47, 37, 32, 0.16);
    --fx-rgba-58-34-18-a12: rgba(58, 34, 18, 0.12);
    --fx-rgba-58-34-18-a14: rgba(58, 34, 18, 0.14);
    --fx-rgba-75-44-20-a22: rgba(75, 44, 20, 0.22);
    --fx-rgba-79-54-33-a22: rgba(79, 54, 33, 0.22);
    --fx-rgba-80-50-20-a12: rgba(80, 50, 20, 0.12);
    --fx-rgba-80-54-32-a12: rgba(80, 54, 32, 0.12);
    --fx-rgba-82-53-30-a14: rgba(82, 53, 30, 0.14);
    --fx-rgba-88-97-108-a16: rgba(88, 97, 108, 0.16);
    --fx-rgba-92-60-28-a12: rgba(92, 60, 28, 0.12);
    /* Alpha */
    --alpha-transparent: transparent;
    /* Palette (unused/fallback) */
    --palette-hex-1a1410: #1A1410;
    --palette-hex-e2dccf: #e2dccf;
    --palette-hex-f6f4ef: #f6f4ef;
    --palette-hex-fcfbf7: #fcfbf7;
    --palette-rgba-128-111-94-a04: rgba(128, 111, 94, 0.04);
    --palette-rgba-137-118-97-a035: rgba(137, 118, 97, 0.035);
    --palette-rgba-161-58-0-a035: rgba(161, 58, 0, 0.035);
    --palette-rgba-196-81-24-a08: rgba(196, 81, 24, 0.08);
    --palette-rgba-247-243-236-a86: rgba(247, 243, 236, 0.86);
    --palette-rgba-251-250-247-a84: rgba(251, 250, 247, 0.84);
    --palette-rgba-255-249-245-a88: rgba(255, 249, 245, 0.88);
    --palette-rgba-78-64-56-a028: rgba(78, 64, 56, 0.028);
    --palette-rgba-95-94-94-a08: rgba(95, 94, 94, 0.08);
}


/* Rolled Ice Cream Page */

.iceCreamLab {
    display: grid;
    gap: 0;
    background: var(--ice-page-bg);
    padding-top: 0;
}

.iceHeroPanel,
.iceFeaturePanel,
.icePackPanel {
    position: relative;
    overflow: hidden;
}

.iceBandPattern {
    position: absolute;
    inset: 0;
    background-image: url("../media/icecreamBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.iceBandPattern--top {
    background-position: center center;
}

.iceBandPattern--bottom {
    background-position: center center;
    opacity: 0.92;
}

.iceHeroPanel {
    min-height: clamp(18rem, 70vw, 34rem);
    border-bottom: 2px solid var(--ice-band-border);
}

.iceHeroPanel__content {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2rem);
    top: 50px;
}

.iceHeroPanel__title {
    text-align: center;
}

.iceHeroPanel__title p {
    margin: 0;
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: clamp(4rem, 10vw, 9rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 0.82;
    color: var(--ice-white);
    text-transform: uppercase;
    text-shadow: -2px 2px 0 var(--ice-ink), -4px 4px 0 var(--ice-soft-ink);
}

.iceHeroPanel__title h1 {
    margin: 0.25rem auto;
    font-family: "Molle", cursive;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ice-white);
    text-shadow: -5px 5px 0 var(--ice-ink);
    width: 300px;
    text-align: center;
}

.iceHeroPanel__title a {
    margin-top: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0 1.35rem;
    border-radius: 999px;
    background: var(--ice-white);
    color: var(--ice-ink);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0.7rem 1.4rem var(--ice-shadow-soft);
}

.iceSprite {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0.9rem 1.15rem var(--ice-shadow-hard));
}

.iceSprite--cone {
    width: clamp(8rem, 13vw, 11rem);
    height: clamp(10rem, 29vw, 29rem);
    object-position: center center;
    justify-self: start;
    transform: rotate(-19deg) translateY(1rem);
    border-radius: 1.2rem;
}

.iceSprite--cookie {
    width: clamp(8rem, 15vw, 15rem);
    height: clamp(8rem, 15vw, 15.8rem);
    object-position: center center;
    justify-self: end;
    transform: rotate(13deg) translateY(-0.3rem);
    border-radius: 50%;
}

.iceFeaturePanel {
    background: var(--ice-white);
    min-height: clamp(24rem, 52vw, 32rem);
    border-top: 2px solid var(--ice-band-border);
    border-bottom: 2px solid var(--ice-band-border);
}

.iceFeaturePanel__layout {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: clamp(1rem, 3vw, 3rem);
    align-items: center;
    padding-block: clamp(2rem, 6vw, 3.2rem);
}

.iceFeaturePanel__copy {
    max-width: 24rem;
}

.iceFeaturePanel__eyebrow {
    margin: 0 0 1rem;
    font-size: 1.56rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ice-muted-text);
}

.iceFeaturePanel__eyebrow--main {
    text-align: center;
    margin: 2rem auto -1.5rem;
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.iceFeaturePanel__copy h2 {
    margin: 0;
    font-family: "Cherry Cream Soda", system-ui;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    line-height: 0.9;
    letter-spacing: 0.05em;
    color: var(--ice-accent-orange);
    /* -webkit-text-stroke: 2px var(--ice-ink); */
    /* text-shadow: 0 0.25rem 0 var(--ice-dot); */
    text-transform: uppercase;
}

.iceSprite--scoop {
    margin-top: 1rem;
    width: clamp(4.2rem, 9vw, 6.4rem);
    height: clamp(3.2rem, 7vw, 5rem);
    object-position: center center;
    filter: none;
    border-radius: 0.7rem;
}

.iceFeaturePanel__card {
    width: min(100%, 38rem);
    text-align: center;
    justify-self: center;
    display: grid;
    justify-items: center;
    gap: 0.58rem;
}

.iceFeaturePanel__slider {
    width: min(100%, 35rem);
    display: block;
    position: relative;
}

.iceFeaturePanel__viewport {
    position: relative;
    width: 100%;
    min-height: clamp(11rem, 19vw, 14.6rem);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 0.75rem 0;
}

.iceSlide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(7rem, 13vw, 13rem);
    /* aspect-ratio: 1 / 1; */
    margin: 0;
    transform: translate(-50%, -50%) scale(0.72);
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease, filter 0.45s ease;
}

.iceSlide.is-prev {
    transform: translate(calc(-50% - clamp(6.4rem, 11.5vw, 8.5rem)), -50%) scale(0.78);
    opacity: 0;
    z-index: 2;
}

.iceSlide.is-next {
    transform: translate(calc(-50% + clamp(21.4rem, 21.5vw, 8.5rem)), -50%) scale(0.55);
    opacity: 0.6;
    z-index: 2;
}

.iceSlide.is-active {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
    z-index: 4;
    filter: drop-shadow(0 1rem 1.4rem var(--ice-shadow-soft));
}

.iceSprite--pint {
    width: 100%;
    height: 100%;
    object-position: center center;
    border-radius: 1.1rem;
}

.iceFeaturePanel__nav {
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid var(--ice-outline);
    border-radius: 50%;
    background: var(--ice-glass);
    color: var(--ice-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.iceFeaturePanel__nav:hover {
    transform: scale(1.08);
    background: var(--ice-white);
}

.iceFeaturePanel__card h3 {
    margin: 5.4rem 0 0.2rem;
    font-size: clamp(1rem, 1.2vw, 1.04rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ice-ink);
}

.iceFeaturePanel__card p {
    margin: 0 auto;
    max-width: 24rem;
    font-size: 0.82rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--ice-muted-text);
    text-align: center;
}

.iceFeaturePanel__product-actions {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.iceFeaturePanel__controls-wrap {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--ice-outline, #111);
    border-radius: 999px;
    padding: 0 1.2rem;
    height: 2.1rem;
    background: transparent;
}

.quantity-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0.8rem;
    color: var(--ice-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.4rem;
}

.quantity-val {
    font-size: 0.72rem;
    color: var(--ice-ink);
    font-weight: 600;
    margin: 0 0.6rem;
}

.divider {
    color: var(--ice-ink);
    opacity: 0.3;
    margin: 0 0.8rem;
    font-size: 0.8rem;
}

.btn-add-cart {
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ice-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.btn-add-cart:hover {
    opacity: 0.6;
}

.iceFeaturePanel__learn-more {
    margin-top: 0.8rem;
}

.iceFeaturePanel__learn-more a {
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ice-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: opacity 0.2s ease;
}

.iceFeaturePanel__learn-more a:hover {
    opacity: 0.6;
}

.icePackPanel {
    min-height: clamp(21rem, 43vw, 27rem);
    border-top: 2px solid var(--ice-band-border);
    background: var(--ice-accent-peach);
}

.icePackPanel__inner {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 2.2rem 2rem;
}

.icePackPanel__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    z-index: 2;
}

.icePackPanel__header h2 {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ice-white, #fff);
    -webkit-text-stroke: 1px var(--ice-ink);
}

.btn-buy-now {
    min-height: 1.9rem;
    padding: 0 1.25rem;
    border-radius: 999px;
    background: var(--ice-white, #fff);
    color: var(--ice-ink, #000);
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--ice-outline, #111);
    transition: opacity 0.2s ease;
}

.btn-buy-now:hover {
    opacity: 0.8;
}

.icePackPanel__products {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    justify-items: center;
    gap: clamp(0.8rem, 2.2vw, 2rem);
    padding-bottom: 2rem;
    z-index: 1;
}

.iceSprite--shake {
    /* width: clamp(7rem, 11vw, 9.2rem); */
    /* height: clamp(13rem, 22vw, 22rem); */
    object-position: center center;
    border-radius: 1rem;
}

.iceSprite--familyBox {
    /* width: clamp(10rem, 16vw, 13rem); */
    /* height: clamp(13rem, 19vw, 19rem); */
    object-position: center center;
    border-radius: 1rem;
}

.bgSolid {
    background-color: var(--accent-primary-strong);
}

.iceSprite--coneCup {
    /* width: clamp(12rem, 12vw, 12.2rem); */
    /* height: clamp(10.2rem, 15vw, 12.8rem); */
    object-position: center center;
    border-radius: 1rem;
}

.btn-next-showcase {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid var(--ice-outline, #111);
    border-radius: 50%;
    background: var(--ice-white, #fff);
    color: var(--ice-ink, #000);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn-next-showcase:hover {
    transform: scale(1.08);
    background: var(--ice-glass, rgba(255, 255, 255, 0.5));
}

.btn-next-showcase .icon {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0.1rem;
}

.btn-next-showcase .text {
    font-size: 0.45rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media (max-width: 980px) {
    .iceCreamLab {
        padding-top: 5.4rem;
    }
    .iceHeroPanel__content {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0.4rem;
        padding-block: 1.4rem 1.8rem;
    }
    .iceSprite--cone {
        width: clamp(5.5rem, 28vw, 7.5rem);
        height: clamp(12.2rem, 32vw, 9.4rem);
        justify-self: center;
        transform: rotate(-12deg) translateY(0.2rem);
    }
    .iceSprite--cookie {
        width: clamp(5.5rem, 28vw, 7.5rem);
        height: clamp(5.5rem, 28vw, 7.5rem);
        justify-self: center;
        transform: rotate(10deg) translateY(0);
    }
    .iceFeaturePanel__layout {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 1.2rem;
    }
    .iceFeaturePanel__copy {
        max-width: 100%;
    }
    .iceFeaturePanel__copy h2 {
        font-size: clamp(2.3rem, 9vw, 3.6rem);
    }
    .iceSprite--scoop {
        margin-inline: auto;
    }
    .iceFeaturePanel__slider {
        width: min(100%, 30rem);
    }
    .iceSlide.is-prev {
        transform: translate(calc(-50% - clamp(4.8rem, 16vw, 6.4rem)), -50%) scale(0.74);
    }
    .iceSlide.is-next {
        transform: translate(calc(-50% + clamp(4.8rem, 16vw, 6.4rem)), -50%) scale(0.74);
    }
    .icePackPanel__products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .iceSprite--familyBox {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .iceCreamLab {
        padding-top: 0rem;
    }
    .innerPage--icecream .heroHeader {
        background: var(--glass-surface-strong1) !important;
        backdrop-filter: blur(var(--backdrop1-blur)) !important;
        -webkit-backdrop-filter: blur(var(--bac1kdrop-blur)) !important;
        box-shadow: var(--shadow-ambient1) !important;
    }
    .iceHeroPanel {
        min-height: 16.2rem;
        height: 41rem;
    }
    .iceHeroPanel__title p {
        font-size: clamp(4.7rem, 13vw, 3.7rem);
    }
    .iceHeroPanel__title h1 {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }
    .iceFeaturePanel__copy h2 {
        -webkit-text-stroke: 1.5px var(--ice-ink);
    }
    .iceFeaturePanel__slider {
        width: min(100%, 21.5rem);
    }
    .iceFeaturePanel__viewport {
        min-height: 16.6rem;
    }
    .iceFeaturePanel__product-actions {
        gap: 0.8rem;
        flex-wrap: wrap;
    }
    .iceFeaturePanel__controls-wrap {
        padding: 0 0.8rem;
    }
    .iceSlide {
        width: clamp(7.2rem, 42vw, 12.8rem);
    }
    .iceSlide.is-prev {
        transform: translate(calc(-50% - clamp(3.2rem, 22vw, 4.3rem)), -50%) scale(0.66);
        opacity: 0.46;
    }
    .iceSlide.is-next {
        transform: translate(calc(-50% + clamp(3.2rem, 22vw, 4.3rem)), -50%) scale(0.66);
        opacity: 0.46;
    }
    .icePackPanel__inner h2 {
        font-size: clamp(1rem, 6.2vw, 1.5rem);
    }
    .icePackPanel__products {
        grid-template-columns: 1fr;
    }
    .iceSprite--familyBox {
        grid-column: auto;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Work Sans", sans-serif;
    font-size: var(--body-lg);
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--bg);
    /* background: var(--palette-hex-1a1410); */
    /* background: radial-gradient(circle at top left, var(--palette-rgba-196-81-24-a08), var(--alpha-transparent) 26%), radial-gradient(circle at 85% 15%, var(--palette-rgba-95-94-94-a08), var(--alpha-transparent) 18%), linear-gradient(180deg, var(--palette-hex-fcfbf7) 0%, var(--color-paper) 45%, var(--palette-hex-f6f4ef) 100%); */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    position: relative;
    overflow-x: clip;
}

body.is-nav-open {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: radial-gradient(var(--bg-rgba-95-94-94-a045) 0.8px, var(--alpha-transparent) 0.8px);
    background-size: 24px 24px;
    opacity: 0.45;
    pointer-events: none;
    z-index: -1;
}

#particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.spark {
    position: absolute;
    border-radius: 50%;
    animation: sparkRise linear infinite;
    opacity: 0;
}

@keyframes sparkRise {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0;
    }
    12% {
        opacity: 0.9;
    }
    70% {
        opacity: 0.55;
    }
    100% {
        transform: translateY(-120vh) translateX(var(--dx, 0px)) scale(0);
        opacity: 0;
    }
}

.cursor-glow {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle, var(--bg-rgba-196-81-24-a12) 0%, var(--bg-rgba-196-81-24-a06) 30%, var(--alpha-transparent) 72%);
    transform: translate(-50%, -50%);
    transition: transform 120ms ease-out;
    mix-blend-mode: screen;
}

@media (hover: none),
(pointer: coarse) {
    .cursor-glow {
        display: none;
    }
}

img,
picture {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
}

::selection {
    background: var(--fx-rgba-161-58-0-a18);
    color: var(--color-char);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-lg,
.display-md,
.headline-lg,
.headline-md {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    letter-spacing: -0.02em;
    line-height: 0.95;
    color: var(--color-char);
}

h1,
.display-lg {
    font-size: var(--display-lg);
}

h2,
.display-md {
    font-size: var(--display-md);
}

h3,
.headline-lg {
    font-size: var(--headline-lg);
}

h4,
.headline-md {
    font-size: var(--headline-md);
}

p {
    margin: 0;
    color: var(--color-text-soft);
    /* text-align: left; */
    text-justify: inter-word;
}

.eyebrow,
.section-kicker,
.label-md {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: var(--label-md);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-primary-strong);
}

.site-shell,
.section-shell,
.content-shell {
    width: min(100% - 2rem, var(--container-max));
    margin-inline: auto;
}

section {
    position: relative;
}

section+section {
    margin-top: 0;
}

hr {
    margin: 0;
    height: clamp(2rem, 4vw, 3rem);
    border: 0;
    background: var(--alpha-transparent);
}

.surface-low,
.panel-soft {
    background: var(--color-surface-low);
}

.surface-variant,
.panel-variant {
    background: var(--color-surface-variant);
}

.surface-card,
.paper-card,
.floating-plate,
.menu-card {
    background: var(--color-surface-lowest);
    border: 0;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-ambient);
}

.glass-panel,
.order-tracker,
.floating-bar {
    background: var(--glass-surface);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    box-shadow: var(--shadow-ambient);
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.95rem 1.5rem;
    min-height: 3.25rem;
    border-radius: var(--radius-full);
    font-weight: 600;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn-primary {
    color: var(--color-white);
    border: 0;
    background: var(--gradient-oven);
    box-shadow: 0 1rem 2rem var(--fx-rgba-161-58-0-a18);
}

.btn-secondary {
    color: var(--color-char);
    background: var(--alpha-transparent);
    border: 1px solid var(--border-rgba-223-192-181-a2);
}

.btn-tertiary {
    padding-inline: 0;
    color: var(--color-primary);
    background: var(--alpha-transparent);
    border: 0;
    border-radius: 0;
    position: relative;
}

.btn-tertiary::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.18rem;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: transform 180ms ease;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.btn-tertiary:focus-visible {
    transform: translateY(-2px);
}

.btn-secondary:hover {
    background-color: var(--accent-primary-strong);
}

.btn-tertiary:hover::after,
.btn-tertiary:focus-visible::after {
    transform: scaleX(1);
}

.chip,
.category-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.7rem 1rem;
    border-radius: var(--radius-full);
    border: 0;
    background: var(--color-secondary-fixed);
    color: var(--color-on-secondary-fixed);
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.chip.is-active,
.category-chip.is-active {
    background: var(--color-primary);
    color: var(--color-white);
}

.category-scroller {
    display: flex;
    gap: 0.75rem;
    padding-bottom: 0.35rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.category-scroller::-webkit-scrollbar {
    display: none;
}

.field {
    display: grid;
    gap: 0.45rem;
}

.field label {
    font-size: var(--label-md);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bg-app);
}

.field input,
.field textarea,
.field select {
    width: 100%;
    padding: 1rem 1.1rem 0.85rem;
    border: 0;
    border: 1px solid var(--accent-neutral-1);
    border-radius: 1.2rem;
    background: var(--alpha-transparent);
    color: var(--bg-app);
    outline: none;
    transition: border-color 180ms ease, background-color 180ms ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-bottom-color: var(--color-primary);
    /* background: var(--bg-rgba-239-237-232-a88); */
}

.menu-card {
    overflow: clip;
}

.menu-card__media {
    position: relative;
    min-height: 15rem;
    overflow: clip;
}

.menu-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04) translateY(-2%);
}

.menu-card__body {
    display: grid;
    gap: 0.9rem;
    padding: 1.35rem;
}

.menu-card__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.menu-card__title {
    font-size: 1.45rem;
}

.menu-card__price {
    font-weight: 700;
    color: var(--color-primary);
}

.order-tracker {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: min(100% - 1.5rem, 30rem);
    padding: 0.9rem 1rem;
    border-radius: calc(var(--radius-lg) + 0.4rem);
    background: var(--glass-surface-strong);
    z-index: 20;
}

.hero {
    position: relative;
    isolation: isolate;
    height: 100vh;
    padding: 8rem 0 0;
    overflow: hidden;
    background-color: var(--state-error-overlay);
    /* background: linear-gradient(180deg, var(--palette-rgba-255-249-245-a88) 0%, var(--bg-rgba-249-249-246-a94) 100%); */
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--bg-rgba-60-48-41-a03) 0.8px, var(--alpha-transparent) 0.9px), radial-gradient(var(--bg-rgba-161-58-0-a025) 1px, var(--alpha-transparent) 1.1px);
    background-size: 20px 20px, 120px 120px;
    opacity: 0.7;
    pointer-events: none;
    z-index: -1;
}

.heroBackground {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: -2;
}

.heroBackground__layer {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: auto, auto, auto, cover;
    background-position: center center, center center, center center, center 52%;
    opacity: 0;
    transform: scale(1.04);
    will-change: opacity, transform;
}

.heroBackground__layer::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, var(--bg-rgba-249-249-246-a12) 0%, var(--bg-rgba-249-249-246-a42) 58%, var(--bg-rgba-249-249-246-a88) 100%); */
}

.heroHeader {
    position: fixed;
    top: 0;
    z-index: 5;
    display: grid;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.5rem);
    transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, border-radius 0.3s ease;
    width: 100%;
    background: var(--grad-main);
    max-width: var(--container-max);
}

.innerPage--icecream .heroHeader {
    background: var(--glass-surface-strong);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    box-shadow: var(--shadow-ambient);
}

.heroHeader.is-scrolled {
    background: var(--grad-main);
    backdrop-filter: blur(var(--backdrop-blur));
    -webkit-backdrop-filter: blur(var(--backdrop-blur));
    box-shadow: var(--shadow-ambient);
    padding: 0.5rem clamp(1rem, 3vw, 2.5rem);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    max-width: var(--container-max);
    top: 0 !important;
}

.heroBrand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.heroBrand img {
    width: clamp(3.75rem, 3vw, 5.75rem);
    aspect-ratio: 1;
    object-fit: contain;
}

.heroNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1rem, 2.3vw, 2.5rem);
    flex-wrap: wrap;
    scrollbar-width: none;
}

.heroNav::-webkit-scrollbar {
    display: none;
}

.heroNav a {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(0.8rem, 0.95vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bg-app);
}

.heroTopCta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 3rem;
    padding: 0.95rem 1.6rem;
    border-radius: var(--radius-full);
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-strong) 100%);
    color: var(--bg-app);
    font-family: "Epilogue", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 1rem 2rem var(--fx-rgba-239-103-32-a18);
}

.heroTopCta i {
    font-size: 1.2rem;
}

.heroMenuToggle {
    display: none;
    position: relative;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--accent-primary-strong);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 0.6rem 1.6rem var(--fx-rgba-47-37-32-a08);
}

.heroMenuToggle__line {
    position: absolute;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background: var(--color-char);
    transform: translateX(-50%);
    transform-origin: center center;
}

.heroMenuToggle__line:nth-child(1) {
    top: 1.08rem;
}

.heroMenuToggle__line:nth-child(2) {
    top: 1.56rem;
}

.heroMenuToggle__line:nth-child(3) {
    top: 2.04rem;
}

.heroMobileMenu {
    position: fixed;
    inset: 0;
    z-index: 18;
    visibility: hidden;
    pointer-events: none;
}

.heroMobileMenu__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: var(--bg-rgba-32-22-18-a18);
    opacity: 0;
}

.heroMobileMenu__panel {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    right: 0.85rem;
    padding: 1rem;
    border-radius: 1.6rem;
    background: var(--grad-main);
    ;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1.2rem 3rem var(--fx-rgba-47-37-32-a14);
    opacity: 0;
    transform: translateY(-1rem) scale(0.98);
}

.heroMobileMenu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.heroMobileMenu__label {
    font-family: "Epilogue", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-rgba-69-55-48-a58);
}

.heroMobileMenu__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--border-rgba-47-37-32-a06);
    color: var(--color-char);
}

.heroMobileMenu__links {
    display: grid;
    gap: 0.35rem;
}

.heroMobileMenu__links a {
    display: flex;
    align-items: center;
    min-height: 3.5rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: var(--glass-surface-strong-base);
    font-family: "Epilogue", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bg-app);
}

.heroMobileMenu__cta {
    margin-top: 1rem;
}

.heroTopCta--mobile {
    width: 100%;
    justify-content: center;
}

.heroStage {
    position: relative;
    min-height: calc(100svh - 7.5rem);
    display: grid;
    align-content: start;
    justify-items: center;
    padding-top: clamp(1.5rem, 4vw, 3rem);
    overflow: hidden;
    z-index: 1;
}

.heroControls {
    position: relative;
    z-index: 4;
    display: grid;
    justify-items: center;
    gap: 0.85rem;
    text-align: center;
}

.heroControls__label {
    font-family: "Epilogue", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-rgba-47-37-32-a9);
}

.pizzaSize {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    background: var(--alpha-transparent);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    z-index: 2;
}

.sizeBtns {
    width: 2.9rem;
    aspect-ratio: 1;
    border: 1.5px solid var(--bg-hex-9a1408);
    border-radius: 50%;
    background: var(--alpha-transparent);
    color: var(--bg-hex-9a1408);
    font-family: "Epilogue", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: none;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.sizeBtns:hover,
.sizeBtns:focus-visible,
.sizeBtns.is-active {
    background: var(--grad-main);
    border-color: var(--bg-hex-9a1408);
    color: var(--bg-app);
    transform: translateY(-1px);
}

.pizzaSelction {
    position: relative;
    width: 100%;
    min-height: clamp(40rem, 66vh, 46rem);
    margin-top: clamp(1.5rem, 4vw, 3rem);
    overflow: hidden;
}

.pizzaOrbit {
    position: absolute;
    left: 50%;
    bottom: -15rem;
    width: min(94vw, 62rem);
    aspect-ratio: 1.2 / 1;
    transform: translateX(-50%);
    z-index: 2;
}

.pizzaOrbit__ring {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid var(--accent-neutral-1);
}

.pizzaOrbit__ring--outer {
    inset: 0;
}

.pizzaOrbit__ring--inner {
    inset: 3rem;
    border-color: var(--accent-neutral-2);
}

.pizzaName {
    position: absolute;
    --dot-shift-x: 0px;
    --dot-shift-y: 0px;
    --label-rotation: 0deg;
    padding: 0;
    border: 0;
    background: var(--alpha-transparent);
    font-family: "Epilogue", sans-serif;
    font-size: clamp(0.5rem, 1.2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-rgba-86-78-72-a84);
    white-space: nowrap;
    line-height: 1;
    transition: color 180ms ease;
}

.pizzaName__text {
    display: block;
    transform: rotate(var(--label-rotation));
    transform-origin: center center;
}

.pizzaName::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background: var(--bg-hex-181310);
    transform: translate(calc(-50% + var(--dot-shift-x)), calc(-50% + var(--dot-shift-y)));
}

.pizzaName.is-active {
    color: var(--color-primary-container);
}

.pizzaName:hover,
.pizzaName:focus-visible {
    color: var(--text-rgba-161-58-0-a88);
}

.pizzaName.is-active::after {
    width: 0.95rem;
    height: 0.95rem;
    border: 2px solid var(--bg-rgba-196-81-24-a9);
    background: radial-gradient(circle, var(--bg-rgba-196-81-24-a9) 0 28%, var(--bg-rgba-249-249-246-a96) 30% 100%);
}

.heroOrderNow {
    position: absolute;
    left: 50%;
    top: 61%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13.5rem;
    min-height: 3.7rem;
    padding: 0.9rem 1.6rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-24-19-16-a92);
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    box-shadow: 0 1rem 2rem var(--fx-rgba-24-19-16-a18);
}

.pizzaImage {
    position: absolute;
    left: 50%;
    bottom: 4.5rem;
    width: min(90vw, 52rem);
    transform: translateX(-50%) translateY(50%);
    z-index: 3;
}

.pizzaImageStage {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
}

.pizzaVisual {
    position: absolute;
    inset: 0;
    margin: 0;
    display: grid;
    place-items: center;
    transform-origin: center center;
    will-change: transform, opacity;
}

.pizzaVisual img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 1.4rem 2rem var(--fx-rgba-92-60-28-a12));
    user-select: none;
    pointer-events: none;
}

.locationsSection {
    position: relative;
    padding: 0 0 clamp(0rem, 0vw, 0rem);
}

.locationsShell {
    position: relative;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem) clamp(2rem, 5vw, 3.5rem);
    /* background: linear-gradient(180deg, var(--bg-rgba-255-255-255-a9) 0%, var(--bg-rgba-249-249-246-a94) 100%), radial-gradient(circle at 18% 18%, var(--bg-rgba-211-102-37-a07), var(--alpha-transparent) 24%), radial-gradient(circle at 82% 26%, var(--bg-rgba-54-102-44-a06), var(--alpha-transparent) 20%); */
    border-radius: 1.6rem;
    overflow: hidden;
    /* box-shadow: 0 1rem 3rem var(--fx-rgba-47-37-32-a08); */
}

.locationsHang {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.locationsHang__wire {
    position: absolute;
    top: 0;
    left: calc(50% - 17rem);
    width: 2px;
    height: 4.25rem;
    background: linear-gradient(180deg, var(--bg-rgba-63-54-49-a16) 0%, var(--bg-rgba-63-54-49-a8) 100%);
}

.locationsHang__wire--right {
    left: auto;
    right: calc(50% - 17rem);
}

.locationsHang__clip {
    position: absolute;
    top: 1.7rem;
    left: calc(50% - 17.4rem);
    width: 0.9rem;
    height: 1rem;
    border: 2px solid var(--border-rgba-63-54-49-a7);
    border-bottom: 0;
    border-radius: 0.6rem 0.6rem 0 0;
    background: var(--bg-rgba-249-249-246-a98);
}

.locationsHang__clip::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.92rem;
    width: 0.28rem;
    height: 0.62rem;
    border-radius: 0.2rem;
    background: var(--bg-rgba-63-54-49-a75);
    transform: translateX(-50%);
}

.locationsHang__clip--right {
    left: auto;
    right: calc(50% - 17.4rem);
}

.locationsSearch {
    position: relative;
    z-index: 2;
    width: min(100%, 44rem);
    margin: 0 auto 3.6rem;
    display: grid;
    grid-template-columns: 11.5rem 1fr 11rem;
    align-items: stretch;
    min-height: 4.85rem;
    border-radius: 999px;
    background: var(--bg-rgba-20-15-14-a98);
    box-shadow: 0 1.25rem 2rem var(--fx-rgba-47-37-32-a14);
    overflow: hidden;
}

.locationsSearch__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.2rem;
    background: linear-gradient(135deg, var(--text-hex-cf5f1f) 0%, var(--bg-hex-bc4b13) 100%);
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1rem, 1.7vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.locationsSearch__fieldWrap {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

.locationsSearch__field {
    width: 100%;
    height: 100%;
    padding: 0 4rem 0 1.75rem;
    border: 0;
    background: var(--alpha-transparent);
    color: var(--bg-rgba-255-255-255-a96);
    font-family: "Epilogue", sans-serif;
    font-size: 1rem;
    outline: none;
}

.locationsSearch__field::placeholder {
    color: var(--text-rgba-255-255-255-a8);
}

.locationsSearch__icon {
    position: absolute;
    right: 0.9rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: var(--alpha-transparent);
    color: var(--text-rgba-255-255-255-a55);
    display: grid;
    place-items: center;
}

.locationsSearch__cta {
    margin: 0.65rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bg-hex-f5f4ef) 0%, var(--bg-hex-dad8d0) 100%);
    color: var(--text-hex-bf6025);
    font-family: "Epilogue", sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.locationsHeader {
    text-align: center;
    margin-bottom: 2.2rem;
}

.locationsTitle {
    font-size: clamp(2.15rem, 4vw, 3.5rem);
    line-height: 0.96;
    color: var(--accent-primary-strong);
    text-transform: uppercase;
}

.locationsRailWrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
}

.locationsRail {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    padding-top: 0.45rem;
}

.locationsRail::before {
    content: "";
    position: absolute;
    left: 4%;
    right: 4%;
    top: 2.55rem;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-primary) 0%, var(--accent-primary-strong) 50%, var(--accent-primary) 100%);
}

.locationsRail__item {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 0.85rem;
    padding: 0 0.5rem 1.2rem;
    border: 0;
    background: var(--alpha-transparent);
    color: var(--accent-neutral-1);
    font-family: "Epilogue", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.locationsRail__item::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--bg-app);
    box-shadow: 0 0 0 0 var(--fx-rgba-201-92-29-a0);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.locationsRail__item.is-active {
    color: var(--text-hex-cf5f1f);
}

.locationsRail__item.is-active::after {
    background: var(--bg-hex-fff7ef);
    box-shadow: 0 0 0 3px var(--text-hex-cf5f1f), 0 0 0 7px var(--fx-rgba-207-95-31-a18);
    transform: scale(1.08);
}

.locationsRailNext {
    width: 3.5rem;
    height: 3.5rem;
    border: 0;
    background: var(--alpha-transparent);
    color: var(--bg-app);
    font-size: 2.25rem;
    display: grid;
    place-items: center;
}

.locationsContent {
    display: grid;
    grid-template-columns: minmax(13rem, 18rem) minmax(14rem, 17rem) minmax(18rem, 24rem);
    align-items: end;
    gap: clamp(1.5rem, 3vw, 2.5rem);
}

.locationsIllustration {
    position: relative;
    min-height: 19rem;
    display: grid;
    place-items: end center;
}

.locationsIllustration__shadow {
    position: absolute;
    bottom: 1rem;
    width: 14rem;
    height: 1.8rem;
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg-rgba-47-37-32-a22) 0%, var(--fx-rgba-47-37-32-a08) 52%, var(--alpha-transparent) 74%);
    filter: blur(8px);
}

.locationsIllustration__rider {
    position: absolute;
    left: 4.8rem;
    bottom: 8.4rem;
    width: 5rem;
    height: 6rem;
    border-radius: 2.5rem 2.5rem 1.2rem 1.2rem;
    background: linear-gradient(180deg, var(--bg-hex-f3d4be) 0%, var(--bg-hex-e59d6b) 52%, var(--bg-hex-c8672a) 100%);
    display: grid;
    place-items: center;
    box-shadow: 0 0.75rem 1.5rem var(--border-rgba-47-37-32-a12);
}

.locationsIllustration__rider i {
    font-size: 3rem;
    color: var(--bg-rgba-255-255-255-a92);
}

.locationsIllustration__scooter {
    position: relative;
    z-index: 1;
    width: 15rem;
    height: 10rem;
    display: grid;
    place-items: end center;
    color: var(--text-hex-f07f2d);
    filter: drop-shadow(0 1rem 1.4rem var(--fx-rgba-47-37-32-a14));
}

.locationsIllustration__scooter i {
    font-size: 13.5rem;
    line-height: 1;
}

.locationsIllustration__box {
    position: absolute;
    right: 1.5rem;
    bottom: 6.35rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, var(--bg-hex-ef8b34) 0%, var(--bg-hex-d96d20) 100%);
    display: grid;
    place-items: center;
    box-shadow: 0 0.75rem 1.5rem var(--fx-rgba-47-37-32-a16);
}

.locationsIllustration__box img {
    width: 2.7rem;
    height: 2.7rem;
    object-fit: contain;
}

.locationsInfo {
    padding-bottom: 1rem;
}

.locationsInfo__title {
    font-size: clamp(2rem, 3vw, 3rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.locationsInfo__address,
.locationsInfo__hours p {
    font-family: "Work Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    color: var(--accent-neutral-1);
}

.locationsInfo__hours {
    margin-top: 1.6rem;
}

.locationsInfo__hoursTitle {
    margin: 0 0 0.75rem;
    font-family: "Epilogue", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-neutral-1);
}

.locationsInfo__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    color: var(--accent-primary-strong);
    font-family: "Epilogue", sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
}

.locationsMapCard {
    position: relative;
}

.locationsMapCard__frame {
    overflow: hidden;
    border-radius: 0.8rem;
    background: var(--bg-rgba-255-255-255-a88);
    box-shadow: 0 1rem 2rem var(--fx-rgba-47-37-32-a08);
}

.locationsMapCard__frame iframe {
    width: 100%;
    height: 16.25rem;
    border: 0;
    filter: grayscale(1) saturate(0) contrast(0.95) brightness(1.02);
    display: block;
}

.locationsSection {
    padding-bottom: clamp(0rem, 0vw, 0rem);
}

.locationsShell {
    padding: clamp(4.55rem, 4vw, 6.6rem) clamp(2rem, 4vw, 4.1rem) clamp(2.8rem, 5vw, 4rem);
    /* background: radial-gradient(circle at 50% -10%, var(--bg-rgba-255-255-255-a95) 0%, var(--bg-rgba-255-255-255-a44) 46%, var(--alpha-transparent) 64%), linear-gradient(180deg, var(--bg-rgba-255-255-255-a96) 0%, var(--bg-rgba-250-249-246-a98) 100%); */
    border-radius: 0.75rem;
    isolation: isolate;
    box-shadow: 0 1.25rem 2.5rem var(--fx-rgba-47-37-32-a08);
}

.locationsDecor {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.locationsDecor>span {
    position: absolute;
}

.locationsDecor__sprig {
    top: 0.95rem;
    left: 1rem;
    width: 7rem;
    height: 0.28rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-hex-42633a) 0%, var(--bg-hex-294323) 100%);
    transform: rotate(-22deg);
    box-shadow: 0 0.25rem 0.6rem var(--fx-rgba-47-37-32-a15);
}

.locationsDecor__sprig::before,
.locationsDecor__sprig::after {
    content: "";
    position: absolute;
    width: 1.05rem;
    height: 0.55rem;
    border-radius: 1rem 1rem 0.2rem 1rem;
    background: linear-gradient(135deg, var(--bg-hex-5f874f) 0%, var(--bg-hex-35532d) 100%);
}

.locationsDecor__sprig::before {
    top: -0.45rem;
    left: 1.2rem;
    transform: rotate(-22deg);
    box-shadow: 1.35rem 0.15rem 0 0 var(--fx-hex-517347), 2.7rem -0.1rem 0 0 var(--fx-hex-3e6036), 4.1rem 0.2rem 0 0 var(--fx-hex-5b844c);
}

.locationsDecor__sprig::after {
    top: 0.2rem;
    left: 1.65rem;
    transform: rotate(158deg);
    box-shadow: 1.4rem -0.1rem 0 0 var(--fx-hex-3e6036), 2.7rem 0.15rem 0 0 var(--bg-hex-5f874f), 4rem -0.1rem 0 0 var(--bg-hex-42633a);
}

.locationsDecor__chili {
    width: 8rem;
    height: 1.35rem;
    border-radius: 1.6rem 2rem 1.6rem 2rem;
    background: linear-gradient(135deg, var(--bg-hex-c12312) 0%, var(--bg-hex-d83a1b) 56%, var(--bg-hex-af1208) 100%);
    box-shadow: 0 0.7rem 1.5rem var(--fx-rgba-115-25-11-a14);
}

.locationsDecor__chili::before {
    content: "";
    position: absolute;
    top: -0.18rem;
    left: 0.15rem;
    width: 1rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: linear-gradient(135deg, var(--bg-hex-5e8749) 0%, var(--bg-hex-36512c) 100%);
    transform: rotate(-18deg);
}

.locationsDecor__chili--left {
    top: 4.25rem;
    left: -1rem;
    transform: rotate(-11deg);
}

.locationsDecor__chili--right {
    top: 18.5rem;
    right: -1.55rem;
    transform: rotate(108deg);
}

.locationsDecor__peppercorns {
    top: 9.9rem;
    left: 0.3rem;
    width: 3.9rem;
    height: 6rem;
    background: radial-gradient(circle at 30% 12%, var(--bg-rgba-75-50-37-a95) 0 6px, var(--alpha-transparent) 7px), radial-gradient(circle at 18% 36%, var(--bg-rgba-75-50-37-a92) 0 6px, var(--alpha-transparent) 7px), radial-gradient(circle at 38% 56%, var(--bg-rgba-75-50-37-a88) 0 6px, var(--alpha-transparent) 7px), radial-gradient(circle at 24% 78%, var(--bg-rgba-75-50-37-a92) 0 6px, var(--alpha-transparent) 7px);
}

.locationsDecor__basil {
    top: 13.75rem;
    right: 1.6rem;
    width: 4.25rem;
    height: 6.25rem;
}

.locationsDecor__basil::before,
.locationsDecor__basil::after {
    content: "";
    position: absolute;
    width: 2.35rem;
    height: 3.4rem;
    border-radius: 2rem 2rem 1.2rem 2rem;
    background: linear-gradient(180deg, var(--bg-rgba-174-217-117-a9) 0%, var(--bg-rgba-92-142-59-a95) 100%);
    box-shadow: inset 0 0 0 1px var(--fx-rgba-32-63-23-a18), 0 0.55rem 1rem var(--border-rgba-47-37-32-a12);
}

.locationsDecor__basil::before {
    top: 0.35rem;
    left: 0.1rem;
    transform: rotate(18deg);
}

.locationsDecor__basil::after {
    top: 2rem;
    left: 1.6rem;
    transform: rotate(-24deg);
}

.locationsDecor__bowl {
    width: 6.45rem;
    height: 6.45rem;
    border-radius: 50%;
    background: radial-gradient(circle at center, var(--bg-rgba-255-255-255-a98) 0 58%, var(--bg-rgba-236-231-223-a96) 59% 72%, var(--bg-rgba-181-166-154-a18) 73% 100%);
    box-shadow: 0 0.9rem 1.8rem var(--fx-rgba-47-37-32-a14);
}

.locationsDecor__bowl::before,
.locationsDecor__bowl::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.locationsDecor__bowl--pasta {
    right: 1.15rem;
    bottom: 4.8rem;
}

.locationsDecor__bowl--pasta::before {
    inset: 0.95rem;
    background: repeating-linear-gradient(32deg, var(--bg-hex-f7d27a) 0 4px, var(--bg-hex-f3c55d) 4px 8px, var(--bg-hex-efb84a) 8px 10px);
    clip-path: circle(50% at 50% 50%);
}

.locationsDecor__bowl--pasta::after {
    top: 2.05rem;
    left: 2.3rem;
    width: 1rem;
    height: 1rem;
    background: radial-gradient(circle, var(--bg-rgba-255-255-255-a9) 0 45%, var(--alpha-transparent) 46%);
}

.locationsDecor__bowl--mushroom {
    right: 0.45rem;
    bottom: -0.35rem;
}

.locationsDecor__bowl--mushroom::before {
    inset: 1.15rem;
    background: radial-gradient(circle at 34% 38%, var(--bg-hex-f2e4d2) 0 26%, var(--alpha-transparent) 27%), radial-gradient(circle at 64% 44%, var(--bg-hex-eadcc8) 0 24%, var(--alpha-transparent) 25%), radial-gradient(circle at 46% 68%, var(--bg-hex-f4e8d8) 0 28%, var(--alpha-transparent) 29%);
    background-color: var(--bg-rgba-245-238-229-a92);
}

.locationsDecor__bowl--mushroom::after {
    right: 1.35rem;
    bottom: 1.2rem;
    width: 1.7rem;
    height: 0.32rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-hex-557b49) 0%, var(--bg-hex-33522c) 100%);
    transform: rotate(48deg);
}

.locationsHang,
.locationsSearch,
.locationsHeader,
.locationsRailWrap,
.locationsContent {
    z-index: 2;
}

.locationsHang__wire {
    left: calc(50% - 9.7rem);
    height: 4.6rem;
}

.locationsHang__wire--right {
    left: auto;
    right: calc(50% - 9.7rem);
}

.locationsHang__clip {
    top: 1.75rem;
    left: calc(50% - 10.1rem);
}

.locationsHang__clip--right {
    left: auto;
    right: calc(50% - 10.1rem);
}

.locationsSearch {
    width: min(100%, 23.75rem);
    margin-bottom: 4.2rem;
    grid-template-columns: 1fr 1fr;
    min-height: 4.95rem;
    background: var(--bg-rgba-19-15-15-a985);
}

.locationsSearch.is-invalid {
    box-shadow: 0 1.25rem 2rem var(--fx-rgba-47-37-32-a14), 0 0 0 2px var(--fx-rgba-207-95-31-a22);
}

.locationsSearch__fieldWrap {
    box-shadow: inset 1px 0 var(--fx-rgba-255-255-255-a05), inset -1px 0 var(--fx-rgba-255-255-255-a05);
}

.locationsSearch__field {
    font-size: 0.98rem;
    font-style: italic;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.locationsSearch__icon {
    color: var(--text-rgba-255-255-255-a22);
}

.locationsSearch__cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationsHeader {
    margin-bottom: 2.55rem;
}

.locationsTitle {
    max-width: 15ch;
    margin: 0 auto;
    font-size: clamp(2.35rem, 4.1vw, 4rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.locationsRailWrap {
    max-width: 61rem;
    margin: 0 auto 3rem;
}

.locationsRail {
    padding-top: 0.3rem;
}

.locationsRail::before {
    left: 3.5%;
    right: 3.5%;
    top: 2.45rem;
}

.locationsRail__item {
    gap: 0.9rem;
    padding-bottom: 1.1rem;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    transition: color 180ms ease, transform 180ms ease;
    color: var(--accent-neutral-1);
}

.locationsRail__item::after {
    width: 0.4rem;
    height: 0.4rem;
}

.locationsRailNext {
    font-size: 2.35rem;
}

.locationsContent {
    max-width: 61rem;
    margin: 0 auto;
    grid-template-columns: minmax(17rem, 21rem) minmax(14rem, 18rem) minmax(18rem, 24rem);
    gap: clamp(1.5rem, 3vw, 2.75rem);
}

.locationsIllustration {
    min-height: 20rem;
    align-self: end;
}

.locationsIllustration__shadow {
    left: 1rem;
    bottom: 0.55rem;
    width: 16rem;
    height: 2rem;
}

.locationsIllustration__scooter {
    position: absolute;
    left: 1.2rem;
    right: 1.4rem;
    bottom: 1.2rem;
    height: 15.5rem;
}

.locationsIllustration__wheel {
    position: absolute;
    bottom: 0;
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 50%;
    background: radial-gradient(circle at center, var(--bg-hex-f4f2ed) 0 24%, var(--bg-hex-41403d) 25% 38%, var(--bg-hex-1d1b1b) 39% 66%, var(--bg-hex-8e8e8d) 67% 76%, var(--alpha-transparent) 77%);
    box-shadow: 0 0.5rem 0.9rem var(--border-rgba-47-37-32-a12);
}

.locationsIllustration__wheel--rear {
    left: 1.6rem;
}

.locationsIllustration__wheel--front {
    right: 0.9rem;
}

.locationsIllustration__rearFender,
.locationsIllustration__frontFender {
    position: absolute;
    bottom: 1.7rem;
    height: 1.15rem;
    background: linear-gradient(180deg, var(--bg-hex-323233) 0%, var(--bg-hex-1f2020) 100%);
    border-radius: 999px;
}

.locationsIllustration__rearFender {
    left: 2.3rem;
    width: 3rem;
}

.locationsIllustration__frontFender {
    right: 1.55rem;
    width: 2.85rem;
}

.locationsIllustration__body {
    position: absolute;
    left: 2.2rem;
    right: 2.8rem;
    bottom: 2.2rem;
    height: 5.9rem;
    background: linear-gradient(180deg, var(--bg-hex-f79334) 0%, var(--bg-hex-e97323) 60%, var(--bg-hex-d86117) 100%);
    border-radius: 2rem 3.2rem 2rem 2.3rem;
    box-shadow: inset -0.35rem -0.35rem 0 var(--fx-rgba-173-78-18-a28), 0 1rem 1.65rem var(--fx-rgba-47-37-32-a14);
    clip-path: polygon(7% 22%, 28% 0, 69% 2%, 100% 36%, 91% 100%, 7% 100%, 0 62%);
}

.locationsIllustration__footboard {
    position: absolute;
    left: 3.6rem;
    right: 5.3rem;
    bottom: 2.6rem;
    height: 0.8rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bg-hex-4d4d4e) 0%, var(--bg-hex-252627) 100%);
}

.locationsIllustration__seat {
    position: absolute;
    left: 6.5rem;
    bottom: 7rem;
    width: 3.65rem;
    height: 1rem;
    border-radius: 0.8rem 0.8rem 0.35rem 0.35rem;
    background: linear-gradient(180deg, var(--bg-hex-36373a) 0%, var(--bg-hex-1d1e20) 100%);
}

.locationsIllustration__handlebar {
    position: absolute;
    right: 4.2rem;
    bottom: 7.2rem;
    width: 0.35rem;
    height: 3rem;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--bg-hex-66696d) 0%, var(--bg-hex-2c2f31) 100%);
    transform: rotate(22deg);
    transform-origin: bottom center;
}

.locationsIllustration__handlebar::after {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: -0.75rem;
    width: 1.5rem;
    height: 0.3rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-hex-494b4d) 0%, var(--bg-hex-252628) 100%);
}

.locationsIllustration__mirror {
    position: absolute;
    right: 2.95rem;
    bottom: 9.65rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, var(--bg-hex-eef1f4) 0%, var(--bg-hex-cbd1d6) 38%, var(--bg-hex-5c6167) 39%, var(--bg-hex-41464b) 100%);
}

.locationsIllustration__deliveryBox {
    position: absolute;
    left: 3.25rem;
    bottom: 5.15rem;
    width: 4.9rem;
    height: 4.55rem;
    border-radius: 0.6rem;
    background: linear-gradient(180deg, var(--bg-hex-f19939) 0%, var(--bg-hex-e06f20) 100%);
    box-shadow: inset -0.3rem -0.3rem 0 var(--fx-rgba-177-79-19-a18), 0 0.9rem 1.5rem var(--fx-rgba-47-37-32-a16);
    display: grid;
    place-items: center;
}

.locationsIllustration__deliveryBox::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px var(--fx-rgba-122-57-19-a24);
}

.locationsIllustration__deliveryBox img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.locationsIllustration__driver {
    position: absolute;
    left: 5rem;
    bottom: 5.65rem;
    width: 7.7rem;
    height: 9.6rem;
}

.locationsIllustration__head {
    position: absolute;
    left: 0.95rem;
    top: 1.3rem;
    width: 2.1rem;
    height: 2.55rem;
    border-radius: 1.1rem 1.1rem 1rem 1rem;
    background: linear-gradient(180deg, var(--bg-hex-f4cba8) 0%, var(--bg-hex-eeae78) 100%);
    box-shadow: inset -0.15rem -0.2rem 0 var(--fx-rgba-205-131-74-a2);
}

.locationsIllustration__helmet {
    position: absolute;
    left: 0.45rem;
    top: 0.35rem;
    width: 3.35rem;
    height: 2.2rem;
    border-radius: 1.6rem 1.6rem 1rem 1rem;
    background: linear-gradient(180deg, var(--bg-hex-fff6ea) 0%, var(--bg-hex-d6d8de) 100%);
    box-shadow: inset -0.2rem -0.2rem 0 var(--fx-rgba-88-97-108-a16);
}

.locationsIllustration__helmet::after {
    content: "";
    position: absolute;
    right: 0.25rem;
    bottom: 0.15rem;
    width: 1rem;
    height: 0.5rem;
    border-radius: 0 0 0.4rem 0.4rem;
    background: var(--bg-rgba-111-118-126-a5);
}

.locationsIllustration__torso {
    position: absolute;
    left: 1.15rem;
    top: 3.25rem;
    width: 3rem;
    height: 3.7rem;
    border-radius: 1rem 1rem 0.9rem 1rem;
    background: linear-gradient(180deg, var(--bg-hex-ef9438) 0%, var(--bg-hex-d56f25) 100%);
}

.locationsIllustration__arm {
    position: absolute;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-hex-f4cba8) 0%, var(--bg-hex-eca56d) 100%);
}

.locationsIllustration__arm--front {
    left: 3rem;
    top: 4rem;
    width: 3.2rem;
    transform: rotate(-18deg);
}

.locationsIllustration__arm--back {
    left: 1rem;
    top: 4.45rem;
    width: 2.5rem;
    transform: rotate(52deg);
}

.locationsIllustration__leg {
    position: absolute;
    width: 3.15rem;
    height: 0.9rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-hex-38415a) 0%, var(--bg-hex-20273b) 100%);
}

.locationsIllustration__leg--front {
    left: 2.6rem;
    top: 7.1rem;
    transform: rotate(24deg);
}

.locationsIllustration__leg--back {
    left: 0.85rem;
    top: 6.95rem;
    width: 3.4rem;
    transform: rotate(78deg);
}

.locationsInfo {
    max-width: 17rem;
    padding-bottom: 0.85rem;
}

.locationsInfo__title {
    margin-top: 0;
    font-size: clamp(2.15rem, 3vw, 3.15rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
    color: var(--accent-primary-strong);
}

.locationsInfo__address,
.locationsInfo__hours p {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.42;
}

.locationsInfo__hours {
    margin-top: 1.75rem;
}

.locationsInfo__hoursTitle {
    font-size: 1.5rem;
}

.locationsInfo__phone {
    font-size: 1.2rem;
}

.locationsMapCard {
    align-self: center;
}

.locationsMapCard__frame {
    border-radius: 0.65rem;
    background: var(--bg-rgba-255-255-255-a92);
}

.locationsMapCard__frame iframe {
    height: 16rem;
}

:focus-visible {
    outline: 2px solid var(--border-rgba-161-58-0-a32);
    outline-offset: 3px;
}

@media (max-width: 1100px) {
    .heroHeader {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 1rem;
    }
    .heroBrand {
        justify-self: start;
    }
    .heroTopCta {
        justify-self: end;
    }
    .heroNav {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 1rem 1.5rem;
        overflow-x: auto;
        padding-bottom: 0.35rem;
    }
    .heroNav a {
        flex: 0 0 auto;
    }
    .heroStage {
        min-height: auto;
        /* padding-bottom: 2rem; */
    }
    .pizzaSelction {
        min-height: 38rem;
    }
    .pizzaOrbit {
        width: min(124vw, 52rem);
        bottom: -6rem;
        aspect-ratio: 1.3 / 1;
    }
    .pizzaOrbit__ring--inner {
        inset: 2.35rem;
    }
    .pizzaName {
        font-size: clamp(0.48rem, 1.05vw, 0.78rem);
    }
    .heroOrderNow {
        top: 61%;
    }
    .pizzaImage {
        width: min(102vw, 42rem);
        bottom: -8rem;
    }
    .locationsShell {
        padding-inline: 1.5rem;
    }
    .locationsSearch {
        width: min(100%, 41rem);
        grid-template-columns: 10rem 1fr 10rem;
    }
    .locationsRail__item {
        font-size: 0.82rem;
    }
    .locationsContent {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .locationsIllustration {
        order: 1;
    }
    .locationsInfo {
        order: 2;
    }
    .locationsMapCard {
        order: 3;
        grid-column: 1 / -1;
    }
    .locationsMapCard__frame iframe {
        height: 18rem;
    }
}

@media (max-width: 780px) {
    .hero {
        /* min-height: 100vh; */
        height: auto;
        padding-top: 9.75rem;
    }
    .heroHeader {
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 0.75rem;
        border-radius: 0px !important;
        top: 0 !important;
    }
    .heroNav,
    .heroTopCta--desktop {
        display: none;
    }
    .heroBrand {
        justify-self: start;
    }
    .heroMenuToggle {
        display: inline-flex;
        justify-self: end;
    }
    .heroMobileMenu.is-active {
        visibility: visible;
        pointer-events: auto;
    }
    .heroMobileMenu__panel {
        top: 0.7rem;
    }
    .heroMobileMenu__links a {
        min-height: 3.2rem;
        font-size: 0.84rem;
    }
    .heroTopCta--mobile {
        min-height: 3.15rem;
        padding: 0.75rem 1.05rem;
        font-size: 0.72rem;
        gap: 0.5rem;
    }
    .heroHeader.is-menu-open {
        z-index: 19;
    }
    .heroBrand img {
        width: clamp(4.75rem, 16vw, 6rem);
    }
    .heroHeader {
        gap: 0.75rem 1rem;
    }
    .pizzaSelction {
        min-height: 29rem;
        margin-top: 1rem;
    }
    .pizzaOrbit {
        width: min(170vw, 43rem);
        bottom: -1.25rem;
        aspect-ratio: 1.45 / 1;
    }
    .pizzaOrbit__ring--inner {
        inset: 1.5rem;
    }
    .pizzaName {
        font-size: 0.46rem;
        letter-spacing: 0.03em;
    }
    .pizzaName::after {
        width: 0.34rem;
        height: 0.34rem;
    }
    .pizzaName.is-active::after {
        width: 0.66rem;
        height: 0.66rem;
        border-width: 1.5px;
    }
    .heroOrderNow {
        top: 58%;
        min-width: 9.75rem;
        min-height: 2.85rem;
        padding: 0.75rem 1rem;
        font-size: 0.68rem;
    }
    .pizzaImage {
        width: min(128vw, 34rem);
        bottom: -3.75rem;
    }
    .locationsSection {
        padding-top: 1rem;
    }
    .locationsShell {
        padding: 3.4rem 1rem 2rem;
        border-radius: 1.1rem;
    }
    .locationsHang {
        display: none;
    }
    .locationsSearch {
        margin-bottom: 2.2rem;
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 1.2rem;
        overflow: hidden;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 3.45rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3.6rem;
    }
    .locationsTitle {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
    }
    .locationsRailWrap {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-bottom: 1.75rem;
    }
    .locationsRail {
        grid-template-columns: repeat(4, minmax(8rem, 1fr));
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: none;
    }
    .locationsRail::-webkit-scrollbar {
        display: none;
    }
    .locationsRailNext {
        justify-self: end;
        width: 3rem;
        height: 3rem;
        font-size: 1.9rem;
    }
    .locationsContent {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
    .locationsIllustration {
        min-height: 14rem;
        order: 1;
    }
    .locationsIllustration__rider {
        left: 50%;
        bottom: 6.6rem;
        transform: translateX(-35%);
    }
    .locationsIllustration__scooter {
        width: 12.5rem;
        height: 8.4rem;
    }
    .locationsIllustration__scooter i {
        font-size: 11rem;
    }
    .locationsIllustration__box {
        right: 50%;
        bottom: 5.1rem;
        transform: translateX(4.9rem);
        width: 4rem;
        height: 4rem;
    }
    .locationsInfo {
        order: 2;
        padding-bottom: 0;
    }
    .locationsInfo__title {
        font-size: 1.7rem;
    }
    .locationsInfo__address,
    .locationsInfo__hours p,
    .locationsInfo__phone {
        font-size: 1rem;
    }
    .locationsMapCard {
        order: 3;
    }
    .locationsMapCard__frame iframe {
        height: 15rem;
    }
}

@media (max-width: 640px) {
    .pizzaSelction {
        min-height: 25rem;
        margin-top: 0.85rem;
        display: grid;
        justify-items: center;
        align-content: start;
    }
    .pizzaOrbit {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        aspect-ratio: auto;
        transform: none;
        display: flex;
        align-items: center;
        gap: 0.55rem;
        overflow-x: auto;
        overflow-y: visible;
        padding: 0.15rem 0 0.4rem;
        z-index: 5;
        scrollbar-width: none;
    }
    .pizzaOrbit::-webkit-scrollbar {
        display: none;
    }
    .pizzaOrbit__ring {
        display: none;
    }
    .pizzaName {
        position: relative;
        left: auto;
        top: auto;
        flex: 0 0 auto;
        min-height: 2.15rem;
        padding: 0.5rem 0.8rem;
        border: 1px solid var(--fx-rgba-47-37-32-a16);
        border-radius: var(--radius-full);
        background: var(--bg-rgba-255-255-255-a72);
        box-shadow: 0 0.5rem 1.25rem var(--fx-rgba-47-37-32-a05);
        font-size: 0.58rem;
        letter-spacing: 0.04em;
        line-height: 1;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    .pizzaName__text {
        transform: none;
        white-space: nowrap;
    }
    .pizzaName::after {
        display: none;
    }
    .pizzaName.is-active {
        background: var(--bg-rgba-24-19-16-a96);
        border-color: var(--bg-rgba-24-19-16-a96);
        color: var(--color-white);
    }
    .heroOrderNow {
        top: 58%;
    }
    .pizzaImage {
        width: min(132vw, 32rem);
        bottom: -1rem;
    }
    .locationsShell::before,
    .locationsShell::after,
    .locationsSection::before,
    .locationsSection::after {
        opacity: 0.45;
        transform: scale(0.75);
    }
    .locationsSearch__brand {
        font-size: 0.95rem;
    }
    .locationsSearch__field {
        font-size: 0.92rem;
        padding-left: 1.1rem;
    }
    .locationsRail {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(7.2rem, auto);
    }
    .locationsRail::before {
        left: 0;
        right: 0;
    }
    .locationsRail__item {
        font-size: 0.72rem;
        padding-inline: 0.25rem;
    }
}

@media (max-width: 560px) {
    .heroHeader {
        grid-template-columns: 1fr auto;
        justify-items: stretch;
        gap: 0.8rem;
    }
    .heroMenuToggle {
        width: 3rem;
        height: 3rem;
    }
    .heroMobileMenu__panel {
        top: 0rem;
        left: 0rem;
        right: 0rem;
        padding: 0.85rem;
        width: 100%;
        border-radius: 1.25rem;
    }
    .heroMobileMenu__head {
        margin-bottom: 6.8rem;
    }
    .heroMobileMenu__close {
        width: 2.25rem;
        height: 2.25rem;
    }
    .heroMobileMenu__links a {
        min-height: 3rem;
        padding: 0.8rem 0.9rem;
        font-size: 0.74rem;
    }
    .heroTopCta--mobile {
        width: 100%;
        justify-content: center;
        min-height: 3rem;
        font-size: 0.68rem;
    }
    .heroStage {
        padding-top: 0.8rem;
    }
    .heroControls__label {
        font-size: 0.68rem;
    }
    .pizzaSize {
        gap: 0.4rem;
    }
    .sizeBtns {
        width: 2.2rem;
        border-width: 1px;
        font-size: 0.7rem;
    }
    .pizzaSelction {
        min-height: 24rem;
    }
    .pizzaOrbit {
        gap: 0.45rem;
        padding-bottom: 0.3rem;
    }
    .pizzaName {
        min-height: 2rem;
        padding: 0.46rem 0.68rem;
        font-size: 0.52rem;
        letter-spacing: 0.03em;
    }
    .heroOrderNow {
        top: 90%;
        min-width: 8.75rem;
        min-height: 2.55rem;
        font-size: 0.62rem;
    }
    .pizzaImage {
        width: min(138vw, 29rem);
        bottom: -0.5rem;
    }
    .locationsShell {
        padding: 3rem 0.85rem 1.6rem;
    }
    .locationsSearch {
        margin-bottom: 1.75rem;
        border-radius: 1rem;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 3.1rem;
        font-size: 0.82rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3.2rem;
    }
    .locationsSearch__field {
        font-size: 0.86rem;
    }
    .locationsTitle {
        font-size: 1.55rem;
    }
    .locationsRail__item {
        font-size: 0.64rem;
        gap: 0.6rem;
    }
    .locationsIllustration {
        min-height: 12rem;
    }
    .locationsIllustration__shadow {
        width: 10rem;
        height: 1.35rem;
    }
    .locationsIllustration__rider {
        width: 4rem;
        height: 4.8rem;
        bottom: 5.7rem;
    }
    .locationsIllustration__rider i {
        font-size: 2.4rem;
    }
    .locationsIllustration__scooter {
        width: 10.75rem;
        height: 7rem;
    }
    .locationsIllustration__scooter i {
        font-size: 9.25rem;
    }
    .locationsIllustration__box {
        width: 3.35rem;
        height: 3.35rem;
        transform: translateX(4rem);
    }
    .locationsIllustration__box img {
        width: 2.15rem;
        height: 2.15rem;
    }
    .locationsInfo__title {
        font-size: 1.45rem;
        margin-bottom: 0.75rem;
    }
    .locationsInfo__address,
    .locationsInfo__hours p,
    .locationsInfo__phone {
        font-size: 0.92rem;
    }
    .locationsInfo__hours {
        margin-top: 1.1rem;
    }
    .locationsInfo__hoursTitle {
        font-size: 1.15rem;
    }
    .locationsMapCard__frame iframe {
        height: 13rem;
    }
}

@media (max-width: 590px) {
    .site-shell,
    .section-shell,
    .content-shell {
        width: min(100% - 0.75rem, var(--container-max));
    }
    .btn-primary.red {
        background: var(--bg-hex-9a1408) !important;
        opacity: 1 !important;
    }
    .site-shell {
        /* color: var(--bg-hex-9a1408); */
        width: 100% !important;
        padding: 0 0.75rem;
    }
    .heroBrand img {
        width: 3.35rem;
    }
    .heroMenuToggle {
        width: 2.8rem;
        height: 2.8rem;
    }
    .heroMenuToggle__line {
        width: 1.05rem;
    }
    .heroMobileMenu__panel {
        top: 0rem;
        left: 0rem;
        right: 0rem;
        padding: 0.85rem;
        width: 100%;
        padding: 0.8rem;
    }
    .heroMobileMenu__links a {
        font-size: 0.68rem;
    }
    .heroTopCta--mobile {
        min-height: 2.8rem;
        padding: 0.7rem 0.9rem;
    }
    .heroTopCta--mobile i {
        font-size: 0.9rem;
    }
    .pizzaSelction {
        min-height: 21.75rem;
    }
    .pizzaOrbit {
        gap: 0.4rem;
    }
    .pizzaName {
        min-height: 1.9rem;
        padding: 0.42rem 0.62rem;
        font-size: 0.48rem;
    }
    .heroOrderNow {
        min-width: 13rem;
        min-height: 3.35rem;
        font-size: 0.9rem;
        top: 90%;
    }
    .pizzaImage {
        width: min(89vw, 27rem);
        bottom: 0.1rem;
        /* transform: translateX(-35%) translateY(50%); */
    }
    .locationsShell {
        padding-inline: 0.7rem;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 2.85rem;
        font-size: 0.74rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3rem;
    }
    .locationsSearch__field {
        font-size: 0.8rem;
    }
    .locationsTitle {
        font-size: 1.55rem;
    }
    .locationsRail__item {
        font-size: 0.58rem;
    }
    .locationsRailNext {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.6rem;
    }
    .locationsMapCard__frame iframe {
        height: 11.5rem;
    }
}

@media (max-width: 1100px) {
    .locationsShell {
        padding-inline: 1.5rem;
    }
    .locationsDecor__bowl--pasta {
        right: 0.45rem;
    }
    .locationsDecor__bowl--mushroom {
        right: -0.15rem;
    }
    .locationsSearch {
        width: min(100%, 41rem);
        grid-template-columns: 10rem 1fr 10rem;
    }
    .locationsHang__wire {
        left: calc(50% - 16.1rem);
    }
    .locationsHang__wire--right {
        left: auto;
        right: calc(50% - 16.1rem);
    }
    .locationsHang__clip {
        left: calc(50% - 16.5rem);
    }
    .locationsHang__clip--right {
        left: auto;
        right: calc(50% - 16.5rem);
    }
    .locationsRailWrap,
    .locationsContent {
        max-width: 54rem;
    }
    .locationsRail__item {
        font-size: 0.72rem;
    }
    .locationsContent {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .locationsIllustration {
        order: 1;
        width: min(100%, 18.5rem);
        min-height: 18rem;
    }
    .locationsInfo {
        order: 2;
    }
    .locationsMapCard {
        order: 3;
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    .locationsShell {
        padding: 3.4rem 1rem 2rem;
        border-radius: 1.1rem;
    }
    .locationsShell::before,
    .locationsShell::after,
    .locationsSection::before,
    .locationsSection::after {
        opacity: 0.36;
        transform: scale(0.82);
    }
    .locationsHang {
        display: none;
    }
    .locationsDecor__peppercorns,
    .locationsDecor__bowl,
    .locationsDecor__basil {
        display: none;
    }
    .locationsDecor__chili--right {
        top: auto;
        bottom: 7rem;
    }
    .locationsSearch {
        margin-bottom: 2.2rem;
        min-height: auto;
        grid-template-columns: 1fr;
        border-radius: 1.2rem;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 3.45rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3.6rem;
        box-shadow: inset 0 1px var(--fx-rgba-255-255-255-a05), inset 0 -1px var(--fx-rgba-255-255-255-a05);
    }
    .locationsHeader {
        margin-bottom: 2rem;
    }
    .locationsTitle {
        font-size: clamp(1.8rem, 8vw, 2.6rem);
    }
    .locationsRailWrap {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        margin-bottom: 1.85rem;
    }
    .locationsRail {
        grid-template-columns: repeat(4, minmax(8rem, 1fr));
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: none;
    }
    .locationsRailNext {
        justify-self: end;
        width: 3rem;
        height: 3rem;
        font-size: 1.9rem;
    }
    .locationsContent {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        max-width: none;
    }
    .locationsIllustration {
        width: min(100%, 18rem);
        min-height: 14.5rem;
        margin: 0 auto;
        transform: scale(0.9);
        transform-origin: center bottom;
    }
    .locationsInfo {
        max-width: none;
        padding-bottom: 0;
    }
    .locationsInfo__title {
        font-size: 1.75rem;
    }
    .locationsInfo__address,
    .locationsInfo__hours p,
    .locationsInfo__phone {
        font-size: 1rem;
    }
    .locationsMapCard__frame iframe {
        height: 15rem;
    }
}

@media (max-width: 640px) {
    .locationsShell::before,
    .locationsShell::after,
    .locationsSection::before,
    .locationsSection::after,
    .locationsDecor__sprig,
    .locationsDecor__chili {
        opacity: 0.45;
    }
    .locationsDecor__sprig {
        left: 0.55rem;
        transform: rotate(-18deg) scale(0.82);
    }
    .locationsDecor__chili--left {
        top: 4.95rem;
        left: -2rem;
        transform: rotate(-11deg) scale(0.74);
    }
    .locationsDecor__chili--right {
        right: -2.65rem;
        bottom: 6rem;
        transform: rotate(108deg) scale(0.74);
    }
    .locationsSearch__brand {
        font-size: 0.95rem;
    }
    .locationsSearch__field {
        font-size: 0.92rem;
        padding-left: 1.1rem;
    }
    .locationsRail {
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(7.2rem, auto);
    }
    .locationsRail::before {
        left: 0;
        right: 0;
    }
    .locationsRail__item {
        font-size: 0.7rem;
        padding-inline: 0.25rem;
    }
}

@media (max-width: 560px) {
    .locationsShell {
        padding: 3rem 0.85rem 1.6rem;
    }
    .locationsShell::before,
    .locationsShell::after,
    .locationsSection::before,
    .locationsSection::after,
    .locationsDecor {
        display: none;
    }
    .locationsSearch {
        margin-bottom: 1.75rem;
        border-radius: 1rem;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 3.1rem;
        font-size: 0.82rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3.2rem;
    }
    .locationsSearch__field {
        font-size: 0.86rem;
    }
    .locationsTitle {
        font-size: 1.55rem;
    }
    .locationsRail__item {
        font-size: 0.64rem;
        gap: 0.6rem;
    }
    .locationsIllustration {
        min-height: 12rem;
        width: min(100%, 15rem);
        transform: scale(0.76);
    }
    .locationsInfo__title {
        font-size: 1.45rem;
        margin-bottom: 0.75rem;
    }
    .locationsInfo__address,
    .locationsInfo__hours p,
    .locationsInfo__phone {
        font-size: 0.92rem;
    }
    .locationsInfo__hours {
        margin-top: 1.1rem;
    }
    .locationsInfo__hoursTitle {
        font-size: 1.15rem;
    }
    .locationsMapCard__frame iframe {
        height: 13rem;
    }
}

@media (max-width: 590px) {
    .locationsShell {
        padding-inline: 0.7rem;
    }
    .locationsSearch__brand,
    .locationsSearch__cta {
        min-height: 2.85rem;
        font-size: 0.74rem;
    }
    .locationsSearch__fieldWrap {
        min-height: 3rem;
    }
    .locationsSearch__field {
        font-size: 0.8rem;
    }
    .locationsTitle {
        font-size: 1.55rem;
    }
    .locationsRail__item {
        font-size: 0.58rem;
    }
    .locationsRailNext {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.6rem;
    }
    .locationsIllustration {
        width: min(100%, 23rem);
        min-height: 13.4rem;
        transform: scale(0.68);
    }
    .locationsMapCard__frame iframe {
        height: 11.5rem;
    }
}

.locationsIllustration {
    position: relative;
    display: block;
    width: min(100%, 20rem);
    min-height: 18.75rem;
    margin: 0;
    align-self: end;
    justify-self: start;
    overflow: visible;
    transform: none;
}

.locationsIllustration__shadow {
    left: 50%;
    bottom: 1rem;
    width: 14.5rem;
    height: 1.9rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg-rgba-47-37-32-a22) 0%, var(--fx-rgba-47-37-32-a08) 52%, var(--alpha-transparent) 74%);
    filter: blur(10px);
    opacity: 0.9;
}

.locationsIllustration__speed {
    position: absolute;
    left: 0.2rem;
    right: 3.15rem;
    bottom: 5.8rem;
    display: grid;
    gap: 0.65rem;
    pointer-events: none;
    opacity: 0;
    filter: blur(1.4px);
}

.locationsIllustration__speedLine {
    height: 0.34rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--bg-rgba-243-140-67-a0) 0%, var(--bg-rgba-243-140-67-a62) 42%, var(--bg-rgba-243-140-67-a08) 100%);
    transform-origin: left center;
    opacity: 0;
}

.locationsIllustration__speedLine:nth-child(1) {
    width: 76%;
}

.locationsIllustration__speedLine:nth-child(2) {
    width: 58%;
    margin-left: 0.85rem;
}

.locationsIllustration__speedLine:nth-child(3) {
    width: 44%;
    margin-left: 1.8rem;
}

.locationsIllustration__artWrap {
    position: absolute;
    inset: auto 0 0;
    transform-origin: center bottom;
    will-change: transform, filter, opacity;
}

.locationsIllustration__art {
    width: clamp(15rem, 29vw, 19.25rem);
    margin: 0 auto;
    filter: drop-shadow(0 1rem 1.5rem var(--fx-rgba-47-37-32-a14));
    user-select: none;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .locationsIllustration {
        width: min(100%, 18.75rem);
        min-height: 17rem;
        justify-self: center;
    }
    .locationsIllustration__art {
        width: min(100%, 17.75rem);
    }
    .locationsIllustration__shadow {
        width: 12.75rem;
    }
    .locationsIllustration__speed {
        left: 0.35rem;
        right: 2.8rem;
        bottom: 5.15rem;
    }
}

@media (max-width: 780px) {
    .locationsIllustration {
        width: min(100%, 17rem);
        min-height: 13.75rem;
        margin: 0 auto;
        justify-self: center;
        transform: none;
    }
    .locationsIllustration__art {
        width: min(100%, 15.9rem);
    }
    .locationsIllustration__shadow {
        bottom: 0.8rem;
        width: 11.75rem;
        height: 1.6rem;
    }
    .locationsIllustration__speed {
        left: -0.3rem;
        right: 2rem;
        bottom: 4.7rem;
        gap: 0.5rem;
    }
    .locationsIllustration__speedLine {
        height: 0.28rem;
    }
}

@media (max-width: 560px) {
    .locationsIllustration {
        width: min(100%, 14.5rem);
        min-height: 11.5rem;
    }
    .locationsIllustration__art {
        width: min(100%, 13.65rem);
    }
    .locationsIllustration__shadow {
        bottom: 0.7rem;
        width: 9.9rem;
        height: 1.28rem;
    }
    .locationsIllustration__speed {
        right: 1.45rem;
        bottom: 3.95rem;
        gap: 0.4rem;
    }
    .locationsIllustration__speedLine {
        height: 0.22rem;
    }
}

@media (max-width: 590px) {
    .locationsIllustration {
        width: min(100%, 23rem);
        min-height: 13.25rem;
    }
    .locationsIllustration__art {
        width: min(100%, 12.15rem);
    }
    .locationsIllustration__shadow {
        width: 8.7rem;
        height: 1.1rem;
    }
    .locationsIllustration__speed {
        right: 1.2rem;
        bottom: 3.4rem;
    }
}

.locationsIllustration {
    position: relative;
    display: block;
    width: min(100%, 20.5rem);
    min-height: 19.6rem;
    margin: 0;
    align-self: end;
    justify-self: start;
    overflow: visible;
    transform: none;
}

.locationsIllustration__scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.locationsIllustration__shadow {
    left: 50%;
    bottom: 1.05rem;
    width: 14.8rem;
    height: 1.85rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg-rgba-47-37-32-a22) 0%, var(--fx-rgba-47-37-32-a08) 52%, var(--alpha-transparent) 74%);
    filter: blur(10px);
    opacity: 0.88;
    z-index: 1;
}

.locationsIllustration__bgWrap,
.locationsIllustration__buildingsRail,
.locationsIllustration__wind,
.locationsIllustration__bikeWrap,
.locationsIllustration__shadow {
    will-change: transform, opacity;
}

.locationsIllustration__bgWrap {
    position: absolute;
    left: 0%;
    bottom: 4.65rem;
    width: 100%;
    opacity: 0.1;
    transform: translateX(-50%);
    transform-origin: center bottom;
    z-index: -1;
}

.locationsIllustration__bg {
    width: 100%;
    max-width: none;
    user-select: none;
    pointer-events: none;
}

.locationsIllustration__buildingsRail {
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    bottom: 4rem;
    height: 4.9rem;
    background-image: url("../media/SVG/bildings.svg");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 100%;
    opacity: 1;
    z-index: 1;
    -webkit-mask-image: linear-gradient(90deg, var(--alpha-transparent) 0, var(--fx-hex-000) 8%, var(--fx-hex-000) 92%, var(--alpha-transparent) 100%);
    mask-image: linear-gradient(90deg, var(--alpha-transparent) 0, var(--fx-hex-000) 8%, var(--fx-hex-000) 92%, var(--alpha-transparent) 100%);
}

.locationsIllustration__windWrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

.locationsIllustration__wind {
    position: absolute;
    opacity: 0.16;
    mix-blend-mode: multiply;
    user-select: none;
    pointer-events: none;
}

.locationsIllustration__wind--one {
    top: 1.85rem;
    left: 0.55rem;
    width: 7rem;
}

.locationsIllustration__wind--two {
    top: 0.45rem;
    left: 7rem;
    width: 7.8rem;
}

.locationsIllustration__wind--three {
    top: 2.75rem;
    right: 0.65rem;
    width: 6.1rem;
}

.locationsIllustration__bikeWrap {
    position: absolute;
    left: 50%;
    bottom: 1.3rem;
    width: min(100%, 15.85rem);
    transform: translateX(-50%);
    transform-origin: center bottom;
    z-index: 4;
}

.locationsIllustration__bike {
    width: 100%;
    max-width: none;
    filter: drop-shadow(0 1rem 1.5rem var(--fx-rgba-47-37-32-a14));
    user-select: none;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .locationsIllustration {
        width: min(100%, 18.8rem);
        min-height: 17.2rem;
        justify-self: center;
    }
    .locationsIllustration__shadow {
        width: 13.2rem;
    }
    .locationsIllustration__bgWrap {
        bottom: 4.25rem;
    }
    .locationsIllustration__buildingsRail {
        bottom: 3.7rem;
        height: 4.45rem;
    }
    .locationsIllustration__bikeWrap {
        width: min(100%, 14.8rem);
    }
}

@media (max-width: 780px) {
    .locationsIllustration {
        width: min(100%, 17rem);
        min-height: 13.95rem;
        margin: 0 auto;
        justify-self: center;
        transform: none;
    }
    .locationsIllustration__shadow {
        bottom: 0.8rem;
        width: 11.75rem;
        height: 1.55rem;
    }
    .locationsIllustration__bgWrap {
        bottom: 3.7rem;
    }
    .locationsIllustration__buildingsRail {
        left: 0.2rem;
        right: 0.2rem;
        bottom: 3.15rem;
        height: 4rem;
    }
    .locationsIllustration__wind--one {
        top: 1.55rem;
        left: 0.15rem;
        width: 5.8rem;
    }
    .locationsIllustration__wind--two {
        top: 0.25rem;
        left: 5.45rem;
        width: 6.4rem;
    }
    .locationsIllustration__wind--three {
        top: 2.2rem;
        right: 0.3rem;
        width: 5rem;
    }
    .locationsIllustration__bikeWrap {
        bottom: 1rem;
        width: min(100%, 13.45rem);
    }
}

@media (max-width: 560px) {
    .locationsIllustration {
        width: min(100%, 14.7rem);
        min-height: 11.5rem;
        transform: none;
    }
    .locationsIllustration__shadow {
        bottom: 0.7rem;
        width: 10rem;
        height: 1.25rem;
    }
    .locationsIllustration__bgWrap {
        bottom: 2.95rem;
    }
    .locationsIllustration__buildingsRail {
        bottom: 2.6rem;
        height: 3.35rem;
    }
    .locationsIllustration__wind--one {
        top: 1.2rem;
        width: 4.9rem;
    }
    .locationsIllustration__wind--two {
        top: 0.1rem;
        left: 4.75rem;
        width: 5.4rem;
    }
    .locationsIllustration__wind--three {
        top: 1.75rem;
        width: 4.2rem;
    }
    .locationsIllustration__bikeWrap {
        bottom: 0.8rem;
        width: min(100%, 11.65rem);
    }
}

@media (max-width: 590px) {
    .locationsIllustration {
        width: min(100%, 23rem);
        min-height: 13.2rem;
    }
    .locationsIllustration__shadow {
        width: 8.9rem;
        height: 1.05rem;
    }
    .locationsIllustration__bgWrap {
        bottom: 2.55rem;
    }
    .locationsIllustration__buildingsRail {
        bottom: 2.2rem;
        height: 3rem;
    }
    .locationsIllustration__wind--one {
        width: 4.2rem;
    }
    .locationsIllustration__wind--two {
        left: 4.1rem;
        width: 4.8rem;
    }
    .locationsIllustration__wind--three {
        width: 3.8rem;
    }
    .locationsIllustration__bikeWrap {
        width: min(100%, 10.5rem);
    }
}

.brandStory {
    position: relative;
    overflow: hidden;
}

.brandStory__hero {
    position: relative;
    overflow: hidden;
    /* background: radial-gradient(circle at 14% 18%, var(--fx-rgba-255-255-255-a05) 0%, var(--alpha-transparent) 20%), radial-gradient(circle at 82% 76%, var(--bg-rgba-255-255-255-a04) 0%, var(--alpha-transparent) 24%), linear-gradient(180deg, var(--bg-hex-1f1b1d) 0%, var(--bg-hex-181517) 100%); */
}

.brandStory__hero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(var(--bg-rgba-255-255-255-a08) 0.8px, var(--alpha-transparent) 0.95px), radial-gradient(var(--bg-rgba-0-0-0-a28) 1px, var(--alpha-transparent) 1.15px), linear-gradient(120deg, var(--bg-rgba-255-255-255-a03) 0%, var(--alpha-transparent) 35%); */
    background-position: 0 0, 8px 10px, center;
    background-size: 19px 19px, 27px 27px, cover;
    opacity: 0.35;
    mix-blend-mode: screen;
    pointer-events: none;
}

.brandStory__hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 12% 78%, var(--bg-rgba-255-255-255-a08) 0%, var(--alpha-transparent) 30%), radial-gradient(circle at 84% 12%, var(--bg-rgba-255-255-255-a06) 0%, var(--alpha-transparent) 24%);
    opacity: 0.35;
    pointer-events: none;
}

.brandStory__heroInner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(24rem, 1.08fr) minmax(18rem, 0.92fr);
    gap: clamp(2.5rem, 5vw, 6rem);
    align-items: center;
    padding: clamp(4rem, 7vw, 5.6rem) 0 clamp(3.4rem, 5vw, 4.2rem);
}

.brandStory__collage {
    position: relative;
    width: min(100%, 39.5rem);
    min-height: 32rem;
}

.brandStory__frame,
.brandStory__logoCard {
    position: absolute;
    margin: 0;
    box-shadow: 0 1.6rem 2.8rem var(--fx-rgba-0-0-0-a26);
}

.brandStory__frame {
    padding: 0.9rem;
    background: var(--bg-hex-f7f3ef);
}

.brandStory__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.brandStory__frame--left {
    left: 0;
    top: 3.7rem;
    width: 15rem;
    height: 21rem;
}

.brandStory__frame--left img {
    object-position: center 42%;
}

.brandStory__frame--center {
    left: 14.35rem;
    top: 0;
    width: 18rem;
    height: 24rem;
}

.brandStory__frame--center img {
    object-position: center;
}

.brandStory__logoCard {
    left: 6.65rem;
    top: 14.4rem;
    width: 17.75rem;
    height: 16.85rem;
    display: grid;
    place-items: center;
    background: var(--bg-hex-020202);
    border-radius: 20px;
}

.brandStory__logoCard img {
    width: 12.1rem;
    object-fit: contain;
}

.brandStory__frame--front {
    left: 23rem;
    top: 16.15rem;
    width: 17.2rem;
    height: 13.85rem;
    padding: 0.55rem;
    background: var(--bg-hex-090909);
    overflow: hidden;
}

.brandStory__frame--front::before {
    content: "";
    position: absolute;
    inset: 0.55rem;
    background: linear-gradient(180deg, var(--bg-rgba-0-0-0-a04) 0%, var(--bg-rgba-0-0-0-a52) 100%);
    pointer-events: none;
}

.brandStory__frame--front::after {
    content: "CRUST";
    position: absolute;
    right: 1.35rem;
    top: 1.1rem;
    color: var(--text-hex-f0ad2f);
    font-family: "Epilogue", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-shadow: 0 0 18px var(--fx-rgba-240-173-47-a32);
}

.brandStory__frame--front img {
    filter: saturate(0.88) brightness(0.84);
}

.brandStory__copy {
    position: relative;
    z-index: 2;
    padding-right: clamp(0rem, 2vw, 1.6rem);
}

.brandStory__title {
    /* max-width: 10.4ch; */
    font-size: clamp(2.7rem, 3.2vw, 4.4rem);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--accent-primary-strong);
}

.brandStory__text {
    max-width: 30rem;
    margin-top: 2rem;
    font-size: clamp(1.02rem, 1.35vw, 1.3rem);
    line-height: 1.65;
    color: var(--text-rgba-244-239-235-a8);
}

.brandStory__slice {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    filter: drop-shadow(0 1.1rem 1.2rem var(--fx-rgba-0-0-0-a32));
    pointer-events: none;
    z-index: 1;
}

.brandStory__slice::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--bg-rgba-255-248-231-a18) 0%, var(--bg-rgba-255-248-231-a0) 48%);
}

.brandStory__slice--top {
    top: 2rem;
    left: -4.8rem;
    width: 11rem;
    height: 13rem;
    background-image: url("../media/margherita.jpg");
    transform: rotate(-22deg);
}

.brandStory__slice--bottomOne,
.brandStory__slice--bottomTwo,
.brandStory__slice--bottomThree {
    background-image: url("../media/blanco.jpg");
}

.brandStory__slice--bottomOne {
    right: 8.4rem;
    bottom: -2.4rem;
    width: 10.2rem;
    height: 12.8rem;
    transform: rotate(-30deg);
}

.brandStory__slice--bottomTwo {
    right: 1rem;
    bottom: 0.6rem;
    width: 11.2rem;
    height: 14rem;
    transform: rotate(68deg);
}

.brandStory__slice--bottomThree {
    right: 5.3rem;
    bottom: -3rem;
    width: 10.7rem;
    height: 13.6rem;
    background-image: url("../media/margherita.jpg");
    transform: rotate(26deg);
}

.brandStory__cards {
    width: min(100%, 1600px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: var(--bg-hex-e6e3de);
    border-top: 1px solid var(--border-rgba-48-37-32-a08);
}

.brandStory__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.45rem;
    align-content: start;
    min-height: 14.8rem;
    padding: 2.35rem 2.1rem 2.3rem;
    border-right: 1px solid var(--border-rgba-48-37-32-a08);
}

.brandStory__card:last-child {
    border-right: 0;
}

.brandStory__cardThumb {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.9rem 1.6rem var(--border-rgba-47-37-32-a12);
}

.brandStory__cardThumb--catering {
    background-image: url("../media/blanco.jpg");
    background-position: center 46%;
}

.brandStory__cardThumb--careers {
    background-image: url("../media/logo.png");
    background-size: 82%;
    background-position: center;
    background-color: var(--bg-hex-1b1718);
}

.brandStory__cardThumb--franchise {
    background-image: url("../media/margherita.jpg");
    background-position: center 42%;
}

.brandStory__cardBody {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.brandStory__cardTitle {
    max-width: 14ch;
    font-size: clamp(1.45rem, 2vw, 2.15rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--text-hex-211a17);
}

.brandStory__cardText {
    max-width: 30ch;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--text-rgba-69-55-48-a78);
}

@media (max-width: 1200px) {
    .brandStory__heroInner {
        grid-template-columns: minmax(22rem, 1fr) minmax(18rem, 0.95fr);
        gap: 3rem;
    }
    .brandStory__collage {
        width: min(100%, 34rem);
        min-height: 28rem;
    }
    .brandStory__frame--left {
        width: 13.2rem;
        height: 18.8rem;
    }
    .brandStory__frame--center {
        left: 12.6rem;
        width: 15.8rem;
        height: 21rem;
    }
    .brandStory__logoCard {
        left: 5.5rem;
        top: 12.9rem;
        width: 15rem;
        height: 14.8rem;
    }
    .brandStory__logoCard img {
        width: 10.3rem;
    }
    .brandStory__frame--front {
        left: 20.2rem;
        top: 14.7rem;
        width: 14.8rem;
        height: 12rem;
    }
    .brandStory__frame--front::after {
        font-size: 1.7rem;
    }
}

@media (max-width: 980px) {
    .brandStory__heroInner {
        grid-template-columns: 1fr;
        gap: 2.4rem;
        justify-items: center;
        text-align: center;
    }
    .brandStory__copy {
        padding-right: 0;
    }
    .brandStory__title,
    .brandStory__text {
        margin-inline: auto;
    }
    .brandStory__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .brandStory__card:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid var(--border-rgba-48-37-32-a08);
    }
}

@media (max-width: 780px) {
    .brandStory__heroInner {
        padding: 3.4rem 0 3rem;
    }
    .brandStory__collage {
        width: min(100%, 30rem);
        min-height: 23rem;
    }
    .brandStory__frame {
        padding: 0.7rem;
    }
    .brandStory__frame--left {
        top: 2.7rem;
        width: 11.1rem;
        height: 15.6rem;
    }
    .brandStory__frame--center {
        left: 10.45rem;
        width: 13.4rem;
        height: 17.6rem;
    }
    .brandStory__logoCard {
        left: 4.4rem;
        top: 10.7rem;
        width: 12.5rem;
        height: 12.5rem;
    }
    .brandStory__logoCard img {
        width: 8.9rem;
    }
    .brandStory__frame--front {
        left: 16.8rem;
        top: 11.9rem;
        width: 12.6rem;
        height: 10rem;
        padding: 0.45rem;
    }
    .brandStory__frame--front::before {
        inset: 0.45rem;
    }
    .brandStory__frame--front::after {
        top: 0.7rem;
        right: 0.85rem;
        font-size: 1.25rem;
    }
    .brandStory__title {
        max-width: 11ch;
        font-size: clamp(2.15rem, 8vw, 3.35rem);
    }
    .brandStory__text {
        margin-top: 1.4rem;
        font-size: 0.98rem;
    }
    .brandStory__slice--top {
        top: 1.3rem;
        left: -5.6rem;
        width: 9rem;
        height: 11rem;
    }
    .brandStory__slice--bottomOne {
        right: 6rem;
        width: 8.6rem;
        height: 10.8rem;
    }
    .brandStory__slice--bottomTwo {
        right: -0.45rem;
        width: 9.6rem;
        height: 12rem;
    }
    .brandStory__slice--bottomThree {
        right: 3.8rem;
        width: 9rem;
        height: 11.5rem;
    }
    .brandStory__cards {
        grid-template-columns: 1fr;
    }
    .brandStory__card,
    .brandStory__card:last-child {
        border-right: 0;
        border-top: 1px solid var(--border-rgba-48-37-32-a08);
    }
    .brandStory__card:first-child {
        border-top: 0;
    }
}

@media (max-width: 560px) {
    .brandStory__heroInner {
        padding: 2.9rem 0 2.8rem;
    }
    .brandStory__collage {
        width: min(100%, 21rem);
        min-height: 17.3rem;
    }
    .brandStory__frame--left {
        top: 2rem;
        width: 7.6rem;
        height: 11rem;
        padding: 0.45rem;
    }
    .brandStory__frame--center {
        left: 7.25rem;
        width: 10rem;
        height: 13.2rem;
        padding: 0.5rem;
    }
    .brandStory__logoCard {
        left: 2.85rem;
        top: 7.85rem;
        width: 9.3rem;
        height: 9.6rem;
    }
    .brandStory__logoCard img {
        width: 6.8rem;
    }
    .brandStory__frame--front {
        left: 11.7rem;
        top: 9rem;
        width: 9.4rem;
        height: 7.8rem;
        padding: 0.3rem;
    }
    .brandStory__frame--front::before {
        inset: 0.3rem;
    }
    .brandStory__frame--front::after {
        top: 0.4rem;
        right: 0.55rem;
        font-size: 0.9rem;
    }
    .brandStory__title {
        font-size: 1.9rem;
    }
    .brandStory__text {
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .brandStory__slice--top {
        display: none;
    }
    .brandStory__slice--bottomOne {
        right: 5rem;
        bottom: -2rem;
        width: 6.9rem;
        height: 8.8rem;
    }
    .brandStory__slice--bottomTwo {
        right: -0.8rem;
        bottom: -0.1rem;
        width: 7.6rem;
        height: 9.8rem;
    }
    .brandStory__slice--bottomThree {
        right: 2.8rem;
        bottom: -2.5rem;
        width: 7.3rem;
        height: 9.2rem;
    }
    .brandStory__card {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.65rem 1rem 1.85rem;
    }
    .brandStory__cardThumb {
        width: 3.9rem;
        height: 3.9rem;
    }
    .brandStory__cardText {
        max-width: none;
        font-size: 0.92rem;
    }
}

@media (max-width: 590px) {
    .brandStory__heroInner {
        width: min(100% - 1rem, var(--container-max));
    }
    .brandStory__collage {
        width: min(100%, 18rem);
        min-height: 15rem;
    }
    .brandStory__frame--left {
        width: 6.4rem;
        height: 9.5rem;
    }
    .brandStory__frame--center {
        left: 6.15rem;
        width: 8.45rem;
        height: 11rem;
    }
    .brandStory__logoCard {
        left: 2.4rem;
        top: 6.9rem;
        width: 8.3rem;
        height: 8.6rem;
    }
    .brandStory__logoCard img {
        width: 6rem;
    }
    .brandStory__frame--front {
        left: 10.1rem;
        top: 7.9rem;
        width: 8.2rem;
        height: 6.9rem;
    }
    .brandStory__title {
        max-width: 23ch;
        font-size: 1.55rem;
    }
    .brandStory__slice--bottomOne {
        right: 3.9rem;
        width: 5.9rem;
        height: 7.4rem;
    }
    .brandStory__slice--bottomTwo {
        right: -1.15rem;
        width: 6.6rem;
        height: 8.4rem;
    }
    .brandStory__slice--bottomThree {
        right: 2.2rem;
        width: 6.1rem;
        height: 7.8rem;
    }
}

.menuShowcase {
    position: relative;
    padding: clamp(4.5rem, 7vw, 6.5rem) 0 clamp(4rem, 7vw, 6rem);
}

.menuShowcase__shell {
    position: relative;
    padding: clamp(2.75rem, 5vw, 3.8rem) clamp(1.2rem, 3vw, 2.5rem) clamp(3.25rem, 6vw, 4.75rem);
    /* background-color: var(--bg-app); */
    /* background: radial-gradient(circle at 20% 18%, var(--bg-rgba-128-109-87-a045) 0%, var(--alpha-transparent) 32%), radial-gradient(circle at 81% 82%, var(--bg-rgba-188-75-19-a05) 0%, var(--alpha-transparent) 22%), linear-gradient(180deg, var(--bg-rgba-255-255-255-a86) 0%, var(--bg-rgba-249-249-246-a98) 100%); */
    overflow: visible;
}

.menuShowcase__shell::before {
    width: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(var(--bg-rgba-67-55-49-a028) 0.7px, var(--alpha-transparent) 0.8px), linear-gradient(115deg, var(--bg-rgba-120-98-81-a03) 0%, var(--alpha-transparent) 30%);
    background-size: 24px 24px, cover;
    opacity: 0.8;
    pointer-events: none;
}

.menuShowcase__header,
.menuShowcase__tabsBar,
.menuShowcase__grid,
.menuShowcase__pagination {
    position: relative;
    z-index: 2;
}

.menuShowcase__header {
    display: grid;
    justify-items: center;
    margin-bottom: 1.6rem;
}

.menuShowcase__eyebrow {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.menuShowcase__tabsBar {
    --menu-tabs-sticky-top: clamp(5.0rem, 8vw, 6.15rem);
    position: sticky;
    top: var(--menu-tabs-sticky-top);
    z-index: 4;
    width: min(100%, 63.5rem);
    max-width: 100%;
    min-width: 0;
    margin: 0 auto clamp(2.25rem, 4vw, 3rem);
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    border: 1px solid var(--border-rgba-69-55-48-a08);
    border-radius: 0 0 0.45rem 0.45rem;
    background: var(--bg-hex-9a1408);
    box-shadow: 0 0.55rem 1.3rem var(--bg-rgba-0-0-0-a04);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
}

.menuShowcase__tabs {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.menuShowcase__tabs::-webkit-scrollbar {
    display: none;
}

.menuShowcase__tab {
    flex: 0 0 auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.35rem;
    padding: 0 1.05rem;
    border: 0;
    border-right: 1px solid var(--border-rgba-69-55-48-a08);
    border-radius: 0;
    background: var(--alpha-transparent);
    color: var(--bg-app);
    font-family: "Epilogue", sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    white-space: nowrap;
    transition: color 180ms ease, background-color 180ms ease;
}

.menuShowcase__tab:last-child {
    border-right: 0;
}

.menuShowcase__tab i {
    display: none;
}

.menuShowcase__tab::after {
    display: none;
}

.menuShowcase__tab.is-active {
    color: var(--accent-primary-strong);
    font-weight: 700;
    background: var(--bg-app);
    border-right-color: var(--alpha-transparent);
    border-radius: 0.34rem;
}

.menuShowcase__tabsScroll {
    flex: 0 0 2.35rem;
    flex-shrink: 0;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border: 0;
    border-left: 1px solid var(--border-rgba-69-55-48-a08);
    border-radius: 0.34rem;
    background: var(--alpha-transparent);
    color: var(--bg-app);
    transition: opacity 160ms ease, color 160ms ease, background-color 160ms ease;
}

.menuShowcase__tabsBar:not(.is-overflowing) .menuShowcase__tabsScroll {
    opacity: 0;
    pointer-events: none;
}

.menuShowcase__tabsScroll:disabled {
    opacity: 0.32;
    pointer-events: none;
}

.menuShowcase__tabsScroll:not(:disabled):hover {
    background: var(--bg-rgba-69-55-48-a12);
}

.menuShowcase__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 3.4rem) clamp(1.5rem, 2vw, 2.2rem);
    align-items: start;
}

.menuShowcase__miniCart {
    position: absolute;
    left: calc(25% - 0.1rem);
    top: calc(50% + 0.2rem);
    display: grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    color: var(--text-hex-120d09);
    font-size: 0.78rem;
    transform: translate(-50%, -50%);
}

.menuDish {
    position: relative;
}

.menuDish__frame {
    display: grid;
    justify-items: center;
    gap: 0.15rem;
    padding: 1rem 0.85rem 0.7rem;
    text-align: center;
}

.menuDish.is-featured .menuDish__frame {
    padding: 0.9rem 0.9rem 0.95rem;
    /* border: 2px dashed var(--bg-rgba-203-168-78-a76); */
}

.menuDish__photo {
    width: clamp(17.7rem, 13vw, 10.8rem);
    aspect-ratio: 1;
    object-fit: contain;
    filter: drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
    transition: transform 220ms ease, filter 220ms ease;
}

.menuDish__photo--mushroom {
    filter: saturate(0.9) hue-rotate(-9deg) contrast(1.02) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--veggie {
    filter: saturate(1.08) hue-rotate(-4deg) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--tomato {
    filter: saturate(0.95) hue-rotate(6deg) brightness(1.02) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--sausage {
    filter: saturate(1.05) hue-rotate(8deg) contrast(1.02) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--salami {
    filter: saturate(1.06) hue-rotate(-2deg) brightness(1.02) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--triple {
    filter: saturate(1.18) hue-rotate(15deg) contrast(1.08) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--black {
    filter: saturate(0.82) hue-rotate(-18deg) contrast(1.05) brightness(0.98) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__photo--spicy {
    filter: saturate(1.14) hue-rotate(18deg) contrast(1.06) drop-shadow(0 0.9rem 1rem var(--fx-rgba-80-50-20-a12));
}

.menuDish__title {
    max-width: 15ch;
    margin-top: 0.15rem;
    font-family: "Epilogue", sans-serif;
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.04em;
    color: var(--accent-neutral-1);
}

.menuDish__price {
    margin-top: 0.1rem;
    font-family: "Epilogue", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--text-hex-d1aa44);
}

.menuDish__sizesGrid {
    width: min(100%, 14rem);
    margin-top: 0.42rem;
}

.menuDish__sizes {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
    column-gap: 0.5rem;
    text-align: center;
    font-family: "Epilogue", sans-serif;
    letter-spacing: -0.01em;
}

.menuDish__sizes span {
    display: block;
}

.menuDish__sizes--labels {
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--text-muted);
}

.menuDish__sizes--prices {
    margin-top: 0.14rem;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.1;
    color: var(--text-hex-d1aa44);
}

.menuDish:hover .menuDish__photo,
.menuDish:focus-within .menuDish__photo {
    transform: translateY(-4px) scale(1.02);
}

.menuShowcase__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: clamp(2.4rem, 5vw, 3.4rem);
}

.menuShowcase__pageArrow,
.menuShowcase__pageNumber {
    border: 0;
    background: var(--alpha-transparent);
    color: var(--text-muted);
    font-family: "Epilogue", sans-serif;
    font-size: 0.96rem;
    font-weight: 500;
}

.menuShowcase__pageArrow {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 0.38rem;
    background: var(--bg-hex-caa649);
    color: var(--color-white);
}

.menuShowcase__pageArrow.is-prev {
    opacity: 0.92;
}

.menuShowcase__pageArrow:disabled {
    opacity: 0.4;
    cursor: default;
}

.menuShowcase__pageNumber {
    min-width: 1.8rem;
    padding: 0.2rem 0.25rem;
}

.menuShowcase__pageNumber.is-active {
    color: var(--color-char);
}

.menuShowcase__pageDots {
    min-width: 1.85rem;
    text-align: center;
    color: var(--text-rgba-69-55-48-a36);
}

.menuShowcase__decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.menuShowcase__decor--swirl {
    top: 5.8rem;
    right: 2rem;
    width: 4.9rem;
    height: 8rem;
}

.menuShowcase__decor--swirl::before,
.menuShowcase__decor--swirl::after {
    content: "";
    position: absolute;
    border: 3px solid var(--alpha-transparent);
    border-right-color: var(--border-rgba-161-58-0-a78);
    border-radius: 50%;
}

.menuShowcase__decor--swirl::before {
    top: 0;
    right: 0.2rem;
    width: 2.2rem;
    height: 4rem;
    transform: rotate(-16deg);
}

.menuShowcase__decor--swirl::after {
    top: 2.7rem;
    right: 0.95rem;
    width: 1.7rem;
    height: 2.8rem;
    transform: rotate(18deg);
    box-shadow: -0.65rem 1.8rem 0 -0.45rem var(--border-rgba-161-58-0-a78);
}

.menuShowcase__decor--peel {
    left: 1.1rem;
    bottom: 1rem;
    width: 5.6rem;
    height: 3rem;
    border: 2px solid var(--border-rgba-177-121-94-a72);
    border-radius: 1.8rem 1.2rem 1.4rem 1rem;
    transform: rotate(18deg);
}

.menuShowcase__decor--peel::before {
    content: "";
    position: absolute;
    left: -0.55rem;
    top: 1rem;
    width: 1rem;
    height: 0.55rem;
    border: 2px solid var(--border-rgba-177-121-94-a72);
    border-right: 0;
    border-radius: 0.9rem 0 0 0.9rem;
}

.menuShowcase__decor--peel::after {
    content: "";
    position: absolute;
    left: 1.1rem;
    top: 0.6rem;
    width: 2.35rem;
    height: 1.5rem;
    border-radius: 1.25rem 1.1rem 1rem 0.85rem;
    background: radial-gradient(circle at 28% 38%, var(--bg-rgba-147-82-42-a48) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 58% 40%, var(--bg-rgba-68-118-50-a5) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 72% 65%, var(--bg-rgba-161-58-0-a4) 0 2px, var(--alpha-transparent) 3px), linear-gradient(180deg, var(--bg-hex-f9d07d) 0%, var(--bg-hex-eeae44) 100%);
    box-shadow: inset 0 0 0 2px var(--border-rgba-177-121-94-a72);
    transform: rotate(-24deg);
}

.menuShowcase__decor--pepper {
    right: 1.8rem;
    bottom: 0.45rem;
    width: 1.35rem;
    height: 2.2rem;
    border-radius: 1rem 1rem 1.1rem 1.1rem;
    background: linear-gradient(180deg, var(--bg-hex-d73a1f) 0%, var(--bg-hex-9a1408) 100%);
}

.menuShowcase__decor--pepper::before,
.menuShowcase__decor--pepper::after {
    content: "";
    position: absolute;
}

.menuShowcase__decor--pepper::before {
    top: -0.35rem;
    left: 0.45rem;
    width: 0.3rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--bg-hex-466c37);
}

.menuShowcase__decor--pepper::after {
    right: -0.9rem;
    bottom: -0.1rem;
    width: 1.5rem;
    height: 0.55rem;
    border-radius: 999px;
    background: radial-gradient(circle at 18% 50%, var(--bg-hex-58834b) 0 20%, var(--alpha-transparent) 22%), radial-gradient(circle at 52% 50%, var(--bg-hex-75a662) 0 22%, var(--alpha-transparent) 24%), radial-gradient(circle at 84% 50%, var(--bg-hex-4a733d) 0 20%, var(--alpha-transparent) 22%);
    opacity: 0.9;
}

@media (max-width: 1100px) {
    .menuShowcase__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .menuShowcase__miniCart {
        display: none;
    }
}

@media (max-width: 780px) {
    .menuShowcase {
        padding: 3.6rem 0 3rem;
    }
    .menuShowcase__shell {
        padding: 2.5rem 1rem 3.4rem;
    }
    .menuShowcase__tabsBar {
        width: 100vw;
        max-width: 100%;
        --menu-tabs-sticky-top: 5rem;
    }
    .menuShowcase__tabs {
        padding-inline: 0;
    }
    .menuShowcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1rem;
    }
    .menuDish__frame {
        padding-inline: 0.25rem;
    }
    .menuDish__title {
        font-size: 0.92rem;
    }
    .menuDish__price {
        font-size: 1.75rem;
    }
    .menuDish__sizes--labels {
        font-size: 0.7rem;
    }
    .menuDish__sizes--prices {
        font-size: 0.95rem;
    }
    .menuShowcase__decor--swirl {
        right: 0.6rem;
        top: 6.4rem;
        transform: scale(0.82);
        transform-origin: top right;
    }
    .menuShowcase__decor--peel,
    .menuShowcase__decor--pepper {
        transform: scale(0.86);
        transform-origin: bottom center;
    }
}

@media (max-width: 560px) {
    .menuShowcase__shell {
        padding: 2.2rem 0rem;
    }
    .menuShowcase__tabsBar {
        --menu-tabs-sticky-top: 5rem;
        padding: .4rem 0.2rem;
    }
    .menuShowcase__eyebrow {
        font-size: 2.05rem;
    }
    .menuShowcase__tab {
        min-height: 2.05rem;
        padding: .6rem 0.78rem;
        font-size: 1rem;
        white-space: nowrap;
    }
    .menuShowcase__tabsScroll {
        flex-basis: 2.05rem;
        width: 2.05rem;
        height: 2.05rem;
    }
    .menuShowcase__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.8rem 0.75rem;
    }
    .menuDish__photo {
        width: min(100%, 8.5rem);
    }
    .menuDish__title {
        font-size: 0.84rem;
    }
    .menuDish__price {
        font-size: 1.5rem;
    }
    .menuDish__sizesGrid {
        width: min(100%, 12rem);
    }
    .menuDish__sizes--labels {
        font-size: 0.66rem;
    }
    .menuDish__sizes--prices {
        font-size: 0.88rem;
    }
    .menuShowcase__pagination {
        gap: 0.35rem;
    }
    .menuShowcase__pageArrow {
        width: 1.8rem;
        height: 1.8rem;
    }
    .menuShowcase__decor--swirl {
        display: none;
    }
    .menuShowcase__decor--peel {
        left: 0.45rem;
        bottom: 0.2rem;
        transform: scale(0.72) rotate(18deg);
    }
    .menuShowcase__decor--pepper {
        right: 0.9rem;
        bottom: 0;
        transform: scale(0.78);
    }
}

@media (max-width: 590px) {
    .menuShowcase__shell {
        padding-inline: 0;
    }
    .menuShowcase__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.45rem;
    }
    .menuDish.is-featured .menuDish__frame {
        max-width: 14.5rem;
        margin-inline: auto;
    }
    .menuDish__frame {
        gap: 0.1rem;
    }
    .menuDish__photo {
        width: min(100%, 9rem);
    }
    .menuShowcase__pagination {
        flex-wrap: wrap;
    }
    .menuShowcase__decor--peel,
    .menuShowcase__decor--pepper {
        opacity: 0.72;
    }
}

.bgWhite {
    background-color: var(--bg-app);
}

.signatureShowcase {
    position: relative;
    /* padding: clamp(4.25rem, 7vw, 6rem) 0 clamp(4rem, 7vw, 5.5rem); */
}

.signatureShowcase__shell {
    --signature-accent: var(--text-hex-a13a00);
    position: relative;
    padding: clamp(2.75rem, 5vw, 3.6rem) clamp(1.2rem, 3vw, 2.6rem) clamp(2.6rem, 5vw, 4rem);
    overflow: hidden;
    /* background:
        radial-gradient(circle at 18% 22%, var(--palette-rgba-137-118-97-a035) 0%, var(--alpha-transparent) 28%),
        radial-gradient(circle at 84% 18%, var(--palette-rgba-161-58-0-a035) 0%, var(--alpha-transparent) 18%),
        linear-gradient(180deg, var(--bg-rgba-255-255-255-a92) 0%, var(--bg-rgba-249-249-246-a98) 100%); */
}

.signatureShowcase__shell::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background:
        radial-gradient(var(--palette-rgba-78-64-56-a028) 0.8px, var(--alpha-transparent) 0.9px),
        linear-gradient(115deg, var(--palette-rgba-128-111-94-a04) 0%, var(--alpha-transparent) 32%); */
    background-size: 26px 26px, cover;
    opacity: 0.78;
    pointer-events: none;
}

.signatureShowcase__header,
.signatureShowcase__tabs,
.signatureShowcase__content {
    position: relative;
    z-index: 2;
}

.signatureShowcase__header {
    display: grid;
    justify-items: center;
    margin-bottom: 2rem;
}

.signatureShowcase__eyebrow {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--accent-primary-strong);
}

.signatureShowcase__tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(.5rem, 2vw, 2.2rem);
    margin-bottom: clamp(2.2rem, 4vw, 3rem);
}

.signatureShowcase__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0;
    border: 0;
    background: var(--alpha-transparent);
    color: var(--bg-hex-af1208);
    background-color: var(--bg-app);
    font-family: "Epilogue", sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    border-radius: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: color 180ms ease, transform 180ms ease;
}

.signatureShowcase__tab i {
    font-size: 1.28rem;
}

.signatureShowcase__tab.is-active {
    color: var(--bg-app);
    background-color: var(--bg-hex-af1208);
}

.signatureShowcase__tab:hover,
.signatureShowcase__tab:focus-visible {
    color: var(--bg-app);
    background-color: var(--bg-hex-af1208);
    transform: translateY(-1px);
}

.signatureShowcase__content {
    display: grid;
    grid-template-columns: minmax(18rem, 33rem) minmax(20rem, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.signatureShowcase__visual {
    position: relative;
    min-height: 33rem;
}

.signatureShowcase__ingredientField {
    display: none;
}

.signatureShowcase__pizzaStage {
    position: absolute;
    left: 2.4rem;
    right: 0.6rem;
    bottom: 0.6rem;
    display: grid;
    justify-items: center;
    align-items: end;
    min-height: 25.5rem;
    isolation: isolate;
}

.signatureShowcase__dust {
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    width: 21rem;
    height: 5.6rem;
    transform: translateX(-50%);
    background: radial-gradient(circle at 14% 58%, var(--bg-rgba-198-162-118-a42) 0 3px, var(--alpha-transparent) 4px), radial-gradient(circle at 24% 68%, var(--bg-rgba-198-162-118-a4) 0 3px, var(--alpha-transparent) 4px), radial-gradient(circle at 40% 56%, var(--bg-rgba-198-162-118-a34) 0 2.5px, var(--alpha-transparent) 3.5px), radial-gradient(circle at 58% 68%, var(--bg-rgba-198-162-118-a38) 0 3px, var(--alpha-transparent) 4px), radial-gradient(circle at 74% 56%, var(--bg-rgba-198-162-118-a36) 0 3px, var(--alpha-transparent) 4px), radial-gradient(circle at 88% 66%, var(--bg-rgba-198-162-118-a32) 0 3px, var(--alpha-transparent) 4px), linear-gradient(180deg, var(--bg-rgba-206-170-126-a18) 0%, var(--bg-rgba-206-170-126-a0) 72%);
    filter: blur(0.4px);
    clip-path: polygon(7% 60%, 15% 28%, 34% 44%, 52% 16%, 67% 42%, 82% 24%, 92% 60%, 78% 82%, 58% 72%, 38% 84%, 18% 72%);
    opacity: 0.96;
}

.signatureShowcase__board {
    position: absolute;
    left: 50%;
    bottom: 1rem;
    width: 20.5rem;
    height: 3.3rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 34%, var(--bg-rgba-157-114-73-a78) 0%, var(--bg-rgba-122-82-47-a9) 68%, var(--bg-rgba-101-65-38-a92) 100%);
    box-shadow: 0 1rem 1.6rem var(--fx-rgba-80-54-32-a12);
}

.signatureShowcase__board::after {
    content: "";
    position: absolute;
    inset: 0.3rem 0.55rem;
    border-radius: inherit;
    border: 1px solid var(--border-rgba-255-239-214-a18);
}

.signatureShowcase__pizzaStack {
    position: relative;
    z-index: 2;
    width: min(100%, 21.8rem);
    height: 24.5rem;
    transform-origin: center center;
}

.signatureShowcase__pizza {
    position: absolute;
    transform-origin: center center;
    user-select: none;
    pointer-events: none;
}

.signatureShowcase__pizza--base {
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 1.65rem;
    width: 100%;
    height: auto;
    margin-inline: auto;
    filter: drop-shadow(0 1rem 1.5rem var(--fx-rgba-82-53-30-a14));
}

.signatureShowcase__pizza--topping {
    z-index: 2;
    left: 0;
    right: 0;
    top: -5.1rem;
    width: min(100%, 12.4rem);
    height: 14.8rem;
    margin-inline: auto;
    pointer-events: none;
}

.signatureShowcase__toppingItem {
    position: absolute;
    left: var(--ingredient-x);
    top: var(--ingredient-y);
    width: var(--ingredient-size);
    height: auto;
    transform: translate(-50%, -50%) rotate(var(--ingredient-rotate));
    transform-origin: center center;
    filter: drop-shadow(0 0.45rem 0.75rem var(--fx-rgba-58-34-18-a14));
    user-select: none;
    pointer-events: none;
    will-change: transform, opacity;
}

.signatureShowcase__pizza--classic {
    filter: saturate(1.02) drop-shadow(0 0.65rem 1rem var(--fx-rgba-58-34-18-a12));
}

.signatureShowcase__pizza--firecracker {
    filter: saturate(1.14) hue-rotate(14deg) contrast(1.08) drop-shadow(0 0.65rem 1rem var(--fx-rgba-58-34-18-a12));
}

.signatureShowcase__pizza--craft {
    filter: saturate(0.88) brightness(1.03) hue-rotate(-8deg) drop-shadow(0 0.65rem 1rem var(--fx-rgba-58-34-18-a12));
}

.signatureShowcase__pizza--everything {
    filter: saturate(1.12) hue-rotate(20deg) contrast(1.05) drop-shadow(0 0.65rem 1rem var(--fx-rgba-58-34-18-a12));
}

.signatureShowcase__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 2.4rem;
}

.signatureFeature {
    max-width: 15rem;
}

.signatureFeature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    min-height: 2.4rem;
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1;
}

.signatureFeature__icon--olive {
    color: var(--text-hex-7f8f55);
}

.signatureFeature__icon--rust {
    color: var(--text-hex-b15b43);
}

.signatureFeature__title {
    margin: 0 0 0.55rem;
    font-family: "Epilogue", sans-serif;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.96;
    color: var(--accent-neutral-1);
}

.signatureFeature__text {
    max-width: 14rem;
    font-size: 0.94rem;
    line-height: 1.6;
    color: var(--accent-neutral-1);
}

.signatureShowcase__specks {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.signatureShowcase__specks--top {
    top: 1rem;
    right: 0.2rem;
    width: 6.8rem;
    height: 6.8rem;
    background: radial-gradient(circle at 16% 18%, var(--bg-rgba-203-168-78-a92) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 42% 26%, var(--bg-rgba-203-168-78-a8) 0 1.5px, var(--alpha-transparent) 2.5px), radial-gradient(circle at 74% 18%, var(--bg-rgba-203-168-78-a72) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 58% 42%, var(--bg-rgba-203-168-78-a74) 0 1.5px, var(--alpha-transparent) 2.5px), radial-gradient(circle at 88% 54%, var(--bg-rgba-203-168-78-a9) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 66% 72%, var(--bg-rgba-203-168-78-a62) 0 1.5px, var(--alpha-transparent) 2.5px);
}

.signatureShowcase__specks--bottom {
    left: 0.4rem;
    bottom: 3rem;
    width: 5.2rem;
    height: 6rem;
    background: radial-gradient(circle at 18% 16%, var(--bg-rgba-203-168-78-a72) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 36% 42%, var(--bg-rgba-203-168-78-a58) 0 1.5px, var(--alpha-transparent) 2.5px), radial-gradient(circle at 28% 72%, var(--bg-rgba-203-168-78-a66) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 58% 58%, var(--bg-rgba-203-168-78-a52) 0 1.5px, var(--alpha-transparent) 2.5px), radial-gradient(circle at 64% 88%, var(--bg-rgba-203-168-78-a76) 0 2px, var(--alpha-transparent) 3px);
}

@media (max-width: 1100px) {
    .signatureShowcase__content {
        grid-template-columns: minmax(16rem, 28rem) minmax(18rem, 1fr);
        gap: 2rem;
    }
    .signatureShowcase__visual {
        min-height: 29rem;
    }
    .signatureShowcase__pizzaStage {
        left: 1rem;
        right: 0;
        min-height: 22rem;
    }
    .signatureShowcase__pizzaStack {
        width: min(100%, 19rem);
        height: 21.5rem;
    }
    .signatureShowcase__pizza--topping {
        width: min(100%, 7.25rem);
        height: 8.9rem;
    }
    .signatureShowcase__board {
        width: 18.8rem;
    }
    .signatureShowcase__dust {
        width: 19rem;
    }
    .signatureFeature__title {
        font-size: 1.45rem;
    }
}

@media (max-width: 780px) {
    .signatureShowcase {
        padding: 0rem 0 0rem;
    }
    .signatureShowcase__shell {
        padding: 2.4rem 1rem 3rem;
    }
    .signatureShowcase__tabs {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        padding-inline: 0.1rem;
        scrollbar-width: none;
    }
    .signatureShowcase__tabs::-webkit-scrollbar {
        display: none;
    }
    .signatureShowcase__tab {
        flex: 0 0 auto;
        white-space: nowrap;
        font-size: 1rem;
    }
    .signatureShowcase__content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .signatureShowcase__visual {
        min-height: 26.25rem;
    }
    .signatureShowcase__pizzaStage {
        left: 0;
        right: 0;
        bottom: 0.4rem;
        min-height: 20.5rem;
    }
    .signatureShowcase__pizzaStack {
        width: min(100%, 17.8rem);
        height: 20rem;
    }
    .signatureShowcase__pizza--topping {
        width: min(100%, 6.6rem);
        height: 8rem;
    }
    .signatureShowcase__board {
        width: 17.8rem;
        height: 3rem;
    }
    .signatureShowcase__dust {
        width: 17.8rem;
        height: 4.8rem;
    }
    .signatureShowcase__features {
        gap: 1.9rem 1.5rem;
    }
    .signatureFeature {
        max-width: none;
    }
    .signatureShowcase__specks--top {
        transform: scale(0.82);
        transform-origin: top right;
    }
}

@media (max-width: 560px) {
    .signatureShowcase__shell {
        padding: 2.1rem 0.85rem 2.8rem;
    }
    .signatureShowcase__eyebrow {
        font-size: 1.55rem;
    }
    .signatureShowcase__visual {
        min-height: 22.5rem;
    }
    .signatureShowcase__pizzaStack {
        width: min(100%, 15.8rem);
        height: 17.6rem;
    }
    .signatureShowcase__pizza--topping {
        width: min(100%, 5.7rem);
        height: 7rem;
    }
    .signatureShowcase__board {
        width: 15.8rem;
        height: 2.55rem;
    }
    .signatureShowcase__dust {
        width: 15.8rem;
        height: 4rem;
    }
    .signatureShowcase__features {
        grid-template-columns: 1fr;
        gap: 1.6rem;
    }
    .signatureFeature__icon {
        margin-bottom: 0.55rem;
        font-size: 1.65rem;
    }
    .signatureFeature__title {
        font-size: 1.25rem;
    }
    .signatureFeature__text {
        max-width: none;
        font-size: 0.9rem;
    }
    .signatureShowcase__specks--top {
        width: 4.8rem;
        height: 4.8rem;
    }
    .signatureShowcase__specks--bottom {
        width: 4rem;
        height: 4.6rem;
        bottom: 2rem;
    }
}

@media (max-width: 590px) {
    .signatureShowcase__shell {
        padding-inline: 0.1rem;
    }
    .signatureShowcase__tab {
        font-size: 1rem;
        gap: 0.4rem;
    }
    .signatureShowcase__visual {
        min-height: 20rem;
    }
    .signatureShowcase__pizzaStack {
        width: min(100%, 13.8rem);
        height: 11.5rem;
    }
    .signatureShowcase__pizza--topping {
        width: min(100%, 4.95rem);
        height: 6rem;
    }
    .signatureShowcase__board {
        width: 14rem;
    }
    .signatureShowcase__dust {
        width: 14rem;
    }
    .signatureShowcase__specks--bottom {
        opacity: 0.72;
    }
}

.reviewsShowcase {
    position: relative;
    padding: clamp(0rem, 0vw, 0rem) 0 0;
}

.reviewsShowcase__shell {
    position: relative;
}

.reviewsShowcase__panel {
    position: relative;
    padding: clamp(2.75rem, 5vw, 4.5rem) clamp(1.2rem, 4vw, 4rem);
    /* background: radial-gradient(circle at 14% 18%, var(--bg-rgba-255-255-255-a055) 0%, var(--alpha-transparent) 24%), radial-gradient(circle at 84% 16%, var(--bg-rgba-201-164-76-a08) 0%, var(--alpha-transparent) 18%), linear-gradient(180deg, var(--bg-hex-2b2a29) 0%, var(--bg-hex-1b1a19) 100%); */
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 1.4rem 3rem var(--fx-rgba-37-30-26-a14);
}

.reviewsShowcase__panel::before,
.reviewsShowcase__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.reviewsShowcase__panel::before {
    background-image: radial-gradient(var(--bg-rgba-255-255-255-a038) 0.7px, var(--alpha-transparent) 0.8px), radial-gradient(var(--bg-rgba-255-255-255-a022) 1px, var(--alpha-transparent) 1.1px);
    background-size: 24px 24px, 88px 88px;
    opacity: 0.72;
}

.reviewsShowcase__panel::after {
    background: linear-gradient(90deg, var(--fx-rgba-255-255-255-a05) 0%, var(--alpha-transparent) 20%, var(--alpha-transparent) 80%, var(--bg-rgba-255-255-255-a03) 100%);
    opacity: 0.78;
}

.reviewsShowcase__dust {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.reviewsShowcase__dust--top {
    top: -0.4rem;
    left: 0.2rem;
    width: 8rem;
    height: 3rem;
    background: radial-gradient(circle at 12% 22%, var(--bg-rgba-175-60-31-a74) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 18% 38%, var(--bg-rgba-201-168-78-a46) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 6% 56%, var(--bg-rgba-175-60-31-a46) 0 1.6px, var(--alpha-transparent) 2.6px), radial-gradient(circle at 26% 14%, var(--bg-rgba-255-255-255-a26) 0 1.2px, var(--alpha-transparent) 2.2px);
    opacity: 0.7;
}

.reviewsShowcase__dust--bottom {
    left: 0.5rem;
    bottom: -0.65rem;
    width: 6rem;
    height: 4rem;
    background: radial-gradient(circle at 12% 16%, var(--bg-rgba-201-168-78-a64) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 28% 42%, var(--bg-rgba-201-168-78-a48) 0 1.5px, var(--alpha-transparent) 2.5px), radial-gradient(circle at 20% 72%, var(--bg-rgba-201-168-78-a54) 0 2px, var(--alpha-transparent) 3px), radial-gradient(circle at 52% 56%, var(--bg-rgba-201-168-78-a36) 0 1.2px, var(--alpha-transparent) 2.2px), radial-gradient(circle at 68% 84%, var(--bg-rgba-201-168-78-a52) 0 1.8px, var(--alpha-transparent) 2.8px);
    opacity: 0.68;
}

.reviewsShowcase__content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(18rem, 0.9fr) minmax(20rem, 1.1fr);
    gap: clamp(1.8rem, 4vw, 4rem);
    align-items: center;
}

.reviewsShowcase__copy {
    max-width: 32rem;
    padding: 0.4rem 0 1.2rem;
}

.reviewsShowcase__title {
    max-width: 18ch;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--accent-primary-strong);
    text-wrap: balance;
}

.reviewsShowcase__title span {
    color: var(--bg-hex-9a1408);
}

.reviewsShowcase__text {
    max-width: 30rem;
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-rgba-249-244-236-a78);
}

.reviewsShowcase__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1.7rem;
    padding: 0.92rem 1.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-strong) 100%);
    color: var(--bg-hex-fffdf8);
    font-family: "Epilogue", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0.9rem 1.8rem var(--fx-rgba-188-143-38-a22);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.reviewsShowcase__cta i {
    font-size: 1.05rem;
    transition: transform 180ms ease;
}

.reviewsShowcase__cta:hover,
.reviewsShowcase__cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 1.2rem 2.1rem var(--fx-rgba-188-143-38-a28);
}

.reviewsShowcase__cta:hover i,
.reviewsShowcase__cta:focus-visible i {
    transform: translateX(3px);
}

.reviewsShowcase__socialProof {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 2.35rem;
    color: var(--accent-neutral-1);
}

.reviewsShowcase__socialIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--bg-rgba-255-255-255-a96);
    color: var(--text-hex-9c4730);
    font-size: 0.8rem;
    box-shadow: 0 0.45rem 1rem var(--fx-rgba-15-13-12-a18);
}

.reviewsShowcase__socialLine {
    width: 4.1rem;
    height: 1px;
    background: linear-gradient(90deg, var(--bg-rgba-248-242-234-a28) 0%, var(--bg-rgba-248-242-234-a88) 100%);
}

.reviewsShowcase__socialText {
    font-family: "Epilogue", sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.reviewsShowcase__avatars {
    display: inline-flex;
    margin-left: 0.3rem;
}

.reviewsShowcase__avatar {
    width: 1.65rem;
    height: 1.65rem;
    margin-left: -0.35rem;
    border: 2px solid var(--border-rgba-27-26-25-a96);
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0.4rem 0.8rem var(--fx-rgba-15-13-12-a12);
}

.reviewsShowcase__avatar:first-child {
    margin-left: 0;
}

.reviewsShowcase__avatar--one {
    background-image: linear-gradient(135deg, var(--bg-rgba-245-215-174-a95) 0%, var(--bg-rgba-170-103-70-a95) 100%);
}

.reviewsShowcase__avatar--two {
    background-image: url("../media/blanco.jpg");
}

.reviewsShowcase__avatar--three {
    background-image: linear-gradient(135deg, var(--bg-rgba-255-246-228-a95) 0%, var(--bg-rgba-136-95-76-a95) 100%);
}

.reviewsShowcase__avatar--four {
    background-image: url("../media/margherita.jpg");
}

.reviewsShowcase__visual {
    position: relative;
    min-height: 34rem;
}

.reviewsShowcase__reviewCard,
.reviewsShowcase__ingredient,
.reviewsShowcase__pizza,
.reviewsShowcase__board,
.siteFooter__corner,
.siteFooter__social a,
.siteFooter__brand {
    will-change: transform, opacity;
}

.reviewsShowcase__reviewCard {
    position: absolute;
    z-index: 6;
    background: var(--bg-rgba-255-255-255-a96);
    box-shadow: 0 1rem 2rem var(--fx-rgba-16-13-12-a14);
}

.reviewsShowcase__reviewCard--top {
    top: 1.55rem;
    left: 2.4rem;
    width: 12.2rem;
    padding: 0.95rem 1rem 1rem;
    border-radius: 1rem;
}

.reviewsShowcase__reviewCard--bottom {
    top: 10.3rem;
    left: 0.9rem;
    width: min(100%, 23rem);
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
}

.reviewsShowcase__reviewHead {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.reviewsShowcase__reviewAvatar {
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 2px var(--bg-rgba-255-255-255-a74);
}

.reviewsShowcase__reviewAvatar--kylie {
    background-image: linear-gradient(135deg, var(--bg-rgba-238-211-188-a98) 0%, var(--bg-rgba-154-104-82-a96) 100%);
}

.reviewsShowcase__reviewAvatar--sarah {
    width: 2.15rem;
    height: 2.15rem;
    background-image: linear-gradient(135deg, var(--bg-rgba-245-228-210-a98) 0%, var(--bg-rgba-207-164-128-a96) 100%);
}

.reviewsShowcase__reviewMeta strong,
.reviewsShowcase__reviewMeta span {
    display: block;
}

.reviewsShowcase__reviewMeta strong {
    font-family: "Epilogue", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--text-hex-2d251f);
}

.reviewsShowcase__reviewMeta span {
    font-size: 0.62rem;
    line-height: 1.4;
    color: var(--text-rgba-69-55-48-a56);
}

.reviewsShowcase__stars {
    display: flex;
    gap: 0.26rem;
    margin-top: 0.85rem;
    color: var(--text-hex-86a04d);
    font-size: 1.02rem;
}

.reviewsShowcase__reviewQuote {
    font-size: 0.68rem;
    line-height: 1.5;
    color: var(--text-rgba-69-55-48-a72);
}

.reviewsShowcase__reviewBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--bg-hex-7b9150) 0%, var(--bg-hex-5f7537) 100%);
    color: var(--text-hex-fff);
    font-size: 1rem;
}

.reviewsShowcase__ingredient {
    position: absolute;
    z-index: 5;
}

.reviewsShowcase__ingredient--leafOne,
.reviewsShowcase__ingredient--leafTwo,
.reviewsShowcase__ingredient--leafThree {
    width: 1.25rem;
    height: 2.55rem;
    border-radius: 68% 32% 68% 32%;
    background: linear-gradient(180deg, var(--bg-hex-8db15f) 0%, var(--bg-hex-4f7338) 100%);
    box-shadow: inset 0 0 0 1px var(--fx-rgba-42-69-30-a2);
}

.reviewsShowcase__ingredient--leafOne {
    top: 0.35rem;
    right: 5.25rem;
    transform: rotate(-24deg);
}

.reviewsShowcase__ingredient--leafTwo {
    top: 14rem;
    right: 1.9rem;
    transform: rotate(28deg);
}

.reviewsShowcase__ingredient--leafThree {
    left: 8rem;
    bottom: 0.55rem;
    transform: rotate(-78deg);
}

.reviewsShowcase__ingredient--tomatoOne,
.reviewsShowcase__ingredient--tomatoTwo,
.reviewsShowcase__ingredient--tomatoThree {
    width: 1.18rem;
    height: 1.18rem;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 34%, var(--bg-hex-ffbb95) 0 14%, var(--bg-hex-df4a30) 15% 74%, var(--bg-hex-a5170d) 75% 100%);
    box-shadow: 0 0.45rem 0.8rem var(--fx-rgba-24-18-15-a14);
}

.reviewsShowcase__ingredient--tomatoOne {
    top: 0.45rem;
    right: 1.2rem;
}

.reviewsShowcase__ingredient--tomatoTwo {
    top: 3.45rem;
    right: 3.75rem;
    width: 1.48rem;
    height: 1.48rem;
}

.reviewsShowcase__ingredient--tomatoThree {
    top: 9.8rem;
    right: 18rem;
    width: 1.32rem;
    height: 1.32rem;
}

.reviewsShowcase__ingredient--oliveOne,
.reviewsShowcase__ingredient--oliveTwo {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: radial-gradient(circle at 45% 42%, var(--bg-hex-46312a) 0 22%, var(--bg-hex-1d1816) 23% 100%);
}

.reviewsShowcase__ingredient--oliveOne {
    top: 6.85rem;
    right: 14.5rem;
}

.reviewsShowcase__ingredient--oliveTwo {
    top: 12.35rem;
    right: 9.8rem;
}

.reviewsShowcase__ingredient--cheeseOne,
.reviewsShowcase__ingredient--cheeseTwo {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 0.18rem;
    background: linear-gradient(145deg, var(--bg-hex-f9d57d) 0%, var(--bg-hex-efb84a) 100%);
    box-shadow: inset -0.16rem -0.16rem 0 var(--fx-rgba-193-137-42-a18);
}

.reviewsShowcase__ingredient--cheeseOne {
    top: 5.55rem;
    right: 6.2rem;
    transform: rotate(-18deg);
}

.reviewsShowcase__ingredient--cheeseTwo {
    top: 13.15rem;
    right: 5.1rem;
    transform: rotate(12deg);
}

.reviewsShowcase__pizzaStage {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(100%, 31rem);
    height: 100%;
}

.reviewsShowcase__board {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 24rem;
    height: 4.2rem;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 34%, var(--bg-rgba-170-120-74-a78) 0%, var(--bg-rgba-133-87-50-a92) 72%, var(--bg-rgba-101-65-37-a98) 100%);
    box-shadow: 0 1rem 1.8rem var(--fx-rgba-79-54-33-a22);
}

.reviewsShowcase__board::after {
    content: "";
    position: absolute;
    inset: 0.35rem 0.6rem;
    border-radius: inherit;
    border: 1px solid var(--border-rgba-255-237-214-a18);
}

.reviewsShowcase__pizza {
    position: absolute;
    user-select: none;
    pointer-events: none;
    filter: drop-shadow(0 1.2rem 1.8rem var(--fx-rgba-32-22-18-a24));
}

.reviewsShowcase__pizza--primary {
    right: 0;
    bottom: 1.55rem;
    width: min(100%, 24rem);
    z-index: 4;
}

.reviewsShowcase__pizza--secondary {
    top: 0.45rem;
    right: 5.45rem;
    width: 14.4rem;
    z-index: 3;
    transform: rotate(-22deg);
}

.siteFooter {
    position: relative;
    padding-top: clamp(0rem, 0vw, 0rem);
}

.siteFooter__shell {
    position: relative;
    padding: clamp(3rem, 5vw, 4rem) 0 clamp(2.2rem, 4vw, 3rem);
    background-color: var(--alpha-transparent);
    /* background: radial-gradient(circle at 50% -30%, var(--bg-rgba-255-255-255-a07) 0%, var(--alpha-transparent) 40%), linear-gradient(180deg, var(--bg-hex-222120) 0%, var(--bg-hex-171615) 100%); */
    overflow: hidden;
}

.siteFooter__shell::before,
.siteFooter__shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.siteFooter__shell::before {
    background-image: radial-gradient(var(--bg-rgba-255-255-255-a032) 0.8px, var(--alpha-transparent) 0.9px), radial-gradient(var(--bg-rgba-255-255-255-a018) 1px, var(--alpha-transparent) 1.1px);
    background-size: 26px 26px, 82px 82px;
    opacity: 0.7;
}

.siteFooter__shell::after {
    background: radial-gradient(circle at 50% 0%, var(--bg-rgba-255-255-255-a08) 0%, var(--alpha-transparent) 38%);
    opacity: 0.72;
}

.siteFooter__inner {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 1rem;
    text-align: center;
}

.siteFooter__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.siteFooter__brand img {
    width: clamp(5rem, 8vw, 6.25rem);
    filter: grayscale(1) brightness(4.6);
    opacity: 0.96;
}

.siteFooter__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem clamp(1rem, 2vw, 2.25rem);
}

.siteFooter__nav a {
    font-family: "Epilogue", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-rgba-248-242-234-a74);
    transition: color 180ms ease, transform 180ms ease;
}

.siteFooter__nav a:hover,
.siteFooter__nav a:focus-visible {
    color: var(--text-hex-fffaf2);
    transform: translateY(-1px);
}

.siteFooter__prompt {
    text-align: center;
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.95rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--text-rgba-248-242-234-a92);
}

.siteFooter__prompt a {
    color: var(--text-hex-7c9447);
}

.siteFooter__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.siteFooter__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    background: var(--bg-rgba-203-168-78-a12);
    color: var(--text-hex-d2b24d);
    box-shadow: inset 0 0 0 1px var(--fx-rgba-203-168-78-a18);
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.siteFooter__social a:hover,
.siteFooter__social a:focus-visible {
    transform: translateY(-2px);
    background: var(--bg-rgba-203-168-78-a24);
    color: var(--text-hex-f2d97e);
}

.siteFooter__description {
    text-align: center;
    max-width: 42rem;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-rgba-248-242-234-a66);
}

.siteFooter__copyright {
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 0.02em;
    color: var(--text-rgba-248-242-234-a5);
}

.siteFooter__copyright span {
    color: var(--text-rgba-248-242-234-a74);
}

.siteFooter__corner {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: block;
    object-fit: cover;
    opacity: 0.88;
    filter: drop-shadow(0 1rem 1.8rem var(--fx-rgba-20-16-14-a18));
}

.siteFooter__corner--left {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: left top;
}

.site-right {
    width: 100%;
    height: 100%;
    background-image: url('/assets/media/corner2TR.png');
    background-size: 20%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    display: block;
    object-fit: cover;
    opacity: 0.88;
    filter: drop-shadow(0 1rem 1.8rem var(--fx-rgba-20-16-14-a18));
    position: absolute;
    left: 0;
}

.siteFooter__corner--right {
    /* right: -2.1rem;
    bottom: -1.15rem; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right top;
}

@media (max-width: 1200px) {
    .reviewsShowcase__visual {
        min-height: 31rem;
    }
    .reviewsShowcase__reviewCard--top {
        left: 1.35rem;
    }
    .reviewsShowcase__reviewCard--bottom {
        width: min(100%, 21rem);
    }
    .reviewsShowcase__board {
        width: 21.5rem;
    }
    .reviewsShowcase__pizza--primary {
        width: min(100%, 21.5rem);
    }
    .reviewsShowcase__pizza--secondary {
        right: 4.3rem;
        width: 12.6rem;
    }
    .siteFooter__corner--left {
        /* transform: scale(0.9);
        transform-origin: top left; */
    }
    .siteFooter__corner--right {
        /* transform: scale(0.92); */
        /* transform-origin: bottom right; */
    }
}

@media (max-width: 980px) {
    .reviewsShowcase__content {
        grid-template-columns: 1fr;
    }
    .reviewsShowcase__copy {
        max-width: 35rem;
    }
    .reviewsShowcase__visual {
        min-height: 30rem;
    }
    .reviewsShowcase__reviewCard--top {
        top: 1.3rem;
        left: 2rem;
    }
    .reviewsShowcase__reviewCard--bottom {
        top: 9.2rem;
        left: 1rem;
    }
    .reviewsShowcase__pizzaStage {
        width: min(100%, 28rem);
        margin-inline: auto;
        left: 0;
    }
    .reviewsShowcase__pizza--secondary {
        right: 4rem;
    }
    .siteFooter__nav {
        max-width: 28rem;
    }
    .siteFooter__corner--left {
        /* left: -2.8rem; */
    }
    .siteFooter__corner--right {
        /* right: -2.5rem; */
    }
}

@media (max-width: 780px) {
    .reviewsShowcase {
        padding-top: 3.4rem;
    }
    .reviewsShowcase__panel {
        padding: 2.3rem 1rem 2.5rem;
    }
    .reviewsShowcase__title {
        font-size: clamp(1.7rem, 8vw, 2.55rem);
    }
    .reviewsShowcase__text {
        font-size: 0.94rem;
    }
    .reviewsShowcase__socialProof {
        gap: 0.6rem;
    }
    .reviewsShowcase__socialText {
        font-size: 0.76rem;
    }
    .reviewsShowcase__visual {
        min-height: 25rem;
    }
    .reviewsShowcase__reviewCard--top {
        top: 0.6rem;
        left: auto;
        right: 0.8rem;
        width: 10.8rem;
    }
    .reviewsShowcase__reviewCard--bottom {
        top: 7.7rem;
        left: 0.5rem;
        right: 0.5rem;
        width: auto;
    }
    .reviewsShowcase__reviewQuote {
        font-size: 0.64rem;
    }
    .reviewsShowcase__ingredient--tomatoThree,
    .reviewsShowcase__ingredient--oliveOne,
    .reviewsShowcase__ingredient--cheeseTwo {
        display: none;
    }
    .reviewsShowcase__pizzaStage {
        width: min(100%, 24rem);
    }
    .reviewsShowcase__board {
        right: 0.45rem;
        width: 18.5rem;
        height: 3.3rem;
    }
    .reviewsShowcase__pizza--primary {
        width: min(100%, 18.5rem);
    }
    .reviewsShowcase__pizza--secondary {
        top: 1.8rem;
        right: 2.9rem;
        width: 10.4rem;
    }
    .siteFooter {
        padding-top: 0rem;
    }
    .siteFooter__shell {
        padding: 2.7rem 0 2rem;
    }
    .siteFooter__prompt {
        font-size: 1.15rem;
    }
    .siteFooter__description {
        font-size: 0.88rem;
    }
    .siteFooter__corner {
        opacity: 0.72;
    }
}

@media (max-width: 560px) {
    .reviewsShowcase__panel {
        padding: 2rem 0.85rem 2.15rem;
    }
    .reviewsShowcase__text {
        font-size: 0.9rem;
    }
    .reviewsShowcase__cta {
        padding: 0.84rem 1.15rem;
        font-size: 0.78rem;
    }
    .reviewsShowcase__socialText {
        width: 100%;
        order: 4;
    }
    .reviewsShowcase__visual {
        min-height: 21.75rem;
    }
    .reviewsShowcase__reviewCard--top {
        width: 9.45rem;
        padding: 0.8rem 0.85rem;
    }
    .reviewsShowcase__reviewCard--bottom {
        top: 6.9rem;
        grid-template-columns: auto 1fr;
        padding-right: 0.75rem;
    }
    .reviewsShowcase__reviewBadge {
        display: none;
    }
    .reviewsShowcase__pizzaStage {
        width: min(100%, 20rem);
    }
    .reviewsShowcase__board {
        width: 15.8rem;
        height: 2.75rem;
    }
    .reviewsShowcase__pizza--primary {
        width: min(100%, 15.8rem);
    }
    .reviewsShowcase__pizza--secondary {
        top: 1.65rem;
        right: 2.25rem;
        width: 8.9rem;
    }
    .reviewsShowcase__ingredient--leafTwo,
    .reviewsShowcase__ingredient--tomatoTwo,
    .reviewsShowcase__ingredient--cheeseOne {
        display: none;
    }
    .siteFooter__nav {
        gap: 0.7rem 1.25rem;
    }
    .siteFooter__nav a {
        font-size: 0.8rem;
    }
    .siteFooter__social a {
        width: 2rem;
        height: 2rem;
    }
    .siteFooter__description {
        font-size: 0.82rem;
    }
    .siteFooter__corner--left {
        /* left: -3.9rem;
        top: -0.9rem;
        transform: scale(0.72); */
    }
    .siteFooter__corner--right {
        /* right: -3.6rem;
        bottom: -1.2rem;
        transform: scale(0.74); */
    }
}

@media (max-width: 590px) {
    .reviewsShowcase__title {
        font-size: 1.55rem;
    }
    .reviewsShowcase__text {
        font-size: 0.84rem;
    }
    .reviewsShowcase__socialProof {
        margin-top: 1.6rem;
    }
    .reviewsShowcase__visual {
        min-height: 19.25rem;
    }
    .reviewsShowcase__reviewCard--top {
        top: 0.4rem;
        right: 0.1rem;
        width: 8.95rem;
    }
    .reviewsShowcase__reviewCard--bottom {
        top: 5.8rem;
        left: 0;
        right: 0;
        padding-inline: 0.65rem;
    }
    .reviewsShowcase__reviewQuote {
        font-size: 0.58rem;
    }
    .reviewsShowcase__reviewMeta strong {
        font-size: 0.68rem;
    }
    .reviewsShowcase__reviewMeta span {
        font-size: 0.56rem;
    }
    .reviewsShowcase__stars {
        font-size: 0.82rem;
    }
    .reviewsShowcase__pizzaStage {
        width: min(100%, 17rem);
    }
    .reviewsShowcase__board {
        width: 13.4rem;
        height: 2.35rem;
        right: 0.2rem;
    }
    .reviewsShowcase__pizza--primary {
        width: min(100%, 13.4rem);
    }
    .reviewsShowcase__pizza--secondary {
        right: 1.55rem;
        width: 7.2rem;
    }
    .siteFooter__prompt {
        font-size: 1rem;
    }
    .siteFooter__description {
        font-size: 0.78rem;
    }
    .siteFooter__corner {
        filter: opacity(0.24);
        opacity: 0.54;
    }
    .contactFormAside,
    .contactChannelCard--primary {
        position: relative !important;
        top: 0 !important;
    }
}

.heroNav a[aria-current="page"] {
    color: var(--accent-primary-strong);
}

.heroMobileMenu__links a[aria-current="page"] {
    background: var(--bg-rgba-161-58-0-a08);
    color: var(--color-primary);
}

.siteFooter__nav a[aria-current="page"] {
    color: var(--text-hex-fffaf2);
}

.heroMobileMenu__backdrop,
.heroMobileMenu__panel {
    transition: opacity 220ms ease, transform 220ms ease;
}

.heroMobileMenu.is-active .heroMobileMenu__backdrop {
    opacity: 1;
}

.heroMobileMenu.is-active .heroMobileMenu__panel {
    opacity: 1;
    transform: translateY(0) scale(1);
}

body.innerPage {
    /* background: radial-gradient(circle at top left, var(--bg-rgba-196-81-24-a12), var(--alpha-transparent) 28%), radial-gradient(circle at 88% 10%, var(--bg-rgba-124-148-71-a1), var(--alpha-transparent) 20%), linear-gradient(180deg, var(--bg-hex-fffdf8) 0%, var(--bg-hex-f7f2ea) 52%, var(--bg-hex-f2eee6) 100%); */
}

.heroHeader {
    top: 1rem;
    padding: 0.8rem 1rem;
    border-radius: var(--radius-full);
    /* background: var(--palette-rgba-251-250-247-a84); */
    /* backdrop-filter: blur(16px); */
    /* -webkit-backdrop-filter: blur(16px); */
    /* box-shadow: 0 1rem 2.4rem var(--fx-rgba-47-37-32-a08); */
}

.innerPage .heroNav a {
    position: relative;
}

.innerPage .heroNav a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.4rem;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.pageMain {
    display: grid;
    gap: clamp(3.2rem, 5vw, 5rem);
    padding-bottom: clamp(4rem, 6vw, 6rem);
}

.pageHero {
    position: relative;
    padding: clamp(9.5rem, 12vw, 11rem) 0 0;
    overflow: hidden;
}

.pageHero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: min(82%, 42rem);
    background: radial-gradient(circle at 18% 22%, var(--bg-rgba-255-200-146-a34), var(--alpha-transparent) 30%), radial-gradient(circle at 82% 14%, var(--bg-rgba-139-173-94-a22), var(--alpha-transparent) 24%);
    pointer-events: none;
}

.pageHero__corner {
    position: absolute;
    pointer-events: none;
    opacity: 0.18;
}

.pageHero__corner--left {
    top: 0rem;
    left: -0rem;
    width: 100%;
}

.pageHero__corner--right {
    top: -9rem;
    right: -12rem;
    width: min(48rem, 54vw);
}

.pageHero__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.pageHero__copy {
    display: grid;
    gap: 1.25rem;
    max-width: 42rem;
}

.pageHero__copy h1 {
    font-size: clamp(2.8rem, 3.4vw, 5.25rem);
    line-height: 0.94;
}

.pageHero__lead {
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.78;
    color: var(--color-text);
}

.pageHero__actions,
.locationCard__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.pageHero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.pageHero__pill,
.pageTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.2rem;
    padding: 0.55rem 0.9rem;
    border-radius: var(--radius-full);
    background: var(--grad-main);
    border: 1px solid var(--border-rgba-223-192-181-a48);
    color: var(--bg-app);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pageHero__visual {
    position: relative;
    min-height: 34rem;
}

.pageHero__photo {
    position: absolute;
    overflow: hidden;
    border-radius: 2rem;
    background: var(--grad-main);
    ;
    box-shadow: 0 1.8rem 4rem var(--fx-rgba-47-37-32-a16);
    border: 1px solid var(--bg-rgba-255-255-255-a72);
}

.pageHero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageHero__photo--primary {
    inset: 2rem 4rem 1rem 0;
}

.pageHero__photo--secondary {
    top: 0;
    right: 0;
    width: min(15rem, 38%);
    height: 13rem;
}

.pageHero__note {
    position: absolute;
    left: 1.2rem;
    bottom: 0;
    display: grid;
    gap: 0.25rem;
    max-width: 15rem;
    padding: 1rem 1.1rem;
    border-radius: 1.35rem;
    background: var(--bg-rgba-34-33-32-a92);
    box-shadow: 0 1rem 2.4rem var(--fx-rgba-28-24-22-a16);
}

.pageHero__note strong,
.pageHero__note span {
    color: var(--text-rgba-255-250-242-a95);
}

.pageHero__note strong {
    font-family: "Epilogue", sans-serif;
    font-size: 0.95rem;
}

.pageHero__note span {
    font-size: 0.82rem;
    line-height: 1.5;
}

.pageSection {
    position: relative;
}

.pageSection--accent .pageSection__shell {
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 2rem;
    background: var(--grad-main);
    color: var(--bg-app);
    box-shadow: 0 1rem 3rem var(--border-rgba-47-37-32-a06);
}

.pageSection__shell {
    display: grid;
    gap: 1.6rem;
}

.pageSection__intro {
    display: grid;
    gap: 0.9rem;
    max-width: 60rem;
}

.innerPage--menu .pageSection__title,
.innerPage--menu .pageSection__text {
    color: var(--accent-neutral-2);
}

.pageSection--accent .pageSection__title,
.pageSection--accent .pageSection__text,
.pageSection__title {
    line-height: 1;
    color: var(--bg-app);
}

.pageSection__text {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--bg-app);
}

.storyGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 1fr);
    gap: 1.2rem;
    align-items: start;
}

.pageCards,
.valueGrid,
.locationGrid,
.menuCategoryGrid {
    display: grid;
    gap: 1.1rem;
}

.pageCards--three,
.valueGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.valueGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locationGrid,
.menuCategoryGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pageCard {
    display: grid;
    align-content: start;
    gap: 0.9rem;
    min-height: 100%;
    padding: 1.4rem;
    border-radius: 1.7rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--border-rgba-223-192-181-a44);
    box-shadow: 0 1rem 2.4rem var(--border-rgba-47-37-32-a06);
}

.pageCard h3 {
    line-height: 1;
    color: var(--bg-app);
}

.pageCard p,
.menuCategory p {
    color: var(--bg-app);
    line-height: 1.68;
}

.pageCard__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--bg-rgba-161-58-0-a1);
    color: var(--color-primary);
    font-size: 1.1rem;
}

.storyPanel p+p {
    margin-top: 0.85rem;
}

.locationCard a:not(.btn-secondary) {
    color: var(--color-primary);
    font-weight: 600;
}

.menuSpecial {
    display: grid;
    gap: 1.4rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 2rem;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-strong) 100%);
    box-shadow: 0 1.6rem 3.4rem var(--fx-rgba-161-58-0-a18);
}

.menuSpecial .eyebrow,
.menuSpecial .pageSection__title,
.menuSpecial .pageSection__text,
.menuSpecial strong {
    color: var(--bg-app);
}

.menuSpecial .pageSection__text {
    opacity: 0.88;
}

.menuSpecial__copy {
    display: grid;
    gap: 0.85rem;
}

.menuSpecial__prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.menuSpecial__prices article {
    display: grid;
    gap: 0.6rem;
    padding: 1rem;
    border-radius: 1.35rem;
    background: var(--bg-rgba-255-255-255-a12);
    border: 1px solid var(--border-rgba-255-255-255-a2);
}

.menuSpecial__prices strong {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.menuCategory {
    position: relative;
    overflow: hidden;
}

.menuCategory::after {
    content: "";
    position: absolute;
    inset: auto -2.5rem -2.8rem auto;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    background: radial-gradient(circle, var(--bg-rgba-161-58-0-a14) 0%, var(--alpha-transparent) 68%);
    pointer-events: none;
}

.noticeStrip {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 1.5rem;
    background: var(--bg-rgba-255-255-255-a7);
    border: 1px solid var(--border-rgba-223-192-181-a4);
    box-shadow: 0 0.8rem 2rem var(--border-rgba-47-37-32-a04);
}

.noticeStrip i {
    color: var(--color-primary);
    margin-top: 0.15rem;
}

@media (max-width: 1200px) {
    .pageHero__shell,
    .storyGrid {
        grid-template-columns: 1fr;
    }
    .pageHero__copy {
        max-width: none;
    }
    .pageHero__visual {
        min-height: 28rem;
        max-width: 38rem;
    }
    .pageCards--three,
    .locationGrid,
    .menuCategoryGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .innerPage .heroHeader {
        width: min(100% - 1rem, var(--container-max));
        top: 0.75rem;
        padding: 0.72rem 0.9rem;
    }
    .pageHero__photo--primary {
        right: 2rem;
    }
    .menuSpecial__prices,
    .valueGrid,
    .pageCards--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .pageHero {
        padding-top: 8.6rem;
    }
    .pageHero__visual {
        min-height: 23rem;
    }
    .pageHero__photo--primary {
        inset: 1rem 1rem 0 0;
    }
    .pageHero__photo--secondary {
        width: 10rem;
        height: 9rem;
    }
    .pageHero__note {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }
    .locationGrid,
    .menuCategoryGrid,
    .menuSpecial__prices,
    .valueGrid,
    .pageCards--three {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .innerPage .heroHeader {
        padding-inline: 0.8rem;
    }
    .pageHero__actions,
    .locationCard__actions {
        display: grid;
    }
    .pageHero__actions a,
    .locationCard__actions a {
        width: 100%;
    }
    .pageHero__meta {
        gap: 0.55rem;
    }
    .pageHero__pill,
    .pageTag {
        font-size: 0.72rem;
    }
    .pageHero__visual {
        min-height: 18rem;
    }
    .pageHero__photo--secondary {
        display: none;
    }
}

.pageMain--editorial {
    gap: clamp(2.75rem, 5vw, 4.5rem);
}

.editorialHero {
    position: relative;
    padding: clamp(9.5rem, 11vw, 11rem) 0 clamp(1rem, 2vw, 1.5rem);
    overflow: hidden;
}

.editorialHero::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: radial-gradient(circle at 18% 14%, var(--bg-rgba-255-186-140-a28), var(--alpha-transparent) 24%), radial-gradient(circle at 82% 20%, var(--bg-rgba-128-155-80-a18), var(--alpha-transparent) 18%), linear-gradient(180deg, var(--bg-rgba-255-255-255-a52) 0%, var(--bg-rgba-255-255-255-a0) 100%); */
    pointer-events: none;
}

.editorialHero__corner {
    position: absolute;
    opacity: 0.12;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.editorialHero__corner--left {
    left: -3rem;
    bottom: -1.5rem;
    width: min(19rem, 24vw);
}

.editorialHero__corner--right {
    right: -1rem;
    top: -2rem;
    width: min(18rem, 22vw);
}

.editorialHero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(0.4px);
    pointer-events: none;
}

.editorialHero__orb--one {
    top: 7rem;
    right: 23%;
    width: 11rem;
    height: 11rem;
    background: radial-gradient(circle, var(--bg-rgba-255-141-87-a28) 0%, var(--bg-rgba-255-141-87-a0) 72%);
}

.editorialHero__orb--two {
    left: 7%;
    bottom: 10%;
    width: 14rem;
    height: 14rem;
    background: radial-gradient(circle, var(--bg-rgba-124-148-71-a16) 0%, var(--bg-rgba-124-148-71-a0) 72%);
}

.editorialHero__shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(21rem, 0.96fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}

.editorialHero__copy {
    display: grid;
    gap: 1.2rem;
    max-width: 44rem;
}

.editorialHero__eyebrow {
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: var(--radius-full);
    background: var(--alpha-transparent);
    border: 1px solid var(--border-rgba-223-192-181-a44);
}

.editorialHero__copy h1 {
    font-size: clamp(3.2rem, 3.3vw, 6rem);
    line-height: 0.9;
    letter-spacing: -0.04em;
}

.editorialHero__lead {
    max-width: 37rem;
    font-size: clamp(1rem, 1.35vw, 1.14rem);
    line-height: 1.78;
    color: var(--text-muted);
}

.editorialHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.editorialHero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.editorialHero__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.55rem 0.9rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-255-255-255-a74);
    border: 1px solid var(--border-rgba-223-192-181-a44);
    color: var(--color-on-secondary-fixed);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.editorialHero__visual {
    position: relative;
    min-height: 38rem;
}

.editorialHero__frame {
    position: absolute;
    overflow: hidden;
    border-radius: 2rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--bg-rgba-255-255-255-a86);
    box-shadow: 0 1.8rem 4rem var(--fx-rgba-47-37-32-a14);
}

.editorialHero__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editorialHero__frame--portrait {
    inset: 0 4.5rem 3rem 0;
}

.editorialHero__frame--wide {
    right: 0;
    bottom: 0;
    width: min(20rem, 46%);
    height: 14rem;
}

.editorialHero__stat {
    position: absolute;
    display: grid;
    gap: 0.15rem;
    max-width: 12rem;
    padding: 1rem 1.1rem;
    border-radius: 1.35rem;
    background: var(--bg-rgba-28-24-22-a9);
    border: 1px solid var(--bg-rgba-255-255-255-a08);
    box-shadow: 0 1rem 2.4rem var(--fx-rgba-24-20-18-a18);
}

.editorialHero__stat strong,
.editorialHero__stat span {
    color: var(--text-rgba-255-250-242-a94);
}

.editorialHero__stat strong {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1;
}

.editorialHero__stat span {
    font-size: 0.8rem;
    line-height: 1.5;
}

.editorialHero__stat--top {
    right: 2rem;
    top: 1.4rem;
}

.editorialHero__stat--bottom {
    left: 1.4rem;
    bottom: 1.4rem;
}

.editorialMarquee {
    overflow: hidden;
    margin-top: -0.5rem;
}

.editorialMarquee__track {
    display: flex;
    gap: 1rem;
    width: max-content;
    padding: 0.75rem 0;
    animation: editorialMarquee 26s linear infinite;
}

.editorialMarquee__track span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0.8rem 1.05rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-34-33-32-a94);
    color: var(--text-rgba-255-250-242-a92);
    font-family: "Epilogue", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@keyframes editorialMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.editorialSection {
    position: relative;
}

.editorialSection__intro {
    display: grid;
    gap: 0.85rem;
    max-width: 44rem;
}

.editorialSection__intro h2 {
    line-height: 0.96;
}

.aboutStoryGrid,
.contactChannelGrid,
.editorialGallery {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.98fr);
    gap: 1.2rem;
    align-items: start;
}

.editorialPanel {
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 2rem;
    border: 1px solid var(--border-rgba-223-192-181-a3);
    box-shadow: 0 1rem 3rem var(--fx-rgba-47-37-32-a08);
}

.editorialPanel--dark {
    display: grid;
    gap: 1rem;
    min-height: 100%;
    background: var(--grad-main);
    ;
}

.editorialPanel--dark .eyebrow,
.editorialPanel--dark h2,
.editorialPanel--dark p {
    color: var(--text-rgba-255-248-239-a92);
}

.aboutStoryGrid__stack,
.contactChannelStack {
    display: grid;
    gap: 1rem;
}

.editorialCard {
    display: grid;
    gap: 0.8rem;
    padding: 1.3rem;
    border-radius: 1.6rem;
    background: var(--bg-rgba-255-255-255-a78);
    border: 1px solid var(--border-rgba-223-192-181-a42);
    box-shadow: 0 1rem 2.3rem var(--fx-rgba-47-37-32-a05);
}

.editorialCard--highlight {
    background: linear-gradient(180deg, var(--bg-rgba-255-248-241-a88) 0%, var(--bg-rgba-255-244-230-a72) 100%);
}

.editorialCard__label,
.editorialLocationCard__tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.4rem 0.72rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-161-58-0-a1);
    color: var(--color-primary);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.editorialCard a,
.editorialMetric a,
.editorialLocationCard a:not(.btn-secondary) {
    color: var(--color-primary);
    font-weight: 700;
}

.editorialGallery__media {
    display: grid;
    gap: 0.8rem;
}

.editorialGallery__image {
    overflow: hidden;
    border-radius: 2rem;
    background: var(--bg-rgba-255-255-255-a78);
    border: 1px solid var(--border-rgba-223-192-181-a42);
    box-shadow: 0 1rem 3rem var(--fx-rgba-47-37-32-a08);
}

.editorialGallery__image--hero {
    min-height: 28rem;
}

.editorialGallery__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editorialGallery__caption {
    display: grid;
    gap: 0.4rem;
    padding: 1rem 1.1rem;
    border-radius: 1.5rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--border-rgba-223-192-181-a4);
}

.editorialGallery__caption span {
    font-family: "Epilogue", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary);
}

.editorialGallery__content {
    display: grid;
    gap: 1rem;
}

.editorialMetricGrid,
.editorialLocationGrid {
    display: grid;
    gap: 1rem;
}

.editorialMetricGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.editorialMetric,
.editorialLocationCard {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    padding: 1.2rem;
    border-radius: 1.6rem;
    background: var(--grad-main);
    border: 1px solid var(--border-rgba-223-192-181-a4);
    box-shadow: 0 1rem 2.2rem var(--fx-rgba-47-37-32-a05);
}

.editorialMetric strong,
.editorialLocationCard h3 {
    font-family: "Epilogue", sans-serif;
    font-size: 1.2rem;
    color: var(--accent-primary-strong);
}

.editorialMetric p {
    color: var(--bg-app);
}

.locationCard__actions .btn-secondary,
.editorialLocationCard .btn-secondary {
    color: var(--bg-app);
    border-color: var(--bg-app);
}

.editorialGallery__caption p {
    color: var(--bg-app);
}

.editorialLocationCard p {
    color: var(--bg-app);
}

.editorialMetric--accent {
    background: var(--grad-main);
    ;
}

.editorialLocationGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contactChannelCard {
    display: grid;
    gap: 0.95rem;
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: 2rem;
    border: 1px solid var(--border-rgba-223-192-181-a32);
    box-shadow: 0 1rem 3rem var(--fx-rgba-47-37-32-a08);
}

.contactChannelCard--primary {
    background: var(--grad-main);
    ;
}

.contactChannelCard__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: var(--bg-rgba-161-58-0-a1);
    color: var(--color-primary);
    font-size: 1.35rem;
}

.contactChannelCard h2,
.contactFormPanel h2,
.contactMiniCard h3 {
    line-height: 0.96;
    color: var(--bg-app);
}

.contactChannelCard .btn-secondary,
.editorialSection__intro .btn-secondary,
.contactMiniCard .btn-secondary {
    color: var(--bg-app) !important;
    border-color: var(--bg-app) !important;
}

.contactChannelCard p,
.contactFormPanel p,
.contactMiniCard p {
    color: var(--bg-app);
}

.brandStory__cardLink {
    color: var(--accent-primary-strong);
    margin-top: 0.55rem;
}

.siteBanners {
    display: grid;
    grid-template-columns: 1.85fr 1fr 1fr;
    gap: 1rem;
    margin: clamp(1.5rem, 4vw, 2.6rem) auto 0;
    transition: grid-template-columns 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.siteBanners.is-active-2 {
    grid-template-columns: 1fr 1.85fr 1fr;
}

.siteBanners.is-active-3 {
    grid-template-columns: 1fr 1fr 1.85fr;
}

.siteBanners--menu {
    margin-top: 0;
}

.siteBanners--two {
    grid-template-columns: 1.85fr 1fr;
}

.siteBanners--two.is-active-2 {
    grid-template-columns: 1fr 1.85fr;
}

.siteBanner {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    display: grid;
    align-content: start;
    gap: 0.85rem;
    min-height: 20.5rem;
    padding: 1.4rem 1.3rem 1.25rem;
    border-radius: 1.9rem;
    border: 1px solid var(--border-rgba-255-255-255-a18);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 1rem 2.6rem var(--border-rgba-47-37-32-a1);
    transition: min-height 480ms cubic-bezier(0.22, 1, 0.36, 1), padding 480ms cubic-bezier(0.22, 1, 0.36, 1), transform 320ms ease, box-shadow 320ms ease, background-size 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 360ms ease, opacity 360ms ease, border-color 320ms ease;
    grid-column: span 1;
    filter: saturate(0.84) contrast(0.98) brightness(0.9);
    opacity: 0.92;
    will-change: transform, opacity, filter;
}

.siteBanner::before,
.siteBanner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.siteBanner::before {
    inset: 0;
    z-index: 0;
    background: radial-gradient(circle at top right, var(--bg-rgba-255-255-255-a16) 0%, var(--alpha-transparent) 28%), linear-gradient(180deg, var(--bg-rgba-20-15-13-a18) 0%, var(--bg-rgba-20-15-13-a46) 46%, var(--bg-rgba-20-15-13-a78) 100%);
}

.siteBanner::after {
    right: -2.4rem;
    bottom: -2.8rem;
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 50%;
    z-index: 0;
    background: var(--bg-rgba-255-255-255-a12);
}

.siteBanner:hover,
.siteBanner:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 1.5rem 3rem var(--fx-rgba-47-37-32-a16);
    background-size: 104%;
}

.siteBanner--daily {
    background-image: url("https://images.pexels.com/photos/315755/pexels-photo-315755.jpeg?auto=compress&cs=tinysrgb&w=1600");
}

.siteBanner--dessert {
    background-image: url("https://images.pexels.com/photos/12310611/pexels-photo-12310611.jpeg?auto=compress&cs=tinysrgb&w=1600");
    background-position: center;
}

.siteBanner--growth {
    background-image: url("https://images.pexels.com/photos/20336659/pexels-photo-20336659.jpeg?auto=compress&cs=tinysrgb&w=1600");
    background-position: center;
}

.siteBanner--feature {
    min-height: 20rem;
    padding: 1.7rem 1.6rem 1.45rem;
}

.siteBanner--feature h2 {
    /* max-width: 18ch; */
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
}

.siteBanner--feature p {
    max-width: 40rem;
}

.siteBanner__eyebrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    /* width: fit-content; */
    /* min-height: 2rem; */
    padding: 0.45rem 0.72rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-255-255-255-a16);
    border: 1px solid var(--bg-rgba-255-255-255-a14);
    color: var(--text-rgba-255-248-239-a92);
    font-family: "Epilogue", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.siteBanner__body {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: start;
    gap: 0.85rem;
    overflow: hidden;
    max-height: 24rem;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background: linear-gradient(to top, black, transparent);
    /* box-shadow: inset 0 -80px 80px black; */
    transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, transform 320ms ease, visibility 320ms ease;
}

.siteBanner h2,
.siteBanner p,
.siteBanner__cta {
    position: relative;
    z-index: 1;
}

.siteBanner h2 {
    font-size: clamp(1.2rem, 1.2vw, 2rem);
    line-height: 0.98;
    color: var(--text-rgba-255-248-239-a96);
    /* max-width: 16ch; */
}

.siteBanner p {
    line-height: 1.7;
    color: var(--text-rgba-255-248-239-a82);
    max-width: 23rem;
}

.siteBanner__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    color: var(--text-rgba-255-248-239-a96);
    font-family: "Epilogue", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.siteBanner__cta::after {
    content: "\2192";
    font-size: 1rem;
}

.siteBanners:not(.is-mobile-slider)[data-banner-ready="true"] .siteBanner:not(.is-active),
.siteBanners:not(.is-mobile-slider):not([data-banner-ready="true"]) .siteBanner:not(.siteBanner--feature) {
    align-content: end;
    gap: 0.4rem;
}

.siteBanners:not(.is-mobile-slider)[data-banner-ready="true"] .siteBanner:not(.is-active) .siteBanner__body,
.siteBanners:not(.is-mobile-slider):not([data-banner-ready="true"]) .siteBanner:not(.siteBanner--feature) .siteBanner__body {
    max-height: 0;
    opacity: 0;
    transform: translateY(0.9rem);
    visibility: hidden;
    pointer-events: none;
}

.siteBanner.is-active,
.siteBanners:not([data-banner-ready="true"]) .siteBanner--feature {
    filter: saturate(1) contrast(1.02) brightness(1);
    opacity: 1;
    /* padding: 1.7rem 1.6rem 1.45rem; */
}

.siteBanner.is-active h2,
.siteBanners:not([data-banner-ready="true"]) .siteBanner--feature h2 {
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    /* max-width: 18ch; */
}

.siteBanner.is-active p,
.siteBanners:not([data-banner-ready="true"]) .siteBanner--feature p {
    /* max-width: 38rem; */
}

.siteBanners:hover .siteBanner.is-active,
.siteBanners:focus-within .siteBanner.is-active {
    background-size: 104%;
}

.siteBanners__controls {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin: 0.9rem auto 0;
}

.siteBanners__nav {
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid var(--border-rgba-47-37-32-a12);
    border-radius: 50%;
    background: var(--bg-rgba-255-255-255-a78);
    color: var(--text-hex-2f2520);
    transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.siteBanners__nav:hover,
.siteBanners__nav:focus-visible {
    transform: translateY(-2px);
    background: var(--text-hex-2f2520);
    color: var(--text-hex-fff8ef);
}

.siteBanners__dots {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.siteBanners__dot {
    width: 0.7rem;
    height: 0.7rem;
    border: 0;
    border-radius: 999px;
    background: var(--bg-rgba-47-37-32-a22);
    transition: width 240ms ease, background-color 240ms ease, transform 240ms ease;
}

.siteBanners__dot.is-active {
    width: 1.8rem;
    background: var(--bg-hex-bc5a1b);
}

.menuShowcase--page {
    width: 100%;
    padding: clamp(3.6rem, 6vw, 5.6rem) 0 !important;
}

.menuShowcase__shell--page {
    border-radius: 2rem;
    width: 100%;
    box-shadow: 0 1.6rem 3.4rem var(--fx-rgba-47-37-32-a08);
}

.menuShowcase__lead {
    max-width: 34rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

.menuShowcase__meta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 0 auto 2rem;
    width: min(100%, 50rem);
}

.menuShowcase__metaItem {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 1.2rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--border-rgba-223-192-181-a42);
    text-align: center;
}

.menuShowcase__metaItem span {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bg-app);
}

.menuShowcase__metaItem strong {
    font-family: "Epilogue", sans-serif;
    font-size: 1rem;
    color: var(--bg-app);
}

.contactFormLayout,
.franchiseInquiryGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
    gap: 1rem;
    align-items: start;
}

.contactFormPanel {
    display: grid;
    gap: 1.2rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 2rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--border-rgba-223-192-181-a42);
    box-shadow: 0 1rem 3rem var(--fx-rgba-47-37-32-a08);
}

.contactForm {
    display: grid;
    gap: 1rem;
}

.contactForm__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contactForm textarea {
    resize: vertical;
    min-height: 10rem;
}

.contactForm__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.contactForm__note {
    max-width: 26rem;
    font-size: 0.88rem;
    color: var(--text-rgba-69-55-48-a62);
}

.contactForm__feedback {
    min-height: 1.2rem;
    font-size: 0.9rem;
    color: var(--text-rgba-69-55-48-a62);
}

.contactForm__feedback.is-success {
    color: var(--text-hex-3e6d2d);
}

.contactForm__feedback.is-error {
    color: var(--text-hex-a13a00);
}

.contactFormAside {
    display: grid;
    gap: 1rem;
}

.contactMiniCard {
    display: grid;
    gap: 0.8rem;
    padding: 1.25rem;
    border-radius: 1.6rem;
    background: var(--grad-main);
    ;
    border: 1px solid var(--border-rgba-223-192-181-a42);
    box-shadow: 0 1rem 2.4rem var(--fx-rgba-47-37-32-a05);
}

.contactMiniCard__label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 2rem;
    padding: 0.4rem 0.68rem;
    border-radius: var(--radius-full);
    background: var(--bg-rgba-161-58-0-a1);
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.innerPage--about .siteFooter__shell,
.innerPage--contact .siteFooter__shell {
    /* background: radial-gradient(circle at 15% 0%, var(--bg-rgba-255-192-139-a08) 0%, var(--alpha-transparent) 26%), radial-gradient(circle at 85% 0%, var(--bg-rgba-124-148-71-a08) 0%, var(--alpha-transparent) 22%), linear-gradient(180deg, var(--bg-hex-222120) 0%, var(--bg-hex-171615) 100%); */
}

.innerPage--menu .siteFooter__shell,
.innerPage--franchise .siteFooter__shell {
    /* background: radial-gradient(circle at 15% 0%, var(--bg-rgba-255-192-139-a08) 0%, var(--alpha-transparent) 26%), radial-gradient(circle at 85% 0%, var(--bg-rgba-124-148-71-a08) 0%, var(--alpha-transparent) 22%), linear-gradient(180deg, var(--bg-hex-222120) 0%, var(--bg-hex-171615) 100%); */
}

@media (max-width: 1200px) {
    .contactFormLayout,
    .franchiseInquiryGrid,
    .editorialHero__shell,
    .aboutStoryGrid,
    .contactChannelGrid,
    .editorialGallery {
        grid-template-columns: 1fr;
    }
    .editorialHero__visual {
        max-width: 42rem;
        min-height: 32rem;
    }
    .siteBanners {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .menuShowcase__meta {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .editorialLocationGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .siteBanners,
    .menuShowcase__meta {
        grid-template-columns: 1fr;
    }
    .siteBanners.is-mobile-slider {
        display: flex;
        overflow-x: auto;
        gap: 0.85rem;
        padding-bottom: 0.35rem;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .siteBanners.is-mobile-slider::-webkit-scrollbar {
        display: none;
    }
    .siteBanners.is-mobile-slider .siteBanner {
        flex: 0 0 100%;
        min-width: 100%;
        scroll-snap-align: start;
        align-content: start;
        /* min-height: 18rem; */
        /* padding: 1.2rem 1.1rem 1.1rem; */
        border-radius: 1.6rem;
    }
    .siteBanners.is-mobile-slider .siteBanner__body {
        max-height: 24rem;
        opacity: 1;
        transform: none;
        visibility: visible;
        pointer-events: auto;
    }
    .siteBanners.is-mobile-slider .siteBanner:not(.is-active) {
        gap: 0.85rem;
    }
    .siteBanners.is-mobile-slider+.siteBanners__controls {
        display: flex;
    }
    .siteBanners {
        gap: 0.85rem;
    }
    .siteBanners:not(.is-mobile-slider)[data-banner-ready="true"] .siteBanner:not(.is-active),
    .siteBanners:not(.is-mobile-slider):not([data-banner-ready="true"]) .siteBanner:not(.siteBanner--feature) {
        min-height: 6.15rem;
        padding: 1rem 1rem 0.95rem;
        border-radius: 1.55rem;
    }
    .siteBanners[data-banner-ready="true"] .siteBanner.is-active,
    .siteBanners:not([data-banner-ready="true"]) .siteBanner--feature {
        min-height: 23rem;
    }
    .contactForm__grid {
        grid-template-columns: 1fr;
    }
    .editorialMetricGrid {
        grid-template-columns: 1fr;
    }
    .editorialHero__frame--portrait {
        right: 3rem;
    }
}

@media (max-width: 780px) {
    .editorialHero {
        padding-top: 8.7rem;
    }
    .editorialHero__visual {
        min-height: 24rem;
    }
    .editorialHero__frame--portrait {
        inset: 0 1.25rem 2.5rem 0;
    }
    .editorialHero__frame--wide {
        width: 48%;
        height: 9.5rem;
    }
    .editorialHero__stat--top {
        right: 0.75rem;
        top: 0.75rem;
    }
    .editorialHero__stat--bottom {
        left: 0.75rem;
        bottom: 0.75rem;
    }
    .editorialLocationGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .siteBanner {
        min-height: 14.25rem;
        padding: 1.1rem 1rem 1rem;
        background-size: cover;
        border-radius: 1.55rem;
    }
    .siteBanners.is-mobile-slider .siteBanner {
        /* min-height: 16.75rem; */
        /* padding: 1.1rem 1rem 1rem; */
        /* border-radius: 1.3rem; */
    }
    .siteBanners[data-banner-ready="true"] .siteBanner.is-active,
    .siteBanners:not([data-banner-ready="true"]) .siteBanner--feature {
        min-height: 23.75rem;
        /* padding: 1.25rem 1.05rem 1.05rem; */
    }
    .siteBanners {
        gap: 0.75rem;
        margin-top: 0;
    }
    .siteBanners:not(.is-mobile-slider)[data-banner-ready="true"] .siteBanner:not(.is-active),
    .siteBanners:not(.is-mobile-slider):not([data-banner-ready="true"]) .siteBanner:not(.siteBanner--feature) {
        min-height: 4.9rem;
        padding: 0.75rem 0.9rem;
        border-radius: 1.2rem;
        gap: 0.25rem;
    }
    .siteBanner__eyebrow {
        /* min-height: 1.8rem; */
        /* padding: 0.4rem 0.62rem; */
        /* font-size: 0.66rem; */
        /* letter-spacing: 0.1em; */
    }
    .siteBanner__body {
        gap: 0.7rem;
    }
    .siteBanners__controls {
        gap: 0.6rem;
    }
    .siteBanners__nav {
        width: 2.4rem;
        height: 2.4rem;
    }
    .siteBanners__dot {
        width: 0.62rem;
        height: 0.62rem;
    }
    .siteBanners__dot.is-active {
        width: 1.55rem;
    }
    .editorialHero__copy h1 {
        font-size: clamp(2.6rem, 3vw, 3.5rem);
    }
    .editorialHero__actions {
        display: grid;
    }
    .editorialHero__actions a {
        width: 100%;
    }
    .editorialHero__chips {
        gap: 0.5rem;
    }
    .editorialHero__chips span {
        font-size: 0.7rem;
    }
    .editorialHero__visual {
        min-height: 19rem;
    }
    .editorialHero__frame--wide,
    .editorialHero__corner {
        display: none;
    }
    .contactForm__footer {
        align-items: start;
        flex-direction: column;
    }
    .contactForm__footer .btn-primary {
        width: 100%;
    }
    .editorialHero__frame--portrait {
        inset: 0;
    }
    .editorialHero__stat {
        max-width: 9.5rem;
        padding: 0.8rem 0.85rem;
    }
    .editorialMarquee__track span {
        font-size: 0.74rem;
        letter-spacing: 0.08em;
    }
}

.innerPage--admin {
    background: radial-gradient(circle at top left, var(--bg-rgba-255-214-167-a3) 0%, var(--alpha-transparent) 28%), radial-gradient(circle at top right, var(--bg-rgba-133-150-84-a16) 0%, var(--alpha-transparent) 20%), linear-gradient(180deg, var(--bg-hex-f7f0e6) 0%, var(--bg-hex-f4ede3) 100%);
    color: var(--text-hex-2f2520);
}

.adminPage {
    padding: 0 0 4rem;
}

.adminHero {
    padding: clamp(3rem, 7vw, 5.5rem) 0 2rem;
}

.adminHero__shell {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
    gap: 1.2rem;
    align-items: stretch;
}

.adminHero__copy,
.adminHero__card,
.adminPanel {
    border-radius: 2rem;
    border: 1px solid var(--fx-rgba-47-37-32-a08);
    background: var(--bg-rgba-255-252-247-a86);
    box-shadow: 0 1.25rem 3.2rem var(--fx-rgba-47-37-32-a08);
}

.adminHero__copy {
    padding: clamp(1.6rem, 4vw, 2.8rem);
}

.adminHero__copy h1 {
    max-width: 16ch;
    margin-top: 0.45rem;
    font-size: clamp(2.3rem, 3vw, 4.4rem);
    line-height: 0.94;
}

.adminHero__copy p:not(.eyebrow) {
    max-width: 44rem;
    margin-top: 1rem;
    color: var(--text-rgba-47-37-32-a76);
    line-height: 1.8;
}

.adminHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.adminHero__card {
    display: grid;
    gap: 0.9rem;
    align-content: start;
    padding: 1.5rem;
    background: linear-gradient(180deg, var(--bg-rgba-34-33-32-a96) 0%, var(--bg-rgba-23-22-21-a98) 100%), var(--bg-rgba-34-33-32-a98);
    color: var(--text-hex-fff8ef);
}

.adminHero__badge {
    display: inline-flex;
    width: fit-content;
    min-height: 2rem;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: var(--bg-rgba-255-255-255-a1);
    font-family: "Epilogue", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.adminHero__list {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-rgba-255-248-239-a82);
}

.adminHero__list li+li {
    margin-top: 0.5rem;
}

.adminHero__note {
    margin: 0;
    color: var(--text-rgba-255-248-239-a72);
    font-family: "Epilogue", sans-serif;
    font-size: 0.84rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.adminHero__note[data-tone="success"] {
    color: var(--text-hex-ffd4ab);
}

.adminHero__note[data-tone="error"] {
    color: var(--text-hex-ffb4a5);
}

.adminSection {
    padding-top: 1rem;
}

.adminGrid {
    display: grid;
    gap: 1.2rem;
}

.adminGrid--two {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.adminGrid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.adminPanel {
    padding: 1.45rem;
}

.adminPanel__lead {
    margin: 0;
    color: var(--text-rgba-47-37-32-a76);
    line-height: 1.8;
}

.adminPanel__head {
    margin-bottom: 1rem;
}

.adminPanel__head h2 {
    margin-top: 0.3rem;
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
}

.adminPanel__head--split {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
}

.adminForm {
    display: grid;
    gap: 0.95rem;
}

.adminForm__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.adminForm__gridItem--wide {
    grid-column: 1 / -1;
}

.adminForm .field,
.adminToolbar .field,
.adminField--compact {
    display: grid;
    gap: 0.38rem;
}

.adminForm .field span,
.adminToolbar .field span,
.adminField--compact span {
    font-family: "Epilogue", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-rgba-47-37-32-a68);
}

.adminForm input,
.adminForm textarea,
.adminForm select,
.adminToolbar select,
.adminField--compact select {
    width: 100%;
    min-height: 3rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border-rgba-47-37-32-a12);
    background: var(--bg-hex-fffdfa);
    color: var(--text-hex-2f2520);
}

.adminForm textarea {
    min-height: 7rem;
    resize: vertical;
}

.adminForm__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.25rem;
}

.adminToolbar {
    display: flex;
    margin: 1rem 0 0.5rem;
}

.adminField--compact {
    min-width: min(16rem, 100%);
}

.adminList {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.adminList__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.3rem;
    border: 1px solid var(--fx-rgba-47-37-32-a08);
    background: var(--bg-rgba-255-255-255-a72);
}

.adminList__item:has(.adminList__media) {
    grid-template-columns: 8.25rem minmax(0, 1fr) auto;
    align-items: center;
}

.adminList__media {
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 1 / 1;
}

.adminList__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adminList__eyebrow {
    margin-bottom: 0.2rem;
    font-family: "Epilogue", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-rgba-47-37-32-a56);
}

.adminList__content h3 {
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
}

.adminList__content p,
.adminList__content small {
    margin: 0;
    color: var(--text-rgba-47-37-32-a72);
    line-height: 1.7;
}

.adminList__content small {
    display: block;
    margin-top: 0.25rem;
    word-break: break-word;
}

.adminList__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-content: start;
    gap: 0.55rem;
}

.adminList__button {
    min-width: 5.5rem;
}

.adminList__button.is-danger {
    border-color: var(--border-rgba-188-90-27-a22);
    color: var(--bg-hex-bc5a1b);
}


/* Modals */

.adminModal {
    margin: auto;
    width: min(100% - 2rem, 42rem);
    padding: 0;
    border: none;
    border-radius: 1.5rem;
    background: var(--accent-primary-strong);
    box-shadow: var(--shadow-soft);
    color: var(--color-char);
}

.adminModal::backdrop {
    background: var(--bg-rgba-0-0-0-a5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: fadeInBackdrop 0.3s ease;
}

@keyframes fadeInBackdrop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.adminModal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem 1rem;
    border-bottom: 1px solid var(--border-rgba-47-37-32-a06);
}

.adminModal__header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.adminModal__close {
    background: var(--alpha-transparent);
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--color-text-muted);
    transition: color 0.2s ease;
}

.adminModal__close:hover {
    color: var(--color-primary);
}

.adminModal__body {
    padding: 2rem;
}

.adminModal__footer {
    padding: 1.25rem 2rem 1.5rem;
    background: var(--bg-rgba-47-37-32-a02);
    border-top: 1px solid var(--border-rgba-47-37-32-a04);
}


/* Card Grid Styles */

.adminCardGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.adminCard {
    display: flex;
    flex-direction: column;
    background: var(--color-surface-lowest);
    border: 1px solid var(--border-rgba-47-37-32-a06);
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adminCard:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-ambient);
}

.adminCard__media {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--alpha-transparent);
}

.adminCard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.adminCard:hover .adminCard__media img {
    transform: scale(1.05);
}

.adminCard__content {
    padding: 1.5rem;
    flex: 1;
}

.adminCard__content h3 {
    font-size: 1.25rem;
    margin: 0.25rem 0 0.5rem;
    color: var(--color-char);
    line-height: 1.3;
}

.adminCard__price {
    font-size: 1.15rem;
    color: var(--color-primary);
    font-family: inherit;
    font-weight: 700;
}

.adminCard__muted {
    font-size: 0.95rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.5;
}

.adminCard__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border-rgba-47-37-32-a06);
    border-top: 1px solid var(--border-rgba-47-37-32-a06);
}

.adminCard__actions button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--accent-primary-strong);
    border: none;
    border-radius: 0;
    padding: 0.85rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-text);
    transition: background-color 0.2s ease, color 0.2s ease;
    cursor: pointer;
}

.adminCard__actions button:hover {
    background: var(--bg-rgba-47-37-32-a02);
}

.adminCard__actions button.is-danger {
    color: var(--text-hex-d14130);
}

.adminCard__actions button.is-danger:hover {
    background: var(--bg-rgba-209-65-48-a06);
}

.btn-secondary--sm {
    min-height: 2.2rem;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
}

.adminShell {
    display: grid;
    grid-template-columns: 18rem minmax(0, 1fr);
    min-height: 100vh;
}

.adminSidebar {
    position: sticky;
    top: 0;
    align-self: start;
    height: 100vh;
    overflow-y: auto;
    display: grid;
    align-content: start;
    gap: 1.35rem;
    padding: 1.4rem 1.1rem;
    border-right: 1px solid var(--fx-rgba-47-37-32-a08);
    background: linear-gradient(180deg, var(--bg-rgba-34-33-32-a98) 0%, var(--bg-rgba-24-23-22-a1) 100%), var(--bg-rgba-34-33-32-a98);
    color: var(--text-hex-fff8ef);
    scrollbar-width: thin;
    scrollbar-color: var(--border-rgba-255-255-255-a2) var(--alpha-transparent);
}

.adminSidebar__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 1.4rem;
    /* background: var(--bg-rgba-255-255-255-a08); */
}

.adminSidebar .btn-secondary {
    color: var(--accent-primary-strong);
}

.adminSidebar .btn-secondary:hover {
    color: var(--bg-app);
}

.adminSidebar__brand img {
    width: min(5rem, 100%);
}

.adminSidebar__profile {
    padding: 1rem;
    border-radius: 1.4rem;
    background: var(--bg-rgba-255-255-255-a08);
}

.adminSidebar__profile h2 {
    margin: 0.25rem 0 0.15rem;
    font-size: 1.3rem;
    color: var(--text-hex-fff8ef);
}

.adminSidebar__profile span {
    color: var(--text-rgba-255-248-239-a68);
    font-family: "Epilogue", sans-serif;
    font-size: 0.84rem;
}

.adminSidebar__nav {
    display: grid;
    gap: 0.45rem;
}

.adminSidebar__link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid var(--alpha-transparent);
    border-radius: 1rem;
    background: var(--alpha-transparent);
    color: var(--text-rgba-255-248-239-a82);
    text-align: left;
    font: inherit;
    transition: background-color 220ms ease, transform 220ms ease, color 220ms ease, border-color 220ms ease;
}

.adminSidebar__link i {
    width: 1rem;
    text-align: center;
}

.adminSidebar__link.is-active,
.adminSidebar__link:hover,
.adminSidebar__link:focus-visible {
    background: var(--bg-rgba-255-255-255-a1);
    border-color: var(--bg-rgba-255-255-255-a08);
    color: var(--text-hex-fff8ef);
    transform: translateX(2px);
}

.adminSidebar__footer {
    display: grid;
    gap: 0.65rem;
    margin-top: auto;
}

.adminSidebar .btn-secondary {
    justify-content: center;
}

.adminWorkspace {
    padding: 1.4rem;
}

.adminWorkspace__header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.2rem;
}

.adminWorkspace__header h1 {
    margin-top: 0.25rem;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 0.95;
}

.adminWorkspace__status {
    display: grid;
    justify-items: end;
    gap: 0.6rem;
}

.adminWorkspace__status .btn-secondary {
    color: var(--accent-primary-strong);
}

.adminWorkspace__status .btn-secondary:hover {
    color: var(--bg-app);
}

.adminView {
    display: none;
    gap: 1.2rem;
}

.adminView.is-active {
    display: grid;
}

.adminStatCard {
    padding: 1.2rem 1.25rem;
    border-radius: 1.45rem;
    border: 1px solid var(--fx-rgba-47-37-32-a08);
    background: var(--bg-rgba-255-255-255-a74);
    box-shadow: 0 1rem 2.5rem var(--border-rgba-47-37-32-a06);
}

.adminStatCard__label {
    display: inline-flex;
    color: var(--accent-primary);
    font-family: "Epilogue", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.adminStatCard strong {
    display: block;
    margin-top: 0.35rem;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1;
}

.adminAuthPage {
    min-height: 100vh;
    background: radial-gradient(circle at top left, var(--bg-rgba-255-214-167-a3) 0%, var(--alpha-transparent) 28%), radial-gradient(circle at top right, var(--bg-rgba-133-150-84-a16) 0%, var(--alpha-transparent) 20%), linear-gradient(180deg, var(--bg-hex-f7f0e6) 0%, var(--bg-hex-f4ede3) 100%);
}

.adminAuth {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 1.25rem;
}

.adminAuth__panel {
    width: min(100%, 34rem);
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border-radius: 2rem;
    border: 1px solid var(--fx-rgba-47-37-32-a08);
    background: var(--bg-rgba-255-252-247-a9);
    box-shadow: 0 1.4rem 3.4rem var(--fx-rgba-47-37-32-a08);
}

.adminAuth__brand {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: start;
}

.adminAuth__brand img {
    width: min(10rem, 100%);
}

.adminAuth__copy {
    margin-top: 1rem;
}

.adminAuth__copy h1 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 0.96;
}

.adminAuth__copy p {
    margin-top: 0.85rem;
    color: var(--text-rgba-47-37-32-a74);
    line-height: 1.75;
}

.adminAuth__form {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.adminAuth__form .field {
    display: grid;
    gap: 0.38rem;
}

.adminAuth__form .field span {
    font-family: "Epilogue", sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-rgba-47-37-32-a68);
}

.adminAuth__form input {
    min-height: 3rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    border: 1px solid var(--border-rgba-47-37-32-a12);
    background: var(--bg-hex-fffdfa);
}

.adminAuth__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 0.3rem;
}

.adminAuth__error {
    margin-top: 1rem;
    color: var(--text-hex-b23a1b);
    font-family: "Epilogue", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .adminHero__shell,
    .adminGrid--two {
        grid-template-columns: 1fr;
    }
    .adminShell {
        grid-template-columns: 1fr;
    }
    .adminSidebar {
        position: relative;
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--bg-rgba-255-255-255-a08);
    }
}

@media (max-width: 780px) {
    .adminPanel__head--split,
    .adminList__item,
    .adminList__item:has(.adminList__media) {
        grid-template-columns: 1fr;
    }
    .adminGrid--three,
    .adminForm__grid {
        grid-template-columns: 1fr;
    }
    .adminList__actions {
        justify-content: start;
    }
    .adminWorkspace__header {
        align-items: start;
        flex-direction: column;
    }
    .adminWorkspace__status {
        justify-items: start;
    }
    .adminAuth__actions,
    .adminForm__actions,
    .adminHero__actions {
        display: grid;
    }
    .adminAuth__actions>*,
    .adminForm__actions>*,
    .adminHero__actions>* {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


/* --- Awwwards Layout Utilities --- */

.aww-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aww-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    border-bottom: 2px solid var(--border-rgba-47-37-32-a1);
    align-items: start;
    transition: background-color 0.3s ease;
}

.aww-item:first-child {
    border-top: 2px solid var(--border-rgba-47-37-32-a1);
}

.aww-item:hover {
    /* background-color: var(--color-surface-low); */
}

.aww-number {
    font-family: "Epilogue", sans-serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 800;
    line-height: 0.8;
    color: var(--alpha-transparent);
    -webkit-text-stroke: 2px var(--color-primary);
    opacity: 0.6;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.aww-item:hover .aww-number {
    opacity: 1;
    color: var(--color-primary);
}

.aww-content {
    display: grid;
    gap: 1.5rem;
    max-width: 800px;
}

.innerPage--about .aww-content h3,
.innerPage--contact .aww-content h3,
.innerPage--contact .aww-content p,
.innerPage--franchise .aww-content h3,
.innerPage--franchise .aww-content p,
.innerPage--about .aww-content p {
    color: var(--accent-neutral-2);
}

.aww-content h3 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--bg-app);
    margin: 0;
}

.aww-content p {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--bg-app);
    line-height: 1.7;
}

.aww-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}


/* For Single Column Text Blocks without numbers */

.aww-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    border-bottom: 2px solid var(--border-rgba-47-37-32-a1);
}

.aww-row:first-child {
    border-top: 2px solid var(--border-rgba-47-37-32-a1);
}

.aww-row .eyebrow {
    margin-bottom: -0.5rem;
}

.aww-row-title {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-family: "Epilogue", sans-serif;
    color: var(--color-char);
    margin: 0;
    line-height: 1;
}

.aww-row-text {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    max-width: 800px;
}

.aww-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(2rem, 2vw, 4rem);
    padding: clamp(2rem, 2vw, 5rem) 0;
}

.aww-meta-item {
    display: grid;
    gap: 1rem;
    border-top: 2px solid var(--color-primary);
    padding-top: 1.5rem;
}

.aww-meta-item h3 {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    margin: 0;
}


/* Specific alignments for media queries */

@media (max-width: 768px) {
    .aww-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .aww-number {
        font-size: 3.5rem;
    }
}


/* User Requested Tweaks */

.editorialLocationGrid,
.locationGrid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 1.5rem !important;
}

@media (max-width: 992px) {
    .editorialLocationGrid,
    .locationGrid {
        grid-template-columns: 1fr !important;
    }
}

.siteBanners {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 1rem;
    padding: 0.15rem 0.15rem 0.4rem;
}

.siteBanners::-webkit-scrollbar {
    display: none;
}

.siteBanners>* {
    flex: 0 0 min(29rem, calc(100% - 3.8rem));
    scroll-snap-align: start;
    min-width: min(29rem, calc(100% - 3.8rem));
}

@media (max-width: 992px) {
    .siteBanners>* {
        flex: 0 0 min(27rem, calc(100% - 2.6rem));
        min-width: min(27rem, calc(100% - 2.6rem));
    }
}

.siteBanner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: auto;
    padding: 0;
    border-radius: 0.85rem;
    border: 1px solid var(--bg-rgba-255-255-255-a16);
    background: var(--bg-hex-181310);
    box-shadow: 0 0.85rem 2rem var(--bg-rgba-0-0-0-a28);
    transform: none;
    opacity: 1;
    filter: none;
}

.siteBanner::before,
.siteBanner::after {
    display: none;
}

.siteBanner:hover,
.siteBanner:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 1.05rem 2.4rem var(--bg-rgba-0-0-0-a28);
}

.siteBanner__eyebrow {
    position: absolute;
    /* width: 1px; */
    /* height: 1px; */
    /* margin: -1px; */
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.siteBanner__media {
    position: relative;
    height: 300px;
    /* min-height: clamp(17.5rem, 44vw, 24rem); */
}

.siteBanner__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.siteBanner__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, var(--bg-rgba-0-0-0-a52) 72%, var(--bg-rgba-0-0-0-a78) 100%);
    pointer-events: none;
}

.siteBanner__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    align-content: end;
    gap: 0.35rem;
    padding: 0.85rem 0.9rem 0.75rem;
    max-height: none;
    opacity: 1;
    transform: none;
    visibility: visible;
    pointer-events: auto;
}

.siteBanner__indicator {
    width: 1.06rem;
    height: 1.06rem;
    border-radius: 0.18rem;
    border: 2px solid var(--bg-rgba-255-255-255-a88);
    background: var(--bg-rgba-255-255-255-a14);
    box-shadow: inset 0 0 0 2px var(--bg-hex-1d1816);
}

.siteBanner__indicator::after {
    content: "";
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    margin: 0.16rem auto;
    border-radius: 50%;
    background: #1fbf63;
}

.siteBanner h2.siteBanner__title {
    margin: 0;
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.7rem, 1vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
}

.siteBanner p.siteBanner__copy {
    margin: 0;
    color: var(--bg-rgba-255-255-255-a88);
    font-size: 1.02rem;
    line-height: 1.35;
}

.siteBanner__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 0.95rem 1rem;
    border-top: 1px solid var(--bg-rgba-255-255-255-a1);
    background: linear-gradient(135deg, var(--bg-hex-090909) 0%, var(--bg-hex-1b1a19) 58%, var(--bg-hex-1f1b1d) 100%);
}

.siteBanner__pricing {
    display: grid;
    gap: 0.22rem;
    min-width: 0;
}

.siteBanner p.siteBanner__priceRow {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    line-height: 1;
    white-space: nowrap;
}

.siteBanner__priceNow {
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.siteBanner__priceWas {
    color: var(--bg-rgba-255-255-255-a58);
    font-family: "Epilogue", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    text-decoration: line-through;
    letter-spacing: -0.03em;
}

.siteBanner__save {
    display: inline-flex;
    align-items: center;
    min-height: 1.45rem;
    padding: 0.12rem 0.46rem;
    border-radius: 0.2rem;
    background: var(--bg-hex-4fbe4b);
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.siteBanner p.siteBanner__size {
    margin: 0;
    color: var(--bg-rgba-255-255-255-a88);
    font-family: "Epilogue", sans-serif;
    font-size: 1.26rem;
    font-weight: 700;
    line-height: 1.2;
}

.siteBanner__cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.35rem;
    min-height: 3.3rem;
    padding: 0 1.25rem;
    border-radius: 0.58rem;
    background: var(--bg-hex-d73a1f);
    color: var(--color-white);
    font-family: "Epilogue", sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: none;
    line-height: 1;
    margin: 0;
}

.siteBanner__cta::after {
    display: none;
}

.siteBanners__controls {
    margin: 0.6rem auto 0;
}


/* Hide banner slider controls for menu deals section */

[data-menu-deals]~.siteBanners__controls,
[data-menu-deals]+.siteBanners__controls {
    display: none !important;
}

.siteBanners__dot {
    background: rgba(255, 255, 255, 0.32);
}

.siteBanners__dot.is-active {
    background: var(--bg-hex-d73a1f);
}

@media (max-width: 980px) {
    .siteBanner__media {
        height: 300px;
        /* min-height: clamp(16rem, 52vw, 19rem); */
    }
    .siteBanner h2.siteBanner__title {
        font-size: clamp(1.4rem, 5.2vw, 1.9rem);
    }
    .siteBanner p.siteBanner__copy {
        font-size: 0.95rem;
    }
    .siteBanner__footer {
        padding: 0.75rem 0.8rem 0.85rem;
    }
    .siteBanner__priceNow {
        font-size: 1.75rem;
    }
    .siteBanner__priceWas {
        font-size: 1.48rem;
    }
    .siteBanner__save {
        font-size: 0.84rem;
    }
    .siteBanner p.siteBanner__size {
        font-size: 1.05rem;
    }
    .siteBanner__cta {
        min-width: 6.35rem;
        min-height: 2.85rem;
        font-size: 1.85rem;
        padding: 0 0.95rem;
    }
}

@media (max-width: 560px) {
    .siteBanners>* {
        flex: 0 0 calc(100% - 1.7rem);
        min-width: calc(100% - 1.7rem);
    }
    .siteBanner__body {
        padding: 0.7rem 0.72rem 0.65rem;
    }
    .siteBanner__footer {
        gap: 0.65rem;
        padding: 0.68rem 0.72rem 0.76rem;
    }
    .siteBanner__indicator {
        width: 0.96rem;
        height: 0.96rem;
    }
    .siteBanner p.siteBanner__priceRow {
        gap: 0.35rem;
    }
    .siteBanner__priceNow {
        font-size: 1.45rem;
    }
    .siteBanner__priceWas {
        font-size: 1.16rem;
    }
    .siteBanner__save {
        min-height: 1.22rem;
        font-size: 0.72rem;
        padding: 0.08rem 0.3rem;
    }
    .siteBanner p.siteBanner__size {
        font-size: 0.86rem;
    }
    .siteBanner__cta {
        min-width: 5.25rem;
        min-height: 2.4rem;
        font-size: 1.45rem;
        border-radius: 0.42rem;
    }
}

.contactChannelGrid,
.contactFormLayout {
    align-items: flex-start !important;
}

.contactFormAside,
.contactChannelCard--primary {
    position: sticky !important;
    top: 120px !important;
}

@media (max-width: 590px) {
    .contactFormAside,
    .contactChannelCard--primary {
        position: relative !important;
        top: 0 !important;
    }
}


/* --- Page Transition Loader --- */

.pageLoader {
    position: fixed;
    inset: 0;
    background: var(--grad-main);
    ;
    /* Matches editorial brand base */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
    pointer-events: auto;
}

body.is-loaded .pageLoader {
    transform: translateY(-100%);
    pointer-events: none;
    transition-delay: 0.2s;
    /* Give JS time and user a slight breath */
}

body.is-transitioning .pageLoader {
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
}


/* Before loading completes, add is-leaving upward. To bring it back, we temporarily remove transition, jump it to translateY(100%), then transition to 0. Actually, just sliding back down from -100% to 0 looks perfectly smooth like a curtain. */

.pageLoader__brand img {
    width: clamp(8rem, 20vw, 12rem);
    animation: loaderPulse 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}

@keyframes loaderPulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 1;
    }
}

.heroMobileOffer,
.heroMobileIntro,
.heroMobileMeta,
.heroMobileCard {
    display: none;
}

@media (max-width: 590px) {
    body:not(.innerPage) {
        /* background: var(--palette-hex-e2dccf); */
    }
    body:not(.innerPage)::before {
        opacity: 0;
    }
    body:not(.innerPage) .hero {
        /* min-height: 100svh; */
        height: auto;
        padding: 6.25rem 0 0.7rem;
        /* background: var(--palette-hex-e2dccf); */
    }
    body:not(.innerPage) .hero::before,
    body:not(.innerPage) .heroBackground {
        display: none;
    }
    body:not(.innerPage) .heroMobileOffer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: min(100% - 0.75rem, var(--container-max));
        margin: 0 auto;
        padding: 0.46rem 0.75rem;
        background: var(--bg-hex-d08447);
        color: var(--text-hex-fff9f1);
        font-family: "Epilogue", sans-serif;
        font-size: 0.62rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: none;
    }
    body:not(.innerPage) .heroMobileOffer i {
        font-size: 0.68rem;
    }
    body:not(.innerPage) .heroStage {
        min-height: auto;
        padding: 0.78rem 0.45rem 8.85rem;
        align-content: start;
        justify-items: stretch;
        gap: 0.62rem;
        overflow: visible;
    }
    body:not(.innerPage) .heroMobileIntro {
        display: grid;
        gap: 0.38rem;
        padding: 0 0.22rem;
    }
    body:not(.innerPage) .heroMobileIntro__badge {
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 0.32rem;
        min-height: 1.1rem;
        padding: 0.12rem 0.5rem;
        border-radius: 999px;
        background: var(--bg-hex-cd874d);
        color: var(--bg-hex-fff7ef);
        font-family: "Epilogue", sans-serif;
        font-size: 0.45rem;
        font-weight: 800;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }
    body:not(.innerPage) .heroMobileIntro__badge i {
        font-size: 0.48rem;
    }
    body:not(.innerPage) .heroMobileIntro__title {
        display: grid;
        gap: 0.05rem;
        font-size: 2rem;
        line-height: 0.84;
        letter-spacing: -0.03em;
        color: var(--text-heading);
    }
    body:not(.innerPage) .heroMobileIntro__title span {
        color: var(--text-hex-d27d3f);
    }
    body:not(.innerPage) .heroMobileIntro__lead {
        max-width: 18rem;
        font-size: 0.66rem;
        font-weight: 500;
        line-height: 1.34;
        color: var(--text-muted);
        text-align: left;
    }
    body:not(.innerPage) .heroMobileIntro__label {
        margin-top: 0.18rem;
        font-family: "Epilogue", sans-serif;
        font-size: 0.52rem;
        font-weight: 800;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: var(--text-muted);
        text-align: left;
    }
    body:not(.innerPage) .heroControls {
        justify-items: start;
        gap: 0.45rem;
        padding: 0 0.22rem;
    }
    body:not(.innerPage) .heroControls__label {
        display: none;
    }
    body:not(.innerPage) .pizzaSize {
        gap: 0.45rem;
    }
    body:not(.innerPage) .sizeBtns {
        width: 1.72rem;
        border-width: 1px;
        border-color: var(--border-rgba-52-43-35-a33);
        /* background: var(--palette-rgba-247-243-236-a86); */
        font-size: 0.62rem;
    }
    body:not(.innerPage) .pizzaSelction {
        min-height: 16.4rem;
        margin-top: 0.15rem;
        padding: 0 0.22rem;
        overflow: visible;
    }
    body:not(.innerPage) .pizzaOrbit {
        gap: 0.34rem;
        padding: 0;
    }
    body:not(.innerPage) .pizzaName {
        min-height: 1.08rem;
        padding: 0.51rem 0.68rem;
        border: 1px solid var(--border-rgba-47-37-32-a2);
        background: var(--bg-rgba-251-248-242-a92);
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        font-size: .7rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: none;
        color: var(--text-rgba-40-33-28-a92);
    }
    body:not(.innerPage) .pizzaName.is-active {
        border-color: var(--bg-hex-171310);
        background: var(--bg-hex-171310);
        color: var(--text-hex-fffaf4);
    }
    body:not(.innerPage) .heroMobileMeta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.34rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        width: 100%;
    }
    body:not(.innerPage) .heroMobileMeta__rating {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0.23rem;
        min-height: 1.2rem;
        padding: 0 0.9rem;
        border-radius: 999px;
        background: var(--bg-hex-ca8248);
        color: var(--text-hex-fff8f0);
        font-family: "Epilogue", sans-serif;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.02em;
    }
    body:not(.innerPage) .heroMobileMeta__rating::after {
        content: "";
        position: absolute;
        left: 0.58rem;
        bottom: -0.2rem;
        width: 0.4rem;
        height: 0.28rem;
        background: var(--bg-hex-ca8248);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }
    body:not(.innerPage) .heroMobileMeta__rating i {
        font-size: 0.47rem;
    }
    body:not(.innerPage) .heroMobileMeta__price {
        display: grid;
        justify-items: center;
        gap: 0.05rem;
        min-width: 3.2rem;
        min-height: 2.2rem;
        padding: 1.35rem 1.2rem 1.22rem;
        border-radius: 0.52rem;
        background: var(--bg-hex-171310);
        color: var(--text-hex-fff7ee);
        font-family: "Epilogue", sans-serif;
        line-height: 1;
    }
    body:not(.innerPage) .heroMobileMeta__price strong {
        font-size: 0.95rem;
        letter-spacing: 0.01em;
    }
    body:not(.innerPage) .heroMobileMeta__price small {
        font-size: 0.37rem;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        opacity: 0.76;
    }
    body:not(.innerPage) .heroOrderNow {
        display: none;
    }
    body:not(.innerPage) .pizzaImage {
        position: relative;
        left: auto;
        bottom: -30px;
        width: min(100%, 11.8rem);
        margin: -0.25rem auto 0;
        transform: none;
        z-index: 1;
    }
    body:not(.innerPage) .pizzaImageStage::before {
        content: "";
        position: absolute;
        inset: 3.5%;
        border-radius: 50%;
        background: var(--bg-hex-cf8446);
        box-shadow: inset 0 0 0 1px var(--fx-rgba-113-68-32-a16);
    }
    body:not(.innerPage) .pizzaVisual img {
        width: 86%;
        max-width: 86%;
        opacity: 1;
        filter: drop-shadow(0 0.45rem 0.65rem var(--fx-rgba-75-44-20-a22));
    }
    body:not(.innerPage) .heroMobileCard {
        display: grid;
        gap: 0.5rem;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.7rem 1.58rem 1.56rem;
        border-radius: 0.85rem 0.85rem 0 0;
        background: var(--bg-hex-17191d);
        color: var(--text-hex-f8f4ed);
        z-index: 7;
    }
    body:not(.innerPage) .heroMobileCard__head {
        display: grid;
        gap: 0.2rem;
    }
    body:not(.innerPage) .heroMobileCard__head h2 {
        font-size: 1.62rem;
        letter-spacing: -0.02em;
        line-height: 0.86;
        color: var(--text-hex-fff8f2);
    }
    body:not(.innerPage) .heroMobileCard__head p {
        margin: 0;
        font-size: 0.55rem;
        line-height: 1.28;
        color: var(--text-rgba-246-241-233-a72);
        text-align: left;
    }
    body:not(.innerPage) .heroMobileCard__chips {
        display: flex;
        align-items: center;
        gap: 0.34rem;
        overflow-x: auto;
        scrollbar-width: none;
    }
    body:not(.innerPage) .heroMobileCard__chips::-webkit-scrollbar {
        display: none;
    }
    body:not(.innerPage) .heroMobileCard__chips span {
        flex: 0 0 auto;
        min-height: 1.1rem;
        padding: 0.12rem 0.43rem;
        border-radius: 0.35rem;
        border: 1px solid var(--border-rgba-255-248-238-a24);
        color: var(--text-rgba-250-245-236-a88);
        font-family: "Epilogue", sans-serif;
        font-size: 0.48rem;
        font-weight: 600;
        line-height: 1;
    }
    body:not(.innerPage) .heroMobileCard__actions {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.35rem;
        align-items: center;
    }
    body:not(.innerPage) .heroMobileCard__actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.2rem;
        border-radius: 0.45rem;
        border: 1px solid var(--border-rgba-250-244-236-a26);
        color: var(--text-hex-fff9f2);
        font-family: "Epilogue", sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        letter-spacing: 0.01em;
        text-transform: uppercase;
    }
    body:not(.innerPage) .heroMobileCard__actions button {
        width: 2.2rem;
        height: 2.2rem;
        border: 0;
        border-radius: 0.45rem;
        background: var(--bg-rgba-255-255-255-a14);
        color: var(--text-hex-f7efe4);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.84rem;
    }
    .pageHero__corner--left {
        top: 0rem;
        left: -0rem;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: -1368px;
    }
}


/* Mobile Hero Match (index only) */

@media (max-width: 768px) {
    body:not(.innerPage) .heroHeader {
        display: flex !important;
    }
    body:not(.innerPage) .heroMobileMenu {
        display: block !important;
    }
    body:not(.innerPage) .hero {
        min-height: auto !important;
        height: auto !important;
        padding: 6.1rem 0 0 !important;
        background: linear-gradient(180deg, var(--hero-mobile-phone-screen-top) 0%, var(--hero-mobile-phone-screen-top) 49%, var(--bg-app) 49%, var(--bg-app) 100%) !important;
    }
    body:not(.innerPage) .hero::before,
    body:not(.innerPage) .heroBackground,
    body:not(.innerPage) .heroMobileOffer,
    body:not(.innerPage) .heroControls,
    body:not(.innerPage) .pizzaOrbit,
    body:not(.innerPage) .heroMobileMeta,
    body:not(.innerPage) .heroOrderNow,
    body:not(.innerPage) .heroMobileCard,
    body:not(.innerPage) .heroMobileIntro__badge,
    body:not(.innerPage) .heroMobileIntro__label {
        display: none !important;
    }
    body:not(.innerPage) .heroStage.site-shell {
        width: 100% !important;
        max-width: none !important;
        min-height: calc(100svh - 6.1rem) !important;
        padding: 2.05rem 0.95rem 0.5rem !important;
        margin: 0 !important;
        position: relative;
        display: grid !important;
        align-content: start !important;
        justify-items: stretch !important;
        gap: 0 !important;
        overflow: hidden;
    }
    body:not(.innerPage) .heroStage.site-shell::after {
        content: "";
        position: absolute;
        left: -9%;
        right: -9%;
        bottom: 48%;
        height: 19%;
        border-radius: 50%;
        border-bottom: 20px solid var(--accent-primary-strong);
        background: var(--hero-mobile-phone-curve);
        transform: rotate(-4deg);
        z-index: 1;
        pointer-events: none;
    }
    body:not(.innerPage) .heroMobileIntro {
        display: grid !important;
        gap: 0.55rem;
        padding: 0 0.08rem;
        position: relative;
        z-index: 2;
    }
    body:not(.innerPage) .heroMobileIntro__title {
        margin: 0;
        font-family: "Epilogue", sans-serif;
        font-size: clamp(2rem, 11.2vw, 3.25rem);
        line-height: 0.9;
        letter-spacing: -0.02em;
        color: var(--hero-mobile-phone-light-text);
        text-align: left;
        font-weight: bolder;
    }
    body:not(.innerPage) .heroMobileIntro__lead {
        margin: 0;
        max-width: 88%;
        font-size: 1rem;
        line-height: 1.36;
        color: var(--hero-mobile-phone-muted-text);
        text-align: left;
    }
    body:not(.innerPage) .heroMobileIntro__actions {
        margin-top: 0.82rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.52rem;
        align-items: center;
        width: min(100%, 90%);
    }
    body:not(.innerPage) .heroMobileIntro__actions a {
        min-height: 3.35rem;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.36rem;
        font-family: "Epilogue", sans-serif;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-decoration: none;
    }
    body:not(.innerPage) .heroMobileIntro__actions a:first-child {
        padding: 0 1.15rem;
        background: var(--hero-mobile-phone-light-btn);
        color: var(--hero-mobile-phone-dark-btn);
    }
    body:not(.innerPage) .heroMobileIntro__actions a:last-child {
        padding: 0 1.28rem;
        background: var(--hero-mobile-phone-dark-btn);
        color: var(--hero-mobile-phone-light-text);
    }
    body:not(.innerPage) .pizzaSelction {
        min-height: 0 !important;
        margin-top: 0.3rem !important;
        padding: 0;
        position: relative;
        z-index: 2;
        overflow: visible !important;
    }
    body:not(.innerPage) .pizzaImage {
        position: relative !important;
        left: 80px !important;
        bottom: -34px !important;
        width: min(100vw, 24rem) !important;
        margin: 0.2rem auto 0 !important;
        transform: none !important;
        z-index: 2;
    }
    body:not(.innerPage) .pizzaImageStage {
        aspect-ratio: 1 !important;
    }
    body:not(.innerPage) .pizzaImageStage::before {
        display: none !important;
    }
    body:not(.innerPage) .pizzaVisual img {
        width: 100% !important;
        max-width: 100% !important;
        filter: drop-shadow(0 0.95rem 1.3rem var(--hero-mobile-shadow)) !important;
    }
    body:not(.innerPage) .heroMobileIntro__actions a:last-child {
        padding: 0 1.28rem;
        background: var(--hero-mobile-phone-dark-btn);
        color: var(--hero-mobile-phone-light-text);
    }
    body:not(.innerPage) .pizzaSelction {
        min-height: 0 !important;
        margin-top: 0.3rem !important;
        padding: 0;
        position: relative;
        z-index: 2;
        overflow: visible !important;
    }
    body:not(.innerPage) .pizzaImage {
        position: relative !important;
        left: 80px !important;
        bottom: -34px !important;
        width: min(90vw, 24rem) !important;
        margin: 0.2rem auto 0 !important;
        transform: none !important;
        z-index: 2;
    }
    body:not(.innerPage) .pizzaImageStage {
        aspect-ratio: 1 !important;
    }
    body:not(.innerPage) .pizzaImageStage::before {
        display: none !important;
    }
    body:not(.innerPage) .pizzaVisual img {
        width: 100% !important;
        max-width: 100% !important;
        filter: drop-shadow(0 0.95rem 1.3rem var(--hero-mobile-shadow)) !important;
    }
}


/* --- MENU PANEL (NICK'S STYLE) --- */

.iceMenuPanel {
    position: relative;
    width: 100%;
    min-height: 800px;
    background-color: #a36746;
    overflow: hidden;
    padding: 6rem 0 10rem;
}

.iceMenuPanel__waves {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.iceMenuPanel__waves svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iceMenuPanel__container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.iceMenuPanel__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8rem;
    /* High margin for product pop-out */
}

.iceMenuPanel__header h2 {
    font-family: 'Cherry Cream Soda', system-ui;
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: var(--ice-white);
    line-height: 1.1;
    margin: 0;
}

.header-right {
    max-width: 320px;
}

.header-right p {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--ice-glass);
    margin: 0;
}

.iceMenuPanel__slider {
    position: relative;
    display: flex;
    align-items: center;
}

.iceMenuPanel__track {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 3rem;
    /* room for button pop-out */
    padding-top: 10rem;
    /* crucial to prevent image clipping at the top */
    margin-top: -10rem;
    /* offset padding */
    width: 100%;
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
}

.iceMenuPanel__track::-webkit-scrollbar {
    display: none;
}

.menu-card {
    flex: 0 0 calc(25% - 1.125rem);
    /* exactly 4 columns */
    min-width: 260px;
    position: relative;
    scroll-snap-align: center;
    padding-top: 6rem;
    /* This creates the visual space where the tub pops */
    display: flex;
    flex-direction: column;
}

.menu-card__bg {
    position: absolute;
    top: 6rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--ice-white);
    border-radius: 40px;
    z-index: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.menu-card__image-wrapper {
    position: relative;
    z-index: 2;
    margin-top: -6rem;
    /* Pull image drastically OUT of the bg bounds */
    height: 280px;
    display: flex;
    justify-content: center;
}

.menu-card__image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-card:hover .menu-card__image-wrapper img {
    transform: translateY(-10px) scale(1.05);
}

.menu-card__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 1rem 1.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-card .price {
    font-family: 'Cherry Cream Soda', system-ui;
    font-size: 2rem;
    color: var(--ice-ink);
    margin: 0.5rem 0;
}

.menu-card .desc {
    font-family: 'Epilogue', sans-serif;
    font-size: 0.85rem;
    color: var(--ice-muted-text);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
}

.btn-buy {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translate(-100%, 50%);
    background: var(--ice-ink);
    color: var(--ice-white);
    padding: 0.8rem 1.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    font-family: 'Epilogue', sans-serif;
    white-space: nowrap;
    transition: background 0.3s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-buy:hover {
    background: var(--ice-soft-ink);
    transform: translate(-100%, 50%) scale(1.05);
}

.menu-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: var(--ice-white);
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 5;
    cursor: pointer;
    color: var(--ice-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.menu-nav.prev {
    left: -24px;
}

.menu-nav.next {
    right: -24px;
}

.menu-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

@media (max-width: 991px) {
    .iceMenuPanel__header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
        margin-bottom: 4rem;
    }
    .header-right {
        max-width: 100%;
    }
    .menu-nav {
        display: none;
    }
    /* On mobile, let them finger-swipe */
    .iceMenuPanel__track {
        gap: 1rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-left: -2rem;
        width: calc(100% + 4rem);
    }
    .menu-card {
        flex: 0 0 280px;
    }
}


/* --- VIDEO BANNER --- */

.iceVideoBanner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #4A2511;
    /* Fallback */
}

.iceVideoBanner__bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.iceVideoBanner__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iceVideoBanner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(74, 37, 17, 0.4);
    /* tinted brown overly */
    z-index: 2;
}

.iceVideoBanner__content {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.iceVideoBanner__left-text,
.iceVideoBanner__right-text {
    flex: 1;
    position: relative;
}

.iceVideoBanner__left-text h2,
.iceVideoBanner__right-text h2 {
    font-family: 'Epilogue', sans-serif;
    font-weight: 800;
    font-size: clamp(3rem, 5vw, 6rem);
    color: var(--ice-white, #fff);
    line-height: 1.1;
    margin: 0;
}

.iceVideoBanner__right-text h2 {
    text-align: right;
}

.iceVideoBanner__center-image {
    flex: 0 0 clamp(250px, 30vw, 400px);
    position: relative;
    z-index: 10;
}

.iceVideoBanner__center-image img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.5));
    transform: scale(1.1);
}

.iceVideoBanner__scroll-left,
.iceVideoBanner__scroll-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-family: 'Epilogue', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
    z-index: 5;
}

.iceVideoBanner__scroll-left {
    left: 2.5rem;
}

.iceVideoBanner__scroll-right {
    right: 2.5rem;
}

.iceVideoBanner__footer {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    width: 100%;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}

.iceVideoBanner__footer .socials {
    display: flex;
    gap: 1.5rem;
    color: var(--ice-white);
    font-size: 1.1rem;
}

.iceVideoBanner__footer .contact a {
    color: var(--ice-white);
    font-family: 'Epilogue', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media (max-width: 991px) {
    .iceVideoBanner__content {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
        padding-top: 4rem;
    }
    .iceVideoBanner__left-text h2,
    .iceVideoBanner__right-text h2 {
        text-align: center;
        font-size: 3.5rem;
    }
    .iceVideoBanner__scroll-left,
    .iceVideoBanner__scroll-right {
        display: none;
    }
    .iceVideoBanner__footer {
        padding: 0 2rem;
    }
}


/* --- CUSTOM PRELOADER --- */

.pageLoader.custom-loader {
    background: linear-gradient(180deg, #ffff 0%, #fff 100%);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.35s ease;
    overflow: hidden;
}

.pageLoader__content {
    position: relative;
    z-index: 2;
    width: min(90vw, 20rem);
    padding: 1.4rem 1rem;
    text-align: center;
}

.loaderCore {
    position: relative;
    width: clamp(6.5rem, 20vw, 8rem);
    aspect-ratio: 1 / 1;
    margin: 0 auto 0.85rem;
}

.loaderCore__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
}

.loaderCore__ring--one {
    border: 0.15rem solid rgba(255, 215, 170, 0.4);
    border-top-color: rgba(255, 140, 68, 0.98);
    border-right-color: rgba(255, 201, 101, 0.98);
    animation: loaderSpin 1.2s linear infinite;
}

.loaderCore__ring--two {
    inset: 0.5rem;
    border: 0.13rem dashed rgba(255, 223, 169, 0.75);
    animation: loaderSpinReverse 1.7s linear infinite;
}

.loaderCore__slice {
    position: absolute;
    inset: 1.15rem;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 33%, #bd3e1c 0 12%, transparent 13%), radial-gradient(circle at 63% 41%, #6ba240 0 10%, transparent 11%), radial-gradient(circle at 42% 64%, #f48539 0 12%, transparent 13%), radial-gradient(circle at 65% 66%, #be3d19 0 9%, transparent 10%), radial-gradient(circle at 50% 50%, #ffd47a 0 68%, #cd7a24 69% 100%);
    box-shadow: 0 0 0 0.1rem rgba(255, 200, 126, 0.6), 0 0.45rem 0.9rem rgba(53, 20, 10, 0.42);
    animation: loaderPulseBeat 0.9s ease-in-out infinite alternate;
}

.pageLoader__logo {
    width: clamp(8rem, 28vw, 11rem);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 0.5rem 1rem rgba(15, 6, 5, 0.45));
    animation: loaderLogoBob 1.7s ease-in-out infinite;
}

.loader-hand {
    position: absolute;
    width: clamp(11rem, 32vw, 23rem);
    height: auto;
    pointer-events: none;
    z-index: 1;
    transition: transform 0.95s cubic-bezier(0.77, 0, 0.175, 1);
}

.hand-right {
    top: 0;
    right: 0;
    transform: translateX(0);
}

.hand-left {
    bottom: 0;
    left: 0;
    transform: translateX(0);
}

body.is-loaded .pageLoader.custom-loader {
    opacity: 0;
    transition-delay: 0.95s, 1.35s;
}

body.is-transitioning .pageLoader.custom-loader {
    opacity: 1;
    transition-delay: 0s, 0s;
}

body.is-loaded .hand-right {
    transform: translateX(115%);
}

body.is-loaded .hand-left {
    transform: translateX(-115%);
}

body.is-transitioning .hand-right,
body.is-transitioning .hand-left {
    transform: translateX(0);
}

@keyframes loaderSpin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes loaderSpinReverse {
    to {
        transform: rotate(-1turn);
    }
}

@keyframes loaderPulseBeat {
    from {
        transform: scale(0.9);
    }
    to {
        transform: scale(1.04);
    }
}

@keyframes loaderLogoBob {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.2rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pageLoader.custom-loader,
    .loaderCore__ring,
    .loaderCore__slice,
    .pageLoader__logo,
    .loader-hand {
        animation: none !important;
        transition: none !important;
    }
}


/* --- ADMIN DARK THEME OVERRIDES --- */

.innerPage--admin {
    background-color: var(--accent-neutral-1);
    color: var(--bg-app);
}

.innerPage--admin .adminShell {
    background: var(--accent-neutral-1);
    color: var(--text-on-dark);
}

.innerPage--admin .adminSidebar {
    background: #151111;
    border-right: 1px solid #282121;
}

.innerPage--admin .adminWorkspace__header h1,
.innerPage--admin .adminPanel__head h2,
.innerPage--admin .adminCard__content h3,
.innerPage--admin .adminModal__header h3 {
    color: #ffffff;
}

.innerPage--admin .adminStatCard,
.innerPage--admin .adminPanel,
.innerPage--admin .adminCard,
.innerPage--admin .adminModal__body,
.innerPage--admin .adminModal__header,
.innerPage--admin .adminModal__footer,
.innerPage--admin .adminAuth__panel {
    background: #1a1515;
    border: 1px solid #2e2626;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
    color: #e8e6e3;
}

.innerPage--admin .adminCard__muted,
.innerPage--admin .adminPanel__lead,
.innerPage--admin .field span {
    color: #a39b98;
}

.innerPage--admin input,
.innerPage--admin select,
.innerPage--admin textarea,
.innerPage--admin .adminAuth__form input {
    background: #0f0a0a;
    border: 1px solid #3c3230;
    color: #ffffff;
}

.innerPage--admin input:focus,
.innerPage--admin select:focus,
.innerPage--admin textarea:focus {
    border-color: var(--accent-primary-strong);
    outline: none;
}


/* Upload Zone Drag & Drop Styling */

[data-upload-zone] {
    position: relative;
    border: 2px dashed #4a3e3c;
    padding: 1rem;
    border-radius: 12px;
    background: #110c0c;
    transition: all 0.25s ease;
    cursor: pointer;
}

[data-upload-zone]:hover {
    border-color: var(--accent-primary-strong);
    background: #181212;
}

[data-upload-zone].is-dragover {
    border-color: #fff;
    background: #241c1c;
    transform: scale(1.01);
}

[data-upload-zone]>span {
    display: block;
    margin-bottom: 0.5rem;
    pointer-events: none;
}

[data-upload-zone]>input[type="text"] {
    width: 100%;
}


/* --- HOMEPAGE HIGHLIGHT UPDATES --- */

body:not(.innerPage) .heroOrderNow {
    background: linear-gradient(135deg, #b9140f 0%, #d83a1b 48%, #b9140f 100%);
    color: #fff9f2;
    border: 1px solid rgba(255, 242, 220, 0.26);
    box-shadow: 0 1rem 2.3rem rgba(95, 27, 13, 0.35);
}

body:not(.innerPage) .heroOrderNow:hover,
body:not(.innerPage) .heroOrderNow:focus-visible {
    transform: translate(-50%, -50%) translateY(-2px);
    color: #ffffff;
}

body:not(.innerPage) .heroMobileIntro__quickLinks {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 242, 222, 0.92);
}

body:not(.innerPage) .heroFeaturePills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

body:not(.innerPage) .heroFeaturePills span {
    display: inline-flex;
    align-items: center;
    min-height: 1.4rem;
    padding: 0.24rem 0.62rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 240, 224, 0.24);
    background: rgba(34, 18, 12, 0.35);
    color: rgba(255, 245, 233, 0.92);
    font-family: "Epilogue", sans-serif;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
}

body:not(.innerPage) .heroMobileIntro__actions a.heroCta--order {
    background: var(--accent-primary-strong);
    color: #fff8ee;
}

body:not(.innerPage) .heroMobileIntro__actions a.heroCta--menu {
    border: 1px solid rgba(255, 241, 222, 0.22);
    background: rgba(23, 15, 12, 0.72);
    color: #fff2e2;
}

.homeDealsIntro {
    margin: 0.8rem auto 0;
    padding: 1.25rem 1.35rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(217, 125, 70, 0.2);
    background: radial-gradient(circle at top right, rgba(237, 172, 76, 0.18) 0%, rgba(237, 172, 76, 0) 42%), linear-gradient(135deg, rgba(255, 247, 236, 0.98) 0%, rgba(255, 241, 225, 0.95) 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 1rem;
}

.homeDealsIntro__header {
    display: grid;
    gap: 0.38rem;
}

.homeDealsIntro__eyebrow {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a2d18;
}

.homeDealsIntro__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.3vw, 1.95rem);
    line-height: 1.03;
    letter-spacing: -0.02em;
    color: #2a1c15;
}

.homeDealsIntro__copy {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(45, 30, 21, 0.82);
}

.homeDealsIntro__tags {
    display: grid;
    align-content: center;
    gap: 0.55rem;
}

.homeDealsIntro__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 2.15rem;
    padding: 0.35rem 0.78rem;
    border-radius: 0.82rem;
    border: 1px solid rgba(201, 110, 57, 0.28);
    background: rgba(255, 255, 255, 0.82);
    font-family: "Epilogue", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #3b2419;
}

.menuDealsFeature {
    margin-top: 0.7rem;
}

.menuDealsFeature__card {
    position: relative;
    overflow: hidden;
    border-radius: 1.05rem;
    min-height: clamp(13rem, 30vw, 18rem);
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 0.9rem 2.1rem rgba(15, 10, 8, 0.24);
}

.menuDealsFeature__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.menuDealsFeature__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(170deg, rgba(8, 5, 4, 0.08) 0%, rgba(8, 5, 4, 0.42) 52%, rgba(8, 5, 4, 0.78) 100%);
}

.menuDealsFeature__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: grid;
    gap: 0.5rem;
    padding: clamp(1rem, 2.8vw, 1.45rem);
}

.menuDealsFeature__eyebrow {
    margin: 0;
    width: fit-content;
    padding: 0.18rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 241, 222, 0.22);
    border: 1px solid rgba(255, 239, 218, 0.35);
    color: #fff8ef;
    font-family: "Epilogue", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}

.menuDealsFeature__content h2 {
    margin: 0;
    color: #fffaf6;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    line-height: 1.04;
    letter-spacing: -0.02em;
    max-width: 34rem;
}

.menuDealsFeature__content p {
    margin: 0;
    color: rgba(255, 247, 238, 0.88);
    max-width: 41rem;
}

.menuDealsFeature__cta {
    width: fit-content;
    min-height: 2.65rem;
    padding: 0.45rem 1rem !important;
    font-size: 0.88rem;
}

.menuDealsHub {
    margin-top: 0.8rem;
}

.menuDealsHub__header {
    display: grid;
    gap: 0.35rem;
}

.menuDealsHub__eyebrow {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a2d18;
}

.menuDealsHub__title {
    margin: 0;
    color: #2a1c15;
    font-size: clamp(1.16rem, 2.1vw, 1.72rem);
    line-height: 1.08;
}

.menuDealsHub__tabs {
    margin-top: 0.55rem;
}

.menuDealsHub .siteBanners {
    margin-top: 0.65rem;
}

.homeDealsHub {
    margin-top: 0.55rem;
}

.homeDealsHub__tabs {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    overflow-x: auto;
    padding: 0.45rem;
    border-radius: 0.9rem;
    background: #efefef;
    scrollbar-width: none;
}

.homeDealsHub__tabs::-webkit-scrollbar {
    display: none;
}

.homeDealsHub__tab {
    flex: 0 0 auto;
    min-height: 2.65rem;
    padding: 0 0.95rem;
    border: 0;
    border-radius: 0.45rem;
    background: transparent;
    color: #1f1a17;
    font-family: "Epilogue", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
}

.homeDealsHub__tab.is-active,
.homeDealsHub__tab:hover,
.homeDealsHub__tab:focus-visible {
    background: #d41830;
    color: #fff7f2;
}

.homeDealsHub .siteBanners {
    margin-top: 0.65rem;
}

.heroDealsSlider {
    position: relative;
    padding: 1.15rem 0 0.4rem;
    background: var(--bg-app);
}

.heroDealsSlider__shell {
    display: grid;
    gap: 0.75rem;
}

.heroDealsSlider__header {
    display: grid;
    gap: 0.28rem;
}

.heroDealsSlider__eyebrow {
    margin: 0;
    font-family: "Epilogue", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9a2d18;
}

.heroDealsSlider__title {
    margin: 0;
    color: #2a1c15;
    font-size: clamp(1.1rem, 2.2vw, 1.7rem);
    line-height: 1.1;
}

.heroDealsSlider__track {
    margin: 0;
}

.siteBanner__badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 1.5rem;
    padding: 0.16rem 0.62rem;
    border-radius: 999px;
    background: rgba(255, 240, 221, 0.22);
    border: 1px solid rgba(255, 241, 225, 0.22);
    color: #fff7ef;
    font-family: "Epilogue", sans-serif;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.siteBanner__ctaBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.95rem;
    width: 100%;
    border-radius: 0.58rem;
    background: linear-gradient(135deg, #c42518 0%, #c42518 58%, #c42518 100%);
    color: #fff9f2;
    font-family: "Epilogue", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.siteBanner__ctaBtn:hover,
.siteBanner__ctaBtn:focus-visible {
    color: #ffffff;
    transform: translateY(-1px);
}

@media (min-width: 769px) {
    body:not(.innerPage) .pizzaImage {
        width: min(95vw, 58rem);
        bottom: 3rem;
    }
}

@media (max-width: 900px) {
    .homeDealsIntro {
        grid-template-columns: 1fr;
    }
    .menuDealsFeature__content p {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .heroDealsSlider {
        padding-top: 0.7rem;
    }
    .heroDealsSlider__shell {
        gap: 0.6rem;
    }
    .heroDealsSlider__eyebrow {
        font-size: 0.64rem;
    }
    .heroDealsSlider__title {
        font-size: clamp(0.98rem, 4.5vw, 1.22rem);
    }
    body:not(.innerPage) .heroMobileIntro__quickLinks {
        display: block;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }
    body:not(.innerPage) .heroFeaturePills {
        gap: 0.35rem;
    }
    body:not(.innerPage) .heroFeaturePills span {
        font-size: 0.62rem;
        min-height: 1.56rem;
        border-color: rgba(255, 235, 210, 0.2);
        background: rgba(22, 13, 11, 0.62);
    }
    body:not(.innerPage) .heroMobileIntro__actions a.heroCta--order {
        background: var(--accent-primary-strong);
        color: #fff9f0 !important;
    }
    body:not(.innerPage) .heroMobileIntro__actions a.heroCta--menu {
        border: 1px solid rgba(255, 241, 224, 0.26) !important;
        background: rgba(22, 16, 13) !important;
        color: #fff0df !important;
    }
    body:not(.innerPage) .pizzaImage {
        left: 0 !important;
        bottom: -0.3rem !important;
        width: min(100vw, 26rem) !important;
        margin: 0.2rem auto 0 !important;
    }
    body:not(.innerPage) .pizzaVisual img {
        transform: scale(1.06);
        transform-origin: center;
    }
    .homeDealsIntro {
        margin-top: 0.35rem;
        padding: 1rem 0.92rem;
        border-radius: 1rem;
        gap: 0.75rem;
    }
    .homeDealsIntro__eyebrow {
        font-size: 0.64rem;
    }
    .homeDealsIntro__title {
        font-size: clamp(1.12rem, 5.2vw, 1.4rem);
    }
    .homeDealsIntro__copy {
        font-size: 0.84rem;
    }
    .homeDealsIntro__tags {
        gap: 0.4rem;
    }
    .homeDealsIntro__tags span {
        min-height: 1.95rem;
        padding: 0.3rem 0.65rem;
        font-size: 0.75rem;
    }
    .menuDealsFeature {
        margin-top: 0.45rem;
    }
    .menuDealsFeature__card {
        border-radius: 0.9rem;
        min-height: 13.5rem;
    }
    .menuDealsFeature__content {
        gap: 0.38rem;
        padding: 0.9rem;
    }
    .menuDealsFeature__content h2 {
        font-size: clamp(1.1rem, 5vw, 1.38rem);
    }
    .menuDealsFeature__content p {
        font-size: 0.84rem;
    }
    .menuDealsFeature__cta {
        min-height: 2.25rem;
        font-size: 0.8rem;
    }
    .menuDealsHub__title {
        font-size: clamp(1.02rem, 4.4vw, 1.24rem);
    }
    .homeDealsHub__tabs {
        gap: 0.35rem;
        padding: 0.35rem;
        border-radius: 0.75rem;
    }
    .homeDealsHub__tab {
        min-height: 2.35rem;
        padding: 0 0.72rem;
        font-size: 0.8rem;
    }
    .siteBanner__badge {
        min-height: 1.35rem;
        font-size: 0.58rem;
    }
    .siteBanner__ctaBtn {
        min-height: 2.45rem;
        font-size: 0.86rem;
    }
}

@media (max-width: 780px) {
    .heroHeader,
    .heroHeader.is-scrolled,
    .innerPage .heroHeader,
    .innerPage--icecream .heroHeader {
        position: fixed;
        top: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        width: min(100%, 100%);
        max-width: 100%;
        height: 95px;
        padding: 26px 18px 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0;
        background: #fff !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
        border-radius: 0 !important;
        z-index: 1200;
        transition: height 220ms ease, padding 220ms ease, box-shadow 220ms ease;
    }
    .heroBrand {
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);
        width: 102px;
        height: 102px;
        border-radius: 50%;
        background: #000;
        border: 2px solid #fff;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
        overflow: hidden;
        display: block;
        transition: width 220ms ease, height 220ms ease, bottom 220ms ease, box-shadow 220ms ease;
    }
    .heroBrand img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 220ms ease;
    }
    .heroNav,
    .heroTopCta--desktop {
        display: none;
    }
    .heroMenuToggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 1.75rem;
        height: 1.4rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .heroMenuToggle__line {
        left: 50%;
        width: 1.55rem;
        height: 3px;
        background: #8f0f14;
        border-radius: 999px;
        transform: translateX(-50%);
    }
    .heroMenuToggle__line:nth-child(1) {
        top: 0;
    }
    .heroMenuToggle__line:nth-child(2) {
        top: 0.45rem;
    }
    .heroMenuToggle__line:nth-child(3) {
        top: 0.9rem;
    }
    .heroMobileMenu {
        z-index: 1300;
    }
    .heroHeader.is-menu-open {
        z-index: 1301;
    }
    .heroHeader.is-scrolled,
    .innerPage .heroHeader.is-scrolled,
    .innerPage--icecream .heroHeader.is-scrolled {
        height: 76px;
        padding: 14px 16px 0;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
    }
    .heroHeader.is-scrolled .heroBrand {
        width: 74px;
        height: 74px;
        bottom: -12px;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.28);
    }
    .heroHeader.is-scrolled .heroBrand img {
        transform: scale(0.98);
    }
    .iceVideoBanner {
        min-height: 60vh;
    }
    .iceMenuPanel {
        padding-top: 2rem;
        padding-bottom: 0;
    }
}