:root {
  --navy: #1B264F;
  --aqua: #8DC1C5;
  --ivory: #F6F0E8;
  --blush: #E7C7C2;
  --ink: #182143;
  --white: #fffdfa;
  --line: rgba(27,38,79,.18);
  --shadow: 0 18px 50px rgba(27,38,79,.11);
  --radius: 24px;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--navy); font-family: var(--sans); line-height: 1.5; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }

.skip-link { position: fixed; left: 12px; top: -100px; background: var(--navy); color: white; padding: 10px 16px; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--navy); color: var(--ivory); font-size: 12px; letter-spacing: .08em; text-transform: lowercase; padding: 7px 18px; text-align: center; }
.announcement-dot { color: var(--blush); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,240,232,.95); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { height: 88px; max-width: 1440px; margin: auto; padding: 0 34px; display: grid; grid-template-columns: 220px 1fr 140px; align-items: center; gap: 24px; }
.brand img { width: 190px; height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.4vw,38px); font-weight: 600; font-size: 14px; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--aqua); transition: .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; gap: 8px; }
.icon-button { width: 44px; height: 44px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; border-radius: 50%; position: relative; }
.icon-button:hover { background: var(--blush); }
.icon-button svg { width: 23px; height: 23px; fill: none; stroke: var(--navy); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { position: absolute; right: 0; top: 0; min-width: 19px; height: 19px; padding: 0 4px; border-radius: 30px; display: grid; place-items: center; background: var(--aqua); border: 2px solid var(--ivory); font-size: 10px; font-weight: 700; }
.mobile-menu-button { display: none; }
.mobile-menu-button span { width: 20px; height: 2px; background: var(--navy); margin: 2px; display: block; }
.mobile-nav { display: none; }

.section-pad { padding: clamp(70px,8vw,128px) max(34px, calc((100vw - 1320px)/2)); }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 16px; }
h1,h2,h3 { font-family: var(--serif); letter-spacing: -.03em; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(58px,7vw,112px); }
h1 em { color: var(--ivory); font-style: normal; -webkit-text-stroke: 1.5px var(--navy); paint-order: stroke fill; text-shadow: 4px 4px 0 var(--navy); }
h2 { font-size: clamp(43px,5vw,76px); }
h3 { font-size: 34px; }
p { margin: 0; }

.hero { min-height: calc(100vh - 122px); background: var(--aqua); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 7vw; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; width: 250px; height: 250px; border-radius: 50%; border: 2px dashed rgba(246,240,232,.8); right: -110px; top: 45px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy p { max-width: 610px; font-size: clamp(18px,2vw,24px); margin: 30px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 51px; border-radius: 999px; padding: 13px 22px; border: 2px solid var(--navy); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 rgba(27,38,79,.13); }
.button-navy { background: var(--navy); color: var(--ivory); }
.button-ghost { background: rgba(246,240,232,.3); }
.button-outline { background: transparent; }
.full-width { width: 100%; }
.hero-note { margin-top: 30px; font-size: 13px; font-weight: 700; }
.hero-art { min-height: 570px; position: relative; display: grid; place-items: center; }
.hero-squiggle { position: absolute; font-family: var(--serif); font-size: 78px; top: 4%; right: 5%; transform: rotate(30deg); }
.paper-stack { width: min(510px, 90%); height: 520px; position: relative; }
.paper-card { position: absolute; border: 3px solid var(--navy); border-radius: 18px; box-shadow: 11px 12px 0 var(--navy); display: flex; align-items: center; justify-content: center; }
.card-back { width: 310px; height: 400px; left: 45px; top: 74px; background: var(--blush); transform: rotate(-11deg); }
.card-mid { width: 310px; height: 400px; left: 105px; top: 62px; background: var(--ivory); transform: rotate(7deg); }
.card-mid span { font-family: var(--serif); font-size: 44px; transform: rotate(-7deg); }
.card-front { width: 315px; height: 407px; left: 86px; top: 45px; background: var(--white); flex-direction: column; gap: 12px; transform: rotate(-1deg); }
.card-front strong { font-family: var(--serif); font-size: 48px; }
.card-front small { font-size: 13px; font-weight: 700; }
.mini-ribbon { width: 88px; height: 120px; border: 3px solid var(--navy); background: repeating-linear-gradient(135deg, var(--ivory) 0 15px, var(--aqua) 15px 21px); position: relative; }
.mini-ribbon::after { content: ''; position: absolute; width: 76px; height: 76px; border: 3px solid var(--navy); border-radius: 50%; left: 53px; top: -29px; background: var(--blush); }
.bookmark-shape { position: absolute; width: 100px; height: 280px; right: 8px; bottom: 10px; background: var(--blush); border: 3px solid var(--navy); border-radius: 14px 14px 4px 4px; transform: rotate(12deg); box-shadow: 8px 8px 0 var(--navy); display: flex; align-items: center; justify-content: center; }
.bookmark-shape span { writing-mode: vertical-rl; transform: rotate(180deg); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.sticker { position: absolute; display: grid; place-items: center; border: 3px solid var(--navy); background: var(--ivory); box-shadow: 4px 5px 0 var(--navy); }
.sticker-heart { width: 88px; height: 76px; border-radius: 48% 52% 44% 50%; color: #d89591; font-size: 36px; left: 20px; top: 5px; transform: rotate(-10deg); }
.sticker-smile { width: 68px; height: 68px; border-radius: 50%; font-size: 32px; right: 38px; top: 85px; transform: rotate(8deg); }

.category-strip { display: grid; grid-template-columns: repeat(5,1fr); background: var(--navy); color: var(--ivory); }
.category-strip a { padding: 24px clamp(14px,2vw,32px); border-right: 1px solid rgba(246,240,232,.2); font-family: var(--serif); font-size: clamp(18px,1.8vw,28px); display: flex; align-items: center; justify-content: space-between; transition: .2s ease; }
.category-strip a:last-child { border-right: 0; }
.category-strip a:hover { background: var(--blush); color: var(--navy); }
.category-strip span { font-family: var(--sans); }

.shop-section { background: var(--ivory); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-heading p { width: min(450px,100%); font-size: 17px; }
.filter-row { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-chip { border: 1.5px solid var(--navy); background: transparent; padding: 8px 15px; border-radius: 999px; cursor: pointer; font-weight: 600; }
.filter-chip:hover,.filter-chip.active { background: var(--navy); color: var(--ivory); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px 18px; }
.product-card { min-width: 0; }
.product-image-wrap { aspect-ratio: 4/5; border-radius: 20px; overflow: hidden; background: var(--blush); position: relative; border: 1px solid rgba(27,38,79,.08); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.035); }
.product-badge { position: absolute; top: 13px; left: 13px; background: var(--ivory); border: 1.5px solid var(--navy); border-radius: 999px; padding: 6px 10px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; z-index: 2; }
.quick-add { position: absolute; right: 12px; bottom: 12px; width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--navy); background: var(--ivory); font-size: 25px; cursor: pointer; display: grid; place-items: center; transition: .18s ease; }
.quick-add:hover { background: var(--navy); color: var(--ivory); transform: rotate(8deg); }
.product-info { padding: 14px 4px 0; display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; }
.product-title { font-family: var(--serif); font-size: 22px; }
.product-category { font-size: 12px; opacity: .7; }
.product-price { grid-row: 1 / span 2; grid-column: 2; font-weight: 700; white-space: nowrap; padding-top: 2px; }
.center-action { text-align: center; margin-top: 48px; }

.occasion-section { background: var(--blush); display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 7vw; }
.occasion-copy p { font-size: 18px; max-width: 500px; margin-top: 24px; }
.occasion-cloud { display: flex; flex-wrap: wrap; gap: 13px; align-content: center; }
.occasion-cloud button { border: 2px solid var(--navy); background: var(--ivory); border-radius: 999px; padding: 15px 21px; font-family: var(--serif); font-size: clamp(18px,2vw,27px); cursor: pointer; box-shadow: 5px 6px 0 var(--navy); transform: rotate(var(--r,0deg)); transition: .18s ease; }
.occasion-cloud button:nth-child(2n) { --r: 2deg; }
.occasion-cloud button:nth-child(3n) { --r: -2deg; }
.occasion-cloud button:hover { transform: translateY(-4px) rotate(0deg); background: var(--aqua); }

.bundle-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: var(--ivory); min-height: 700px; }
.bundle-visual { background: var(--aqua); display: grid; place-items: center; min-height: 670px; overflow: hidden; }
.bundle-box { width: min(430px,76%); aspect-ratio: 1/1; background: var(--ivory); border: 4px solid var(--navy); position: relative; transform: rotate(-3deg); box-shadow: 18px 18px 0 rgba(27,38,79,.55); }
.box-lid { position: absolute; height: 23%; left: -4%; right: -4%; top: -10%; background: var(--blush); border: 4px solid var(--navy); }
.bundle-piece { position: absolute; border: 3px solid var(--navy); color: var(--navy); font-weight: 800; letter-spacing: .12em; display: grid; place-items: center; }
.piece-one { width: 45%; height: 42%; background: var(--white); left: 8%; top: 29%; transform: rotate(-8deg); }
.piece-two { width: 40%; height: 36%; background: var(--blush); right: 8%; top: 26%; transform: rotate(8deg); }
.piece-three { width: 24%; height: 54%; background: var(--aqua); right: 16%; bottom: 2%; transform: rotate(14deg); writing-mode: vertical-rl; }
.bundle-ribbon { position: absolute; top: -19%; left: 40%; width: 20%; height: 138%; background: repeating-linear-gradient(135deg, transparent 0 17px, rgba(141,193,197,.72) 17px 27px); border-left: 3px solid var(--navy); border-right: 3px solid var(--navy); pointer-events: none; }
.bundle-copy { padding: clamp(60px,8vw,110px); display: flex; flex-direction: column; justify-content: center; }
.bundle-copy h2 { color: var(--blush); }
.bundle-copy > p { margin: 28px 0 34px; font-size: 18px; max-width: 600px; color: rgba(246,240,232,.82); }
.bundle-copy .button-navy { background: var(--ivory); color: var(--navy); align-self: flex-start; border-color: var(--ivory); margin-top: 20px; }
.bundle-steps { display: grid; gap: 18px; }
.bundle-steps div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.bundle-steps span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid var(--ivory); font-weight: 700; }
.bundle-steps p { color: rgba(246,240,232,.82); }
.bundle-steps strong { color: var(--ivory); }

.ways { background: var(--ivory); }
.ways-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.way-card { min-height: 370px; padding: 34px; border: 2px solid var(--navy); border-radius: 22px; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 8px 8px 0 var(--navy); }
.way-a { background: var(--blush); transform: rotate(-1deg); }
.way-b { background: var(--aqua); transform: rotate(1deg); }
.way-c { background: var(--navy); color: var(--ivory); transform: rotate(-.5deg); }
.way-number { font-size: 12px; font-weight: 800; letter-spacing: .15em; margin-bottom: auto; border: 1px solid currentColor; border-radius: 999px; padding: 6px 10px; }
.way-card h3 { margin: 38px 0 17px; }
.way-card p { margin-bottom: 24px; max-width: 360px; }
.way-card a { font-weight: 700; border-bottom: 2px solid currentColor; }

.story-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--blush); align-items: center; }
.story-mark { min-height: 500px; display: grid; place-items: center; position: relative; }
.story-r { font-family: var(--serif); font-size: min(34vw,430px); line-height: .8; color: var(--ivory); -webkit-text-stroke: 4px var(--navy); paint-order: stroke fill; position: relative; z-index: 2; }
.story-lines { position: absolute; inset: 12% 6%; border: 2px dashed var(--navy); border-radius: 50%; transform: rotate(-9deg); }
.story-copy p { font-size: 19px; max-width: 650px; margin-top: 24px; }
.text-link { display: inline-block; background: none; border: 0; padding: 0 0 2px; margin-top: 30px; font-weight: 800; border-bottom: 2px solid currentColor; cursor: pointer; }

.newsletter { padding: 75px max(34px, calc((100vw - 1320px)/2)); background: var(--aqua); }
.newsletter-inner { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.newsletter-inner h2 { font-size: clamp(45px,5vw,72px); }
.newsletter-inner p { margin-top: 16px; max-width: 560px; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; border-bottom: 3px solid var(--navy); position: relative; }
.newsletter input { border: 0; background: transparent; min-width: 0; padding: 15px 6px; font-size: 20px; color: var(--navy); outline: none; }
.newsletter input::placeholder { color: rgba(27,38,79,.57); }
.newsletter form button { border: 0; background: transparent; font-weight: 800; cursor: pointer; padding: 15px 6px; }
.form-message { position: absolute; top: calc(100% + 10px); left: 0; font-size: 12px; font-weight: 700; }

.footer { background: var(--navy); color: var(--ivory); padding: 70px max(34px, calc((100vw - 1320px)/2)) 26px; }
.footer-main { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); opacity: .98; }
.footer-brand p { margin-top: 20px; color: rgba(246,240,232,.7); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links h3 { font-family: var(--sans); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 18px; }
.footer-links a { display: block; color: rgba(246,240,232,.75); margin: 8px 0; }
.footer-links a:hover { color: var(--aqua); }
.footer-bottom { border-top: 1px solid rgba(246,240,232,.16); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; color: rgba(246,240,232,.6); }

.search-overlay { position: fixed; inset: 0; z-index: 110; display: none; background: rgba(27,38,79,.55); padding: 4vh 4vw; }
.search-overlay.open { display: grid; place-items: start center; }
.search-panel { width: min(900px,100%); min-height: 420px; max-height: 90vh; overflow: auto; background: var(--ivory); border-radius: 26px; padding: 45px; position: relative; box-shadow: var(--shadow); }
.close-button { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid currentColor; background: transparent; font-size: 28px; line-height: 1; display: grid; place-items: center; cursor: pointer; }
.search-panel .close-button { position: absolute; right: 25px; top: 25px; }
.search-panel h2 { font-size: 50px; }
.search-input-wrap { margin: 28px 0 22px; border-bottom: 2px solid var(--navy); }
.search-input-wrap input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 22px; padding: 12px 0; }
.search-results { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }
.search-result { border: 1px solid var(--line); border-radius: 14px; padding: 13px; display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; cursor: pointer; background: rgba(255,255,255,.35); }
.search-result img { width: 54px; height: 64px; object-fit: cover; border-radius: 8px; }
.search-result strong { font-family: var(--serif); font-size: 17px; }
.search-result span { font-size: 12px; }
.search-empty { padding: 25px 0; opacity: .7; }

.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: min(480px,100%); background: var(--ivory); z-index: 120; transform: translateX(104%); transition: transform .28s ease; display: grid; grid-template-rows: auto 1fr auto; box-shadow: -20px 0 60px rgba(27,38,79,.18); }
.cart-drawer.open { transform: translateX(0); }
.drawer-backdrop { position: fixed; inset: 0; z-index: 115; background: rgba(27,38,79,.45); opacity: 0; pointer-events: none; transition: .25s; }
.drawer-backdrop.open { opacity: 1; pointer-events: auto; }
.cart-header { padding: 26px 28px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.cart-header h2 { font-size: 39px; }
.cart-header .eyebrow { margin-bottom: 5px; }
.cart-items { overflow: auto; padding: 8px 28px; }
.cart-item { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 100px; object-fit: cover; border-radius: 10px; }
.cart-item h3 { font-size: 19px; margin-bottom: 7px; }
.cart-item-price { font-weight: 700; }
.qty-row { display: flex; gap: 8px; align-items: center; margin-top: 10px; }
.qty-row button { width: 27px; height: 27px; border-radius: 50%; border: 1px solid var(--navy); background: transparent; cursor: pointer; }
.remove-link { border: 0; background: transparent; padding: 0; font-size: 11px; text-decoration: underline; cursor: pointer; opacity: .7; }
.cart-footer { padding: 22px 28px 28px; border-top: 1px solid var(--line); }
.subtotal { display: flex; justify-content: space-between; font-size: 18px; margin-bottom: 8px; }
.cart-footer p { font-size: 11px; opacity: .65; margin-bottom: 15px; }
.cart-empty { display: none; align-self: center; text-align: center; padding: 38px; }
.cart-empty.show { display: block; }
.empty-smile { font-size: 54px; }
.cart-empty p { margin: 13px 0 0; }
.cart-empty .text-link { margin-top: 22px; }
.cart-footer.hide { display: none; }

.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%,30px); background: var(--navy); color: var(--ivory); padding: 11px 16px; border-radius: 999px; z-index: 200; opacity: 0; pointer-events: none; transition: .25s; box-shadow: var(--shadow); font-weight: 700; font-size: 13px; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns: 180px 1fr 110px; padding: 0 20px; }
  .brand img { width: 165px; }
  .desktop-nav { gap: 17px; font-size: 12px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .category-strip { grid-template-columns: repeat(3,1fr); }
  .category-strip a:nth-child(3) { border-right: 0; }
  .category-strip a:nth-child(n+4) { border-top: 1px solid rgba(246,240,232,.2); }
}

@media (max-width: 820px) {
  .announcement { font-size: 10px; }
  .announcement span:nth-child(3), .announcement-dot { display: none; }
  .header-inner { grid-template-columns: 46px 1fr 94px; height: 74px; }
  .brand { justify-self: center; }
  .brand img { width: 160px; height: 50px; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: grid; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 74px; background: var(--ivory); padding: 16px 25px 26px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(27,38,79,.08); }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: 12px 0; font-family: var(--serif); font-size: 25px; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-art { min-height: 500px; }
  .section-heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .occasion-section, .story-section, .newsletter-inner { grid-template-columns: 1fr; }
  .bundle-section { grid-template-columns: 1fr; }
  .bundle-visual { min-height: 560px; }
  .ways-grid { grid-template-columns: 1fr; }
  .way-card { min-height: 310px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section-pad { padding: 65px 20px; }
  .header-inner { padding: 0 13px; }
  .brand img { width: 145px; }
  h1 { font-size: 57px; }
  h2 { font-size: 43px; }
  .hero { min-height: auto; gap: 15px; }
  .hero-copy p { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 400px; margin-inline: -6px; }
  .paper-stack { transform: scale(.77); transform-origin: center; width: 470px; }
  .category-strip { grid-template-columns: 1fr; }
  .category-strip a { border-right: 0; border-top: 1px solid rgba(246,240,232,.16); padding: 18px 20px; }
  .product-grid { gap: 24px 10px; }
  .product-title { font-size: 17px; }
  .product-price { grid-row: 3; grid-column: 1; font-size: 12px; }
  .product-info { grid-template-columns: 1fr; }
  .occasion-cloud button { font-size: 18px; padding: 11px 15px; box-shadow: 3px 4px 0 var(--navy); }
  .bundle-copy { padding: 60px 22px; }
  .bundle-visual { min-height: 430px; }
  .ways { padding-inline: 24px; }
  .newsletter { padding: 60px 20px 75px; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter form button { justify-self: start; padding-left: 0; }
  .footer { padding-inline: 22px; }
  .footer-links { grid-template-columns: repeat(2,1fr); }
  .footer-bottom { flex-direction: column; }
  .search-overlay { padding: 0; }
  .search-panel { min-height: 100vh; border-radius: 0; padding: 80px 20px 30px; }
  .search-results { grid-template-columns: 1fr; }
}
