/* =========================================================
   SUNSET BEACH THEME - CINEMATIC BEACH v3
   Gold/Garden/White'tan tamamen ayrışan fotoğraflı yaz/sahil tasarımı.
   Sadece theme-beach aktifken çalışır.
   ========================================================= */

body.theme-beach{
  --cream:#fff3e4;
  --ivory:#fffaf2;
  --gold:#ef7f52;
  --gold-dark:#9d5432;
  --text:#243b42;
  --muted:#6f7b7d;
  --line:rgba(239,127,82,.32);
  --shadow:0 28px 80px rgba(181,91,54,.18);
  background:
    radial-gradient(circle at 92% 22%,rgba(255,180,118,.30),transparent 22%),
    radial-gradient(circle at 3% 42%,rgba(28,118,138,.11),transparent 28%),
    linear-gradient(180deg,#fff8ef 0%,#fff0dd 54%,#fffaf4 100%);
  color:var(--text);
}

body.theme-beach section{
  position:relative;
  background:transparent;
  padding-top:72px;
  padding-bottom:72px;
}

body.theme-beach .soft{
  background:linear-gradient(180deg,#fff7ed 0%,#ffe8cf 100%);
}

/* INTRO - sade sunset overlay */
body.theme-beach #intro-screen{
  color:#fff;
  overflow:hidden;
}
body.theme-beach #intro-screen:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 28%,rgba(255,166,85,.62),transparent 27%),
    linear-gradient(135deg,rgba(20,31,35,.36),rgba(205,97,61,.28) 55%,rgba(19,98,118,.22));
  pointer-events:none;
}
body.theme-beach #intro-screen:after{
  content:"";
  position:absolute;
  left:-8%;
  right:-8%;
  bottom:-105px;
  height:190px;
  background:#fff8ef;
  border-radius:50% 50% 0 0 / 72% 72% 0 0;
  pointer-events:none;
}
body.theme-beach .intro-card{
  position:relative;
  z-index:2;
  width:min(560px,92vw);
  padding:52px 28px 46px;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.38);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(13px);
  box-shadow:0 34px 90px rgba(0,0,0,.24);
}
body.theme-beach .intro-monogram{
  width:82px;
  height:82px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff8ef;
  letter-spacing:6px;
}
body.theme-beach .intro-card h2{
  font-family:'Great Vibes',cursive;
  font-weight:400;
  font-size:clamp(62px,12vw,96px);
  line-height:.9;
  color:#fff;
  text-shadow:0 22px 60px rgba(0,0,0,.34);
}
body.theme-beach .intro-card h2:before{
  content:"SUNSET WEDDING";
  display:block;
  margin:0 auto 20px;
  font-family:'Montserrat',sans-serif;
  font-size:12px;
  letter-spacing:5px;
  color:#ffe5c9;
}
body.theme-beach .intro-card p{
  color:rgba(255,255,255,.88);
}
body.theme-beach .intro-card button{
  border:0;
  border-radius:999px;
  min-height:54px;
  padding:0 40px;
  background:linear-gradient(135deg,#ffb06b,#ef7f52 56%,#cc6648);
  box-shadow:0 18px 46px rgba(209,96,63,.34);
}

/* HERO - üstten başlayan tam ekran fotoğraf. Üst krem blok tamamen kaldırıldı. */
body.theme-beach .hero{
  min-height:100svh;
  height:100svh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  color:#fff;
  border-radius:0;
  background-position:center center!important;
  background-size:cover!important;
}
body.theme-beach .hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 76% 34%,rgba(255,163,78,.50),transparent 27%),
    linear-gradient(90deg,rgba(13,27,33,.38),rgba(157,82,54,.20) 48%,rgba(244,121,77,.22)),
    linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.18) 45%,rgba(35,20,18,.42));
  pointer-events:none;
}
body.theme-beach .hero:after{
  content:"";
  position:absolute;
  z-index:2;
  left:-4%;
  right:-4%;
  bottom:-2px;
  height:118px;
  background:#fff8ef;
  clip-path:ellipse(60% 42% at 50% 100%);
  pointer-events:none;
}
body.theme-beach .monogram{
  position:absolute;
  z-index:5;
  top:34px;
  left:34px;
  width:76px;
  height:76px;
  padding:0;
  border:1px solid rgba(255,255,255,.72);
  border-radius:50%;
  background:rgba(0,0,0,.12);
  backdrop-filter:blur(10px);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  letter-spacing:5px;
  line-height:1;
}
body.theme-beach .music-btn{
  position:absolute;
  z-index:5;
  top:34px;
  right:34px;
  width:70px;
  height:70px;
  border:1px solid rgba(255,255,255,.72);
  background:rgba(0,0,0,.12);
  color:#fff;
  backdrop-filter:blur(10px);
  box-shadow:0 16px 44px rgba(0,0,0,.16);
}
body.theme-beach .music-btn.playing{
  background:linear-gradient(135deg,rgba(255,176,107,.82),rgba(239,127,82,.82));
}
body.theme-beach .music-label{
  z-index:5;
  top:112px;
  right:27px;
  color:#fff;
  text-shadow:0 8px 20px rgba(0,0,0,.35);
}
body.theme-beach .hero-content{
  position:relative;
  z-index:4;
  max-width:980px;
  padding:0 24px 72px;
}
body.theme-beach .hero-content:before{
  content:"SUNSET WEDDING";
  display:block;
  margin:0 auto 26px;
  font-size:14px;
  letter-spacing:7px;
  font-weight:600;
  color:#fff6e8;
  text-shadow:0 10px 28px rgba(0,0,0,.32);
}
body.theme-beach .hero h1{
  font-family:'Great Vibes',cursive;
  font-weight:400;
  font-size:clamp(76px,12vw,154px);
  line-height:.82;
  color:#fff;
  margin-bottom:28px;
  text-shadow:0 28px 80px rgba(0,0,0,.42);
}
body.theme-beach .divider{
  gap:20px;
  margin-bottom:28px;
  color:#fff;
}
body.theme-beach .divider b{
  color:#fff;
  font-size:0;
}
body.theme-beach .divider b:before{
  content:"🐚";
  font-size:28px;
  filter:drop-shadow(0 10px 18px rgba(0,0,0,.30));
}
body.theme-beach .divider span{
  width:150px;
  background:rgba(255,255,255,.75);
}
body.theme-beach .hero p{
  display:none;
}
body.theme-beach .date{
  display:block;
  margin:0 auto 26px;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(22px,3vw,34px);
  letter-spacing:9px;
  color:#fff6e8;
  text-shadow:0 10px 30px rgba(0,0,0,.35);
}
body.theme-beach .discover{
  color:#fff;
  letter-spacing:5px;
  text-shadow:0 10px 26px rgba(0,0,0,.38);
}
body.theme-beach .arrow{
  font-size:40px;
}

/* Headings */
body.theme-beach .section-title{margin-bottom:34px;}
body.theme-beach .title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(32px,4.2vw,52px);
  letter-spacing:.5px;
  text-transform:none;
  color:#24424b;
}
body.theme-beach .mini-divider{
  color:#ef7f52;
}
body.theme-beach .mini-divider:before,
body.theme-beach .mini-divider:after{
  width:72px;
  background:linear-gradient(90deg,transparent,#ef7f52,transparent);
}

/* Countdown */
body.theme-beach .countdown{
  background:
    radial-gradient(circle at 92% 74%,rgba(255,180,118,.28),transparent 20%),
    linear-gradient(180deg,#fff8ef,#ffe8cf);
  overflow:hidden;
  padding-top:72px;
}
body.theme-beach .countdown .title{
  font-family:'Great Vibes',cursive;
  color:#e17150;
  font-weight:400;
  text-transform:none;
}
body.theme-beach .count-grid{
  max-width:900px;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border-radius:36px;
  background:rgba(255,255,255,.48);
  border:1px solid rgba(239,127,82,.14);
  box-shadow:0 24px 70px rgba(181,91,54,.10);
  overflow:hidden;
}
body.theme-beach .count-grid>div{
  min-height:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-right:1px solid rgba(36,66,75,.14);
}
body.theme-beach .count-grid>div:last-child{border-right:0;}
body.theme-beach .count-grid>div:nth-child(1):before{content:"☀";}
body.theme-beach .count-grid>div:nth-child(2):before{content:"🌊";}
body.theme-beach .count-grid>div:nth-child(3):before{content:"🌴";}
body.theme-beach .count-grid>div:nth-child(4):before{content:"🐚";}
body.theme-beach .count-grid>div:before{
  font-size:22px;
  margin-bottom:6px;
}
body.theme-beach .num{
  color:#24424b;
  font-size:clamp(52px,7vw,76px);
  font-family:'Cormorant Garamond',serif;
  font-weight:500;
}
body.theme-beach .label{
  color:#24424b;
  letter-spacing:3px;
  font-size:12px;
}

/* Album */
body.theme-beach .album-section{
  background:
    radial-gradient(circle at 91% 20%,rgba(239,127,82,.16),transparent 18%),
    linear-gradient(180deg,#fff8ef,#fff3e4);
}
body.theme-beach .album-card{
  width:min(980px,100%);
  margin:0 auto;
  display:block;
  padding:0;
  border-radius:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
body.theme-beach .album-copy{
  max-width:760px;
  min-height:auto;
  margin:0 auto 26px;
  padding:0;
  text-align:center;
  background:transparent;
  color:#24424b;
}
body.theme-beach .album-copy:before{display:none;}
body.theme-beach .album-kicker{
  display:block;
  margin-bottom:10px;
  color:#e17150;
  letter-spacing:5px;
  text-transform:uppercase;
  font-size:12px;
}
body.theme-beach .album-copy h3{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(30px,4vw,46px);
  line-height:1.05;
  font-weight:700;
  color:#24424b;
}
body.theme-beach .album-copy p{
  max-width:620px;
  margin:12px auto 0;
  color:#6f7b7d;
}
body.theme-beach .album-form-clean{
  max-width:720px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:16px;
}
body.theme-beach .field{
  min-height:54px;
  border-radius:14px;
  border:1px solid rgba(239,127,82,.22);
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 30px rgba(181,91,54,.05);
}
body.theme-beach .premium-drop-zone{
  min-height:220px;
  border-radius:24px;
  border:2px dashed rgba(239,127,82,.50);
  background:rgba(255,255,255,.50);
  color:#24424b;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),0 22px 60px rgba(181,91,54,.08);
}
body.theme-beach .drop-icon{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 12px;
  border-radius:24px;
  background:linear-gradient(135deg,#ffb06b,#ef7f52);
  color:#fff;
  box-shadow:0 16px 36px rgba(239,127,82,.24);
}
body.theme-beach .album-submit,
body.theme-beach .submit,
body.theme-beach .btn{
  min-height:52px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#ffb06b,#ef7f52 58%,#c96749);
  color:#fff;
  box-shadow:0 16px 36px rgba(239,127,82,.22);
}

/* Message postcard */
body.theme-beach .message-section{
  background:linear-gradient(180deg,#fff3e4,#fff8ef);
}
body.theme-beach .message-form{
  max-width:760px;
  padding:32px;
  border-radius:28px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(239,127,82,.18);
  box-shadow:0 24px 70px rgba(181,91,54,.10);
}
body.theme-beach .message-form:before{
  content:"Postcard from the wedding";
  display:block;
  margin-bottom:16px;
  color:#e17150;
  font-size:11px;
  letter-spacing:4px;
  text-transform:uppercase;
  text-align:center;
}
body.theme-beach .message-textarea{min-height:170px;}
body.theme-beach .note{color:#6f7b7d;}
body.theme-beach .signature{color:#e17150;}

/* Event */
body.theme-beach #details{
  background:#fff8ef;
}
body.theme-beach .event-card{
  max-width:760px;
  margin:0 auto;
  border-radius:34px;
  padding:54px 34px;
  background:linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,232,204,.48));
  border:1px solid rgba(239,127,82,.20);
  box-shadow:0 28px 80px rgba(181,91,54,.12);
}
body.theme-beach .event-card .ico{
  width:82px;
  height:82px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(135deg,#ffb06b,#ef7f52);
}
body.theme-beach .event-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:36px;
  letter-spacing:.5px;
  text-transform:none;
  color:#24424b;
}
body.theme-beach .event-card p{color:#6f7b7d;}

/* Gallery polaroid */
body.theme-beach .home-gallery-section{
  background:linear-gradient(180deg,#fff8ef,#ffe7cd);
}
body.theme-beach .home-gallery-grid{
  width:min(1120px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
  padding:0 18px;
}
body.theme-beach .home-gallery-item{
  aspect-ratio:1/1.18;
  padding:9px 9px 30px;
  border:0;
  border-radius:4px;
  background:#fff;
  box-shadow:0 20px 50px rgba(112,65,42,.16);
  transform:rotate(-1.5deg);
  transition:transform .25s ease, box-shadow .25s ease;
}
body.theme-beach .home-gallery-item:nth-child(2n){transform:rotate(1.4deg);}
body.theme-beach .home-gallery-item:nth-child(3n){transform:rotate(.4deg);}
body.theme-beach .home-gallery-item:hover{transform:translateY(-6px) rotate(0deg);}
body.theme-beach .home-gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:2px;
}
body.theme-beach .site-lightbox{background:rgba(20,31,35,.88);backdrop-filter:blur(10px);}
body.theme-beach .site-lightbox img{border:10px solid #fff;border-radius:6px;box-shadow:0 30px 90px rgba(0,0,0,.36);}

body.theme-beach footer{
  background:#ffe4c9;
  color:#6f7b7d;
}
body.theme-beach footer:before{
  content:"See You At Sunset 🌅";
  display:block;
  margin-bottom:10px;
  font-family:'Great Vibes',cursive;
  font-size:38px;
  color:#e17150;
}
body.theme-beach .share{color:#9d5432;}

@media(max-width:980px){
  body.theme-beach .home-gallery-grid{grid-template-columns:repeat(3,1fr);}
}
@media(max-width:700px){
  body.theme-beach section{padding-top:58px;padding-bottom:58px;}
  body.theme-beach .hero{min-height:92svh;height:92svh;background-position:42% center!important;}
  body.theme-beach #intro-screen{background-position:42% center!important;}
  body.theme-beach .hero:after{height:78px;}
  body.theme-beach .monogram{top:18px;left:18px;width:60px;height:60px;font-size:22px;letter-spacing:4px;}
  body.theme-beach .music-btn{top:18px;right:18px;width:58px;height:58px;}
  body.theme-beach .music-label{top:82px;right:14px;font-size:10px;}
  body.theme-beach .hero-content{padding:0 18px 52px;}
  body.theme-beach .hero-content:before{font-size:11px;letter-spacing:4px;margin-bottom:18px;}
  body.theme-beach .hero h1{font-size:clamp(70px,19vw,96px);}
  body.theme-beach .divider span{width:84px;}
  body.theme-beach .date{font-size:18px;letter-spacing:4px;}
  body.theme-beach .discover{font-size:10px;letter-spacing:3px;}
  body.theme-beach .count-grid{grid-template-columns:repeat(2,1fr);border-radius:26px;}
  body.theme-beach .count-grid>div{min-height:126px;border-right:0;border-bottom:1px solid rgba(36,66,75,.14);}
  body.theme-beach .count-grid>div:nth-child(odd){border-right:1px solid rgba(36,66,75,.14);}
  body.theme-beach .count-grid>div:nth-child(3),
  body.theme-beach .count-grid>div:nth-child(4){border-bottom:0;}
  body.theme-beach .album-form-clean{padding:0 4px;}
  body.theme-beach .premium-drop-zone{min-height:210px;border-radius:22px;padding:22px 14px;}
  body.theme-beach .message-form{padding:22px;border-radius:24px;}
  body.theme-beach .home-gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px;padding:0 4px;}
  body.theme-beach .home-gallery-item{padding:7px 7px 24px;}
}
@media(max-width:390px){
  body.theme-beach .hero h1{font-size:64px;}
  body.theme-beach .intro-card h2{font-size:58px;}
}

/* =========================================================
   SUNSET BEACH V4 - GÖRSELDEKİ TASARIMA YAKIN TAM OVERRIDE
   Amaç: Gold/Garden yapısını tamamen bastırıp sinematik yaz/sahil hero,
   dalga geçişi, kum zemin ve beach mood oluşturmak.
   ========================================================= */

body.theme-beach{
  --cream:#fff4e4 !important;
  --ivory:#fff9ef !important;
  --gold:#e67957 !important;
  --gold-dark:#c26143 !important;
  --text:#23444d !important;
  --muted:#67777a !important;
  --line:rgba(230,121,87,.28) !important;
  background:
    radial-gradient(circle at 0% 34%,rgba(244,202,139,.20),transparent 26%),
    radial-gradient(circle at 100% 62%,rgba(232,121,87,.18),transparent 24%),
    linear-gradient(180deg,#fff7eb 0%,#fff0df 58%,#fffaf2 100%) !important;
}

/* HERO: üstteki krem blok/header etkisini tamamen yok et */
body.theme-beach .hero{
  margin:0 !important;
  padding:0 !important;
  width:100% !important;
  min-height:640px !important;
  height:68svh !important;
  border-radius:0 !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background-size:cover !important;
  background-position:center center !important;
  color:#fff !important;
  isolation:isolate !important;
}

body.theme-beach .hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    radial-gradient(circle at 74% 28%,rgba(255,148,64,.34),transparent 28%),
    linear-gradient(90deg,rgba(16,32,38,.58) 0%,rgba(30,34,38,.18) 42%,rgba(226,100,60,.18) 100%),
    linear-gradient(180deg,rgba(0,0,0,.20),rgba(0,0,0,.02) 46%,rgba(60,28,18,.34) 100%) !important;
  pointer-events:none !important;
}

/* Büyük beyaz/sand dalga sadece hero altına gelsin */
body.theme-beach .hero::after{
  content:"" !important;
  position:absolute !important;
  left:-8% !important;
  right:-8% !important;
  top:auto !important;
  bottom:-64px !important;
  height:148px !important;
  z-index:3 !important;
  background:#fff7eb !important;
  border-radius:50% 50% 0 0 / 68% 68% 0 0 !important;
  clip-path:none !important;
  pointer-events:none !important;
  box-shadow:0 -18px 48px rgba(57,35,20,.08) !important;
}

body.theme-beach .hero-content{
  position:relative !important;
  z-index:4 !important;
  max-width:980px !important;
  margin:0 auto !important;
  padding:0 24px 34px !important;
  text-align:center !important;
  transform:none !important;
}

body.theme-beach .hero-content::before{
  content:"SUNSET WEDDING" !important;
  display:block !important;
  margin:0 auto 16px !important;
  font-family:'Montserrat',sans-serif !important;
  font-size:14px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:8px !important;
  color:#fff7ed !important;
  text-shadow:0 10px 28px rgba(0,0,0,.42) !important;
}

body.theme-beach .hero-content::after{
  content:"〰" !important;
  display:block !important;
  position:absolute !important;
  top:28px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  color:rgba(255,255,255,.86) !important;
  font-size:24px !important;
  letter-spacing:6px !important;
}

body.theme-beach .hero h1{
  font-family:'Great Vibes',cursive !important;
  font-size:clamp(78px,11vw,154px) !important;
  font-weight:400 !important;
  line-height:.86 !important;
  margin:34px 0 26px !important;
  letter-spacing:0 !important;
  color:#fff !important;
  text-shadow:0 26px 80px rgba(0,0,0,.46) !important;
}

body.theme-beach .divider{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  margin:0 auto 24px !important;
  color:#fff !important;
}
body.theme-beach .divider span{
  width:150px !important;
  height:1px !important;
  background:rgba(255,255,255,.72) !important;
}
body.theme-beach .divider b{
  font-size:0 !important;
  width:34px !important;
  height:34px !important;
  display:grid !important;
  place-items:center !important;
}
body.theme-beach .divider b::before{
  content:"🐚" !important;
  font-size:28px !important;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.34)) !important;
}
body.theme-beach .hero p{display:none !important;}
body.theme-beach .date{
  display:block !important;
  margin:0 auto 20px !important;
  font-family:'Cormorant Garamond',serif !important;
  font-size:clamp(22px,2.8vw,32px) !important;
  font-weight:600 !important;
  letter-spacing:10px !important;
  color:#fff7ed !important;
  text-shadow:0 12px 34px rgba(0,0,0,.45) !important;
}
body.theme-beach .discover{
  display:inline-flex !important;
  color:#fff !important;
  font-size:0 !important;
  text-decoration:none !important;
}
body.theme-beach .discover .arrow{
  font-size:42px !important;
  text-shadow:0 10px 24px rgba(0,0,0,.45) !important;
}

body.theme-beach .monogram{
  z-index:6 !important;
  top:34px !important;
  left:34px !important;
  width:76px !important;
  height:76px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.72) !important;
  background:rgba(0,0,0,.16) !important;
  backdrop-filter:blur(10px) !important;
  color:#fff !important;
  letter-spacing:5px !important;
  text-shadow:0 8px 20px rgba(0,0,0,.30) !important;
}
body.theme-beach .music-btn{
  z-index:6 !important;
  top:34px !important;
  right:34px !important;
  width:76px !important;
  height:76px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.72) !important;
  background:rgba(0,0,0,.16) !important;
  color:#fff !important;
  backdrop-filter:blur(10px) !important;
}
body.theme-beach .music-label{
  z-index:6 !important;
  top:116px !important;
  right:30px !important;
  color:#fff !important;
  text-shadow:0 8px 20px rgba(0,0,0,.35) !important;
}
body.theme-beach .music-label::before{content:"ÇAL / DUR" !important;font-size:11px !important;letter-spacing:2px !important;}
body.theme-beach .music-label{font-size:0 !important;}

/* Countdown: kum zemin, ikonlu kolonlar, kart hissi yok */
body.theme-beach .countdown{
  margin:0 !important;
  padding:92px 22px 54px !important;
  text-align:center !important;
  overflow:hidden !important;
  background:
    radial-gradient(circle at 4% 18%,rgba(130,95,58,.07),transparent 22%),
    radial-gradient(circle at 92% 68%,rgba(230,121,87,.13),transparent 20%),
    linear-gradient(180deg,#fff7eb 0%,#fff1df 100%) !important;
}
body.theme-beach .countdown::after{
  content:"★  🐚" !important;
  position:absolute !important;
  right:40px !important;
  bottom:22px !important;
  color:rgba(230,121,87,.42) !important;
  font-size:54px !important;
  transform:rotate(-12deg) !important;
  pointer-events:none !important;
}
body.theme-beach .countdown .title{
  font-family:'Great Vibes',cursive !important;
  font-size:clamp(36px,4.5vw,56px) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#d96f50 !important;
  font-weight:400 !important;
}
body.theme-beach .countdown .mini-divider{color:#28515a !important;}
body.theme-beach .count-grid{
  max-width:880px !important;
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:0 !important;
  margin:18px auto 0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
body.theme-beach .count-grid > div{
  position:relative !important;
  min-height:118px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  border:0 !important;
  border-right:1px solid rgba(35,68,77,.18) !important;
}
body.theme-beach .count-grid > div:last-child{border-right:0 !important;}
body.theme-beach .num{
  font-family:'Cormorant Garamond',serif !important;
  font-size:clamp(54px,6vw,76px) !important;
  color:#23444d !important;
  font-weight:500 !important;
}
body.theme-beach .label{
  color:#23444d !important;
  letter-spacing:4px !important;
  font-size:12px !important;
}

/* Albüm: görseldeki gibi ortalı dashed beach dropzone */
body.theme-beach .album-section{
  padding-top:28px !important;
  background:linear-gradient(180deg,#fff1df 0%,#fff7eb 100%) !important;
}
body.theme-beach .album-section .title{
  font-family:'Cormorant Garamond',serif !important;
  text-transform:uppercase !important;
  letter-spacing:3px !important;
  font-size:clamp(24px,3vw,34px) !important;
  color:#28515a !important;
}
body.theme-beach .album-card{
  max-width:900px !important;
  margin:0 auto !important;
  padding:0 20px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  display:block !important;
}
body.theme-beach .album-copy{
  text-align:center !important;
  margin-bottom:18px !important;
  color:#23444d !important;
}
body.theme-beach .album-copy h3{display:none !important;}
body.theme-beach .album-kicker{display:none !important;}
body.theme-beach .album-copy p{
  margin:0 auto !important;
  color:#66777a !important;
  max-width:560px !important;
}
body.theme-beach .album-form-clean{
  max-width:760px !important;
  margin:0 auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:14px !important;
}
body.theme-beach .premium-drop-zone{
  min-height:176px !important;
  border:1.6px dashed rgba(230,121,87,.55) !important;
  border-radius:22px !important;
  background:rgba(255,255,255,.40) !important;
  box-shadow:none !important;
  color:#23444d !important;
}
body.theme-beach .drop-icon{
  font-size:38px !important;
  width:auto !important;
  height:auto !important;
  margin:0 auto 10px !important;
  background:transparent !important;
  color:#e67957 !important;
  box-shadow:none !important;
}
body.theme-beach .premium-drop-zone strong{
  color:#e67957 !important;
  letter-spacing:3px !important;
  text-transform:uppercase !important;
}
body.theme-beach .premium-drop-zone em,
body.theme-beach .premium-drop-zone small{color:#5f7074 !important;}

/* Alt bölümler beach tasarımı */
body.theme-beach .message-section,
body.theme-beach #details,
body.theme-beach .home-gallery-section{
  background:linear-gradient(180deg,#fff7eb,#fff1df) !important;
}
body.theme-beach .message-form,
body.theme-beach .event-card{
  border-radius:26px !important;
  background:rgba(255,255,255,.56) !important;
  border:1px solid rgba(230,121,87,.18) !important;
  box-shadow:0 22px 60px rgba(96,52,30,.08) !important;
}
body.theme-beach .home-gallery-grid{
  grid-template-columns:repeat(5,1fr) !important;
  gap:18px !important;
  max-width:1120px !important;
}
body.theme-beach .home-gallery-item{
  border-radius:4px !important;
  background:#fff !important;
  padding:9px 9px 28px !important;
  box-shadow:0 18px 46px rgba(96,52,30,.15) !important;
  transform:rotate(-1.2deg) !important;
}
body.theme-beach .home-gallery-item:nth-child(even){transform:rotate(1.1deg) !important;}

@media(max-width:700px){
  body.theme-beach .hero{
    min-height:620px !important;
    height:86svh !important;
    background-position:center center !important;
  }
  body.theme-beach .hero::after{height:92px !important;bottom:-42px !important;}
  body.theme-beach .monogram{top:18px !important;left:18px !important;width:60px !important;height:60px !important;font-size:22px !important;}
  body.theme-beach .music-btn{top:18px !important;right:18px !important;width:60px !important;height:60px !important;}
  body.theme-beach .music-label{top:84px !important;right:12px !important;}
  body.theme-beach .hero-content{padding:0 18px 28px !important;}
  body.theme-beach .hero-content::before{font-size:11px !important;letter-spacing:4px !important;}
  body.theme-beach .hero-content::after{top:20px !important;font-size:18px !important;}
  body.theme-beach .hero h1{font-size:clamp(68px,19vw,92px) !important;margin-top:30px !important;}
  body.theme-beach .divider span{width:78px !important;}
  body.theme-beach .date{font-size:18px !important;letter-spacing:4px !important;}
  body.theme-beach .countdown{padding-top:74px !important;}
  body.theme-beach .count-grid{grid-template-columns:repeat(2,1fr) !important;}
  body.theme-beach .count-grid > div:nth-child(2){border-right:0 !important;}
  body.theme-beach .count-grid > div{border-bottom:1px solid rgba(35,68,77,.16) !important;}
  body.theme-beach .count-grid > div:nth-child(3),
  body.theme-beach .count-grid > div:nth-child(4){border-bottom:0 !important;}
  body.theme-beach .home-gallery-grid{grid-template-columns:repeat(2,1fr) !important;gap:14px !important;}
}
