/* BRISAS DEL ATLÁNTICO S.A — Hotel Mar del Plata
   Paleta: Verde bosque profundo + Crema cálida + Dorado champagne */
:root{
  --cream:  #F9F5ED;--warm:#F2E9D5;--surface:#EAE0C8;
  --white:  #FFFFFF;
  --forest: #1B4D27;--forest2:#143D1E;--forest3:#0E2A14;
  --flt:    rgba(27,77,39,0.08);--fbd:rgba(27,77,39,0.2);
  --gold:   #C49228;--gold2:#A87820;
  --glt:    rgba(196,146,40,0.1);--gbd:rgba(196,146,40,0.28);
  --dark:   #1A120A;--mid:#5C4830;--muted:#9A806A;
  --border: rgba(26,18,10,0.1);--border2:rgba(26,18,10,0.05);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--cream);color:var(--dark);font-family:'Jost',sans-serif;line-height:1.65;overflow-x:hidden}
::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--warm)}::-webkit-scrollbar-thumb{background:var(--forest);border-radius:2px}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5%;background:transparent;transition:background 0.4s,padding 0.3s,backdrop-filter 0.4s}
nav.scrolled{padding:0.8rem 5%;background:rgba(249,245,237,0.97);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:0 2px 16px rgba(27,77,39,0.07)}
.nav-logo img{height:56px;width:auto}
.nav-links{display:flex;gap:2.5rem;list-style:none}
.nav-links a{font-size:0.83rem;font-weight:500;color:rgba(255,255,255,0.85);letter-spacing:0.1em;text-transform:uppercase;transition:color 0.3s;position:relative}
nav.scrolled .nav-links a{color:var(--mid)}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:50%;right:50%;height:1px;background:var(--gold);transition:0.3s}
.nav-links a:hover::after{left:0;right:0}
.nav-links a:hover{color:var(--white)}
nav.scrolled .nav-links a:hover{color:var(--forest)}
.nav-cta{border:1px solid rgba(255,255,255,0.5)!important;color:var(--white)!important;padding:0.55rem 1.4rem;border-radius:2px;transition:background 0.3s,border-color 0.3s!important}
nav.scrolled .nav-cta{border-color:var(--forest)!important;color:var(--forest)!important}
.nav-cta:hover{background:var(--white)!important;color:var(--forest)!important;border-color:var(--white)!important}
nav.scrolled .nav-cta:hover{background:var(--forest)!important;color:var(--white)!important}
.nav-cta::after{display:none!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;z-index:200}
.hamburger span{width:24px;height:1.5px;background:var(--white);display:block;transition:0.3s}
nav.scrolled .hamburger span{background:var(--dark)}

/* HERO — full screen hotel */
#hero{
  min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:flex-end;z-index:1;overflow:hidden;
}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(0.65) saturate(0.75)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(14,42,20,0.92) 0%,rgba(14,42,20,0.2) 60%,transparent 100%)}
.hero-content{position:relative;z-index:2;padding:0 5% 6rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-end}
.hero-left{}
.hero-eyebrow{display:inline-flex;align-items:center;gap:0.8rem;margin-bottom:2rem;font-size:0.7rem;font-weight:400;letter-spacing:0.4em;text-transform:uppercase;color:var(--gold)}
.hero-eyebrow::before,.hero-eyebrow::after{content:'';flex:1;height:1px;background:var(--gold);width:30px}
.hero-title{font-family:'Cormorant Garant',serif;font-size:clamp(3.5rem,6vw,7rem);font-weight:400;line-height:0.92;color:var(--white);letter-spacing:-0.01em;font-style:italic}
.hero-title em{font-style:normal;color:var(--gold);display:block}
.hero-sub{margin-top:1.8rem;font-size:0.96rem;color:rgba(255,255,255,0.5);line-height:1.8;max-width:380px;font-weight:300}
.hero-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}
.btn-gold{background:var(--gold);color:var(--white);padding:1rem 2.2rem;border-radius:2px;font-weight:500;font-size:0.85rem;letter-spacing:0.1em;text-transform:uppercase;transition:background 0.3s,transform 0.2s;display:inline-block}
.btn-gold:hover{background:var(--gold2);transform:translateY(-2px)}
.btn-outline-w{border:1px solid rgba(255,255,255,0.35);color:rgba(255,255,255,0.75);padding:1rem 2.2rem;border-radius:2px;font-weight:400;font-size:0.85rem;letter-spacing:0.1em;text-transform:uppercase;transition:border-color 0.3s,color 0.3s;display:inline-block}
.btn-outline-w:hover{border-color:var(--gold);color:var(--gold)}
.hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}
.hero-data{background:rgba(27,77,39,0.85);backdrop-filter:blur(12px);border:1px solid rgba(196,146,40,0.3);border-radius:2px;padding:1.8rem;width:100%;max-width:320px}
.hd-title{font-size:0.68rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:400}
.hd-item{display:flex;align-items:center;gap:0.8rem;padding:0.6rem 0;border-bottom:1px solid rgba(255,255,255,0.08)}
.hd-item:last-child{border-bottom:none}
.hd-icon{font-size:1rem}
.hd-text{font-size:0.82rem;color:rgba(255,255,255,0.65);font-weight:300}

/* STRIP ELEGANTE */
.strip-elegant{background:var(--forest3);display:grid;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}
.se-cell{text-align:center;padding:2rem;border-right:1px solid rgba(255,255,255,0.07)}
.se-cell:last-child{border-right:none}
.se-num{font-family:'Cormorant Garant',serif;font-size:2.5rem;font-style:italic;font-weight:400;color:var(--gold);line-height:1}
.se-label{font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-top:0.5rem}

/* MARQUEE */
.marquee-wrap{overflow:hidden;background:var(--warm);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0.85rem 0;z-index:1;position:relative}
.marquee-track{display:flex;width:max-content;animation:marquee 32s linear infinite}
.marquee-item{display:flex;align-items:center;gap:2.5rem;padding:0 3rem;white-space:nowrap;font-family:'Cormorant Garant',serif;font-size:1rem;font-style:italic;font-weight:400;color:var(--forest)}
.marquee-sep{font-style:normal;font-size:0.5rem;color:var(--gold)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* SECTIONS */
section{position:relative;z-index:1}
.section-tag{font-size:0.65rem;font-weight:400;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.section-tag::before,.section-tag::after{content:'';height:1px;background:var(--gold);width:20px}
h2.section-title{font-family:'Cormorant Garant',serif;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:400;line-height:1.05;color:var(--dark);letter-spacing:-0.01em;font-style:italic}
h2.section-title em{font-style:normal;color:var(--forest)}
h2.section-title span{color:var(--gold)}
.on-dark .section-tag{color:var(--gold)}.on-dark h2.section-title{color:var(--cream)}.on-dark h2.section-title em{color:var(--gold)}

/* HABITACIONES */
#habitaciones{padding:7rem 5%;background:var(--cream)}
.hab-top{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4rem}
.hab-top p{color:var(--muted);font-size:0.95rem;line-height:1.8;margin-top:1rem;font-weight:300}
.hab-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:320px 320px;gap:6px}
.hab-card{position:relative;overflow:hidden;cursor:pointer}
.hab-card:first-child{grid-row:span 2}
.hab-card img{width:100%;height:100%;object-fit:cover;filter:brightness(0.78) saturate(0.75);transition:all 0.7s ease}
.hab-card:hover img{filter:brightness(0.9) saturate(0.9);transform:scale(1.04)}
.hab-info{position:absolute;inset:0;background:linear-gradient(to top,rgba(14,42,20,0.9) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.8rem;transition:0.3s}
.hab-cat{font-size:0.62rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:0.4rem;font-weight:400}
.hab-name{font-family:'Cormorant Garant',serif;font-size:1.6rem;font-style:italic;font-weight:400;color:var(--white)}
.hab-detail{font-size:0.76rem;color:rgba(255,255,255,0.5);margin-top:0.4rem;font-weight:300}

/* AMENITIES */
#amenities{padding:7rem 5%;background:var(--forest)}
.am-top{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;margin-bottom:4rem}
.am-top p{color:rgba(249,245,237,0.4);font-size:0.95rem;line-height:1.8;margin-top:1rem;font-weight:300}
.am-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,0.06)}
.am-card{background:var(--forest);padding:2.5rem 2rem;text-align:center;transition:background 0.4s}
.am-card:hover{background:var(--forest2)}
.am-icon{font-size:2.5rem;margin-bottom:1.2rem}
.am-title{font-family:'Cormorant Garant',serif;font-size:1.1rem;font-style:italic;font-weight:400;color:var(--cream);margin-bottom:0.6rem}
.am-text{font-size:0.8rem;color:rgba(249,245,237,0.4);line-height:1.6;font-weight:300}

/* NOSOTROS / HISTORIA */
#nosotros{background:var(--warm)}
.nos-wrap{display:grid;grid-template-columns:1fr 1fr}
.nos-img{position:relative;overflow:hidden;min-height:580px}
.nos-img img{width:100%;height:100%;object-fit:cover;filter:brightness(0.82) saturate(0.75)}
.nos-img-ov{position:absolute;inset:0;background:linear-gradient(to right,transparent 50%,var(--warm) 100%)}
.nos-quote{position:absolute;bottom:3rem;left:3rem;border-left:2px solid var(--gold);padding-left:1.5rem;max-width:280px}
.nos-quote-text{font-family:'Cormorant Garant',serif;font-size:1.2rem;font-style:italic;color:var(--white);line-height:1.5}
.nos-quote-sub{font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-top:0.6rem;font-weight:400}
.nos-content{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center}
.nos-content p{color:var(--muted);font-size:0.95rem;line-height:1.85;margin-top:1.2rem;font-weight:300}
.nos-items{margin-top:2.5rem;display:flex;flex-direction:column}
.nos-item{display:flex;gap:1.2rem;padding:1.2rem 0;border-bottom:1px solid var(--border2)}
.nos-item:first-child{border-top:1px solid var(--border2)}
.nos-item-num{font-family:'Cormorant Garant',serif;font-size:2rem;font-style:italic;font-weight:400;color:rgba(196,146,40,0.2);line-height:1;flex-shrink:0;width:40px;transition:color 0.3s}
.nos-item:hover .nos-item-num{color:var(--gold)}
.nos-item-title{font-size:0.9rem;font-weight:500;color:var(--dark);margin-bottom:0.3rem;letter-spacing:0.02em}
.nos-item-text{font-size:0.82rem;color:var(--muted);line-height:1.6;font-weight:300}

/* UBICACION */
#ubicacion{padding:7rem 5%;background:var(--cream)}
.ubic-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.ubic-img{position:relative}
.ubic-img img{width:100%;height:460px;object-fit:cover;filter:brightness(0.82) saturate(0.7)}
.ubic-badge{position:absolute;bottom:-2rem;right:-2rem;background:var(--forest);border-radius:2px;padding:1.5rem 2rem;border-top:2px solid var(--gold)}
.ub-icon{font-size:1.5rem;margin-bottom:0.5rem}
.ub-text{font-family:'Cormorant Garant',serif;font-size:1.1rem;font-style:italic;color:var(--cream);line-height:1.4}
.ubic-content p{color:var(--muted);font-size:0.95rem;line-height:1.85;margin-top:1.2rem;font-weight:300}
.ubic-info{margin-top:2rem;display:flex;flex-direction:column;gap:0.8rem}
.ui-item{display:flex;gap:1rem;align-items:center;font-size:0.85rem;color:var(--mid);font-weight:400}
.ui-icon{width:34px;height:34px;background:var(--flt);border:1px solid var(--fbd);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0}

/* FAQ */
#faq{padding:7rem 5%;background:var(--warm)}
.faq-layout{display:grid;grid-template-columns:1fr 1.6fr;gap:6rem;align-items:start}
.faq-left p{color:var(--muted);font-size:0.95rem;line-height:1.8;margin-top:1rem;font-weight:300}
.faq-items{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--border)}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 0;cursor:pointer;font-size:0.9rem;font-weight:500;color:var(--dark);transition:color 0.3s;letter-spacing:0.02em}
.faq-q:hover{color:var(--forest)}
.faq-toggle{width:28px;height:28px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--forest);flex-shrink:0;transition:0.3s}
.faq-item.open .faq-toggle{background:var(--forest);color:var(--white);border-color:var(--forest);transform:rotate(45deg)}
.faq-ans{max-height:0;overflow:hidden;transition:max-height 0.4s ease}
.faq-item.open .faq-ans{max-height:250px}
.faq-ans-inner{padding:0 0 1.2rem;font-size:0.84rem;color:var(--muted);line-height:1.8;font-weight:300}

/* RESERVAS / CONTACTO */
#reservas{padding:7rem 5%;background:var(--forest3);scroll-margin-top:80px}
.res-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:5rem;align-items:start}
.res-left p{color:rgba(249,245,237,0.4);font-size:0.95rem;line-height:1.8;margin-top:1.2rem;font-weight:300}
.contact-info{margin-top:2rem;display:flex;flex-direction:column;gap:0}
.cinfo-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,0.06)}
.cinfo-item:first-child{border-top:1px solid rgba(255,255,255,0.06)}
.cinfo-icon{width:36px;height:36px;background:rgba(196,146,40,0.12);border:1px solid rgba(196,146,40,0.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.9rem;flex-shrink:0}
.cinfo-label{font-size:0.6rem;letter-spacing:0.15em;text-transform:uppercase;color:rgba(196,146,40,0.6);margin-bottom:0.2rem;font-weight:400}
.cinfo-val{font-size:0.9rem;color:rgba(249,245,237,0.7);font-weight:400}
.cinfo-val a{color:rgba(249,245,237,0.7);transition:color 0.3s}.cinfo-val a:hover{color:var(--gold)}
.contact-form{background:rgba(255,255,255,0.04);border:1px solid rgba(196,146,40,0.2);border-radius:2px;padding:2.5rem;position:relative;overflow:hidden}
.contact-form::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(to right,var(--gold),var(--forest))}
.form-title{font-family:'Cormorant Garant',serif;font-size:1.7rem;font-style:italic;font-weight:400;color:var(--cream);margin-bottom:0.3rem}
.form-sub{font-size:0.78rem;color:rgba(249,245,237,0.3);margin-bottom:1.8rem;font-weight:300}
.fg{margin-bottom:1.2rem}
.fg label{display:block;font-size:0.62rem;font-weight:400;letter-spacing:0.2em;text-transform:uppercase;color:rgba(196,146,40,0.55);margin-bottom:0.5rem}
.fg input,.fg textarea,.fg select{width:100%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:var(--cream);padding:0.85rem 1rem;font-family:'Jost',sans-serif;font-size:0.9rem;outline:none;transition:border-color 0.3s;border-radius:2px;-webkit-appearance:none;font-weight:300}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--glt)}
.fg input::placeholder,.fg textarea::placeholder{color:rgba(249,245,237,0.2)}
.fg textarea{min-height:90px;resize:vertical}
.fg select option{background:var(--forest3)}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-btn{width:100%;background:var(--gold);color:var(--white);border:none;padding:1rem;font-family:'Jost',sans-serif;font-weight:500;font-size:0.85rem;letter-spacing:0.15em;text-transform:uppercase;cursor:pointer;border-radius:2px;transition:background 0.3s,transform 0.2s}
.form-btn:hover{background:var(--gold2);transform:translateY(-1px)}
.form-msg{display:none;margin-top:1rem;padding:0.9rem 1rem;font-size:0.84rem;border-radius:2px}
.form-msg.ok{background:rgba(196,146,40,0.12);color:var(--gold);border:1px solid var(--gbd)}
.form-msg.err{background:rgba(255,255,255,0.05);color:rgba(249,245,237,0.6);border:1px solid rgba(255,255,255,0.12)}

/* FOOTER — hotel elegante */
footer{background:var(--dark)}
.footer-crest{text-align:center;padding:3.5rem 5% 0;border-bottom:1px solid rgba(255,255,255,0.06)}
.footer-crest img{height:80px;margin:0 auto 1.5rem;filter:brightness(0) invert(1) opacity(0.6)}
.footer-crest-name{font-family:'Cormorant Garant',serif;font-size:1.4rem;font-style:italic;font-weight:400;color:rgba(255,255,255,0.35);letter-spacing:0.05em}
.footer-crest-sub{font-size:0.65rem;letter-spacing:0.3em;text-transform:uppercase;color:rgba(196,146,40,0.45);margin-top:0.4rem;font-weight:400;padding-bottom:2rem}
.footer-divider{display:flex;align-items:center;gap:1.5rem;padding:0 5%;margin:-1px 0}
.footer-divider-line{flex:1;height:1px;background:rgba(255,255,255,0.06)}
.footer-divider-icon{color:rgba(196,146,40,0.4);font-size:1rem}
.footer-cols{padding:3rem 5%;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;border-bottom:1px solid rgba(255,255,255,0.05)}
.footer-col h4{font-size:0.65rem;font-weight:400;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;opacity:0.7}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:0.6rem}
.footer-col ul li a{font-size:0.82rem;color:rgba(255,255,255,0.25);transition:color 0.3s;font-weight:300}.footer-col ul li a:hover{color:var(--white)}
.fdata{display:flex;flex-direction:column;gap:0.5rem}
.fdata-item{display:flex;gap:0.7rem;font-size:0.8rem}
.fdata-icon{color:rgba(196,146,40,0.5);flex-shrink:0;margin-top:1px}
.fdata-val{color:rgba(255,255,255,0.25);font-weight:300}.fdata-val a{color:rgba(255,255,255,0.25);transition:color 0.3s}.fdata-val a:hover{color:var(--gold)}
.footer-legal{padding:2rem 5%;border-bottom:1px solid rgba(255,255,255,0.04)}
.ltabs{display:flex;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,0.06);margin-bottom:2rem}
.ltab{padding:0.75rem 1.5rem;font-size:0.65rem;font-weight:400;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.22);border-bottom:1px solid transparent;margin-bottom:-1px;cursor:pointer;transition:0.3s}
.ltab.act,.ltab:hover{color:var(--gold);border-bottom-color:var(--gold)}
.lcontent{display:none}.lcontent.act{display:block}
.lcontent h4{font-family:'Cormorant Garant',serif;font-size:0.95rem;font-style:italic;font-weight:400;color:rgba(196,146,40,0.45);margin:1.5rem 0 0.5rem}.lcontent h4:first-child{margin-top:0}
.lcontent p,.lcontent li{font-size:0.78rem;color:rgba(255,255,255,0.2);line-height:1.8;margin-bottom:0.3rem;font-weight:300}.lcontent ul{padding-left:1.2rem;list-style:disc}
.footer-bottom{padding:1.2rem 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:0.7rem;color:rgba(255,255,255,0.15);font-weight:300}.footer-copy span{color:rgba(196,146,40,0.5)}
.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:0.7rem;color:rgba(255,255,255,0.15);transition:color 0.3s;font-weight:300}.footer-links a:hover{color:var(--white)}
.meta-bar{padding:0.8rem 5%;border-top:1px solid rgba(255,255,255,0.04);display:flex;flex-wrap:wrap;gap:2rem}
.mi{font-size:0.62rem;color:rgba(255,255,255,0.1)}.mi strong{color:rgba(255,255,255,0.17)}

.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.9s ease,transform 0.9s ease}
.reveal.visible{opacity:1;transform:none}
.rd1{transition-delay:0.1s}.rd2{transition-delay:0.2s}.rd3{transition-delay:0.3s}

@media(max-width:1100px){
  .hero-content{grid-template-columns:1fr}.hero-right{display:none}
  .hab-top,.am-top,.ubic-grid,.nos-wrap,.faq-layout,.res-layout{grid-template-columns:1fr}
  .hab-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.hab-card:first-child{grid-row:span 1}.hab-card{height:240px}
  .am-grid{grid-template-columns:1fr 1fr}.strip-elegant{grid-template-columns:repeat(2,1fr)}
  .footer-cols{grid-template-columns:1fr 1fr}.nos-img{min-height:50vw}.nos-content{padding:4rem 5%}
}
@media(max-width:768px){
  nav{padding:1rem 5%}.nav-links{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;inset:0;background:var(--forest3);align-items:center;justify-content:center;gap:2.5rem;z-index:99}
  .nav-links.open a{font-size:1.1rem;color:var(--cream)!important}
  nav.scrolled .hamburger span{background:var(--dark)}.hamburger{display:flex}
  #habitaciones,#amenities,#ubicacion,#faq,#reservas{padding:5rem 5%}
  .hab-grid,.am-grid{grid-template-columns:1fr}.fg-row{grid-template-columns:1fr}
  .footer-cols{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start}
  .strip-elegant{grid-template-columns:1fr 1fr}
}
