:root{
--bg:#06111c;
--bg-soft:#0d1a29;
--panel:#0f2032;
--panel-strong:#11283f;
--line:rgba(178,198,220,0.18);
--text:#f7fbff;
--muted:#9db2c7;
--accent:#75d6ff;
--accent-strong:#2ca7d8;
--champagne:#d9c2a1;
}

*{
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
margin:0;
font-family:"Manrope", sans-serif;
background:
radial-gradient(circle at top, rgba(44,167,216,0.18), transparent 32%),
linear-gradient(180deg, #05101a 0%, #081523 42%, #0a1827 100%);
color:var(--text);
}

button,
a{
font:inherit;
}

.site-body{
overflow-x:hidden;
}

.site-nav{
position:fixed;
top:18px;
left:50%;
transform:translateX(-50%);
width:min(1180px, calc(100% - 28px));
padding:16px 22px;
display:grid;
grid-template-columns:auto 1fr auto;
gap:20px;
align-items:center;
background:rgba(5,16,26,0.72);
border:1px solid rgba(174,208,233,0.12);
backdrop-filter:blur(18px);
border-radius:24px;
z-index:1000;
box-shadow:0 20px 50px rgba(0,0,0,0.22);
}

.nav-brand{
display:flex;
align-items:center;
gap:12px;
color:var(--text);
text-decoration:none;
font-weight:800;
letter-spacing:0.04em;
text-transform:uppercase;
font-size:12px;
}

.nav-brand img{
width:48px;
height:48px;
object-fit:contain;
filter:drop-shadow(0 0 18px rgba(117,214,255,0.28));
}

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

.nav-links button{
padding:10px 14px;
border:none;
background:transparent;
color:var(--muted);
cursor:pointer;
border-radius:999px;
transition:background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-links button:hover{
background:rgba(117,214,255,0.12);
color:var(--text);
transform:translateY(-1px);
}

.nav-actions{
display:flex;
align-items:center;
gap:12px;
}

.nav-text-link{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 18px;
border-radius:999px;
text-decoration:none;
font-weight:800;
color:var(--text);
background:linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
border:1px solid rgba(181,210,231,0.18);
box-shadow:0 16px 34px rgba(0,0,0,0.16);
transition:transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.nav-text-link:hover{
transform:translateY(-2px);
background:linear-gradient(135deg, rgba(137,226,255,0.16) 0%, rgba(63,185,234,0.1) 100%);
border-color:rgba(137,226,255,0.28);
box-shadow:0 22px 44px rgba(0,0,0,0.22);
}

.nav-logout-link{
background:linear-gradient(180deg, rgba(130,18,28,0.92) 0%, rgba(96,8,18,0.96) 100%);
border-color:rgba(255,130,130,0.24);
}

.nav-logout-link:hover{
background:linear-gradient(180deg, rgba(162,28,40,0.94) 0%, rgba(118,12,24,0.98) 100%);
border-color:rgba(255,164,164,0.3);
}

.nav-icon-link{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
padding:12px 18px;
border-radius:999px;
text-decoration:none;
font-weight:800;
color:var(--text);
background:rgba(255,255,255,0.04);
border:1px solid rgba(181,210,231,0.16);
box-shadow:0 12px 24px rgba(0,0,0,0.12);
}

.nav-icon-link:hover,
.nav-icon-link.active{
background:rgba(117,214,255,0.12);
border-color:rgba(137,226,255,0.26);
}

.count-badge{
display:inline-flex;
align-items:center;
justify-content:center;
min-width:22px;
height:22px;
padding:0 6px;
border-radius:999px;
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
font-size:12px;
font-weight:800;
}

.nav-cta,
.btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:12px 18px;
border-radius:999px;
text-decoration:none;
cursor:pointer;
transition:transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.nav-cta,
.btn-primary{
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
font-weight:800;
box-shadow:0 18px 40px rgba(63,185,234,0.3);
border:none;
}

.auth-modal-open{
overflow:hidden;
}

.nav-cta:hover,
.btn-primary:hover{
transform:translateY(-2px);
box-shadow:0 22px 48px rgba(63,185,234,0.38);
}

.btn-secondary{
background:rgba(255,255,255,0.04);
color:var(--text);
border:1px solid rgba(181,210,231,0.16);
}

.btn-secondary:hover{
background:rgba(255,255,255,0.09);
transform:translateY(-2px);
}

.hero-shell{
position:relative;
min-height:100vh;
padding:140px 28px 56px;
display:flex;
flex-direction:column;
justify-content:flex-end;
}

.hero-slides{
position:absolute;
inset:0;
overflow:hidden;
}

.hero-slide{
position:absolute;
inset:0;
opacity:0;
transition:opacity 0.9s ease;
}

.hero-slide.active{
opacity:1;
}

.hero-slide img{
width:100%;
height:100%;
object-fit:cover;
filter:saturate(0.78) contrast(1.02) brightness(0.48);
}

.hero-overlay{
position:absolute;
inset:0;
background:
radial-gradient(circle at center, rgba(117,214,255,0.16), transparent 20%),
linear-gradient(180deg, rgba(3,8,14,0.18) 0%, rgba(4,11,18,0.42) 20%, rgba(4,12,20,0.76) 72%, rgba(7,18,30,0.96) 100%);
}

.hero-content,
.hero-stats,
.section-block,
.site-footer{
position:relative;
z-index:1;
width:min(1180px, 100%);
margin:0 auto;
}

.hero-content{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
padding-bottom:46px;
}

.hero-logo-wrap{
position:relative;
display:grid;
place-items:center;
width:min(280px, 60vw);
aspect-ratio:1;
margin-bottom:10px;
}

.hero-logo-glow{
position:absolute;
width:78%;
height:78%;
border-radius:50%;
background:radial-gradient(circle, rgba(117,214,255,0.38) 0%, rgba(117,214,255,0.14) 32%, rgba(117,214,255,0) 68%);
filter:blur(16px);
animation:heroPulse 4s ease-in-out infinite;
}

.hero-logo{
position:relative;
width:100%;
height:auto;
object-fit:contain;
filter:drop-shadow(0 0 22px rgba(117,214,255,0.26));
animation:heroFloat 5s ease-in-out infinite;
}

.hero-kicker,
.section-label{
margin:0 0 10px;
font-size:12px;
font-weight:800;
letter-spacing:0.22em;
text-transform:uppercase;
color:var(--champagne);
}

.hero-content h1{
margin:0;
max-width:880px;
font-family:"Cormorant Garamond", serif;
font-size:clamp(56px, 8vw, 104px);
line-height:0.92;
letter-spacing:-0.04em;
}

.hero-copy{
max-width:730px;
margin:18px 0 0;
font-size:18px;
line-height:1.75;
color:#d3e2f0;
}

.hero-actions{
display:flex;
flex-wrap:wrap;
gap:14px;
margin-top:28px;
}

.hero-pills{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
margin-top:26px;
}

.hero-pills span{
padding:10px 14px;
border-radius:999px;
background:rgba(255,255,255,0.06);
border:1px solid rgba(180,206,225,0.18);
color:#d9e8f4;
font-size:13px;
font-weight:700;
}

.hero-stats{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:18px;
}

.hero-stats article{
padding:22px;
border-radius:24px;
background:rgba(8,20,31,0.72);
border:1px solid rgba(180,206,225,0.14);
backdrop-filter:blur(12px);
box-shadow:0 20px 40px rgba(0,0,0,0.18);
}

.hero-stats strong{
display:block;
margin-bottom:10px;
font-size:18px;
}

.hero-stats span{
display:block;
line-height:1.7;
color:var(--muted);
}

.section-block{
padding:110px 28px;
}

.section-heading{
max-width:860px;
margin-bottom:34px;
}

.section-heading h2{
margin:0;
font-family:"Cormorant Garamond", serif;
font-size:clamp(42px, 6vw, 72px);
line-height:0.98;
letter-spacing:-0.04em;
}

.section-heading p{
margin:18px 0 0;
line-height:1.8;
color:var(--muted);
font-size:17px;
}

.split-heading{
display:grid;
grid-template-columns:1.4fr 1fr;
gap:24px;
align-items:end;
max-width:none;
}

.services-section{
padding-top:84px;
}

.service-showcase{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:22px;
}

.service-panel{
padding:28px;
background:linear-gradient(180deg, rgba(17,40,63,0.92) 0%, rgba(10,25,40,0.96) 100%);
border:1px solid var(--line);
border-radius:28px;
box-shadow:0 20px 40px rgba(0,0,0,0.16);
}

.accent-panel{
background:
linear-gradient(180deg, rgba(18,44,67,0.96) 0%, rgba(9,24,38,0.98) 100%);
transform:translateY(18px);
}

.service-tag{
display:inline-flex;
padding:8px 12px;
border-radius:999px;
background:rgba(117,214,255,0.12);
color:var(--accent);
font-weight:800;
font-size:13px;
letter-spacing:0.08em;
}

.service-panel h3{
margin:20px 0 12px;
font-size:26px;
}

.service-panel p{
margin:0 0 18px;
color:var(--muted);
line-height:1.8;
}

.service-panel ul{
margin:0;
padding-left:18px;
color:#dbe8f4;
display:grid;
gap:10px;
}

.results-layout{
display:grid;
grid-template-columns:1.2fr 0.8fr 0.8fr;
gap:20px;
}

.portfolio-page{
padding-top:120px;
min-height:100vh;
}

.portfolio-hero{
padding-bottom:28px;
}

.portfolio-title{
margin:0;
font-family:"Cormorant Garamond", serif;
font-size:clamp(48px, 6vw, 84px);
line-height:0.96;
letter-spacing:-0.04em;
}

.portfolio-public-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(285px,320px));
gap:24px;
justify-content:start;
}

.portfolio-card{
display:flex;
flex-direction:column;
text-decoration:none;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
border-radius:24px;
overflow:hidden;
box-shadow:0 18px 40px rgba(0,0,0,0.18);
transition:transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.portfolio-card:hover{
transform:translateY(-4px);
box-shadow:0 24px 50px rgba(0,0,0,0.22);
border-color:rgba(117,214,255,0.28);
}

.portfolio-card-photo-wrap{
aspect-ratio:391/262;
background:#10202f;
}

.portfolio-card-photo{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.portfolio-card-placeholder{
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
color:var(--muted);
background:#10202f;
}

.portfolio-card-body{
display:flex;
flex-direction:column;
gap:6px;
padding:18px;
}

.portfolio-card-body strong{
font-size:18px;
color:var(--text);
}

.portfolio-card-body span{
color:var(--muted);
}

.portfolio-detail-shell{
display:flex;
flex-direction:column;
gap:28px;
}

.portfolio-detail-hero{
overflow:hidden;
border-radius:32px;
border:1px solid var(--line);
background:#10202f;
box-shadow:0 24px 50px rgba(0,0,0,0.18);
}

.portfolio-detail-hero img{
display:block;
width:100%;
max-height:78vh;
object-fit:cover;
}

.portfolio-detail-copy{
display:flex;
flex-direction:column;
gap:20px;
}

.portfolio-detail-meta{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:16px;
}

.portfolio-description-box{
padding:24px;
border-radius:24px;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
}

.portfolio-description-box strong{
display:block;
margin-bottom:10px;
font-size:18px;
}

.portfolio-description-box p{
margin:0;
line-height:1.8;
color:var(--muted);
}

.portfolio-detail-gallery-section{
display:flex;
flex-direction:column;
gap:12px;
}

.portfolio-detail-gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:18px;
}

.portfolio-detail-gallery img{
display:block;
width:100%;
aspect-ratio:320/220;
object-fit:cover;
border-radius:24px;
border:1px solid var(--line);
box-shadow:0 18px 34px rgba(0,0,0,0.16);
}

.result-card{
position:relative;
min-height:460px;
border-radius:28px;
overflow:hidden;
background:#101b28;
border:1px solid var(--line);
box-shadow:0 24px 44px rgba(0,0,0,0.18);
}

.result-large{
min-height:520px;
}

.result-card img{
width:100%;
height:100%;
object-fit:cover;
filter:saturate(0.92) contrast(1.04);
}

.result-copy{
position:absolute;
left:20px;
right:20px;
bottom:20px;
padding:18px 20px;
border-radius:22px;
background:rgba(8,20,31,0.78);
border:1px solid rgba(184,208,228,0.14);
backdrop-filter:blur(14px);
}

.result-copy strong{
display:block;
margin-bottom:8px;
font-size:20px;
}

.result-copy span{
color:#d5e3ef;
line-height:1.6;
}

.experience-grid{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:22px;
}

.experience-card{
padding:28px;
border-radius:28px;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
}

.experience-card span{
display:inline-flex;
margin-bottom:20px;
font-size:34px;
font-family:"Cormorant Garamond", serif;
color:var(--champagne);
}

.experience-card h3{
margin:0 0 12px;
font-size:24px;
}

.experience-card p{
margin:0;
line-height:1.8;
color:var(--muted);
}

.contact-panel{
display:grid;
grid-template-columns:1.4fr auto;
gap:26px;
padding:34px;
border-radius:30px;
background:linear-gradient(135deg, rgba(13,26,41,0.98) 0%, rgba(14,35,54,0.98) 100%);
border:1px solid rgba(190,214,232,0.14);
box-shadow:0 24px 50px rgba(0,0,0,0.18);
}

.contact-panel h2{
margin:0;
font-family:"Cormorant Garamond", serif;
font-size:clamp(40px, 5vw, 64px);
line-height:0.98;
}

.contact-panel p{
margin:14px 0 0;
max-width:720px;
line-height:1.8;
color:var(--muted);
}

.contact-actions{
display:flex;
flex-direction:column;
justify-content:center;
gap:12px;
}

.shop-page{
padding-top:120px;
padding-bottom:42px;
}

.shop-hero,
.shop-controls-section,
.shop-grid-section,
.product-detail-page,
.related-products-section,
.cart-page,
.checkout-page{
padding-top:24px;
}

.shop-toolbar{
display:grid;
grid-template-columns:minmax(0, 1.6fr) minmax(220px, 320px);
gap:16px;
align-items:end;
}

.shop-search-field,
.shop-sort-field,
.shop-form-grid label,
.quantity-field{
display:flex;
flex-direction:column;
gap:8px;
font-weight:700;
color:var(--text);
}

.shop-sort-field{
position:relative;
}

.shop-sort-field::after{
content:"";
position:absolute;
right:18px;
bottom:18px;
width:10px;
height:10px;
border-right:2px solid rgba(255,255,255,0.78);
border-bottom:2px solid rgba(255,255,255,0.78);
transform:rotate(45deg);
pointer-events:none;
}

.shop-search-field span,
.shop-sort-field span,
.quantity-field span{
font-size:13px;
letter-spacing:0.04em;
text-transform:uppercase;
color:var(--muted);
}

.shop-search-field input,
.shop-sort-field select,
.shop-form-grid input,
.shop-form-grid select,
.checkout-form input,
.checkout-form select,
.shop-textarea{
width:100%;
padding:14px 16px;
border-radius:16px;
border:1px solid rgba(190,214,232,0.12);
background:rgba(255,255,255,0.04);
color:var(--text);
font:inherit;
}

.shop-search-field input:focus,
.shop-sort-field select:focus,
.shop-form-grid input:focus,
.shop-form-grid select:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.shop-textarea:focus{
outline:none;
border-color:rgba(117,214,255,0.4);
box-shadow:0 0 0 4px rgba(117,214,255,0.1);
}

.shop-sort-field select{
appearance:none;
-webkit-appearance:none;
-moz-appearance:none;
padding-right:46px;
background:
linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
border-color:rgba(117,214,255,0.26);
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.04),
0 14px 30px rgba(0,0,0,0.14);
font-weight:800;
cursor:pointer;
}

.shop-sort-field select:hover{
border-color:rgba(117,214,255,0.4);
background:linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
}

.shop-sort-field select option{
background:#0d1a29;
color:#f7fbff;
}

.shop-filter-row{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:18px;
}

.filter-chip{
padding:10px 14px;
border-radius:999px;
border:1px solid rgba(181,210,231,0.14);
background:rgba(255,255,255,0.03);
color:var(--muted);
cursor:pointer;
}

.filter-chip.active,
.filter-chip:hover{
background:rgba(117,214,255,0.12);
color:var(--text);
border-color:rgba(117,214,255,0.24);
}

.shop-grid{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(255px, 1fr));
gap:22px;
}

.shop-card{
display:flex;
flex-direction:column;
border-radius:28px;
overflow:hidden;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
box-shadow:0 22px 44px rgba(0,0,0,0.16);
}

.shop-card-photo-wrap{
display:block;
aspect-ratio:4/3;
background:#10202f;
padding:16px;
}

.shop-card-photo{
width:100%;
height:100%;
object-fit:contain;
display:block;
}

.shop-card-placeholder{
display:grid;
place-items:center;
background:#10202f;
color:var(--muted);
}

.shop-card-body{
display:flex;
flex-direction:column;
gap:14px;
padding:20px;
}

.shop-card-meta{
display:flex;
justify-content:space-between;
gap:12px;
align-items:center;
flex-wrap:wrap;
}

.shop-card-category{
display:inline-flex;
padding:8px 12px;
border-radius:999px;
background:rgba(255,255,255,0.06);
color:var(--champagne);
font-size:12px;
font-weight:800;
letter-spacing:0.08em;
text-transform:uppercase;
}

.stock-pill{
display:inline-flex;
padding:8px 12px;
border-radius:999px;
font-size:12px;
font-weight:800;
text-transform:uppercase;
letter-spacing:0.06em;
}

.stock-pill.is-in{
background:rgba(124,224,175,0.14);
color:#b6f0c6;
}

.stock-pill.is-low{
background:rgba(240,204,124,0.16);
color:#ffe2a6;
}

.stock-pill.is-out{
background:rgba(255,126,126,0.14);
color:#ffb4b4;
}

.shop-card h3{
margin:0;
font-size:22px;
}

.shop-card h3 a{
color:var(--text);
text-decoration:none;
}

.shop-card p{
margin:0;
color:var(--muted);
line-height:1.7;
}

.shop-card-footer{
display:flex;
justify-content:space-between;
gap:14px;
align-items:flex-end;
margin-top:auto;
}

.shop-price-block{
display:flex;
flex-direction:column;
gap:4px;
}

.shop-price-block strong{
font-size:24px;
line-height:1;
}

.shop-price-block span{
color:var(--muted);
text-decoration:line-through;
}

.shop-card-actions{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
}

.panel-like-header{
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:16px;
margin-bottom:20px;
}

.product-detail-shell{
display:grid;
grid-template-columns:minmax(0, 1.1fr) minmax(320px, 0.9fr);
gap:28px;
}

.product-gallery-panel,
.product-copy-panel,
.cart-summary-card,
.checkout-form,
.cart-item-card{
border-radius:30px;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
box-shadow:0 24px 46px rgba(0,0,0,0.16);
}

.product-gallery-panel,
.product-copy-panel,
.cart-summary-card{
padding:22px;
}

.product-gallery-main{
border-radius:24px;
overflow:hidden;
aspect-ratio:4/3;
background:#10202f;
padding:20px;
}

.product-gallery-main img{
width:100%;
height:100%;
object-fit:contain;
display:block;
}

.product-thumbnail-row{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(86px, 1fr));
gap:12px;
margin-top:16px;
}

.product-thumb{
padding:0;
border:none;
border-radius:18px;
overflow:hidden;
background:transparent;
cursor:pointer;
border:2px solid transparent;
}

.product-thumb.active{
border-color:rgba(117,214,255,0.42);
}

.product-thumb img{
width:100%;
height:92px;
object-fit:contain;
display:block;
background:#10202f;
}

.product-copy-panel{
display:flex;
flex-direction:column;
gap:18px;
}

.product-copy-panel h1{
margin:0;
font-family:"Cormorant Garamond", serif;
font-size:clamp(42px, 5vw, 64px);
line-height:0.96;
}

.product-meta-row,
.product-purchase-panel{
display:flex;
align-items:center;
gap:12px;
flex-wrap:wrap;
}

.product-price-line .shop-price-block strong{
font-size:34px;
}

.product-detail-copy{
line-height:1.9;
color:var(--muted);
}

.quantity-field input{
width:92px;
max-width:92px;
padding:10px 12px;
border-radius:14px;
border:1px solid rgba(117,214,255,0.22);
background:linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
color:var(--text);
font-size:17px;
font-weight:800;
text-align:center;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.04),
0 14px 28px rgba(0,0,0,0.12);
appearance:textfield;
}

.quantity-field input:hover{
border-color:rgba(117,214,255,0.36);
}

.quantity-field input:focus{
outline:none;
border-color:rgba(117,214,255,0.48);
box-shadow:
0 0 0 4px rgba(117,214,255,0.1),
0 14px 28px rgba(0,0,0,0.14);
}

.quantity-field input::-webkit-outer-spin-button,
.quantity-field input::-webkit-inner-spin-button{
margin:0;
appearance:none;
}

.product-detail-points{
display:grid;
grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
gap:14px;
}

.product-detail-points div{
padding:16px;
border-radius:20px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(181,210,231,0.1);
}

.product-detail-points strong{
display:block;
margin-bottom:8px;
}

.product-detail-points span{
color:var(--muted);
line-height:1.7;
}

.cart-layout,
.checkout-layout{
display:grid;
grid-template-columns:minmax(0, 1.2fr) minmax(320px, 420px);
gap:24px;
align-items:start;
}

.cart-items-stack{
display:flex;
flex-direction:column;
gap:18px;
}

.cart-item-card{
display:grid;
grid-template-columns:160px minmax(0, 1fr);
gap:18px;
padding:18px;
}

.cart-item-card.is-unavailable{
opacity:0.78;
}

.cart-item-photo-wrap{
display:block;
border-radius:22px;
overflow:hidden;
background:#10202f;
aspect-ratio:1;
padding:12px;
}

.cart-item-photo{
width:100%;
height:100%;
object-fit:contain;
display:block;
}

.cart-item-copy{
display:flex;
flex-direction:column;
gap:16px;
}

.cart-item-head{
display:flex;
justify-content:space-between;
gap:12px;
align-items:flex-start;
}

.cart-item-head strong{
display:block;
font-size:22px;
margin-bottom:8px;
}

.cart-item-head p{
margin:0;
color:var(--muted);
line-height:1.7;
}

.cart-item-actions{
display:flex;
justify-content:space-between;
gap:16px;
align-items:end;
flex-wrap:wrap;
}

.cart-summary-card{
position:sticky;
top:126px;
display:flex;
flex-direction:column;
gap:18px;
}

.summary-card-head h2,
.checkout-section h2{
margin:0 0 8px;
font-size:28px;
}

.summary-card-head p,
.summary-note,
.checkout-payment-note{
margin:0;
color:var(--muted);
line-height:1.7;
}

.summary-lines{
display:flex;
flex-direction:column;
gap:12px;
}

.summary-lines div,
.summary-item-row{
display:flex;
justify-content:space-between;
gap:12px;
align-items:flex-start;
}

.summary-lines .is-total{
padding-top:12px;
border-top:1px solid rgba(181,210,231,0.12);
}

.summary-actions{
display:flex;
flex-direction:column;
gap:12px;
}

.checkout-form{
padding:24px;
display:flex;
flex-direction:column;
gap:18px;
}

.checkout-section{
display:flex;
flex-direction:column;
gap:14px;
padding:20px;
border-radius:24px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(181,210,231,0.1);
}

.shipping-method-grid{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:14px;
}

.shipping-method-card{
display:flex;
align-items:flex-start;
gap:12px;
padding:18px;
border-radius:22px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(181,210,231,0.12);
cursor:pointer;
transition:0.18s ease;
}

.shipping-method-card.active,
.shipping-method-card:hover{
border-color:rgba(117,214,255,0.34);
background:rgba(117,214,255,0.08);
box-shadow:0 16px 30px rgba(0,0,0,0.12);
}

.shipping-method-card input{
margin-top:3px;
accent-color:#3fb9ea;
}

.shipping-method-card strong{
display:block;
margin-bottom:6px;
}

.shipping-method-card span{
color:var(--muted);
line-height:1.6;
}

.checkout-address-preview{
display:flex;
flex-direction:column;
gap:4px;
padding:16px 18px;
border-radius:20px;
background:rgba(255,255,255,0.03);
border:1px solid rgba(181,210,231,0.1);
}

.checkout-address-preview strong{
margin-bottom:4px;
}

.checkout-address-preview span,
.summary-note-inline{
color:var(--muted);
line-height:1.7;
}

.summary-note-inline{
font-size:14px;
}

.shop-form-grid{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:16px;
}

.shop-textarea{
min-height:120px;
resize:vertical;
}

.checkout-summary-items{
display:flex;
flex-direction:column;
gap:10px;
}

.auth-required-card{
margin-bottom:18px;
padding:24px;
border-radius:28px;
background:rgba(255,255,255,0.04);
border:1px solid rgba(181,210,231,0.14);
box-shadow:0 18px 36px rgba(0,0,0,0.12);
}

#checkoutPaymentNotice{
margin-bottom:18px;
}

.success-card{
border-color:rgba(120,226,167,0.28);
background:rgba(120,226,167,0.08);
}

.error-card{
border-color:rgba(255,126,126,0.28);
background:rgba(255,126,126,0.08);
}

.auth-required-card h3{
margin:0 0 10px;
font-size:28px;
}

.auth-required-card p{
margin:0 0 16px;
line-height:1.7;
color:var(--muted);
}

.site-footer{
display:flex;
justify-content:space-between;
gap:16px;
padding:0 28px 36px;
font-size:14px;
color:#8fa6bb;
flex-wrap:wrap;
}

.made-by-credit{
width:100%;
text-align:center;
color:rgba(143,166,187,0.82);
letter-spacing:0.03em;
font-size:10px;
}

.made-by-link{
color:inherit;
text-decoration:none;
font-family:"Times New Roman", serif;
font-style:italic;
font-size:13px;
opacity:0.82;
transition:color 0.18s ease, opacity 0.18s ease;
}

.made-by-link:hover{
color:var(--accent);
opacity:1;
}

.cookie-banner{
position:fixed;
left:50%;
bottom:18px;
transform:translateX(-50%);
width:min(960px, calc(100% - 24px));
display:flex;
justify-content:space-between;
align-items:center;
gap:18px;
padding:18px 20px;
border-radius:24px;
background:rgba(7,18,30,0.94);
border:1px solid rgba(181,210,231,0.16);
backdrop-filter:blur(18px);
box-shadow:0 24px 50px rgba(0,0,0,0.28);
z-index:1600;
}

.cookie-banner-copy{
display:flex;
flex-direction:column;
gap:6px;
}

.cookie-banner-copy strong{
font-size:16px;
}

.cookie-banner-copy p{
margin:0;
color:var(--muted);
line-height:1.7;
font-size:14px;
}

.cookie-banner-actions{
display:flex;
gap:10px;
flex-wrap:wrap;
justify-content:flex-end;
}

.cookie-btn{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 16px;
border-radius:999px;
border:1px solid rgba(181,210,231,0.18);
font:inherit;
font-weight:800;
cursor:pointer;
transition:transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.cookie-btn:hover{
transform:translateY(-1px);
}

.cookie-btn-primary{
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
border:none;
box-shadow:0 18px 36px rgba(63,185,234,0.26);
}

.cookie-btn-secondary{
background:rgba(255,255,255,0.05);
color:var(--text);
}

.auth-modal-shell{
position:fixed;
inset:0;
display:none;
align-items:center;
justify-content:center;
padding:18px;
background:rgba(3,10,18,0.7);
backdrop-filter:blur(12px);
z-index:1500;
}

.auth-modal-shell.show{
display:flex;
}

.auth-modal-dialog{
position:relative;
width:min(100%, 560px);
padding:28px;
border-radius:28px;
background:linear-gradient(180deg, rgba(13,26,41,0.98) 0%, rgba(10,24,38,0.98) 100%);
border:1px solid rgba(190,214,232,0.16);
box-shadow:0 28px 70px rgba(0,0,0,0.28);
}

.auth-modal-close{
position:absolute;
top:16px;
right:16px;
width:40px;
height:40px;
border:none;
border-radius:999px;
background:rgba(255,255,255,0.08);
color:var(--text);
font-size:20px;
cursor:pointer;
}

.auth-modal-brand{
display:flex;
align-items:center;
gap:14px;
margin-bottom:20px;
}

.auth-modal-brand img{
width:58px;
height:58px;
object-fit:contain;
filter:drop-shadow(0 0 18px rgba(117,214,255,0.2));
}

.auth-modal-brand strong{
font-size:20px;
}

.auth-modal-tabs{
display:flex;
gap:10px;
margin-bottom:18px;
}

.auth-modal-tab{
flex:1;
padding:12px 14px;
border-radius:999px;
border:1px solid rgba(190,214,232,0.12);
background:rgba(255,255,255,0.04);
color:var(--muted);
cursor:pointer;
font-weight:700;
}

.auth-modal-tab.active{
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
border-color:transparent;
}

.auth-modal-form{
display:none;
flex-direction:column;
gap:14px;
}

.auth-modal-form.active{
display:flex;
}

.auth-modal-form h2{
margin:0;
text-align:left;
font-size:34px;
}

.auth-modal-form p{
margin:0 0 4px;
color:var(--muted);
line-height:1.7;
}

.auth-modal-form input{
width:100%;
padding:13px 14px;
border-radius:14px;
border:1px solid rgba(190,214,232,0.12);
background:rgba(255,255,255,0.04);
color:var(--text);
}

.auth-modal-form input:focus{
outline:none;
border-color:rgba(117,214,255,0.42);
box-shadow:0 0 0 4px rgba(117,214,255,0.12);
}

.auth-btn{
padding:14px 18px;
border:none;
border-radius:14px;
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
font-weight:800;
cursor:pointer;
box-shadow:0 18px 34px rgba(63,185,234,0.2);
}

.auth-btn:hover{
transform:translateY(-1px);
}

.auth-modal-grid{
display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
}

.auth-check-row{
display:flex;
align-items:center;
gap:10px;
font-size:14px;
font-weight:600;
color:var(--text);
}

.auth-check-row input{
width:auto;
margin:0;
accent-color:#3fb9ea;
}

.auth-switch-link{
padding:0;
border:none;
background:transparent;
color:var(--accent);
font-weight:700;
text-align:left;
cursor:pointer;
}

.booking-page{
width:min(100%, 1100px);
margin:0 auto;
padding:160px 24px 88px;
}

.booking-page h2{
margin:0;
font-family:"Cormorant Garamond", serif;
font-size:clamp(42px, 6vw, 72px);
line-height:0.95;
}

.section-copy{
margin:14px 0 0;
max-width:760px;
color:var(--muted);
line-height:1.8;
}

.booking-form{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:16px;
margin-top:28px;
padding:28px;
border-radius:30px;
background:rgba(255,255,255,0.03);
border:1px solid var(--line);
box-shadow:0 24px 44px rgba(0,0,0,0.18);
}

.booking-form input,
.booking-form select{
width:100%;
padding:14px 16px;
border-radius:16px;
border:1px solid rgba(190,214,232,0.12);
background:rgba(255,255,255,0.04);
color:var(--text);
font:inherit;
}

.booking-form input:focus,
.booking-form select:focus{
outline:none;
border-color:rgba(117,214,255,0.42);
box-shadow:0 0 0 4px rgba(117,214,255,0.12);
}

.booking-form .btn{
grid-column:1 / -1;
justify-self:flex-start;
padding:14px 22px;
border:none;
border-radius:999px;
background:linear-gradient(135deg, #89e2ff 0%, #3fb9ea 100%);
color:#062238;
font-weight:800;
cursor:pointer;
}

@keyframes heroFloat{
0%{transform:translateY(0px)}
50%{transform:translateY(-18px)}
100%{transform:translateY(0px)}
}

@keyframes heroPulse{
0%{transform:scale(0.92);opacity:0.72}
50%{transform:scale(1.08);opacity:1}
100%{transform:scale(0.92);opacity:0.72}
}

@media (max-width: 1080px){
.site-nav{
grid-template-columns:1fr;
justify-items:center;
}

.nav-actions{
justify-content:center;
}

.hero-stats,
.service-showcase,
.experience-grid,
.results-layout,
.portfolio-detail-meta,
.contact-panel,
.split-heading,
.product-detail-shell,
.cart-layout,
.checkout-layout{
grid-template-columns:1fr;
}

.accent-panel{
transform:none;
}

.result-card,
.result-large{
min-height:360px;
}

.contact-actions{
flex-direction:row;
justify-content:flex-start;
flex-wrap:wrap;
}

.cart-summary-card{
position:static;
}
}

@media (max-width: 720px){
.site-nav{
top:10px;
width:calc(100% - 16px);
padding:14px 16px;
}

.nav-brand span{
display:none;
}

.nav-links{
gap:6px;
}

.nav-links button{
padding:9px 10px;
font-size:13px;
}

.nav-actions{
flex-wrap:wrap;
justify-content:center;
}

.hero-shell{
padding:126px 16px 36px;
}

.hero-content h1{
font-size:54px;
}

.hero-copy{
font-size:16px;
}

.hero-actions,
.hero-pills{
width:100%;
}

.hero-actions .btn,
.contact-actions .btn{
width:100%;
}

.hero-stats{
grid-template-columns:1fr;
}

.portfolio-public-grid,
.portfolio-detail-gallery,
.shop-grid,
.shop-form-grid,
.shipping-method-grid{
grid-template-columns:1fr;
}

.section-block{
padding:86px 16px;
}

.booking-page{
padding:138px 16px 64px;
}

.booking-form{
grid-template-columns:1fr;
padding:22px 18px;
}

.booking-form .btn{
width:100%;
justify-self:stretch;
}

.service-panel,
.contact-panel,
.result-copy{
border-radius:22px;
}

.site-footer{
flex-direction:column;
padding:0 16px 28px;
}

.cookie-banner{
bottom:12px;
padding:16px;
flex-direction:column;
align-items:flex-start;
}

.cookie-banner-actions{
width:100%;
justify-content:stretch;
}

.cookie-btn{
flex:1 1 100%;
}

.shop-toolbar,
.cart-item-card,
.cart-item-head{
grid-template-columns:1fr;
flex-direction:column;
}

.cart-item-photo-wrap{
max-width:220px;
}

.summary-actions .btn,
.shop-card-actions .btn,
.product-purchase-panel .btn{
width:100%;
}

.auth-modal-dialog{
padding:22px 18px;
border-radius:24px;
}

.auth-modal-grid{
grid-template-columns:1fr;
}
}
