:root {
  --ink: #27221b;
  --muted: #766c60;
  --cream: #f4efe7;
  --paper: #fbf8f2;
  --sand: #e9ddcc;
  --bronze: #9b6d3c;
  --bronze-dark: #6f4b28;
  --sage: #687262;
  --line: rgba(89, 66, 42, .16);
  --shadow: 0 28px 80px rgba(72, 50, 28, .14);
  --shell: min(1320px, calc(100% - 72px));
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Tajawal", system-ui, sans-serif; overflow-x: hidden; }
body.dialog-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; right: 8px; padding: 10px 13px; background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; min-height: 88px; padding: 0 max(36px, calc((100% - 1320px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(244,239,231,.84); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); transition: min-height .3s ease, background .3s ease; }
.site-header.scrolled { min-height: 74px; background: rgba(251,248,242,.96); }
.brand { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand-seal { width: 42px; height: 42px; display: grid; place-items: center; color: var(--cream); background: var(--ink); border-radius: 50%; font-size: 21px; font-weight: 900; }
.brand > span:last-child { display: grid; }
.brand b { font-size: 19px; letter-spacing: .04em; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 8px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { position: relative; padding: 10px 1px; color: #665d53; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; width: 0; height: 1px; background: var(--bronze); transition: width .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a.active::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.back-link { color: var(--muted); font-size: 11px; font-weight: 700; }
.bag-button { min-height: 40px; padding: 0 13px; display: flex; align-items: center; gap: 9px; background: transparent; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; font-weight: 800; }
.bag-button b { width: 20px; height: 20px; display: grid; place-items: center; color: white; background: var(--bronze); border-radius: 50%; font: 800 10px/1 Arial, sans-serif; }
.menu-toggle { display: none; width: 40px; height: 40px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle span { display: block; width: 16px; height: 1px; margin: 5px auto; background: var(--ink); transition: transform .25s ease; }

.hero { position: relative; min-height: 100svh; padding: 126px 0 44px; display: grid; align-content: center; overflow: hidden; background: linear-gradient(100deg, rgba(233,221,204,.55), transparent 44%), var(--cream); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 0; width: 38%; height: 1px; background: var(--bronze); opacity: .35; }
.hero-line { position: absolute; border: 1px solid rgba(155,109,60,.12); border-radius: 50%; }
.line-a { width: 490px; height: 490px; right: -260px; top: 8%; }
.line-b { width: 340px; height: 340px; left: -170px; bottom: -150px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.2fr 74px; align-items: center; gap: clamp(24px, 4vw, 64px); }
.hero-copy { padding: 28px 0; }
.eyebrow, .section-index { margin: 0 0 17px; color: var(--bronze-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--bronze); border-radius: 50%; font: 800 9px/1 Arial, sans-serif; }
.hero h1, .section-heading h2, .story-copy h2, .gift-panel h2 { margin: 0; font-size: clamp(38px, 4vw, 62px); line-height: 1.13; letter-spacing: -.04em; }
.hero h1 em, .section-heading h2 em, .story-copy h2 em, .gift-panel h2 em { color: var(--bronze); font-style: normal; }
.hero-lead { max-width: 500px; margin: 23px 0 0; color: var(--muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.95; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 15px 38px rgba(39,34,27,.2); }
.button-light { color: var(--ink); background: var(--paper); }
.text-action { padding: 9px 0; color: var(--bronze-dark); background: transparent; border: 0; border-bottom: 1px solid rgba(111,75,40,.3); font-size: 12px; font-weight: 800; }
.hero-meta { margin: 32px 0 0; padding: 20px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.hero-meta div { padding-inline: 16px; border-left: 1px solid var(--line); }
.hero-meta div:last-child { border-left: 0; padding-right: 0; }
.hero-meta dt { color: #8b8175; font-size: 9px; }
.hero-meta dd { margin: 5px 0 0; font-size: 12px; font-weight: 800; }
.hero-media { position: relative; min-height: 590px; }
.image-arch { position: absolute; inset: 0; overflow: hidden; border: 9px solid rgba(255,255,255,.58); border-radius: 260px 260px 18px 18px; box-shadow: var(--shadow); }
.image-arch::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(61,43,25,.13)); }
.image-arch img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; animation: perfumeFloat 9s ease-in-out infinite; }
.image-caption { position: absolute; z-index: 3; left: 18px; bottom: 18px; padding: 10px 13px; color: white; background: rgba(39,34,27,.68); backdrop-filter: blur(12px); font-size: 10px; }
.scent-card { position: absolute; z-index: 4; right: -48px; bottom: 56px; min-width: 190px; padding: 17px; display: grid; background: rgba(251,248,242,.92); border: 1px solid rgba(255,255,255,.7); box-shadow: 0 20px 50px rgba(66,45,24,.16); backdrop-filter: blur(15px); }
.scent-card small { color: var(--muted); font-size: 9px; }
.scent-card b { margin-top: 5px; font-size: 13px; }
.scent-card span { margin-top: 5px; color: var(--bronze); font-size: 10px; }
.edition-rail { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; writing-mode: vertical-rl; color: #8d8174; font-size: 9px; letter-spacing: .13em; }
.edition-rail i { width: 1px; height: 100px; background: var(--line); }
.edition-rail b { color: var(--bronze-dark); font-size: 10px; }

.section { padding: 112px 0; }
.collection { background: var(--paper); }
.section-heading { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading h2, .story-copy h2, .gift-panel h2 { font-size: clamp(33px, 3vw, 48px); }
.section-heading > p { width: min(470px, 40%); margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.collection-tools { margin-bottom: 18px; padding: 13px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters { display: flex; gap: 6px; }
.filters button { padding: 9px 14px; color: var(--muted); background: transparent; border: 0; border-radius: 99px; font-size: 11px; font-weight: 700; }
.filters button.active { color: white; background: var(--ink); }
.collection-tools > p { margin: 0; color: var(--muted); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 17px; }
.product-card { overflow: hidden; background: #fffdf9; border: 1px solid var(--line); transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(66,45,24,.1); }
.product-card[hidden] { display: none; }
.product-card.featured { grid-row: auto; border-color: rgba(168,116,65,.34); }
.product-art { position: relative; height: 250px; display: grid; overflow: hidden; background: #e7ded2; }
.product-card.featured .product-art { height: 250px; min-height: 0; }
.product-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(32,24,18,.3)); pointer-events: none; }
.product-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-art img { transform: scale(1.045); }
.product-art span { position: absolute; z-index: 2; top: 17px; right: 18px; width: 32px; height: 32px; display: grid; place-items: center; color: white; background: rgba(29,23,18,.66); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font: 700 10px/1 Arial, sans-serif; backdrop-filter: blur(8px); }
.art-sahab { background: linear-gradient(145deg, #6d5a48, #27231e); }
.art-ward { background: linear-gradient(145deg, #b58b87, #75514f); }
.art-rimal { background: linear-gradient(145deg, #bc9361, #79552f); }
.art-sidr { background: linear-gradient(145deg, #71806c, #37443a); }
.product-body { padding: 19px; }
.product-body > p { margin: 0; color: var(--bronze); font-size: 9px; }
.product-body h3 { margin: 7px 0 0; font-size: 22px; }
.product-body > span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; }
.product-body > div { margin-top: 17px; padding-top: 13px; display: grid; grid-template-columns: 1fr auto 34px; align-items: center; gap: 8px; border-top: 1px solid var(--line); }
.product-body > div b { font-size: 13px; }
.product-body > div button { padding: 5px 0; color: var(--muted); background: transparent; border: 0; font-size: 10px; font-weight: 700; }
.product-body > div .add { width: 34px; height: 34px; color: white; background: var(--ink); border-radius: 50%; font-size: 17px; }

.story { background: #eae0d2; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(45px, 8vw, 120px); }
.story-quote { min-height: 430px; padding: 45px; display: grid; align-content: center; color: white; background: var(--sage); }
.story-quote > span { color: #d9c6a9; font: 100 90px/.6 Georgia, serif; }
.story-quote p { margin: 28px 0 0; font-size: clamp(25px, 2.4vw, 38px); line-height: 1.6; }
.story-quote small { margin-top: 30px; color: #d8dfd4; font-size: 11px; }
.story-copy > p:not(.section-index) { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 18px; line-height: 1.95; }
.story-copy ol { margin: 29px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.story-copy li { min-height: 74px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.story-copy li b { color: var(--bronze); font: 800 14px/1 Arial, sans-serif; }
.story-copy li span { font-size: 17px; font-weight: 700; }
.gifting { background: var(--paper); }
.gift-panel { padding: clamp(34px, 5vw, 72px); display: flex; align-items: end; justify-content: space-between; gap: 50px; color: white; background: var(--ink); }
.gift-panel .section-index { color: #c9a980; }
.gift-panel h2 em { color: #d2ad78; }
.gift-panel p:not(.section-index) { max-width: 600px; margin: 18px 0 0; color: #c8c0b5; line-height: 1.9; }
.site-footer { padding: 32px 0; background: #eae0d2; border-top: 1px solid var(--line); }
.site-footer .shell { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.site-footer p { margin: 0; color: var(--muted); text-align: center; font-size: 10px; }
.site-footer > .shell > a:last-child { color: var(--bronze-dark); font-size: 11px; font-weight: 800; }

.product-dialog { width: min(92vw, 500px); padding: 38px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.product-dialog::backdrop { background: rgba(28,24,20,.58); backdrop-filter: blur(5px); }
.product-dialog h2 { margin: 0; font-size: 38px; }
.product-dialog > p:not(.section-index) { color: var(--muted); line-height: 1.8; }
.dialog-close { position: absolute; top: 13px; left: 13px; width: 35px; height: 35px; background: transparent; border: 1px solid var(--line); border-radius: 50%; font-size: 20px; }
.dialog-meta { margin: 22px 0; padding: 13px 0; display: flex; gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-meta span { padding: 7px 10px; background: var(--sand); font-size: 10px; }
.toast { position: fixed; z-index: 300; right: 24px; bottom: 24px; min-width: 285px; padding: 13px; display: flex; align-items: center; gap: 11px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(150%); opacity: 0; transition: .3s ease; }
.toast.show { transform: none; opacity: 1; }
.toast > span { width: 32px; height: 32px; display: grid; place-items: center; color: white; background: var(--sage); border-radius: 50%; }
.toast div { display: grid; }
.toast strong { font-size: 12px; }
.toast small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.toast button { margin-right: auto; background: transparent; border: 0; font-size: 20px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes perfumeFloat { 0%,100% { transform: scale(1.015); } 50% { transform: scale(1.04); } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 46px, 980px); }
  .site-header { padding-inline: 23px; }
  .back-link { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr 45px; gap: 25px; }
  .hero-media { min-height: 510px; }
  .scent-card { right: -20px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card.featured { grid-row: auto; }
  .product-art, .product-card.featured .product-art { height: 300px; min-height: 0; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 720px); }
  .site-header { min-height: 70px; padding-inline: 16px; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle.active span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; top: 76px; right: 10px; left: 10px; padding: 8px; display: grid; background: rgba(251,248,242,.98); border: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; visibility: visible; }
  .main-nav a { padding: 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 102px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-meta { max-width: 560px; margin-inline: auto; text-align: right; }
  .hero-media { min-height: 500px; width: min(100%, 650px); margin-inline: auto; order: -1; }
  .image-arch { border-radius: 230px 230px 18px 18px; }
  .edition-rail { display: none; }
  .section { padding: 82px 0; }
  .section-heading { display: block; text-align: center; }
  .section-heading > p { width: auto; margin: 15px auto 0; }
  .filters { flex-wrap: wrap; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card.featured { grid-column: auto; display: block; }
  .product-art, .product-card.featured .product-art { height: 280px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-quote { min-height: 340px; }
  .gift-panel { display: grid; text-align: center; }
  .gift-panel .button { justify-self: center; }
  .site-footer .shell { grid-template-columns: 1fr; justify-items: center; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 24px); }
  .brand small, .bag-button { display: none; }
  .hero h1 { font-size: clamp(36px, 11vw, 48px); }
  .hero-media { min-height: 360px; }
  .image-arch { border-width: 5px; border-radius: 170px 170px 14px 14px; }
  .scent-card { right: 6px; bottom: 20px; min-width: 165px; padding: 13px; }
  .image-caption { display: none; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-meta div { padding-inline: 9px; }
  .collection-tools { align-items: start; gap: 14px; }
  .collection-tools > p { display: none; }
  .filters button { padding-inline: 11px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card.featured { grid-column: auto; display: block; }
  .product-art, .product-card.featured .product-art { height: 260px; min-height: 0; }
  .story-copy > p:not(.section-index) { font-size: 16px; }
  .story-copy li { min-height: 68px; grid-template-columns: 44px 1fr; }
  .story-copy li b { font-size: 13px; }
  .story-copy li span { font-size: 16px; }
  .story-quote { min-height: 300px; padding: 28px; }
  .gift-panel { padding: 30px 22px; }
  .toast { right: 12px; left: 12px; bottom: 12px; min-width: 0; }
  .product-dialog { padding: 30px 22px; }
}

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

/* Phone layout: quiet luxury with a compact arch, readable products and story. */
@media (max-width: 767px) {
  :root { --shell: calc(100% - 24px); }
  html { scroll-padding-top: 78px; }
  body { overflow-x: clip; }
  a, button, select, input { touch-action: manipulation; }

  .site-header {
    top: 7px;
    right: 8px;
    left: 8px;
    min-height: 64px;
    padding: 0 12px;
    gap: 8px;
    border: 1px solid var(--line);
    background: rgba(251,248,242,.96);
  }

  .site-header.scrolled { min-height: 60px; }
  .brand { gap: 8px; }
  .brand-seal { width: 34px; height: 34px; }
  .brand b { font-size: 17px; }
  .header-actions { gap: 7px; }
  .bag-button { min-height: 38px; padding-inline: 11px; }
  .menu-toggle { flex: 0 0 44px; width: 44px; height: 44px; }

  .main-nav {
    top: 78px;
    right: 8px;
    left: 8px;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .main-nav a {
    min-height: 47px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .hero { min-height: 0; padding: 92px 0 56px; }
  .hero-line { display: none; }
  .hero-grid { gap: 22px; }
  .hero h1 { font-size: clamp(30px, 9vw, 36px); line-height: 1.27; letter-spacing: -.025em; }
  .hero-lead { margin-top: 16px; font-size: 16px; line-height: 1.8; }
  .eyebrow, .section-index { margin-bottom: 13px; font-size: 13px; line-height: 1.6; }
  .hero-actions { margin-top: 21px; gap: 9px; }
  .button { min-height: 50px; font-size: 14px; }

  .hero-meta { margin-top: 21px; padding-top: 15px; }
  .hero-meta dt { font-size: 11px; }
  .hero-meta dd { font-size: 13px; }
  .hero-media { min-height: 315px; width: min(100%, 430px); }
  .image-arch { border-width: 4px; border-radius: 150px 150px 14px 14px; }
  .image-arch img { animation: none; }
  .scent-card { right: 8px; bottom: 12px; min-width: 150px; padding: 11px; }
  .scent-card strong { font-size: 14px; }
  .scent-card small { font-size: 11px; }
  .image-caption { display: none; }

  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 25px; }
  .section-heading h2, .story-copy h2, .gift-panel h2 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.3;
    letter-spacing: -.02em;
  }

  .section-heading > p, .story-copy > p:not(.section-index), .gift-panel p:not(.section-index) {
    margin-top: 13px;
    font-size: 16px;
    line-height: 1.8;
  }

  .collection-tools { margin-bottom: 20px; gap: 12px; }
  .filters { width: 100%; display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filters button { flex: 0 0 auto; min-height: 43px; padding-inline: 15px; font-size: 13px; }
  .product-grid { gap: 14px; }
  .product-card { border-radius: 17px; }
  .product-art, .product-card.featured .product-art { height: auto; min-height: 0; aspect-ratio: 1 / 1; }
  .product-art img { object-fit: cover; }
  .product-body { padding: 18px; }
  .product-body > p { font-size: 12px; }
  .product-body h3 { font-size: 22px; }
  .product-body > span { font-size: 14px; }
  .product-body > div { grid-template-columns: 1fr auto 42px; }
  .product-body > div b { font-size: 15px; }
  .product-body > div button { min-height: 42px; font-size: 13px; }
  .product-body > div .add { width: 42px; height: 42px; }

  .story-grid { gap: 26px; }
  .story-quote { min-height: 260px; padding: 27px; }
  .story-quote > span { font-size: 64px; }
  .story-quote p { margin-top: 18px; font-size: 23px; line-height: 1.65; }
  .story-quote small { margin-top: 20px; font-size: 13px; }
  .story-copy ol { margin-top: 21px; }
  .story-copy li { min-height: 66px; grid-template-columns: 42px minmax(0, 1fr); }
  .story-copy li b { font-size: 14px; }
  .story-copy li span { font-size: 16px; }

  .gift-panel { padding: 28px 20px; gap: 24px; align-items: stretch; }
  .gift-panel .button { width: 100%; }

  .site-footer { padding: 25px 0; }
  .site-footer .shell { gap: 14px; text-align: center; }
  .site-footer p, .site-footer > .shell > a:last-child { font-size: 13px; line-height: 1.7; }

  .product-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    padding: 30px 20px 24px;
    overflow-y: auto;
    border-radius: 18px;
  }

  .product-dialog h2 { font-size: 31px; }
  .product-dialog > p:not(.section-index) { font-size: 15px; }
  .dialog-meta { flex-wrap: wrap; }
  .dialog-meta span { font-size: 12px; }
  .product-dialog .button { width: 100%; }
}

@media (max-width: 480px) {
  .brand small, .bag-button { display: none; }
  .hero h1 { font-size: 29px; }
  .hero-media { min-height: 285px; }
  .scent-card { display: none; }
  .product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  .brand-seal { display: none; }
  .hero-media { min-height: 255px; }
}
