/* ALTAHANY_PUBLIC_FRESH_GLASS_V10_48C1 */

:root{
  --ath-bg:#fffdf9;
  --ath-card:rgba(255,255,255,.88);
  --ath-text:#30261c;
  --ath-muted:#756858;
  --ath-gold:#a9772d;
  --ath-border:rgba(169,119,45,.22);
  --ath-shadow:0 16px 42px rgba(56,39,19,.09);
  --ath-radius:22px;
  --ath-width:1180px;
}

*,
*::before,
*::after{box-sizing:border-box}

html{scroll-behavior:smooth}
html[dir="rtl"]{direction:rtl}
html[dir="ltr"]{direction:ltr}

body,
button,
input,
select,
textarea{
  font-family:Arial,Helvetica,sans-serif!important;
}

body{
  margin:0;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 10% 8%,rgba(221,190,133,.18),transparent 28rem),
    var(--ath-bg);
  color:var(--ath-text);
  font-size:clamp(15px,1.1vw,17px);
  line-height:1.75;
}

.container,
.ath-shell{
  width:min(var(--ath-width),calc(100% - 32px));
  margin-inline:auto;
}

img,
svg,
video{max-width:100%}

h1,h2,h3,h4{
  margin-top:0;
  color:var(--ath-text);
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:800;
  letter-spacing:-.025em;
}

h1{font-size:clamp(2rem,5vw,4.4rem);line-height:1.12}
h2{font-size:clamp(1.6rem,3.2vw,2.9rem);line-height:1.25}
p{color:var(--ath-muted);max-width:68ch}

.pub-header{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:70px;
  background:rgba(255,253,249,.9);
  border-bottom:1px solid var(--ath-border);
  box-shadow:0 8px 28px rgba(56,39,19,.05);
  backdrop-filter:blur(14px);
}

.pub-header>.container{min-height:70px}

.ath-public-brand img{
  display:block;
  width:auto;
  max-width:148px;
  max-height:54px;
  object-fit:contain;
}

.pub-nav a{
  padding:9px 12px;
  border-radius:12px;
  color:#4f4132;
  font-weight:700;
  text-decoration:none;
}

.pub-nav a:hover,
.pub-nav a.active{
  background:rgba(169,119,45,.1);
  color:#76501b;
}

.btn,
.ath-btn{
  min-height:46px;
  padding:11px 19px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:14px;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}

.btn-primary,
.ath-btn-primary,
.ath-nav-quote{
  background:linear-gradient(135deg,#b7873d,#895c1d)!important;
  color:#fff!important;
  border-color:transparent!important;
  box-shadow:0 10px 25px rgba(137,92,29,.18);
}

.btn-outline,
.ath-btn-outline,
.ath-btn-glass{
  background:rgba(255,255,255,.82);
  color:#5d431d;
  border:1px solid var(--ath-border);
  backdrop-filter:blur(8px);
}

.ath-home-hero{
  padding:clamp(36px,6vw,82px) 0;
}

.ath-home-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:center;
  gap:clamp(26px,5vw,68px);
}

.ath-home-hero-copy p{
  font-size:clamp(1rem,1.5vw,1.18rem);
}

.ath-home-hero-actions,
.ath-glass-intro-actions,
.ath-final-cta-actions,
.ath-home-design-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ath-home-hero-media{
  position:relative;
  min-height:clamp(330px,46vw,580px);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.72);
  border-radius:clamp(22px,3vw,34px);
  background:#eee2cf;
  box-shadow:var(--ath-shadow);
}

.ath-home-hero-slide{
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  pointer-events:none;
  transition:opacity .4s ease;
}

.ath-home-hero-slide.is-active{
  opacity:1;
  pointer-events:auto;
}

.ath-home-hero-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.ath-home-hero-caption{
  position:absolute;
  inset-inline:18px;
  bottom:18px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:15px;
  background:rgba(32,23,14,.56);
  color:#fff;
  backdrop-filter:blur(10px);
}

.ath-home-company-strip,
.ath-home-quick-services,
.ath-home-design-gallery,
.ath-home-final-cta{
  padding:clamp(42px,6vw,78px) 0;
}

.ath-home-company-strip .container,
.ath-home-final-cta .container{
  padding:clamp(25px,4vw,46px);
  text-align:center;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,248,235,.76));
  border:1px solid var(--ath-border);
  border-radius:var(--ath-radius);
  box-shadow:var(--ath-shadow);
  backdrop-filter:blur(12px);
}

.ath-home-company-strip h2,
.ath-home-company-strip p,
.ath-home-final-cta h2,
.ath-home-final-cta p{
  margin-inline:auto;
}

.ath-home-service-chips,
.ath-home-gallery-filters{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
}

.ath-home-service-chips a,
.ath-home-gallery-filters button{
  min-height:42px;
  padding:9px 15px;
  border:1px solid var(--ath-border);
  border-radius:999px;
  background:rgba(255,255,255,.88);
  color:#5e4728;
  font-weight:800;
  text-decoration:none;
}

.ath-home-design-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(14px,2vw,23px);
}

.ath-home-design-card{
  min-width:0;
  overflow:hidden;
  background:var(--ath-card);
  border:1px solid var(--ath-border);
  border-radius:20px;
  box-shadow:0 12px 32px rgba(56,39,19,.07);
}

.ath-home-design-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
}

.form-control,
.form-select,
input,
select,
textarea{
  min-height:46px;
  border:1px solid var(--ath-border);
  border-radius:13px;
  background:#fff;
  color:var(--ath-text);
  font-size:16px;
}

.footer-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.footer-social{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
}

.footer-social svg{
  width:21px;
  height:21px;
}

@media(max-width:900px){
  .container,
  .ath-shell{width:min(100% - 24px,var(--ath-width))}

  .ath-home-hero-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ath-home-hero-copy p{margin-inline:auto}

  .ath-home-hero-actions,
  .ath-glass-intro-actions,
  .ath-final-cta-actions{
    justify-content:center;
  }

  .ath-home-hero-media{
    min-height:min(108vw,500px);
  }

  .ath-home-design-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .pub-nav-links.open{
    max-height:calc(100vh - 74px);
    overflow-y:auto;
    background:rgba(255,253,249,.98)!important;
    backdrop-filter:blur(14px);
  }

  .pub-nav-links.open a{
    width:100%;
    min-height:46px;
    text-align:center;
  }
}

@media(max-width:620px){
  .pub-header,
  .pub-header>.container{min-height:64px}

  .ath-public-brand img{
    max-width:124px;
    max-height:47px;
  }

  .ath-home-hero{padding-top:27px}

  .ath-home-hero-media{
    min-height:112vw;
    max-height:480px;
  }

  .ath-home-design-grid{grid-template-columns:1fr}

  .ath-home-hero-actions,
  .ath-glass-intro-actions,
  .ath-final-cta-actions,
  .ath-home-design-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ath-home-hero-actions .btn,
  .ath-glass-intro-actions .btn,
  .ath-final-cta-actions .btn,
  .ath-home-design-actions .btn,
  .ath-home-design-actions form,
  .ath-home-design-actions button{
    width:100%;
  }

  .footer-grid,
  .footer-subscribe-card{text-align:center}
  .footer-socials{justify-content:center}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.01ms!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}

/* ALTAHANY_PUBLIC_HEADER_HEADINGS_V10_48C2B */

.pub-header > .container{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
}

.pub-nav{
  justify-content:center!important;
  margin-inline:auto;
}

.ath-public-brand{
  display:flex;
  align-items:center;
  justify-content:center;
}

.ath-public-brand img{
  max-width:150px;
  max-height:54px;
}

.ath-header-cart{
  position:relative;
  min-width:48px;
  min-height:46px;
  padding:7px 11px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(169,119,45,.24);
  border-radius:15px!important;
  background:rgba(255,255,255,.9);
  color:#68491c!important;
  box-shadow:0 8px 22px rgba(70,47,20,.08);
}

.ath-header-cart-icon{
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
}

.ath-header-cart-icon svg{
  width:24px;
  height:24px;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ath-header-cart-badge{
  min-width:20px;
  height:20px;
  padding-inline:5px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#a9772d;
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.ath-home-hero-copy{
  text-align:center;
}

.ath-home-hero-copy h1{
  max-width:13ch;
  margin-inline:auto;
  background:linear-gradient(135deg,#2d241a 20%,#8b6023 85%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.ath-home-hero-copy p{
  max-width:58ch;
  margin-inline:auto;
}

.ath-home-hero-actions,
.ath-home-trust{
  justify-content:center;
}

.ath-home-trust{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.ath-home-trust span{
  padding:7px 11px;
  border:1px solid rgba(169,119,45,.18);
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:#665440;
  font-size:.84rem;
  font-weight:700;
}

.ath-glass-intro-copy,
.ath-home-gallery-heading,
.ath-home-final-cta,
.ath-home-quick-services-head{
  text-align:center;
}

.ath-home-quick-services-head{
  align-items:center;
  flex-direction:column;
}

.ath-home-quick-services-head h2,
.ath-home-gallery-heading h2,
.ath-glass-intro-copy h2,
.ath-home-final-cta h2{
  max-width:18ch;
  margin-inline:auto;
}

.ath-home-gallery-heading p,
.ath-glass-intro-copy p,
.ath-home-final-cta p{
  margin-inline:auto;
}

@media(max-width:900px){
  .pub-header > .container{
    grid-template-columns:auto 1fr auto;
  }

  .ath-header-cart-label{
    display:none;
  }

  .ath-home-hero-grid{
    text-align:center;
  }
}

@media(max-width:620px){
  .pub-header > .container{
    gap:8px;
  }

  .ath-public-brand img{
    max-width:122px;
    max-height:46px;
  }

  .ath-header-cart{
    width:44px;
    min-width:44px;
    padding:6px!important;
  }

  .ath-header-cart-badge{
    position:absolute;
    top:-5px;
    inset-inline-end:-5px;
  }

  .ath-home-hero-copy h1{
    max-width:15ch;
  }
}

/* ALTAHANY_PUBLIC_SECTION_FRAMES_V10_48C2C */

.ath-home-company-strip > .container,
.ath-home-quick-services > .container,
.ath-home-design-gallery > .container,
.ath-home-final-cta > .container{
  position:relative;
  overflow:hidden;
  padding:clamp(26px,4vw,50px);
  border:1px solid rgba(169,119,45,.18);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(226,193,132,.18),transparent 22rem),
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,248,235,.76));
  box-shadow:0 18px 48px rgba(61,41,18,.08);
  backdrop-filter:blur(12px);
}

.ath-home-company-strip > .container::before,
.ath-home-quick-services > .container::before,
.ath-home-design-gallery > .container::before,
.ath-home-final-cta > .container::before{
  content:"";
  position:absolute;
  top:0;
  inset-inline:14%;
  height:1px;
  background:linear-gradient(90deg,transparent,#c99b4d,transparent);
}

.ath-home-company-strip,
.ath-home-quick-services,
.ath-home-design-gallery,
.ath-home-final-cta{
  padding:clamp(34px,5vw,72px) 0;
}

.section-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  margin-bottom:12px;
  border:1px solid rgba(169,119,45,.18);
  border-radius:999px;
  background:rgba(255,250,240,.88);
  color:#8a611f;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.08em;
}

.ath-home-service-chips{
  margin-top:22px;
}

.ath-home-service-chips a{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}

.ath-home-service-chips a:hover{
  transform:translateY(-2px);
  background:#fff8e9;
  box-shadow:0 10px 24px rgba(70,47,20,.08);
}

.ath-home-service-chips a span{
  min-width:23px;
  height:23px;
  padding-inline:5px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:#a9772d;
  color:#fff;
  font-size:11px;
}

.ath-home-service-select,
.ath-home-gallery-select{
  width:min(100%,560px);
  margin:22px auto 0;
  display:block;
}

.ath-home-flow{
  width:min(100%,780px);
  margin:28px auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.ath-home-flow > a{
  min-height:112px;
  padding:18px 14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:1px solid rgba(169,119,45,.18);
  border-radius:18px;
  background:rgba(255,255,255,.9);
  color:#3d3022;
  text-decoration:none;
  box-shadow:0 10px 26px rgba(62,42,20,.05);
  transition:transform .18s ease,border-color .18s ease;
}

.ath-home-flow > a:hover{
  transform:translateY(-3px);
  border-color:rgba(169,119,45,.42);
}

.ath-home-flow > a > span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#bf9147,#8a5d1e);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.ath-home-flow-divider{
  display:none;
}

.ath-home-gallery-filters{
  margin:24px 0;
}

.ath-home-gallery-filters button{
  transition:all .18s ease;
}

.ath-home-gallery-filters button:hover,
.ath-home-gallery-filters button.is-active{
  border-color:#a9772d;
  background:#a9772d;
  color:#fff;
}

.ath-home-design-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.ath-home-design-card:hover{
  transform:translateY(-5px);
  border-color:rgba(169,119,45,.42);
  box-shadow:0 22px 48px rgba(59,39,17,.12);
}

.ath-home-design-card > a:first-child{
  display:block;
  overflow:hidden;
}

.ath-home-design-card img{
  transition:transform .45s ease;
}

.ath-home-design-card:hover img{
  transform:scale(1.035);
}

.ath-home-design-actions{
  padding:14px 15px 16px!important;
  justify-content:center;
}

.ath-home-gallery-more{
  margin-top:28px;
  text-align:center;
}

.ath-final-cta-actions{
  justify-content:center;
}

@media(max-width:900px){
  .ath-home-company-strip > .container,
  .ath-home-quick-services > .container,
  .ath-home-design-gallery > .container,
  .ath-home-final-cta > .container{
    padding:28px 20px;
    border-radius:22px;
  }

  .ath-home-flow{
    grid-template-columns:1fr;
    max-width:520px;
  }

  .ath-home-flow > a{
    min-height:88px;
  }
}

@media(max-width:620px){
  .ath-home-company-strip,
  .ath-home-quick-services,
  .ath-home-design-gallery,
  .ath-home-final-cta{
    padding:28px 0;
  }

  .ath-home-company-strip > .container,
  .ath-home-quick-services > .container,
  .ath-home-design-gallery > .container,
  .ath-home-final-cta > .container{
    padding:22px 14px;
    border-radius:18px;
  }

  .ath-home-service-chips{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .ath-home-service-chips a{
    min-height:48px;
    text-align:center;
  }

  .ath-home-gallery-filters{
    flex-wrap:nowrap;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:7px;
    scroll-snap-type:x proximity;
  }

  .ath-home-gallery-filters button{
    flex:0 0 auto;
    scroll-snap-align:start;
  }
}

@media(max-width:390px){
  .ath-home-service-chips{
    grid-template-columns:1fr;
  }
}

/* ALTAHANY_PUBLIC_MOBILE_MOTION_V10_48C2D */

@keyframes athPublicReveal{
  from{
    opacity:0;
    transform:translateY(14px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.ath-home-hero-copy,
.ath-home-hero-media,
.ath-home-company-strip > .container,
.ath-home-quick-services > .container,
.ath-home-design-gallery > .container,
.ath-home-final-cta > .container{
  animation:athPublicReveal .52s ease both;
}

.ath-home-hero-media{
  animation-delay:.06s;
}

.ath-home-company-strip > .container{
  animation-delay:.08s;
}

.ath-home-quick-services > .container{
  animation-delay:.10s;
}

.ath-home-design-gallery > .container{
  animation-delay:.12s;
}

.btn,
.ath-btn,
.pub-nav a,
.ath-header-cart,
.ath-home-service-chips a,
.ath-home-flow > a,
.ath-home-gallery-filters button,
.ath-home-design-card{
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
}

.btn:active,
.ath-btn:active,
.ath-header-cart:active,
.ath-home-service-chips a:active,
.ath-home-flow > a:active{
  transform:scale(.98);
}

.ath-home-hero-arrow{
  z-index:5;
  touch-action:manipulation;
}

@media(max-width:900px){
  body{
    overflow-x:hidden;
  }

  .pub-header{
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .pub-nav-links.open{
    position:fixed;
    top:64px;
    inset-inline:10px;
    max-height:calc(100dvh - 78px);
    padding:12px;
    border:1px solid rgba(169,119,45,.20);
    border-radius:18px;
    box-shadow:0 18px 42px rgba(54,37,18,.16);
  }

  .pub-nav-links.open a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:12px;
  }

  .ath-home-hero-caption{
    inset-inline:12px;
    bottom:12px;
  }

  .ath-home-design-card:hover{
    transform:none;
  }

  .ath-home-design-card:hover img{
    transform:none;
  }
}

@media(max-width:620px){
  h1{
    font-size:clamp(2rem,10vw,3.15rem);
  }

  h2{
    font-size:clamp(1.5rem,7vw,2.3rem);
  }

  .ath-home-hero-copy p,
  .ath-home-gallery-heading p,
  .ath-glass-intro-copy p,
  .ath-home-final-cta p{
    font-size:15px;
    line-height:1.75;
  }

  .ath-home-hero-arrow{
    width:40px;
    height:40px;
    font-size:24px;
  }

  .ath-home-hero-caption{
    padding:10px 12px;
    font-size:13px;
  }

  .btn,
  .ath-btn{
    min-height:48px;
  }

  .ath-home-flow > a{
    min-height:82px;
  }

  .footer-social{
    width:44px;
    height:44px;
    flex-basis:44px;
  }
}

@media(prefers-reduced-motion:reduce){
  .ath-home-hero-copy,
  .ath-home-hero-media,
  .ath-home-company-strip > .container,
  .ath-home-quick-services > .container,
  .ath-home-design-gallery > .container,
  .ath-home-final-cta > .container{
    animation:none!important;
  }
}

/* ALTAHANY_GLOBAL_GLOSSY_GOLD_THEME_V10_48C2E */

:root{
  --ath-gloss-gold:#c4974b;
  --ath-gloss-gold-dark:#79501b;
  --ath-gloss-gold-soft:rgba(196,151,75,.18);
  --ath-gloss-white:rgba(255,255,255,.86);
  --ath-gloss-border:rgba(196,151,75,.24);
  --ath-gloss-shadow:0 22px 60px rgba(80,52,18,.10);
}

/* Cart icon only */
.ath-header-cart-label{
  display:none!important;
}

.ath-header-cart{
  width:46px!important;
  min-width:46px!important;
  padding:6px!important;
  overflow:visible!important;
}

.ath-header-cart-icon{
  margin:0!important;
}

/* Global premium background */
body{
  background:
    radial-gradient(circle at 8% 8%,rgba(231,204,151,.20),transparent 30rem),
    radial-gradient(circle at 92% 24%,rgba(255,235,200,.28),transparent 34rem),
    linear-gradient(180deg,#fffefb 0%,#fff9ef 48%,#fffefb 100%)!important;
}

/* Global centered headings */
main h1,
main h2{
  text-align:center;
  margin-inline:auto;
}

main h1{
  max-width:18ch;
  background:linear-gradient(135deg,#2b2117 15%,#8d6125 58%,#c4974b 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

main h2{
  max-width:22ch;
  color:#3b2b1a;
}

main > section > .container > p,
main .page-header p,
main .section-header p,
main .section-intro p,
main .lead{
  margin-inline:auto;
  text-align:center;
}

/* General page headings */
.page-header,
.section-header,
.section-intro,
.ath-page-header,
.ath-section-heading{
  width:min(100%,850px);
  margin-inline:auto;
  text-align:center;
}

.page-header,
.ath-page-header{
  padding:clamp(24px,4vw,46px);
  border:1px solid var(--ath-gloss-border);
  border-radius:26px;
  background:
    radial-gradient(circle at 85% 10%,rgba(227,193,128,.21),transparent 18rem),
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,248,234,.78));
  box-shadow:var(--ath-gloss-shadow);
  backdrop-filter:blur(14px) saturate(125%);
  -webkit-backdrop-filter:blur(14px) saturate(125%);
}

/* Global content frames */
main .card,
main .ath-card,
main .service-card,
main .gallery-card,
main .package-card,
main .contact-card,
main .cart-card,
main .quote-card,
main .form-card,
main .content-card{
  border:1px solid var(--ath-gloss-border)!important;
  border-radius:22px!important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,249,239,.80))!important;
  box-shadow:0 16px 42px rgba(72,48,20,.08)!important;
  backdrop-filter:blur(12px) saturate(120%);
  -webkit-backdrop-filter:blur(12px) saturate(120%);
}

/* Gloss highlight */
main .card::before,
main .ath-card::before,
main .service-card::before,
main .gallery-card::before,
main .package-card::before{
  content:"";
  position:absolute;
  top:0;
  inset-inline:14%;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--ath-gloss-gold),transparent);
  pointer-events:none;
}

main .card,
main .ath-card,
main .service-card,
main .gallery-card,
main .package-card{
  position:relative;
  overflow:hidden;
}

/* Links and buttons */
main .btn,
main .ath-btn,
main button{
  border-radius:14px;
}

main .btn-primary,
main .ath-btn-primary,
main button[type="submit"]{
  background:
    linear-gradient(135deg,#c4974b 0%,#9a6926 55%,#754a16 100%)!important;
  border-color:transparent!important;
  color:#fff!important;
  box-shadow:
    0 12px 28px rgba(126,82,24,.20),
    inset 0 1px 0 rgba(255,255,255,.32);
}

main .btn-primary:hover,
main .ath-btn-primary:hover,
main button[type="submit"]:hover{
  transform:translateY(-2px);
  box-shadow:
    0 17px 36px rgba(126,82,24,.25),
    inset 0 1px 0 rgba(255,255,255,.38);
}

/* Forms */
main input,
main select,
main textarea{
  width:100%;
  border:1px solid rgba(181,136,62,.26)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.92)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.90);
}

main input:focus,
main select:focus,
main textarea:focus{
  border-color:#b78637!important;
  outline:3px solid rgba(183,134,55,.13)!important;
  box-shadow:0 10px 24px rgba(91,60,22,.06);
}

/* Tables */
main .table-responsive{
  overflow:auto;
  border:1px solid var(--ath-gloss-border);
  border-radius:20px;
  background:rgba(255,255,255,.88);
  box-shadow:0 14px 36px rgba(66,44,19,.07);
}

main table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}

main th{
  background:#fbf2e2;
  color:#63451e;
  font-weight:800;
}

main th,
main td{
  padding:13px 14px;
  border-bottom:1px solid rgba(181,136,62,.12);
}

/* Images */
main img{
  border-radius:inherit;
}

main .gallery-card img,
main .service-card img,
main .ath-home-design-card img{
  filter:saturate(1.03) contrast(1.015);
}

/* Footer glass refinement */
.pub-footer{
  border-top:1px solid rgba(196,151,75,.18);
  background:
    radial-gradient(circle at 50% 0%,rgba(205,163,89,.16),transparent 24rem),
    linear-gradient(180deg,#fffaf1,#f9edd8);
}

.footer-subscribe-card{
  border:1px solid var(--ath-gloss-border);
  border-radius:24px;
  background:rgba(255,255,255,.80);
  box-shadow:var(--ath-gloss-shadow);
  backdrop-filter:blur(14px);
}

/* Global gentle interaction */
main a,
main button,
main .card,
main .ath-card{
  transition:
    transform .20s ease,
    box-shadow .20s ease,
    border-color .20s ease,
    background-color .20s ease;
}

main .card:hover,
main .ath-card:hover{
  border-color:rgba(183,134,55,.38)!important;
  box-shadow:0 22px 54px rgba(72,48,20,.12)!important;
}

/* Mobile first */
@media(max-width:900px){
  main{
    text-align:center;
  }

  main form,
  main table,
  main .table-responsive,
  main .cart-items,
  main .quote-form{
    text-align:start;
  }

  .page-header,
  .ath-page-header{
    padding:28px 18px;
    border-radius:21px;
  }

  main > section{
    padding-block:28px;
  }

  main .card,
  main .ath-card,
  main .service-card,
  main .gallery-card,
  main .package-card,
  main .contact-card,
  main .cart-card,
  main .quote-card,
  main .form-card{
    border-radius:19px!important;
  }
}

@media(max-width:620px){
  .container,
  .ath-shell{
    width:calc(100% - 20px)!important;
  }

  main h1{
    max-width:15ch;
    font-size:clamp(2rem,10vw,3.1rem);
  }

  main h2{
    max-width:18ch;
    font-size:clamp(1.5rem,7vw,2.25rem);
  }

  main p{
    font-size:15px;
    line-height:1.75;
  }

  .page-header,
  .ath-page-header{
    padding:23px 14px;
    border-radius:18px;
  }

  main .btn,
  main .ath-btn,
  main button[type="submit"]{
    min-height:48px;
  }

  main .actions,
  main .button-group,
  main .form-actions,
  main .cart-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
  }

  main .actions > *,
  main .button-group > *,
  main .form-actions > *,
  main .cart-actions > *{
    width:100%;
  }

  main .table-responsive{
    border-radius:16px;
  }

  main th,
  main td{
    min-width:120px;
    padding:11px 10px;
  }
}

/* Accessibility */
@media(prefers-reduced-motion:reduce){
  main a,
  main button,
  main .card,
  main .ath-card{
    transition:none!important;
    transform:none!important;
  }
}

/* ALTAHANY_MODERN_ABOUT_PAGE_STYLES_V10_49B1 */

.ath-about-hero,
.ath-about-story,
.ath-about-services,
.ath-about-process,
.ath-about-values,
.ath-about-cta{
  padding:clamp(30px,5vw,72px) 0;
}

.ath-about-hero-frame,
.ath-about-values-frame,
.ath-about-cta-frame{
  padding:clamp(28px,5vw,60px);
  text-align:center;
  border:1px solid rgba(196,151,75,.24);
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 10%,rgba(226,191,125,.24),transparent 22rem),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,247,232,.80));
  box-shadow:0 22px 60px rgba(76,50,18,.10);
  backdrop-filter:blur(15px) saturate(125%);
}

.ath-about-hero-frame h1,
.ath-about-hero-frame p,
.ath-about-cta-frame h2,
.ath-about-cta-frame p{
  margin-inline:auto;
}

.ath-about-hero-frame p{
  max-width:720px;
  font-size:clamp(1rem,1.4vw,1.18rem);
}

.ath-about-hero-actions,
.ath-about-cta-frame > div:last-child{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.ath-about-story-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.ath-about-story-card{
  padding:clamp(24px,4vw,42px);
  text-align:center;
  border:1px solid rgba(196,151,75,.20);
  border-radius:24px;
  background:rgba(255,255,255,.88);
  box-shadow:0 16px 42px rgba(69,45,18,.07);
}

.ath-about-story-card p{
  margin-inline:auto;
}

.ath-about-card-symbol{
  width:48px;
  height:48px;
  margin:0 auto 16px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#c4974b,#845619);
  color:#fff;
  font-size:20px;
}

.ath-about-services-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ath-about-service-item{
  min-height:132px;
  padding:20px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  text-align:center;
  text-decoration:none;
  border:1px solid rgba(196,151,75,.20);
  border-radius:20px;
  background:rgba(255,255,255,.90);
  box-shadow:0 12px 32px rgba(70,46,18,.06);
}

.ath-about-service-item > span{
  color:#a7752b;
  font-size:23px;
}

.ath-about-service-item small{
  color:#8b692f;
}

.ath-about-process-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ath-about-process-grid article{
  padding:22px 15px;
  text-align:center;
  border:1px solid rgba(196,151,75,.20);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#fff8eb);
}

.ath-about-process-grid article > span{
  width:38px;
  height:38px;
  margin:0 auto 12px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#a9772d;
  color:#fff;
  font-weight:900;
}

.ath-about-process-grid p{
  margin-inline:auto;
}

.ath-about-values-frame{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
  text-align:start;
}

.ath-about-values-frame ul{
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
  list-style:none;
}

.ath-about-values-frame li{
  padding:13px 15px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  border:1px solid rgba(196,151,75,.16);
  border-radius:15px;
  background:rgba(255,255,255,.74);
}

.ath-about-values-frame li span{
  color:#a9772d;
  font-weight:900;
}

@media(max-width:900px){
  .ath-about-services-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ath-about-process-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ath-about-values-frame{
    grid-template-columns:1fr;
    text-align:center;
  }
}

@media(max-width:620px){
  .ath-about-hero,
  .ath-about-story,
  .ath-about-services,
  .ath-about-process,
  .ath-about-values,
  .ath-about-cta{
    padding:26px 0;
  }

  .ath-about-hero-frame,
  .ath-about-values-frame,
  .ath-about-cta-frame{
    padding:24px 15px;
    border-radius:20px;
  }

  .ath-about-story-grid,
  .ath-about-services-grid,
  .ath-about-process-grid{
    grid-template-columns:1fr;
  }

  .ath-about-hero-actions,
  .ath-about-cta-frame > div:last-child{
    display:grid;
    grid-template-columns:1fr;
  }

  .ath-about-hero-actions > *,
  .ath-about-cta-frame > div:last-child > *{
    width:100%;
  }

  .ath-about-service-item{
    min-height:104px;
  }
}

/* ALTAHANY_MODERN_CONTACT_PAGE_STYLES_V10_49B2 */

.ath-contact-hero,
.ath-contact-channels,
.ath-contact-booking,
.ath-contact-reviews,
.ath-contact-social{
  padding:clamp(28px,5vw,70px) 0;
}

.ath-contact-hero-frame{
  padding:clamp(26px,5vw,58px);
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);
  gap:clamp(26px,5vw,60px);
  align-items:center;
  border:1px solid rgba(196,151,75,.24);
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 12%,rgba(227,193,128,.25),transparent 22rem),
    linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,247,231,.80));
  box-shadow:0 22px 60px rgba(76,50,18,.10);
  backdrop-filter:blur(15px) saturate(125%);
}

.ath-contact-hero-copy{
  text-align:center;
}

.ath-contact-hero-copy h1,
.ath-contact-hero-copy p{
  margin-inline:auto;
}

.ath-contact-hero-actions{
  margin-top:23px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.ath-contact-brand-visual{
  padding:28px 18px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  text-align:center;
  border:1px solid rgba(196,151,75,.18);
  border-radius:24px;
  background:rgba(255,255,255,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.ath-contact-logo-shell{
  width:150px;
  height:150px;
  padding:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#fff,#f7ead3);
  box-shadow:0 18px 42px rgba(70,46,18,.12);
}

.ath-contact-logo-shell img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.ath-contact-brand-visual strong{
  font-size:1.12rem;
}

.ath-contact-brand-visual span{
  max-width:260px;
  color:#766650;
  font-size:.9rem;
}

.ath-contact-channel-grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.ath-contact-channel-card{
  min-height:190px;
  padding:22px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-align:center;
  text-decoration:none;
  border:1px solid rgba(196,151,75,.20);
  border-radius:22px;
  background:linear-gradient(145deg,#fff,#fff8eb);
  box-shadow:0 14px 38px rgba(70,46,18,.07);
}

.ath-contact-channel-card:hover{
  transform:translateY(-4px);
  border-color:rgba(169,119,45,.44);
}

.ath-contact-channel-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,#c4974b,#815218);
  color:#fff;
  font-size:20px;
}

.ath-contact-channel-icon svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.ath-contact-channel-card small{
  color:#756551;
  overflow-wrap:anywhere;
}

.ath-contact-channel-card b{
  margin-top:5px;
  color:#8b6122;
  font-size:.82rem;
}

.ath-contact-booking-frame,
.ath-contact-social-frame{
  padding:clamp(26px,4vw,48px);
  border:1px solid rgba(196,151,75,.20);
  border-radius:27px;
  background:rgba(255,255,255,.86);
  box-shadow:0 18px 48px rgba(70,46,18,.08);
}

.ath-contact-booking-grid{
  margin-top:27px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ath-contact-booking-grid article{
  padding:22px 16px;
  text-align:center;
  border:1px solid rgba(196,151,75,.18);
  border-radius:20px;
  background:linear-gradient(145deg,#fff,#fff8eb);
}

.ath-contact-booking-grid article > span{
  width:38px;
  height:38px;
  margin:0 auto 12px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#a9772d;
  color:#fff;
  font-weight:900;
}

.ath-contact-booking-grid p{
  margin-inline:auto;
}

.ath-contact-booking-actions{
  margin-top:24px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.ath-contact-review-grid{
  margin-top:26px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.ath-contact-review-card{
  min-height:130px;
  padding:20px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:16px;
  align-items:center;
  text-decoration:none;
  border:1px solid rgba(196,151,75,.20);
  border-radius:22px;
  background:rgba(255,255,255,.9);
  box-shadow:0 14px 38px rgba(70,46,18,.07);
}

.ath-google-mark{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#4285f4;
  font-size:26px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
}

.ath-contact-review-card > div{
  display:grid;
  gap:4px;
}

.ath-contact-review-card div > span{
  color:#d99b22;
  letter-spacing:.12em;
}

.ath-contact-review-card small{
  color:#8a6427;
}

.ath-contact-social-frame{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  text-align:center;
}

.ath-contact-social-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}

.ath-contact-social-links a{
  min-width:128px;
  min-height:48px;
  padding:10px 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid rgba(196,151,75,.20);
  border-radius:15px;
  background:#fff;
  text-decoration:none;
}

.ath-contact-social-links svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

@media(max-width:900px){
  .ath-contact-hero-frame{
    grid-template-columns:1fr;
  }

  .ath-contact-channel-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ath-contact-social-frame{
    grid-template-columns:1fr;
  }
}

@media(max-width:620px){
  .ath-contact-hero,
  .ath-contact-channels,
  .ath-contact-booking,
  .ath-contact-reviews,
  .ath-contact-social{
    padding:26px 0;
  }

  .ath-contact-hero-frame,
  .ath-contact-booking-frame,
  .ath-contact-social-frame{
    padding:23px 14px;
    border-radius:20px;
  }

  .ath-contact-logo-shell{
    width:120px;
    height:120px;
  }

  .ath-contact-channel-grid,
  .ath-contact-booking-grid,
  .ath-contact-review-grid{
    grid-template-columns:1fr;
  }

  .ath-contact-channel-card{
    min-height:145px;
  }

  .ath-contact-hero-actions,
  .ath-contact-booking-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ath-contact-hero-actions > *,
  .ath-contact-booking-actions > *{
    width:100%;
  }

  .ath-contact-review-card{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ath-google-mark{
    margin-inline:auto;
  }

  .ath-contact-social-links{
    display:grid;
    grid-template-columns:1fr;
  }

  .ath-contact-social-links a{
    width:100%;
  }
}

/* ALTAHANY_PUBLIC_MOBILE_NAVIGATION_STYLES_V10_49C1 */

html.ath-public-menu-open,
body.ath-public-menu-open{
  overflow:hidden!important;
}

#pub-menu-btn{
  position:relative;
  z-index:1302;
  width:44px;
  height:44px;
  padding:0;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(169,119,45,.25);
  border-radius:14px;
  background:rgba(255,255,255,.94);
  color:#68491c;
  font-family:Arial,Helvetica,sans-serif;
  font-size:25px;
  line-height:1;
  box-shadow:0 8px 22px rgba(70,47,20,.08);
  cursor:pointer;
  touch-action:manipulation;
}

#pub-menu-btn.is-open{
  background:linear-gradient(135deg,#c4974b,#815218);
  color:#fff;
}

@media(max-width:768px){
  #pub-nav.pub-nav-links{
    display:none!important;
  }

  #pub-nav.pub-nav-links.open{
    position:fixed!important;
    top:72px!important;
    inset-inline:10px!important;
    bottom:auto!important;
    z-index:1300!important;

    width:auto!important;
    max-height:calc(100dvh - 88px)!important;
    margin:0!important;
    padding:12px!important;

    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:5px!important;

    overflow-y:auto!important;
    overscroll-behavior:contain;

    border:1px solid rgba(196,151,75,.25)!important;
    border-radius:20px!important;

    background:
      radial-gradient(circle at 90% 5%,rgba(224,188,119,.20),transparent 15rem),
      rgba(255,253,248,.98)!important;

    box-shadow:0 24px 60px rgba(48,31,12,.22)!important;
    backdrop-filter:blur(18px) saturate(130%);
    -webkit-backdrop-filter:blur(18px) saturate(130%);
  }

  #pub-nav.pub-nav-links.open::before{
    content:"";
    position:fixed;
    inset:64px 0 0;
    z-index:-1;
    background:rgba(30,20,9,.16);
    pointer-events:none;
  }

  #pub-nav.pub-nav-links.open > a{
    width:100%!important;
    min-height:48px!important;
    margin:0!important;
    padding:11px 14px!important;

    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    border:1px solid transparent;
    border-radius:13px!important;

    text-align:center!important;
    font-size:15px!important;
    font-weight:800!important;
  }

  #pub-nav.pub-nav-links.open > a:hover,
  #pub-nav.pub-nav-links.open > a:focus-visible,
  #pub-nav.pub-nav-links.open > a.active{
    border-color:rgba(169,119,45,.18);
    background:#fff5e3!important;
    color:#76501b!important;
  }

  #pub-nav.pub-nav-links.open .ath-nav-quote{
    background:linear-gradient(135deg,#c4974b,#815218)!important;
    color:#fff!important;
  }

  #pub-nav.pub-nav-links.open .ath-header-cart{
    width:100%!important;
    min-height:48px!important;
    justify-content:center!important;
  }

  #pub-nav.pub-nav-links.open .ath-header-cart-label{
    display:inline!important;
  }
}

@media(max-width:620px){
  #pub-nav.pub-nav-links.open{
    top:68px!important;
    inset-inline:8px!important;
    max-height:calc(100dvh - 78px)!important;
    border-radius:17px!important;
  }
}
