
:root{
  --black:#0b0b0b; --charcoal:#141414; --white:#f6f4ef; --muted:#aaa6a0;
  --line:rgba(255,255,255,.18); --pad:clamp(22px,5vw,88px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.6;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;height:94px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid transparent;transition:.35s}
.site-header.scrolled{height:74px;background:rgba(11,11,11,.94);backdrop-filter:blur(14px);border-color:var(--line)}
.brand{width:190px;display:block}.brand img{max-height:58px;object-fit:contain}
.desktop-nav{display:flex;gap:34px;font-size:12px;letter-spacing:.18em;text-transform:uppercase}
.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:white;transition:.3s}.desktop-nav a:hover:after{width:100%}
.header-actions{display:flex;align-items:center;gap:16px}.lang-switch,.menu-toggle{border:0;background:none;color:white;cursor:pointer}
.lang-switch{font-size:12px;letter-spacing:.2em}.header-book{border:1px solid rgba(255,255,255,.75);padding:11px 18px;font-size:11px;text-transform:uppercase;letter-spacing:.16em}
.menu-toggle{display:none;width:34px}.menu-toggle span{display:block;height:1px;background:#fff;margin:8px 0}
.mobile-menu{position:fixed;inset:0;z-index:90;background:#0b0b0b;padding:130px 30px 40px;display:flex;flex-direction:column;gap:24px;transform:translateY(-100%);transition:.45s}
.mobile-menu.open{transform:translateY(0)}.mobile-menu a{font-family:Georgia,serif;font-size:38px}
.hero{height:100svh;min-height:720px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}
.hero-media{position:absolute;inset:0;height:100%;object-fit:cover;object-position:center 55%}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.38),rgba(0,0,0,.28) 45%,rgba(0,0,0,.7))}
.hero-content{position:relative;z-index:2;width:min(920px,90%);padding-top:78px}
.hero-logo{width:min(520px,78vw);margin:0 auto 26px}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.3em;font-size:11px}.eyebrow{margin-bottom:18px}
h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.04;margin:.2em 0}
h1{font-size:clamp(40px,6vw,84px)}h2{font-size:clamp(38px,5vw,72px)}
.hero-sub{letter-spacing:.17em;text-transform:uppercase;font-size:12px}.hero-cta{display:flex;justify-content:center;gap:14px;margin-top:34px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;min-width:180px;text-transform:uppercase;letter-spacing:.16em;font-size:11px;transition:.3s}
.btn-light{background:white;color:#111}.btn-light:hover{background:#ddd}.btn-ghost{border:1px solid rgba(255,255,255,.75)}.btn-ghost:hover{background:white;color:#111}
.btn-dark{background:#111;color:white}.btn-outline-dark{border:1px solid #111;color:#111}
.scroll-cue{position:absolute;bottom:28px;left:50%;width:30px;height:52px;transform:translateX(-50%);border:1px solid rgba(255,255,255,.5);border-radius:20px}
.scroll-cue span{display:block;width:3px;height:8px;border-radius:3px;background:#fff;margin:9px auto;animation:scroll 1.8s infinite}
@keyframes scroll{0%{transform:translateY(0);opacity:1}100%{transform:translateY(20px);opacity:0}}
.section{padding:clamp(90px,12vw,180px) var(--pad)}
.editorial{display:grid;grid-template-columns:.8fr 1.4fr;gap:8vw;align-items:center}
.editorial-copy p:last-child{max-width:560px;color:#c6c1bb;font-size:17px}
.editorial-images{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:end}.editorial-images img:first-child{height:660px;object-fit:cover}.editorial-images img:last-child{height:500px;object-fit:cover;margin-bottom:-80px}
.kicker{color:#aaa29b;margin-bottom:22px}.section-heading{max-width:820px;margin-bottom:48px}
.menu-section{background:#111}.menu-slider-wrap{position:relative}.menu-slider{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 0 16px}.menu-slider::-webkit-scrollbar{display:none}
.dish-card{flex:0 0 calc((100% - 54px)/4);scroll-snap-align:start;overflow:hidden;background:#222;aspect-ratio:3/4}
.dish-card img{height:100%;object-fit:cover;transition:transform .7s}.dish-card:hover img{transform:scale(1.04)}
.slider-arrow{position:absolute;top:50%;z-index:3;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.45);color:white;font-size:30px;cursor:pointer;transform:translateY(-50%)}
.slider-arrow.prev{left:-24px}.slider-arrow.next{right:-24px}
.slider-dots{display:flex;justify-content:center;gap:9px;margin-top:24px}.slider-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#595959;cursor:pointer}.slider-dots button.active{background:white;transform:scale(1.25)}
.centered{text-align:center;margin-top:36px}.text-link{text-transform:uppercase;letter-spacing:.18em;font-size:11px;border-bottom:1px solid currentColor;padding-bottom:6px}
.sunset-banner{position:relative;height:85vh;min-height:600px}.sunset-banner>img{height:100%;object-fit:cover}.sunset-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7),rgba(0,0,0,.12))}
.sunset-copy{position:absolute;left:var(--pad);bottom:12%;max-width:720px}
.events{display:grid;grid-template-columns:minmax(280px,.8fr) 1fr;gap:9vw;align-items:center}.event-poster img{max-height:760px;object-fit:cover}.event-copy p{max-width:620px;color:#c5c0ba}.event-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:34px}.event-note{font-size:11px!important;color:#6f6b67!important;margin-top:30px}
.gallery-section{background:#f0eee9;color:#111}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:280px;gap:16px}.gallery-item{padding:0;border:0;background:none;cursor:zoom-in;overflow:hidden}.gallery-item img{height:100%;object-fit:cover;transition:transform .6s}.gallery-item:hover img{transform:scale(1.035)}.gallery-item.tall{grid-row:span 2}.gallery-item.wide{grid-column:span 2}
.location-section{display:grid;grid-template-columns:1.05fr .95fr;background:#ebe8e1;color:#111}.location-image img{height:100%;min-height:720px;object-fit:cover}.location-content{padding:clamp(70px,9vw,140px)}.location-content .kicker{color:#6c6862}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;margin:48px 0}.info-grid h3{text-transform:uppercase;letter-spacing:.18em;font-size:11px}.info-grid p{margin:.4em 0}.location-actions{display:flex;gap:12px;flex-wrap:wrap}
footer{text-align:center;padding:80px 20px 110px;background:#090909}footer img{width:min(360px,70vw);margin:0 auto 22px}footer p{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#777}
.mobile-bar{display:none;position:fixed;z-index:110;bottom:0;left:0;right:0;background:#fff;color:#111;border-top:1px solid #ddd}.mobile-bar a{width:50%;text-align:center;padding:16px 8px;text-transform:uppercase;letter-spacing:.16em;font-size:11px}.mobile-bar a+a{border-left:1px solid #ddd;background:#111;color:#fff}
.lightbox{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:40px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;width:auto}.lightbox-close{position:absolute;right:24px;top:16px;border:0;background:none;color:white;font-size:42px;cursor:pointer}
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){
  .desktop-nav,.header-book{display:none}.menu-toggle{display:block}.brand{width:155px}
  .editorial{grid-template-columns:1fr}.editorial-images{margin-top:20px}.events{grid-template-columns:1fr 1fr;gap:6vw}
  .dish-card{flex-basis:calc((100% - 18px)/2)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .site-header{height:76px;padding:0 20px}.site-header.scrolled{height:66px}.brand{width:140px}.header-actions{gap:8px}
  .hero{min-height:680px}.hero-content{padding-top:58px}.hero-logo{width:86vw}.hero-sub{font-size:10px;line-height:1.8}.hero-cta{flex-direction:column;align-items:center}.btn{width:min(300px,90vw)}
  .section{padding:90px 22px}.editorial-images{gap:10px}.editorial-images img:first-child{height:460px}.editorial-images img:last-child{height:340px;margin-bottom:-40px}
  .dish-card{flex-basis:86%;aspect-ratio:4/5}.slider-arrow{display:none}.slider-dots{margin-top:14px}
  .sunset-banner{height:72vh}.events{grid-template-columns:1fr}.event-copy{padding-top:20px}.event-note{display:none}
  .gallery-grid{grid-template-columns:1fr;grid-auto-rows:360px}.gallery-item.tall,.gallery-item.wide{grid-row:auto;grid-column:auto}
  .location-section{grid-template-columns:1fr}.location-image img{min-height:500px}.location-content{padding:70px 22px}.info-grid{grid-template-columns:1fr}
  .mobile-bar{display:flex}footer{padding-bottom:120px}
}


.hero-slideshow{position:absolute;inset:0;overflow:hidden}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.02);transition:opacity 1.4s ease,transform 8s ease}
.hero-slide.active{opacity:1;transform:scale(1.08)}
.ritual-banner>img{object-position:center 45%}
.ritual-text{max-width:620px;font-size:17px;color:#f2eee8;margin-top:24px}
@media(max-width:700px){
  .hero-slide{object-position:center}
  .ritual-banner>img{object-position:center}
  .ritual-text{font-size:15px}
}


/* Premium food gallery */
.premium-menu{background:#111}
.menu-intro{max-width:620px;color:#bdb8b1;font-size:16px}
.premium-food-gallery{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:110px;
  gap:18px;
}
.food-feature{position:relative;overflow:hidden;margin:0;grid-column:span 4;grid-row:span 4;background:#1b1b1b}
.food-feature-large{grid-column:span 7;grid-row:span 7}
.food-feature-wide{grid-column:span 8;grid-row:span 5}
.food-feature img{height:100%;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1),filter .5s}
.food-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.58),transparent 45%);opacity:.9;transition:.4s}
.food-feature figcaption{position:absolute;left:24px;bottom:20px;z-index:2;text-transform:uppercase;letter-spacing:.18em;font-size:10px}
.food-feature:hover img{transform:scale(1.045);filter:contrast(1.03)}
.food-feature:hover::after{opacity:.65}

/* Location photo composition */
.location-section{grid-template-columns:1.12fr .88fr}
.location-gallery{
  min-height:760px;
  display:grid;
  grid-template-columns:1.25fr .75fr;
  grid-template-rows:1fr 1fr;
  gap:10px;
  padding:10px;
  background:#111;
}
.location-gallery img{width:100%;height:100%;object-fit:cover;min-height:0}
.location-gallery .location-main{grid-row:1 / span 2}
.location-lead{max-width:560px;color:#5f5b55;font-size:16px}

@media(max-width:1000px){
  .premium-food-gallery{grid-auto-rows:90px}
  .food-feature{grid-column:span 6}
  .food-feature-large{grid-column:span 12;grid-row:span 6}
  .food-feature-wide{grid-column:span 12;grid-row:span 5}
  .location-section{grid-template-columns:1fr}
  .location-gallery{min-height:680px}
}
@media(max-width:700px){
  .premium-food-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;margin-right:-22px;padding-right:22px;scrollbar-width:none}
  .premium-food-gallery::-webkit-scrollbar{display:none}
  .food-feature,.food-feature-large,.food-feature-wide{flex:0 0 86%;height:520px;grid-column:auto;grid-row:auto;scroll-snap-align:start}
  .food-feature figcaption{left:18px;bottom:16px}
  .location-gallery{min-height:0;grid-template-columns:1fr 1fr;grid-template-rows:420px 240px}
  .location-gallery .location-main{grid-column:1 / span 2;grid-row:auto}
}


/* v5 requested updates */
.hero-media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
}
.ritual-banner{
  height:100vh;
  min-height:780px;
}
.ritual-banner>img{
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.premium-food-gallery{
  grid-auto-rows:105px;
}
@media(max-width:700px){
  .hero-media{object-position:center}
  .ritual-banner{
    height:92vh;
    min-height:700px;
  }
  .ritual-banner>img{
    object-position:center 38%;
  }
}


/* Definitive food-only gallery and final refinements */
.hero-media{
  animation:heroKenBurns 18s ease-out both;
}
@keyframes heroKenBurns{
  from{transform:scale(1.01)}
  to{transform:scale(1.085)}
}
.footer-links{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:26px;
  margin:28px 0;
}
.footer-links a{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d2cec8;
  border-bottom:1px solid transparent;
  transition:.3s;
}
.footer-links a:hover{border-color:#d2cec8}

@media(prefers-reduced-motion:reduce){
  .hero-media{animation:none}
  *{scroll-behavior:auto!important}
}


/* Hero vertical-fit fix: prevents the title and logo from being cropped
   on laptops, browser previews and short desktop screens. */
.hero{
  overflow:hidden;
}
.hero-content{
  box-sizing:border-box;
  max-height:100%;
  padding-bottom:72px;
}
.hero-logo{
  max-height:150px;
  object-fit:contain;
}
@media (min-width:701px) and (max-height:760px){
  .hero{
    min-height:100svh;
  }
  .hero-content{
    width:min(860px,88%);
    padding-top:92px;
    padding-bottom:54px;
  }
  .eyebrow{
    margin:0 0 8px;
  }
  .hero-logo{
    width:min(340px,42vw);
    max-height:92px;
    margin:0 auto 8px;
  }
  .hero h1{
    font-size:clamp(38px,4.4vw,64px);
    line-height:1;
    margin:.12em 0 .2em;
  }
  .hero-sub{
    margin:8px 0 0;
  }
  .hero-cta{
    margin-top:20px;
  }
  .hero-cta .btn{
    padding:13px 22px;
  }
  .scroll-cue{
    bottom:16px;
    height:44px;
  }
}
@media (min-width:701px) and (max-height:560px){
  .hero-content{
    padding-top:72px;
    padding-bottom:30px;
  }
  .eyebrow,
  .hero-logo{
    display:none;
  }
  .hero h1{
    font-size:clamp(36px,4vw,56px);
    max-width:780px;
    margin:0 auto;
  }
  .hero-sub{
    margin-top:12px;
  }
  .hero-cta{
    margin-top:18px;
  }
  .scroll-cue{
    display:none;
  }
}


/* Experience carousel */
.experience-carousel-wrap{
  position:relative;
}
.experience-carousel{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:4px 0 12px;
}
.experience-carousel::-webkit-scrollbar{display:none}
.experience-slide{
  flex:0 0 calc((100% - 36px)/3);
  aspect-ratio:4/5;
  scroll-snap-align:start;
  border:0;
  padding:0;
  overflow:hidden;
  background:#ddd;
}
.experience-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}
.experience-slide:hover img{transform:scale(1.035)}
.experience-arrow{
  position:absolute;
  top:50%;
  z-index:4;
  width:48px;
  height:48px;
  transform:translateY(-50%);
  border-radius:50%;
  border:1px solid rgba(255,255,255,.75);
  background:rgba(15,15,15,.55);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
}
.experience-prev{left:-24px}
.experience-next{right:-24px}
.experience-dots{
  display:flex;
  justify-content:center;
  gap:9px;
  margin-top:22px;
}
.experience-dots button{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#b8b4ae;
  cursor:pointer;
}
.experience-dots button.active{
  background:#111;
  transform:scale(1.35);
}

/* Mobile location readability fix */
.location-section{
  isolation:isolate;
  overflow:hidden;
}
.location-gallery{
  position:relative;
  z-index:1;
  overflow:hidden;
}
.location-content{
  position:relative;
  z-index:2;
  background:#ebe8e1;
}
@media(max-width:1000px){
  .experience-slide{flex-basis:calc((100% - 18px)/2)}
}
@media(max-width:700px){
  .gallery-section{padding-left:22px;padding-right:22px}
  .experience-carousel{
    gap:12px;
    margin-right:-22px;
    padding-right:22px;
  }
  .experience-slide{
    flex:0 0 86%;
    aspect-ratio:4/5;
  }
  .experience-arrow{display:none}
  .experience-dots{margin-top:16px}
  .location-section{
    display:block;
    background:#ebe8e1;
  }
  .location-gallery{
    width:100%;
    height:620px;
    min-height:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:380px 240px;
    gap:8px;
    padding:8px;
  }
  .location-gallery .location-main{
    grid-column:1 / -1;
    grid-row:1;
  }
  .location-gallery img{
    min-width:0;
    min-height:0;
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .location-content{
    clear:both;
    width:100%;
    margin:0;
    padding:64px 28px 90px;
    color:#111;
  }
  .location-content h2,
  .location-content p,
  .location-content a,
  .location-content h3{
    position:relative;
    z-index:3;
  }
}

/* V8: mobile gallery as a clean full-width horizontal carousel */
@media(max-width:700px){
  .gallery-section{
    padding-left:0;
    padding-right:0;
    overflow:hidden;
  }
  .gallery-section > .eyebrow,
  .gallery-section > h2,
  .gallery-section > .lead{
    margin-left:24px;
    margin-right:24px;
  }
  .experience-carousel-wrap{
    width:100%;
    margin-top:34px;
    overflow:hidden;
  }
  .experience-carousel{
    width:100%;
    gap:0;
    margin:0;
    padding:0;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
  }
  .experience-slide{
    flex:0 0 100%;
    width:100%;
    height:520px;
    aspect-ratio:auto;
    scroll-snap-align:center;
    scroll-snap-stop:always;
    border-radius:0;
  }
  .experience-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .experience-dots{
    margin:18px 0 0;
  }
  .experience-dots button{
    width:8px;
    height:8px;
    background:#777;
  }
  .experience-dots button.active{
    background:#fff;
  }
}


/* FINAL: responsive Experience carousel */
.editorial-carousel-wrap{
  position:relative;
  min-width:0;
}
.editorial-carousel{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  overscroll-behavior-x:contain;
}
.editorial-carousel::-webkit-scrollbar{display:none}
.editorial-slide{
  flex:0 0 calc((100% - 18px)/2);
  aspect-ratio:3/4;
  border:0;
  padding:0;
  overflow:hidden;
  background:#151515;
  scroll-snap-align:start;
}
.editorial-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.carousel-arrow{
  position:absolute;
  top:50%;
  z-index:8;
  width:48px;
  height:48px;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(12,12,12,.58);
  color:#fff;
  font-size:30px;
  cursor:pointer;
  backdrop-filter:blur(7px);
}
.editorial-prev{left:-24px}
.editorial-next{right:-24px}
.carousel-dots{
  display:flex;
  justify-content:center;
  gap:9px;
  margin-top:18px;
}
.carousel-dots button{
  width:7px;
  height:7px;
  border:0;
  padding:0;
  border-radius:50%;
  background:#777;
}
.carousel-dots button.active{
  background:#fff;
  transform:scale(1.35);
}

/* FINAL: four-photo menu */
.premium-food-gallery.menu-four{
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-auto-rows:minmax(240px,30vw);
}
.premium-food-gallery.menu-four .food-feature,
.premium-food-gallery.menu-four .food-feature-large,
.premium-food-gallery.menu-four .food-feature-wide{
  grid-column:auto;
  grid-row:auto;
}
.menu-pdf-link{
  text-decoration:none;
}

/* FINAL: mobile carousels */
@media(max-width:700px){
  .editorial{
    display:block;
  }
  .editorial-carousel-wrap{
    margin-top:40px;
    margin-left:-22px;
    margin-right:-22px;
  }
  .editorial-carousel{
    gap:0;
    padding:0;
  }
  .editorial-slide{
    flex:0 0 100%;
    aspect-ratio:4/5;
  }
  .carousel-arrow{display:none}
  .editorial-dots{margin-top:16px}
  .premium-food-gallery.menu-four{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-auto-rows:210px;
    gap:10px;
    margin-right:0;
    padding-right:0;
    overflow:visible;
  }
  .premium-food-gallery.menu-four .food-feature{
    flex:none;
    min-width:0;
    height:auto;
  }
  .premium-food-gallery.menu-four figcaption{
    font-size:9px;
    padding:12px;
  }
  .experience-slide{
    flex:0 0 88%;
  }
}
@media(max-width:420px){
  .premium-food-gallery.menu-four{
    grid-template-columns:1fr;
    grid-auto-rows:320px;
  }
}


/* FINAL social and map refinements */
.header-social,
.social-icon-link,
.mobile-instagram{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:inherit;
}
.header-social{
  width:36px;
  height:36px;
  margin-left:12px;
}
.header-social svg,
.social-icon-link svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
.social-icon-link{
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
}
.mobile-instagram{
  gap:10px;
  margin-top:24px;
  font-size:12px;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.mobile-instagram svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
@media(max-width:700px){
  .header-social{
    display:none;
  }
}
