
/* STANDARD GIFTS - Beach Bags Collection - 70s surf retro - no JS */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Karla',Helvetica,Arial,sans-serif;color:#2b2118;background:#FDF3E3;line-height:1.7}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.ret{font-family:'Righteous',cursive;letter-spacing:.02em}
.org{color:#F26430}.blu{color:#17455B}.yel{color:#F2B33D}
.sec{padding:70px 0}
.sec-head{text-align:center;max-width:820px;margin:0 auto 44px}
.sec-head h2{font-family:'Righteous',cursive;font-size:clamp(30px,3.8vw,46px);color:#17455B;text-transform:uppercase}
.sec-head h2 em{font-style:normal;color:#F26430}
.sec-head p{color:#7a6a55;font-size:15px;margin-top:8px}
.btn{display:inline-block;font-family:'Righteous',cursive;font-size:15px;letter-spacing:.06em;text-transform:uppercase;padding:14px 30px;border-radius:999px;border:3px solid #17455B;background:#F2B33D;color:#17455B;box-shadow:0 5px 0 #17455B}
.btn:hover{transform:translateY(2px);box-shadow:0 3px 0 #17455B}
.btn.org{background:#F26430;color:#FDF3E3}
/* hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#FDF3E3 0%,#FCE3C4 100%);padding:70px 0 0;border-bottom:6px solid #17455B}
.hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:end}
.hero h1{font-family:'Righteous',cursive;font-size:clamp(46px,6.4vw,92px);line-height:.98;text-transform:uppercase;color:#17455B}
.hero h1 .sun{color:#F26430}
.hero .tag{font-weight:800;letter-spacing:.24em;text-transform:uppercase;font-size:12px;color:#F26430;margin-bottom:14px;display:block}
.hero p{font-size:15.5px;color:#7a6a55;margin:20px 0 26px;max-width:480px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:44px}
/* retro sun */
.retro-sun{position:absolute;top:-140px;right:-140px;width:420px;height:420px;border-radius:50%;
background:repeating-linear-gradient(180deg,#F26430 0 34px,#FDF3E3 34px 46px);opacity:.25}
.hero-img{position:relative}
.hero-img .board{border-radius:50% 50% 50% 50% / 26% 26% 8% 8%;overflow:hidden;border:5px solid #17455B;box-shadow:0 22px 50px rgba(23,69,91,.28);transform:rotate(2deg)}
.hero-img img{width:100%;height:auto}
/* rainbow arch strip */
.rainbow{height:26px;background:linear-gradient(180deg,#F26430 0 33%,#F2B33D 33% 66%,#17455B 66% 100%);border-top:3px solid #17455B;border-bottom:3px solid #17455B}
/* trust */
.trust{background:#17455B;color:#FDF3E3}
.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);padding:22px 24px}
.trust-item{text-align:center;padding:4px 10px;border-left:2px dashed rgba(253,243,227,.3)}
.trust-item:first-child{border-left:none}
.trust-item b{display:block;font-family:'Righteous',cursive;font-size:22px;color:#F2B33D}
.trust-item span{font-size:11.5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;opacity:.85}
/* quiver */
.quiver-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.quiver{background:#fff;border:4px solid #17455B;border-radius:26px;overflow:hidden;box-shadow:8px 8px 0 #F2B33D;transform:rotate(-1deg)}
.quiver:nth-child(even){transform:rotate(1deg);box-shadow:8px 8px 0 #F26430}
.quiver img{aspect-ratio:1/1;object-fit:cover;border-bottom:4px solid #17455B}
.quiver-cap{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:10px}
.quiver-cap b{font-family:'Righteous',cursive;font-size:15px;color:#17455B;text-transform:uppercase}
.quiver-cap span{font-size:11.5px;color:#7a6a55;font-weight:700}
.quiver-cap .go{font-family:'Righteous',cursive;color:#F26430;font-size:18px}
/* craft */
.craft{background:#FCE3C4;border-top:6px solid #17455B;border-bottom:6px solid #17455B}
.craft-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}
.craft-img{border-radius:26px;overflow:hidden;border:4px solid #17455B;box-shadow:10px 10px 0 #F26430;transform:rotate(-1.5deg)}
.craft-list{display:grid;gap:14px}
.craft-item{background:#fff;border:3px solid #17455B;border-radius:18px;padding:16px 20px;display:flex;gap:16px;align-items:flex-start;box-shadow:5px 5px 0 rgba(23,69,91,.2)}
.craft-item .no{font-family:'Righteous',cursive;font-size:22px;color:#F26430;min-width:36px}
.craft-item h3{font-family:'Righteous',cursive;font-size:16px;color:#17455B;text-transform:uppercase;margin-bottom:2px}
.craft-item p{font-size:13px;color:#7a6a55}
/* gallery */
.gal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.gal{background:#fff;border:3px solid #17455B;border-radius:20px;overflow:hidden;box-shadow:6px 6px 0 rgba(23,69,91,.18)}
.gal img{aspect-ratio:1/1;object-fit:cover;border-bottom:3px solid #17455B}
.gal-cap{padding:10px 12px;text-align:center}
.gal-cap b{font-family:'Righteous',cursive;font-size:13px;color:#17455B;display:block;text-transform:uppercase}
.gal-cap span{font-size:11px;color:#7a6a55;font-weight:700}
/* steps */
.steps{background:#17455B}
.steps .sec-head h2{color:#FDF3E3}
.steps .sec-head p{color:#a9c0cc}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.step{background:#FDF3E3;border:3px solid #F2B33D;border-radius:20px;padding:22px 16px;text-align:center}
.step .no{font-family:'Righteous',cursive;font-size:30px;color:#F26430}
.step h3{font-family:'Righteous',cursive;font-size:15px;color:#17455B;text-transform:uppercase;margin:4px 0}
.step p{font-size:12.5px;color:#7a6a55}
/* faq */
.faq-list{max-width:900px;margin:0 auto}
details{background:#fff;border:3px solid #17455B;border-radius:18px;margin-bottom:12px;box-shadow:5px 5px 0 rgba(23,69,91,.18)}
summary{cursor:pointer;font-family:'Righteous',cursive;font-size:15px;color:#17455B;text-transform:uppercase;padding:14px 20px;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:14px}
summary::-webkit-details-marker{display:none}
summary .q{color:#F26430;margin-right:10px}
summary::after{content:"+";font-size:20px;color:#F26430}
details[open] summary::after{content:"–"}
details p{padding:0 20px 16px;font-size:13.5px;color:#7a6a55}
/* cta */
.cta{background:linear-gradient(180deg,#F26430 0%,#E14E1F 100%);text-align:center;padding:76px 24px;border-top:6px solid #17455B}
.cta h2{font-family:'Righteous',cursive;font-size:clamp(32px,4.4vw,56px);color:#FDF3E3;text-transform:uppercase}
.cta h2 em{font-style:normal;color:#F2B33D}
.cta p{color:#ffe1d2;font-size:15px;margin:14px auto 30px;max-width:640px}
.cta .actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.cta .btn{border-color:#FDF3E3;box-shadow:0 5px 0 #FDF3E3}
@media(max-width:1024px){
  .hero .wrap{grid-template-columns:1fr}
  .quiver-grid{grid-template-columns:1fr 1fr}
  .craft-grid{grid-template-columns:1fr}
  .gal-grid{grid-template-columns:1fr 1fr}
  .step-grid{grid-template-columns:1fr 1fr}
  .trust .wrap{grid-template-columns:repeat(2,1fr);row-gap:14px}
  .trust-item{border-left:none}
}
@media(max-width:640px){
  .quiver-grid,.gal-grid,.step-grid{grid-template-columns:1fr 1fr}
}
