:root {
  color-scheme: dark;
  --pink: #ff007c;
  --background: #080909;
  --white: #fafafa;
  --muted: #c5c5c5;
  --line: #ffffff36;
  font-family: 'Montserrat', sans-serif;
  color: var(--white);
  background: var(--background);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; height: 100dvh; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
main { min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--pink); outline-offset: -5px; }
button { color: inherit; }
.skip-link { position: fixed; top: -70px; left: 20px; z-index: 10; padding: 14px; background: var(--pink); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero { position: relative; isolation: isolate; min-height: 470px; height: calc(100svh - 294px); max-height: 850px; overflow: hidden; background: #0a0b0b; }
.hero-photo { position: absolute; z-index: -3; right: 0; bottom: 0; width: 36%; height: 100%; object-fit: cover; object-position: right center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #050606 0%, #050606 65%, #050606d9 72%, #05060666 84%, #05060600 100%), linear-gradient(0deg, #0006, transparent 35%); }
.hero-content { position: relative; padding: 42px 4.25% 32px; height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
h1 { font-size: 112px; font-weight: 900; line-height: 1.03; margin: 0; letter-spacing: 0; white-space: nowrap; }
h1 span, .logo-top span { color: var(--pink); }
.pink-rule { background: var(--pink); width: 82px; height: 5px; flex-shrink: 0; margin: 13px 0 16px; }
.intro { max-width: 790px; }
.intro h2 { font-size: 23px; line-height: 1.35; margin: 0 0 2px; font-weight: 800; }
.intro p { color: var(--muted); font-size: 21px; line-height: 1.4; margin: 0; font-weight: 400; }
.retail { display: flex; align-items: center; gap: 30px; margin-top: auto; padding-top: 21px; }
.sofa-logo { width: 335px; font-weight: 900; line-height: .9; }
.logo-top { font-size: 48px; white-space: nowrap; }
.logo-bottom { font-size: 91px; }
.logo-tagline { font-size: 11px; font-weight: 700; letter-spacing: 4px; margin-top: -18px; white-space: nowrap; }
.retail-divider { align-self: stretch; width: 1px; background: var(--line); margin: 4px 0; }
.store-stat { display: flex; align-items: center; gap: 20px; }
.store-icon { width: 88px; height: 88px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; }
.store-icon img, .dialog-close img { filter: invert(1); }
.store-count { color: var(--pink); font-size: 38px; line-height: 1.12; font-weight: 900; white-space: nowrap; }
.store-count strong { font-size: 60px; }
.store-caption { font-size: 21px; font-weight: 700; letter-spacing: 4px; white-space: nowrap; }
.national-presence { position: absolute; top: 33px; bottom: 75px; left: 59%; display: flex; align-items: center; gap: 5px; pointer-events: none; }
.portugal-map { height: 100%; width: 151px; overflow: visible; }
.map-outline { fill: #0b0c0dc9; stroke: #dedede; stroke-width: 1.4; stroke-linejoin: round; }
.map-dots { fill: white; stroke: var(--pink); stroke-width: 2; filter: drop-shadow(0 0 4px var(--pink)) drop-shadow(0 0 3px var(--pink)); }
.national-presence p { font-size: 10px; font-weight: 500; line-height: 1.5; padding-top: 56px; }
.national-presence p span, .hero-motto span { display: block; width: 31px; height: 3px; background: var(--pink); margin-top: 12px; }
.hero-motto { position: absolute; top: 44px; right: 2.5%; margin: 0; font-size: 13px; font-weight: 500; line-height: 1.9; letter-spacing: 3px; color: #f1eeee; text-shadow: 0 2px 8px #000; }
.areas { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #ffffff50; border-bottom: 2px solid var(--pink); }
.area { position: relative; isolation: isolate; display: flex; align-items: flex-start; min-width: 0; height: 226px; overflow: hidden; background: #141414; border: 0; border-right: 1px solid #ffffff50; text-align: left; padding: 29px 15% 20px; cursor: pointer; }
.area:last-child { border-right: 0; }
.area::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #050505 0%, #050505 36%, #050505d9 48%, #05050566 70%, #05050500 100%), linear-gradient(0deg, #0008, transparent 60%); }
.area-photo { position: absolute; z-index: -2; inset: 0 0 0 auto; width: 65%; height: 100%; object-fit: cover; transition: transform .6s; }
.area:first-child .area-photo { object-position: 65% 60%; }
.area:nth-child(2) .area-photo { object-position: 65% 50%; }
.area-content { display: flex; flex-direction: column; align-items: flex-start; }
.area-icon { display: block; flex-shrink: 0; width: 56px; height: 56px; background-color: var(--pink); -webkit-mask: var(--area-icon) center / contain no-repeat; mask: var(--area-icon) center / contain no-repeat; margin-bottom: 9px; }
.area[data-area="furniture"] { --area-icon: url("https://unpkg.com/lucide-static@0.468.0/icons/armchair.svg"); }
.area[data-area="sport"] { --area-icon: url("https://unpkg.com/lucide-static@0.468.0/icons/trophy.svg"); }
.area[data-area="community"] { --area-icon: url("https://unpkg.com/lucide-static@0.468.0/icons/heart.svg"); }
.area[data-area="companies"] { --area-icon: url("https://unpkg.com/lucide-static@0.468.0/icons/users-round.svg"); }
.area-title { font-size: 17px; letter-spacing: 2px; font-weight: 700; line-height: 1.2; }
.area-rule { background: var(--pink); height: 3px; width: 32px; margin: 13px 0; }
.area-tagline { font-size: 11px; font-weight: 500; line-height: 1.5; letter-spacing: 2px; }
.area-arrow { position: absolute; right: 20px; top: 20px; font-size: 25px; color: var(--pink); opacity: 0; transform: translate(-4px, 4px); transition: opacity .2s, transform .2s; }
.area:hover .area-photo, .area:focus-visible .area-photo { transform: scale(1.05); }
.area:hover .area-arrow, .area:focus-visible .area-arrow { opacity: 1; transform: translate(0); }
.footer { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 8px 3.6%; background: repeating-linear-gradient(173deg, transparent 0 7px, #ff007c07 8px 9px), #060707; }
.values { display: flex; flex: 1; align-items: center; }
.value { min-height: 39px; display: flex; align-items: center; gap: 15px; padding: 0 25px; border-right: 1px solid var(--line); }
.value:first-child { padding-left: 0; }
.value:last-child { border: 0; }
.value-icon { display: block; flex-shrink: 0; width: 34px; height: 34px; background-color: var(--pink); -webkit-mask: var(--value-icon) center / contain no-repeat; mask: var(--value-icon) center / contain no-repeat; }
.value span { font-size: 10px; line-height: 1.6; font-weight: 500; white-space: nowrap; }
.value strong { font-size: 9px; letter-spacing: 1px; }
.footer-brand { text-align: center; flex-shrink: 0; }
.footer-brand a { display: flex; align-items: center; justify-content: center; gap: 14px; border: 2px solid var(--pink); border-radius: 30px; padding: 6px 20px; font-size: 15px; font-weight: 600; transition: background .2s; }
.footer-brand a:hover { background: #ff007c20; }
.footer-brand a > span:not(.sr-only) { font-size: 23px; line-height: 1; }
.footer-brand strong { color: var(--pink); }
.footer-brand p { font-size: 8px; letter-spacing: 2.5px; color: #b9b9b9; margin: 7px 0 0; }
.detail-dialog { background: #101112; color: white; width: min(620px, calc(100% - 32px)); max-height: calc(100svh - 48px); padding: 0; border: 1px solid #ffffff30; border-radius: 6px; }
.detail-dialog::backdrop { background: #000c; backdrop-filter: blur(6px); }
.dialog-close { position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; border: 1px solid #ffffff50; border-radius: 50%; background: #111e; display: grid; place-items: center; cursor: pointer; }
.detail-photo { display: block; width: 100%; height: 400px; object-fit: cover; background: #080909; }
.detail-content { padding: 30px; }
.detail-eyebrow { font-size: 11px; letter-spacing: 3px; color: var(--pink); font-weight: 700; margin: 0 0 13px; }
.detail-content h2 { font-size: 29px; line-height: 1.15; margin: 0 0 16px; font-weight: 800; }
.detail-description { font-size: 15px; line-height: 1.8; color: var(--muted); margin: 0; }
.detail-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); margin-top: 25px; padding-top: 20px; font-size: 13px; font-weight: 600; }
.detail-link[hidden] { display: none; }
.detail-link > span[aria-hidden] { font-size: 22px; color: var(--pink); }
body:has(dialog[open]) { overflow: hidden; }
@media (min-width: 1700px) {
  .hero-content { padding-top: 65px; padding-bottom: 50px; }
  h1 { font-size: 136px; }
  .intro { max-width: 970px; }
  .intro h2 { font-size: 27px; }
  .intro p { font-size: 25px; }
  .national-presence { left: 60%; top: 50px; bottom: 95px; }
  .portugal-map { width: 185px; }
  .retail { gap: 44px; }
}
@media (max-width: 1350px) {
  h1 { font-size: 92px; }
  .intro { max-width: 670px; }
  .intro h2 { font-size: 19px; }
  .intro p { font-size: 18px; }
  .sofa-logo { width: 278px; }
  .logo-top { font-size: 40px; }
  .logo-bottom { font-size: 76px; }
  .logo-tagline { font-size: 10px; letter-spacing: 3px; }
  .retail { gap: 25px; }
  .store-icon { width: 72px; height: 72px; }
  .store-icon img { width: 40px; }
  .store-stat { gap: 14px; }
  .store-count { font-size: 30px; }
  .store-count strong { font-size: 51px; }
  .store-caption { font-size: 16px; letter-spacing: 3px; }
  .national-presence { left: 60%; bottom: 83px; }
  .portugal-map { width: 120px; }
  .hero-motto { font-size: 11px; right: 2%; }
  .value { padding: 0 15px; gap: 9px; }
  .value span { font-size: 8px; }
  .value strong { font-size: 8px; letter-spacing: 0; }
  .footer { gap: 12px; padding-inline: 3%; }
  .footer-brand a { font-size: 12px; padding-inline: 14px; gap: 10px; }
  .footer-brand p { font-size: 7px; letter-spacing: 1.5px; }
}
@media (max-width: 1100px) {
  .hero { height: 580px; }
  .hero-content { padding: 36px 4%; }
  h1 { font-size: 80px; }
  .intro { max-width: 580px; }
  .intro h2 { font-size: 19px; }
  .intro p { font-size: 17px; }
  .desktop-break { display: none; }
  .national-presence { left: auto; right: 3%; top: 180px; bottom: auto; height: 210px; }
  .national-presence p { display: none; }
  .hero-motto { font-size: 9px; }
  .area { padding: 24px 10%; }
  .area-title { font-size: 15px; }
  .area-tagline { letter-spacing: 1.3px; font-size: 10px; }
  .footer { flex-wrap: wrap; justify-content: center; padding: 16px 4%; gap: 20px; }
  .values { flex-basis: 100%; justify-content: space-between; }
  .value { padding-inline: 20px; }
  .value span { font-size: 10px; }
  .value strong { font-size: 9px; }
  .footer-brand a { font-size: 14px; }
}
@media (max-width: 760px) {
  .hero { height: auto; min-height: 680px; }
  .hero-photo { width: 100%; height: 70%; opacity: .8; object-position: 70% center; }
  .hero-shade { background: linear-gradient(180deg, #050606 7%, #050606e8 31%, #05060660 66%, #050606ed 100%), linear-gradient(90deg, #050606aa, transparent); }
  .hero-content { min-height: 680px; padding: 35px 6% 30px; }
  h1 { font-size: 56px; }
  .pink-rule { width: 52px; height: 4px; margin: 14px 0 19px; }
  .intro { max-width: 490px; }
  .intro h2 { font-size: 20px; line-height: 1.4; margin-bottom: 9px; }
  .intro p { font-size: 15px; line-height: 1.65; max-width: 430px; }
  .retail { gap: 19px; width: 100%; padding-top: 220px; }
  .sofa-logo { width: 220px; }
  .logo-top { font-size: 31px; }
  .logo-bottom { font-size: 60px; }
  .logo-tagline { font-size: 8px; letter-spacing: 2.3px; }
  .store-icon { display: none; }
  .store-count { font-size: 24px; }
  .store-count strong { font-size: 43px; }
  .store-caption { font-size: 11px; letter-spacing: 2px; }
  .national-presence { top: 305px; left: 6%; right: auto; bottom: auto; height: 215px; gap: 13px; }
  .portugal-map { width: 89px; }
  .national-presence p { display: block; font-size: 9px; padding-top: 0; }
  .hero-motto { top: 355px; right: 7%; font-size: 10px; }
  .areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area { height: 225px; padding: 25px 12%; border-bottom: 1px solid var(--line); }
  .area:nth-child(2) { border-right: 0; }
  .area:nth-child(n+3) { border-bottom: 0; }
  .area-title { font-size: 16px; }
  .area-arrow { display: none; }
  .values { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .value { border: 0; padding: 0 12px; gap: 12px; }
  .value:first-child { padding-left: 12px; }
  .value span { font-size: 9px; }
  .value strong { font-size: 8px; }
  .footer { padding: 25px 4%; gap: 25px; }
}
@media (max-width: 480px) {
  h1 { font-size: 42px; }
  .hero, .hero-content { min-height: 658px; }
  .hero-content { padding-top: 30px; }
  .intro h2 { font-size: 18px; }
  .intro p { font-size: 14px; }
  .national-presence { top: 290px; height: 205px; }
  .hero-motto { top: 345px; font-size: 9px; }
  .retail { gap: 15px; padding-top: 242px; }
  .sofa-logo { width: 180px; flex-shrink: 0; }
  .logo-top { font-size: 26px; }
  .logo-bottom { font-size: 49px; }
  .logo-tagline { font-size: 6px; letter-spacing: 2px; margin-top: 9px; }
  .store-count { font-size: 17px; }
  .store-count strong { display: block; font-size: 40px; line-height: 1; }
  .store-caption { font-size: 8px; letter-spacing: 1px; margin-top: 5px; }
  .area { padding: 23px 11%; height: 220px; }
  .area-icon { width: 47px; height: 47px; }
  .area-title { font-size: 13px; letter-spacing: 1.2px; }
  .area-tagline { font-size: 9px; letter-spacing: .8px; }
  .value-icon { width: 27px; height: 27px; }
  .value span { font-size: 8px; }
  .value strong { font-size: 7px; }
  .footer-brand { width: 100%; }
  .footer-brand a { font-size: 12px; gap: 12px; }
  .detail-photo { height: 180px; }
  .detail-content { padding: 24px; }
  .detail-content h2 { font-size: 25px; }
}
@media (max-width: 359px) {
  h1 { font-size: 36px; }
  .hero, .hero-content { min-height: 700px; }
  .national-presence { top: 330px; }
  .hero-motto { top: 365px; }
  .retail { gap: 10px; }
  .sofa-logo { width: 161px; }
  .logo-top { font-size: 23px; }
  .logo-bottom { font-size: 44px; }
  .logo-tagline { letter-spacing: 1.3px; }
}
.hero { height: 100%; min-height: 0; max-height: none; }
.hero-content { min-height: 0; }
.sofa-logo { text-align: center; }
.sofa-logo > img { display: block; width: 100%; max-width: 100%; height: 160px; margin-inline: 0; object-fit: contain; }
@media (min-width: 761px) and (max-height: 850px) {
  .hero-content { padding-top: 20px; padding-bottom: 16px; }
  h1 { font-size: 72px; }
  .pink-rule { margin-block: 8px; }
  .intro { max-width: 58%; }
  .intro h2 { font-size: 17px; }
  .intro p { font-size: 14px; }
  .retail { padding-top: 10px; gap: 20px; }
  .sofa-logo { width: 210px; }
  .sofa-logo > img { height: 110px; }
  .logo-tagline { font-size: 8px; letter-spacing: 1px; margin-top: -10px; }
  .store-icon { width: 54px; height: 54px; }
  .store-icon img { width: 30px; height: 30px; }
  .store-count { font-size: 25px; }
  .store-count strong { font-size: 40px; }
  .store-caption { font-size: 12px; letter-spacing: 1px; }
  .national-presence { top: 30px; bottom: 25px; height: auto; }
  .area { height: 170px; padding-block: 16px; }
  .area-icon { width: 36px; height: 36px; margin-bottom: 6px; }
  .area-title { font-size: 14px; }
  .area-rule { margin-block: 8px; }
  .area-tagline { font-size: 9px; }
  .footer { padding-block: 8px; gap: 10px; }
}
@media (max-width: 760px) {
  .hero-content { padding: 16px 6% 12px; }
  h1 { font-size: 36px; }
  .pink-rule { height: 3px; margin: 8px 0; }
  .intro h2 { font-size: 14px; line-height: 1.3; margin-bottom: 5px; }
  .intro p { font-size: 11px; line-height: 1.4; }
  .retail { position: absolute; top: 175px; bottom: 20px; right: 6%; width: calc(88% - 168px); max-height: 260px; margin-top: 0; padding-top: 0; flex-direction: column; justify-content: center; gap: 12px; }
  .retail-divider { display: none; }
  .store-stat { justify-content: center; text-align: center; }
  .sofa-logo { width: 150px; max-width: 100%; }
  .sofa-logo > img { height: 60px; }
  .logo-tagline { font-size: 6px; letter-spacing: 0; margin-top: -8px; }
  .store-count { font-size: 15px; }
  .store-count strong { display: inline; font-size: 30px; }
  .store-caption { font-size: 8px; letter-spacing: 0; }
  .national-presence { top: 175px; bottom: 20px; left: 6%; height: auto; max-height: 260px; gap: 8px; }
  .portugal-map { width: 112px; }
  .national-presence p { font-size: 7px; }
  .area { height: 96px; padding: 8px 10%; }
  .area-icon { width: 23px; height: 23px; margin-bottom: 3px; }
  .area-title { font-size: 10px; line-height: 1.1; letter-spacing: 0; }
  .area-rule { height: 2px; margin: 4px 0; }
  .area-tagline { font-size: 7px; line-height: 1.2; letter-spacing: 0; }
  .area-arrow { top: 6px; right: 8px; font-size: 16px; }
  .footer { padding: 8px 4%; gap: 8px; }
  .values { gap: 6px 0; }
  .value { min-height: 22px; padding-inline: 6px; gap: 6px; }
  .value:first-child { padding-left: 6px; }
  .value-icon { width: 18px; height: 18px; }
  .value span, .value strong { font-size: 7px; line-height: 1.2; letter-spacing: 0; }
  .footer-brand { width: 100%; }
  .footer-brand a { font-size: 10px; padding: 3px 10px; }
  .footer-brand p { font-size: 6px; margin-top: 4px; letter-spacing: 0; }
}
@media (max-width: 760px) and (max-height: 700px) {
  .hero-content { padding-top: 10px; padding-bottom: 8px; }
  h1 { font-size: 32px; }
  .intro h2 { font-size: 12px; }
  .intro p { font-size: 10px; }
  .retail { top: 150px; bottom: 12px; width: calc(88% - 128px); max-height: 180px; padding-top: 0; gap: 8px; }
  .sofa-logo > img { height: 48px; }
  .national-presence { top: 150px; bottom: 12px; height: auto; max-height: 180px; }
  .portugal-map { width: 77px; }
  .national-presence p { font-size: 6px; line-height: 1.2; }
  .national-presence p span { margin-top: 5px; }
  .area { height: 80px; padding-block: 6px; }
  .area-icon { width: 20px; height: 20px; margin-bottom: 2px; }
  .area-title { font-size: 9px; }
  .area-rule { margin-block: 3px; }
}
@media (prefers-reduced-motion: no-preference) {
  .map-dots circle { animation: map-blink var(--blink-duration, 5s) var(--blink-delay, 0s) ease-in-out infinite; }
  @keyframes map-blink { 0%, 60%, 100% { opacity: 1; } 30% { opacity: .15; } }
  .hero-content { animation: reveal .7s ease-out both; }
  .areas { animation: reveal .7s .15s ease-out both; }
  @keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}