/* APPV1_FRONTEND_LUXURY_HOMEPAGE_GLOBAL_MOBILE_HEADER_R6F_20260905
   Luxury homepage spacing + global mobile header icons.
   Presentation only. Existing routes/auth/cart/catalogue logic remain authoritative.
*/
:root{
  --gt-r6f-navy:#0e2743;
  --gt-r6f-navy-2:#173b63;
  --gt-r6f-ivory:#fffdf8;
  --gt-r6f-champagne:#d8bd8b;
  --gt-r6f-line:#e7dcc9;
  --gt-r6f-muted:#776d61;
}

.sr-only{
  position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;
}

/* Global icon affordances injected by R6F JS. */
.gt-r6f-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  flex:0 0 auto;
}
.gt-r6f-icon svg{
  width:100%;
  height:100%;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.gt-r6f-mobile-appointment{display:none!important}

/* Homepage desktop hero: image area + opaque text panel so text never sits on faces/jewellery. */
@media(min-width:761px){
  .gt-home-hero{
    position:relative!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:center!important;
    min-height:clamp(620px,76vh,820px)!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-color:var(--gt-r6f-navy)!important;
    overflow:hidden!important;
    isolation:isolate;
  }
  .gt-home-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(8,28,50,.96) 0%,rgba(8,28,50,.80) 28%,rgba(8,28,50,.30) 52%,rgba(8,28,50,.04) 72%,rgba(8,28,50,0) 100%);
    z-index:-1;
  }
  .gt-home-hero .gt-hero-content{
    position:relative!important;
    z-index:1!important;
    width:min(720px,46vw)!important;
    max-width:720px!important;
    margin:0!important;
    padding:clamp(72px,8vw,130px) 0 clamp(72px,8vw,130px) clamp(64px,7vw,130px)!important;
    background:transparent!important;
    color:#fff!important;
    box-sizing:border-box!important;
  }
  .gt-home-hero .gt-hero-kicker,
  .gt-home-hero .gt-hero-eyebrow{
    color:#ead8b4!important;
    letter-spacing:.13em!important;
    text-transform:uppercase!important;
    font-size:13px!important;
    margin-bottom:16px!important;
  }
  .gt-home-hero .gt-hero-title{
    color:#fff!important;
    font-size:clamp(52px,4.6vw,78px)!important;
    line-height:.96!important;
    max-width:10.5ch!important;
    margin:0!important;
  }
  .gt-home-hero .gt-hero-copy,
  .gt-home-hero .gt-hero-subtitle{
    color:rgba(255,255,255,.86)!important;
    font-size:17px!important;
    line-height:1.55!important;
    max-width:34rem!important;
    margin-top:20px!important;
  }
  .gt-home-hero .gt-hero-actions{
    margin-top:28px!important;
    gap:10px!important;
  }
}

/* Homepage luxury rhythm: less dead space, more deliberate spacing. */
.gt-home-section{
  padding-top:clamp(44px,5.2vw,74px)!important;
  padding-bottom:clamp(44px,5.2vw,74px)!important;
}
.gt-home-section + .gt-home-section{
  border-top:1px solid rgba(216,189,139,.22);
}
.gt-section-heading{
  max-width:700px!important;
  margin:0 auto clamp(24px,3vw,42px)!important;
  text-align:center!important;
}
.gt-section-heading .gt-kicker,
.gt-section-heading .gt-eyebrow,
.gt-section-heading>p:first-child{
  color:#9a7a42!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  font-size:12px!important;
  margin-bottom:8px!important;
}
.gt-section-heading h2{
  color:var(--gt-r6f-navy-2)!important;
  font-size:clamp(34px,4vw,50px)!important;
  line-height:1!important;
  margin:0 0 12px!important;
}
.gt-section-heading p{
  color:var(--gt-r6f-muted)!important;
  font-size:16px!important;
  line-height:1.5!important;
  max-width:52ch!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.gt-home-diamond-categories .gt-section-heading p{
  max-width:38ch!important;
}
.gt-category-card,
.gt-editorial-card,
.gt-review-card,
.gt-journal-card{
  border-radius:18px!important;
  border:1px solid var(--gt-r6f-line)!important;
  box-shadow:0 14px 36px rgba(14,39,67,.055)!important;
}
.gt-story-panel{
  background:linear-gradient(135deg,#fffaf2 0%,#fffdf9 58%,#f3ebdf 100%)!important;
}

/* Mobile app-like global header. */
@media(max-width:760px){
  .gt-brand-row{
    display:grid!important;
    grid-template-columns:44px minmax(96px,1fr) auto!important;
    align-items:center!important;
    gap:6px!important;
    min-height:58px!important;
    padding:5px 10px!important;
    box-sizing:border-box!important;
  }

  .gt-mobile-menu-button{
    grid-column:1!important;
    grid-row:1!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    color:var(--gt-r6f-navy-2)!important;
    font-size:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .gt-mobile-menu-button .gt-r6f-icon-menu{
    width:23px!important;
    height:23px!important;
  }

  .gt-brand-logo{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:center!important;
    max-width:118px!important;
    margin:0!important;
  }
  .gt-brand-logo img{
    max-width:118px!important;
    max-height:30px!important;
    object-fit:contain!important;
  }

  .gt-header-account{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:2px!important;
    min-width:0!important;
    margin:0!important;
  }
  .gt-header-account>a{
    width:40px!important;
    min-width:40px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:var(--gt-r6f-navy-2)!important;
    border-radius:999px!important;
    font-size:0!important;
    line-height:1!important;
    text-decoration:none!important;
  }
  .gt-header-account>a:hover,
  .gt-header-account>a:focus-visible{
    background:#fbf4e7!important;
    outline:1px solid rgba(216,189,139,.6)!important;
  }

  .gt-header-account>a:first-child .gt-r6f-account-text{
    display:none!important;
  }
  .gt-header-account>a[href*="wishlist"]{
    display:none!important;
  }
  .gt-r6f-mobile-appointment{
    display:flex!important;
  }

  .gt-r6f-icon-account,
  .gt-r6f-icon-appointment,
  .gt-r6f-icon-cart{
    width:20px!important;
    height:20px!important;
  }

  /* Mobile hero = image first, then compact navy text panel. */
  .gt-home-hero{
    display:block!important;
    min-height:0!important;
    background-size:100% auto!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
    background-color:var(--gt-r6f-navy)!important;
    padding-top:66vw!important;
    overflow:hidden!important;
  }
  .gt-home-hero .gt-hero-content{
    position:relative!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:24px 20px 28px!important;
    background:#0e2743!important;
    color:#fff!important;
    box-sizing:border-box!important;
  }
  .gt-home-hero .gt-hero-title{
    font-size:clamp(38px,10.5vw,50px)!important;
    line-height:.98!important;
    max-width:10.5ch!important;
    margin:0!important;
  }
  .gt-home-hero .gt-hero-copy,
  .gt-home-hero .gt-hero-subtitle{
    font-size:15px!important;
    line-height:1.45!important;
    margin-top:12px!important;
    max-width:34ch!important;
  }
  .gt-home-hero .gt-hero-actions{
    margin-top:18px!important;
    gap:8px!important;
  }

  .gt-home-section{
    padding-top:38px!important;
    padding-bottom:38px!important;
  }
  .gt-section-heading{
    margin-bottom:22px!important;
    padding-inline:16px!important;
  }
  .gt-section-heading h2{
    font-size:36px!important;
  }
  .gt-section-heading p{
    font-size:15px!important;
    line-height:1.45!important;
    max-width:34ch!important;
  }
}

@media(max-width:380px){
  .gt-brand-row{
    grid-template-columns:42px minmax(88px,1fr) auto!important;
    gap:2px!important;
    padding-inline:6px!important;
  }
  .gt-header-account>a{
    width:36px!important;
    min-width:36px!important;
  }
  .gt-brand-logo,
  .gt-brand-logo img{
    max-width:105px!important;
  }
}


.gt-r6f-studio-intro{
  background:var(--gt-r6f-ivory)!important;
}
.gt-r6f-start-grid{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.gt-r6f-start-card{
  min-height:148px;
  padding:24px 22px;
  border:1px solid var(--gt-r6f-line);
  border-radius:18px;
  background:#fff;
  color:var(--gt-r6f-navy-2);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  box-shadow:0 14px 34px rgba(14,39,67,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.gt-r6f-start-card:hover{
  transform:translateY(-2px);
  border-color:#d6bd8d;
  box-shadow:0 18px 40px rgba(14,39,67,.07);
}
.gt-r6f-start-card span{
  font-size:25px;
  line-height:1;
}
.gt-r6f-start-card small{
  margin-top:9px;
  color:var(--gt-r6f-muted);
  font-size:14px;
  line-height:1.35;
}
.gt-r6f-start-card-studio{
  background:linear-gradient(145deg,#fffaf0,#f6eddf);
  border-color:#dcc89f;
}

.gt-r6f-studio-banner{
  width:min(1220px,calc(100% - 40px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
  gap:28px;
  align-items:center;
  border-radius:24px;
  background:#0e2743!important;
  color:#fff;
  padding:clamp(42px,5vw,72px)!important;
  overflow:hidden;
}
.gt-r6f-studio-copy h2{
  color:#fff!important;
  font-size:clamp(42px,4vw,62px);
  line-height:.98;
  max-width:10ch;
  margin:8px 0 18px;
}
.gt-r6f-studio-copy>p:not(.gt-r6f-kicker){
  color:rgba(255,255,255,.8);
  max-width:38rem;
  font-size:17px;
  line-height:1.55;
}
.gt-r6f-kicker{
  color:#ead8b4;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
}
.gt-r6f-studio-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin-top:24px;
}
.gt-r6f-studio-actions a,
.gt-r6f-studio-cta{
  min-height:46px;
  padding:12px 18px;
  border-radius:4px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  font-size:14px;
  letter-spacing:.04em;
}
.gt-r6f-primary{
  background:#fff;
  color:var(--gt-r6f-navy)!important;
}
.gt-r6f-secondary{
  background:transparent;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.7);
  min-height:46px;
  padding:12px 18px;
  text-decoration:none;
}
.gt-r6f-text-link{
  color:#f0dfbd!important;
  text-decoration:none;
}
.gt-r6f-studio-cta[aria-disabled="true"]{
  cursor:default;
  opacity:.82;
}
.gt-r6f-studio-cta small{
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gt-r6f-studio-visual{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  min-height:280px;
}
.gt-r6f-cad-card,
.gt-r6f-ring-card{
  border-radius:18px;
  border:1px solid rgba(255,255,255,.18);
  display:flex;
  align-items:flex-end;
  padding:18px;
  color:#f3e4c8;
  letter-spacing:.12em;
  font-size:11px;
  background:
    radial-gradient(circle at 50% 38%,rgba(255,255,255,.18),transparent 23%),
    linear-gradient(145deg,#1b4168,#0c2139);
}
.gt-r6f-ring-card{
  background:
    radial-gradient(circle at 50% 38%,rgba(216,189,139,.26),transparent 24%),
    linear-gradient(145deg,#f2e6d3,#cbb184);
  color:#4c3a20;
}

@media(max-width:760px){
  .gt-r6f-start-grid{
    width:calc(100% - 24px);
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .gt-r6f-start-card{
    min-height:112px;
    padding:16px 14px;
    border-radius:14px;
  }
  .gt-r6f-start-card span{font-size:20px}
  .gt-r6f-start-card small{font-size:12px}

  .gt-r6f-studio-banner{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    gap:20px;
    padding:28px 20px!important;
    border-radius:18px;
  }
  .gt-r6f-studio-copy h2{
    font-size:38px;
    max-width:11ch;
  }
  .gt-r6f-studio-copy>p:not(.gt-r6f-kicker){
    font-size:15px;
  }
  .gt-r6f-studio-visual{
    min-height:180px;
  }
}

.gt-r6f-start-card{
  overflow:hidden;
  padding:0!important;
  justify-content:flex-start!important;
}
.gt-r6f-start-card-image{
  width:100%;
  aspect-ratio:16/7;
  object-fit:cover;
  display:block;
  border-bottom:1px solid var(--gt-r6f-line);
}
.gt-r6f-start-card-body{
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:6px;
  flex:1;
}
.gt-r6f-start-card-body span{
  font-size:25px;
  line-height:1;
}
.gt-r6f-start-card-body small{
  color:var(--gt-r6f-muted);
  font-size:14px;
  line-height:1.35;
}
.gt-r6f-studio-image-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  min-height:280px;
  border:1px solid rgba(255,255,255,.18);
}
.gt-r6f-studio-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.gt-r6f-studio-image-card span{
  position:absolute;
  left:14px;
  bottom:12px;
  color:#fff;
  letter-spacing:.12em;
  font-size:10px;
  text-transform:uppercase;
  text-shadow:0 1px 5px rgba(0,0,0,.55);
}
@media(max-width:760px){
  .gt-r6f-start-card-image{aspect-ratio:4/3}
  .gt-r6f-start-card-body{padding:13px 12px 14px}
  .gt-r6f-start-card-body span{font-size:19px}
  .gt-r6f-start-card-body small{font-size:12px}
  .gt-r6f-studio-image-card{min-height:180px}
}
