* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #FAF7F2; }
.nav { background: #FAF7F2; padding: 24px 80px; text-align: center; border-bottom: 0.5px solid #e0d8d0; position: sticky; top: 0; z-index: 100; position: sticky; }
.nav-lang { position: absolute; right: 80px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; gap: 2px; background: rgba(138,158,126,0.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 0.5px solid rgba(138,158,126,0.25); border-radius: 50px; padding: 6px 10px; }
.lang-btn { background: none; border: none; font-family: 'DM Sans', sans-serif; font-size: 10px; letter-spacing: 3px; color: rgba(58,48,40,0.4); cursor: pointer; padding: 4px 8px; text-transform: uppercase; transition: all 0.2s; border-radius: 50px; }
.lang-btn:hover { color: #8A9E7E; }
.lang-btn.active { color: #8A9E7E; background: rgba(138,158,126,0.15); }
.lang-sep { color: rgba(58,48,40,0.15); font-size: 10px; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 28px; color: #8A9E7E; letter-spacing: 6px; font-weight: 400; }
.nav-tag { font-size: 11px; letter-spacing: 5px; color: #8A9E7E; text-transform: uppercase; margin-top: 4px; }
.hero { background: url('../images/hero-lombok.jpg') center center/cover no-repeat; min-height: 90vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 80px 40px; }
.hero-overlay { position: absolute; inset: 0; background: rgba(10,8,5,0.4); }
.hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 80px; color: #FAF7F2; font-weight: 400; line-height: 1.1; margin-bottom: 24px; }
.hero-sub { font-size: 18px; color: rgba(250,247,242,0.8); font-style: italic; line-height: 1.7; margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }
.btn { background: #8A9E7E; color: white; border: none; padding: 16px 48px; border-radius: 50px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; text-decoration: none; font-family: 'DM Sans', sans-serif; }
.btn-mocha { background: #8B5E3C; color: white; border: none; padding: 16px 48px; border-radius: 50px; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; display: inline-block; text-decoration: none; font-family: 'DM Sans', sans-serif; }
.s-label { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; text-align: center; margin-bottom: 16px; display: block; }
.s-label-dark { color: rgba(250,247,242,0.45); }
.s-label-cream { color: #8A9E7E; }
.s-label-sage { color: rgba(255,255,255,0.6); }
.s-title { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 400; text-align: center; line-height: 1.2; margin-bottom: 16px; }
.s-title-dark { color: #FAF7F2; }
.s-title-cream { color: #3a3028; }
.s-title-sage { color: #FAF7F2; }
.s-sub { font-size: 17px; text-align: center; line-height: 1.7; max-width: 580px; margin: 0 auto 64px; }
.s-sub-dark { color: rgba(250,247,242,0.45); }
.s-sub-cream { color: rgba(58,48,40,0.55); }
.s-sub-sage { color: rgba(255,255,255,0.7); }
.pain { background: #3a3028; padding: 100px 120px; }
.pain-grid-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.pain-grid-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 64px; }
.pain-card { background: rgba(250,247,242,0.06); border: 0.5px solid rgba(250,247,242,0.1); border-radius: 16px; padding: 36px; }
.pain-icon { font-size: 28px; color: #8A9E7E; margin-bottom: 16px; display: block; }
.pain-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #FAF7F2; font-weight: 400; line-height: 1.4; margin-bottom: 12px; }
.pain-card p { font-size: 15px; color: rgba(250,247,242,0.45); line-height: 1.7; }
.pain-divider { border: none; border-top: 0.5px solid rgba(250,247,242,0.1); margin-bottom: 52px; }
.pain-transition { text-align: center; }
.pain-transition-t { font-family: 'Cormorant Garamond', serif; font-size: 36px; color: #FAF7F2; font-weight: 400; margin-bottom: 12px; line-height: 1.4; }
.pain-transition-s { font-size: 15px; color: rgba(250,247,242,0.45); letter-spacing: 1px; }
.sage { color: #8A9E7E; }
.hiw { background: #8A9E7E; padding: 100px 120px; }
.hiw-grid { display: grid; grid-template-columns: 1fr 48px 1fr 48px 1fr; align-items: stretch; }
.hiw-num { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: rgba(255,255,255,0.9); text-align: center; margin-bottom: 20px; }
.hiw-card { background: white; border-radius: 16px; padding: 36px; }
.hiw-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #3a3028; font-weight: 400; margin-bottom: 12px; line-height: 1.4; }
.hiw-card p { font-size: 15px; color: rgba(58,48,40,0.55); line-height: 1.7; }
.hiw-arrow { display: flex; align-items: center; justify-content: center; padding-top: 80px; color: rgba(255,255,255,0.5); font-size: 28px; }
.services { background: #FAF7F2; padding: 100px 120px; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.svc-card { background: white; border-radius: 16px; border: 0.5px solid #e0d8d0; padding: 40px; }
.svc-group { font-size: 11px; letter-spacing: 4px; color: #8A9E7E; text-transform: uppercase; margin-bottom: 28px; }
.svc-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-bottom: 0.5px solid #f0ebe4; }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #3a3028; font-weight: 400; }
.svc-dur { font-size: 13px; color: rgba(58,48,40,0.45); margin-top: 4px; }
.svc-price { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: #8A9E7E; }
.svc-includes { font-size: 13px; color: rgba(58,48,40,0.45); margin-top: 24px; padding-top: 20px; border-top: 0.5px solid #f0ebe4; line-height: 1.7; }
.divider-label { font-size: 11px; letter-spacing: 4px; color: rgba(58,48,40,0.35); text-transform: uppercase; text-align: center; margin: 36px 0 24px; }
.extras { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 52px; }
.extra { background: white; border-radius: 14px; border: 0.5px solid #e0d8d0; padding: 28px 32px; display: flex; justify-content: space-between; align-items: center; }
.extra-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #3a3028; font-weight: 400; }
.extra-desc { font-size: 13px; color: rgba(58,48,40,0.45); margin-top: 4px; }
.extra-price { font-family: 'Cormorant Garamond', serif; font-size: 32px; color: #8A9E7E; }
.center { text-align: center; }
.about { background: #f0ebe2; padding: 100px 120px; }
.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: center; }
.about-photo { background: #d4c9ba; border-radius: 16px; height: 520px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #8a7e74; text-align: center; }
.about-label { font-size: 11px; letter-spacing: 4px; color: #8A9E7E; text-transform: uppercase; margin-bottom: 16px; }
.about h2 { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: #3a3028; font-weight: 400; line-height: 1.3; margin-bottom: 28px; }
.about p { font-size: 16px; color: rgba(58,48,40,0.7); line-height: 1.8; margin-bottom: 16px; }

/* HOW IT WORKS — icons + discovery card */
.hiw-col { display: flex; flex-direction: column; }
.hiw-col .hiw-card { flex: 1; }
.hiw-icon { font-size: 28px; color: #8A9E7E; margin-bottom: 16px; display: block; }
.hiw-discovery { background: white; border-radius: 16px; margin-top: 24px; overflow: hidden; }
.hiw-discovery-toggle { width: 100%; background: none; border: none; padding: 28px 36px; display: flex; align-items: center; gap: 20px; cursor: pointer; text-align: left; }
.hiw-discovery-label { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #3a3028; font-weight: 400; flex: 1; }
.hiw-discovery-price { font-family: 'Cormorant Garamond', serif; font-size: 48px; color: #8A9E7E; margin-bottom: 20px; text-align: center; }
.hiw-discovery-chevron { font-size: 20px; color: #8A9E7E; transition: transform 0.3s; flex-shrink: 0; }
.hiw-discovery-chevron.open { transform: rotate(180deg); }
.hiw-discovery-body { border-top: 0.5px solid #f0ebe4; padding: 32px 36px 36px; }
.hiw-discovery-cols { display: flex; gap: 48px; align-items: center; }
.hiw-discovery-left { flex: 1; }
.hiw-discovery-right { flex-shrink: 0; }
.hiw-discovery-desc { font-size: 15px; color: rgba(58,48,40,0.55); line-height: 1.7; margin-bottom: 20px; }
.hiw-discovery-list { list-style: none; margin-bottom: 16px; }
.hiw-discovery-list li { font-size: 15px; color: rgba(58,48,40,0.7); line-height: 1.6; padding: 8px 0; display: flex; align-items: flex-start; gap: 12px; }
.hiw-disc-icon { font-size: 18px; color: #8A9E7E; flex-shrink: 0; margin-top: 2px; }
.hiw-disc-toggle-icon { font-size: 22px; color: #8A9E7E; margin-right: 12px; vertical-align: middle; }
.hiw-discovery-note { font-size: 12px; color: rgba(58,48,40,0.4); margin-bottom: 0; font-style: italic; }

/* SERVICES — extra icons */
.extra-left { display: flex; align-items: center; gap: 16px; }
.extra-icon { font-size: 24px; color: #8A9E7E; flex-shrink: 0; }

/* PORTFOLIO */
.portfolio { background: #f0ebe2; padding: 100px 120px; }
.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 24px; }
.port-card { border-radius: 16px; overflow: hidden; position: relative; height: 260px; cursor: pointer; }
.port-bg-bali { background: linear-gradient(135deg, #4a8fa8 0%, #2d6e5e 100%); }
.port-bg-iceland { background: linear-gradient(135deg, #5b7fa6 0%, #2a4a6a 100%); }
.port-bg-maldives { background: linear-gradient(135deg, #3a9e9e 0%, #1a6e6e 100%); }
.port-bg-egypt { background: linear-gradient(135deg, #c4956a 0%, #8B5E3C 100%); }
.port-bg-croatia { background: linear-gradient(135deg, #5a8fa8 0%, #2a5a7a 100%); }
.port-bg-france { background: linear-gradient(135deg, #8a9e7e 0%, #4a6e4a 100%); }
.port-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 30%, rgba(20,15,10,0.75) 100%); }
.port-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 24px; }
.port-dest { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: white; font-weight: 400; margin-bottom: 4px; }
.port-region { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; }
.port-badge { display: inline-block; background: #8A9E7E; color: white; font-size: 10px; padding: 4px 10px; border-radius: 20px; letter-spacing: 1px; font-family: sans-serif; margin-bottom: 12px; }
.port-btn { display: inline-block; background: rgba(250,247,242,0.15); border: 0.5px solid rgba(250,247,242,0.4); color: white; font-size: 11px; padding: 8px 16px; border-radius: 20px; letter-spacing: 1px; font-family: sans-serif; text-decoration: none; backdrop-filter: blur(4px); }
.port-note { background: white; border-radius: 14px; border: 0.5px solid #e0d8d0; padding: 20px 28px; text-align: center; font-size: 14px; color: rgba(58,48,40,0.6); font-family: sans-serif; line-height: 1.6; }
.port-note strong { color: #3a3028; }
.port-featured { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.port-card { border-radius: 16px; overflow: hidden; position: relative; height: 320px; cursor: pointer; }
.port-bg-slovakia { background: linear-gradient(135deg, #6a7e5a 0%, #3a5a2a 100%); }
.port-also-header { font-size: 11px; letter-spacing: 4px; color: rgba(58,48,40,0.4); text-transform: uppercase; text-align: center; margin-bottom: 20px; }
.port-also-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 16px; }
.port-also-card { border-radius: 12px; overflow: hidden; position: relative; height: 160px; }
.port-bg-paris { background: linear-gradient(135deg, #8a7ea8 0%, #4a3a6a 100%); }
.port-bg-nice { background: linear-gradient(135deg, #5a8fa8 0%, #2a5a7a 100%); }
.port-bg-venice { background: linear-gradient(135deg, #6a8aa8 0%, #3a5a7a 100%); }
.port-also-overlay { position: absolute; inset: 0; background: linear-gradient(transparent 20%, rgba(20,15,10,0.65) 100%); }
.port-also-name { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; font-family: 'Cormorant Garamond', serif; font-size: 20px; color: white; font-weight: 400; }
.port-and-more { text-align: center; font-style: italic; color: rgba(58,48,40,0.4); font-size: 14px; margin-bottom: 32px; }
.port-next { background: #3a3028; border-radius: 14px; padding: 24px 36px; display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.port-next-icon { font-size: 20px; color: #8A9E7E; }
.port-next-label { font-size: 11px; letter-spacing: 3px; color: rgba(250,247,242,0.4); text-transform: uppercase; }
.port-next-dest { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #FAF7F2; margin-left: auto; }

/* CONTACT REDESIGN */
.contact { background: #FAF7F2; padding: 100px 120px; }
.contact-inner { max-width: 800px; margin: 0 auto; }
.contact-form { background: white; border-radius: 20px; border: 0.5px solid #e0d8d0; padding: 56px; margin-bottom: 24px; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row { margin-bottom: 0; }
.form-row-full { grid-column: span 2; }
.form-label { font-size: 11px; color: rgba(58,48,40,0.5); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; display: block; }
.form-input { width: 100%; padding: 12px 16px; border-radius: 10px; border: 0.5px solid #e0d8d0; font-size: 15px; font-family: 'DM Sans', sans-serif; background: #FAF7F2; color: #3a3028; outline: none; }
.form-input:focus { border-color: #8A9E7E; }
textarea.form-input { height: 120px; resize: none; }
select.form-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%238A9E7E' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }
select.form-input:focus { border-color: #8A9E7E; }
.form-divider { grid-column: span 2; border: none; border-top: 0.5px solid #f0ebe4; margin: 8px 0; }
.form-section-label { grid-column: span 2; font-size: 10px; letter-spacing: 3px; color: #8A9E7E; text-transform: uppercase; font-family: sans-serif; margin-bottom: -8px; }
.contact-or { font-size: 11px; letter-spacing: 3px; color: rgba(58,48,40,0.35); text-transform: uppercase; text-align: center; margin: 20px 0; }
.ig-link { font-size: 15px; color: #8A9E7E; text-decoration: none; text-align: center; display: block; }

.back-to-top { position: fixed; bottom: 32px; right: 32px; width: 44px; height: 44px; border-radius: 50%; background: rgba(138,158,126,0.15); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 0.5px solid rgba(138,158,126,0.3); color: #8A9E7E; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s, background 0.2s; z-index: 200; }
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: rgba(138,158,126,0.28); }
footer { background: #3a3028; padding: 60px 120px; text-align: center; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: #8A9E7E; letter-spacing: 6px; margin-bottom: 6px; }
.footer-tag { font-size: 10px; letter-spacing: 4px; color: rgba(250,247,242,0.35); text-transform: uppercase; margin-bottom: 32px; }
.footer-links { display: flex; justify-content: center; gap: 40px; margin-bottom: 24px; }
.footer-links a { font-size: 13px; color: rgba(250,247,242,0.4); text-decoration: none; }
.footer-copy { font-size: 11px; color: rgba(250,247,242,0.2); }
/* POLAROIDS */
.pol-wrap { position: relative; }
.pol-wrap > *:not(.pol) { position: relative; z-index: 2; }
.pol { position: absolute; background: white; padding: 10px 10px 28px 10px; box-shadow: 0 4px 18px rgba(0,0,0,0.13); pointer-events: none; z-index: 0; }
.pol-img { display: block; }
.pol-cap { font-family: 'Caveat', cursive; font-size: 13px; color: #6a5e54; text-align: center; margin-top: 6px; }
.pol-cap-d { font-family: 'Caveat', cursive; font-size: 13px; color: #a09080; text-align: center; margin-top: 6px; }

@media (max-width: 768px) { .pol { display: none; } }

@media (max-width: 768px) {
    .nav { padding: 20px 24px; }
    .nav-lang { right: 24px; }
    .hero { min-height: 100vh; padding: 60px 24px; }
    .hero h1 { font-size: 44px; }
    .hero-sub { font-size: 16px; }
    .pain { padding: 64px 24px; }
    .pain-grid-top { grid-template-columns: 1fr; }
    .pain-grid-bottom { grid-template-columns: 1fr; }
    .s-title { font-size: 34px; }
    .pain-transition-t { font-size: 26px; }
    .hiw { padding: 64px 24px; }
    .hiw-grid { grid-template-columns: 1fr; }
    .hiw-arrow { display: none; }
    .services { padding: 64px 24px; }
    .svc-grid { grid-template-columns: 1fr; }
    .extras { grid-template-columns: 1fr; }
    .portfolio { padding: 64px 24px; }
    .port-featured { grid-template-columns: 1fr; }
    .port-also-grid { grid-template-columns: repeat(2, 1fr); }
    .hiw-discovery-toggle { padding: 20px 24px; }
    .hiw-discovery-label { font-size: 18px; }
    .hiw-discovery-body { padding: 24px 24px 28px; }
    .hiw-discovery-cols { flex-direction: column; gap: 24px; align-items: flex-start; }
    .hiw-discovery-right { width: 100%; text-align: center; }
    .hiw-discovery-right .btn { display: block; text-align: center; }
    .about { padding: 64px 24px; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-photo { height: 320px; }
    .about h2 { font-size: 30px; }
    .contact { padding: 64px 24px; }
    .contact-inner { max-width: 100%; }
    .contact-form { padding: 32px 24px; }
    .form-grid-2 { grid-template-columns: 1fr; }
    .form-row-full { grid-column: span 1; }
    .form-section-label { grid-column: span 1; }
    .form-divider { grid-column: span 1; }
    footer { padding: 48px 24px; }
    .footer-links { flex-direction: column; gap: 16px; }
    .portfolio { padding: 64px 24px; }
    .port-grid { grid-template-columns: 1fr; }
    .port-research-grid { grid-template-columns: repeat(3, 1fr); }
}
</style>
