:root {
  --orange: #ef6c2f;
  --orange-dark: #cc4f18;
  --ink: #18211f;
  --forest: #24352f;
  --cream: #f6f0e7;
  --sand: #e7dccd;
  --white: #ffffff;
  --muted: #6f7773;
  --shadow: 0 22px 60px rgba(24, 33, 31, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 110px 0; }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: .3s ease; color: white; }
.site-header.scrolled { background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 8px 30px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 50% 50% 10%; background: var(--orange); color: white; font-family: "Playfair Display", serif; font-weight: 700; font-size: 24px; transform: rotate(-4deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .12em; }
.brand-copy strong { font-size: 14px; }
.brand-copy small { font-size: 9px; margin-top: 6px; letter-spacing: .2em; opacity: .72; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 2px; background: var(--orange); transition: .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-cta { padding: 12px 18px; border-radius: 999px; background: var(--orange); color: white; }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: currentColor; margin: 5px 0; }

.hero { min-height: 780px; display: flex; align-items: center; position: relative; color: white; overflow: hidden; background:
  linear-gradient(110deg, rgba(14,29,25,.94) 0%, rgba(22,45,38,.80) 47%, rgba(30,45,41,.28) 100%),
  radial-gradient(circle at 80% 30%, rgba(239,108,47,.45), transparent 30%),
  linear-gradient(135deg, #233a32, #6b8174); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -140px; bottom: -210px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.03), 0 0 0 160px rgba(255,255,255,.02); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; padding-top: 80px; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 700; color: #ffd1bb; }
.eyebrow.dark { color: var(--orange-dark); }
.eyebrow.light { color: #ffc4a8; }
h1,h2,h3,blockquote { font-family: "Playfair Display", serif; }
h1 { margin: 0; font-size: clamp(54px, 7vw, 92px); line-height: .98; letter-spacing: -.04em; max-width: 850px; }
h1 span { color: #ffad86; }
.hero-text { max-width: 650px; font-size: 20px; color: rgba(255,255,255,.82); margin: 30px 0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 24px; font-weight: 700; border: 1px solid transparent; cursor: pointer; transition: transform .25s, background .25s, border .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: white; }
.btn-primary:hover { background: var(--orange-dark); }
.btn-secondary { border-color: rgba(255,255,255,.45); color: white; background: rgba(255,255,255,.04); }
.hero-trust { display: flex; gap: 26px; margin-top: 38px; font-size: 13px; color: rgba(255,255,255,.68); }
.hero-trust span::before { content: "✓"; color: #ffad86; margin-right: 7px; }
.hero-card { padding: 32px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.10); backdrop-filter: blur(12px); border-radius: 24px; box-shadow: var(--shadow); }
.card-label { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #ffd1bb; }
.hero-card h2 { font-size: 34px; line-height: 1.15; margin: 14px 0; }
.hero-card p { color: rgba(255,255,255,.76); }
.hero-card a { display: inline-flex; gap: 12px; align-items: center; margin-top: 12px; font-weight: 700; color: #ffd1bb; }

.split-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.section-heading h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.035em; margin: 0; max-width: 780px; }
.section-heading.centered { text-align: center; max-width: 860px; margin: 0 auto 55px; }
.section-heading.centered h2 { margin-inline: auto; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); }
.intro-copy .lead { font-family: "Playfair Display", serif; font-size: 28px; line-height: 1.35; margin-top: 0; }
.intro-copy > p:not(.lead) { color: var(--muted); font-size: 17px; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.stats div { border-top: 1px solid var(--sand); padding-top: 18px; }
.stats strong { display: block; font-size: 30px; color: var(--orange-dark); }
.stats span { color: var(--muted); font-size: 13px; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; padding: 32px; background: white; border: 1px solid rgba(24,33,31,.08); border-radius: 20px; transition: .3s ease; min-height: 260px; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 24px; right: 24px; color: #b7aaa0; font-size: 12px; }
.service-icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: #fff0e9; color: var(--orange-dark); font-size: 22px; }
.service-card h3 { font-size: 27px; margin: 28px 0 8px; }
.service-card p { margin: 0; color: var(--muted); }

.destination-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; margin-top: 50px; }
.destination-card { min-height: 430px; border-radius: 24px; overflow: hidden; position: relative; display: flex; align-items: end; padding: 30px; color: white; background-size: cover; background-position: center; }
.destination-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,28,24,.92), rgba(16,28,24,.1) 65%); }
.amsterdam { background-image: linear-gradient(135deg,#60766d,#b56d4e); }
.delft { background-image: linear-gradient(135deg,#536b79,#b9a78c); }
.countryside { background-image: linear-gradient(135deg,#657553,#c8a96a); }
.destination-card::after { content: ""; position:absolute; inset: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.destination-content { position: relative; z-index: 2; }
.destination-content span { text-transform: uppercase; letter-spacing: .18em; font-size: 11px; color: #ffd1bb; }
.destination-content h3 { font-size: 34px; margin: 7px 0; }
.destination-content p { color: rgba(255,255,255,.75); margin: 0; }

.process { background: var(--forest); color: white; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; align-items: start; }
.process .section-heading p:last-child { color: rgba(255,255,255,.65); max-width: 500px; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: #ffad86; font-weight: 700; }
.step h3 { margin: 0 0 5px; font-size: 26px; }
.step p { margin: 0; color: rgba(255,255,255,.65); }

.testimonial { background: var(--orange); color: white; text-align: center; }
.testimonial-inner { max-width: 900px; }
.quote-mark { font-family: "Playfair Display",serif; font-size: 100px; line-height: .5; margin: 0 0 25px; opacity: .45; }
blockquote { font-size: clamp(32px, 4.5vw, 54px); line-height: 1.18; margin: 0; }
.quote-author { margin-top: 26px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; }

.contact { background: #fbfaf7; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy h2 { font-size: clamp(42px, 5vw, 62px); line-height: 1.07; margin: 0 0 24px; }
.contact-copy > p { color: var(--muted); font-size: 17px; }
.contact-points { margin-top: 34px; border-left: 3px solid var(--orange); padding-left: 20px; }
.contact-points p { color: var(--muted); }
.proposal-form { background: white; border-radius: 24px; padding: 34px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 18px; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #d8d3cb; border-radius: 12px; background: #fff; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,108,47,.12); }
textarea { resize: vertical; }
.form-button { width: 100%; border: 0; }
.form-note { font-size: 11px; color: #929891; margin: 12px 0 0; text-align: center; }

.site-footer { background: #151d1a; color: white; padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .85fr; gap: 70px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { color: rgba(255,255,255,.55); max-width: 390px; }
.footer-grid h4 { margin: 0 0 16px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: rgba(255,255,255,.65); }
.footer-grid a:hover { color: #ffad86; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: rgba(255,255,255,.42); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@media (max-width: 900px) {
  .main-nav { position: fixed; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 24px; border-radius: 18px; background: white; color: var(--ink); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; color: inherit; }
  .hero { min-height: 860px; }
  .hero-grid, .split-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-card { max-width: 520px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .destination-grid { grid-template-columns: 1fr; }
  .destination-card { min-height: 330px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1180px); }
  .section { padding: 78px 0; }
  .nav-wrap { height: 72px; }
  h1 { font-size: 53px; }
  .hero { min-height: 920px; }
  .hero-grid { gap: 36px; }
  .hero-text { font-size: 17px; }
  .hero-trust { flex-direction: column; gap: 8px; }
  .hero-actions .btn { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .proposal-form { padding: 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}


/* WordPress integration */
.admin-bar .site-header { top: 32px; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 56px; width: auto; }
.main-nav .menu { display: flex; align-items: center; gap: 32px; list-style: none; padding: 0; margin: 0; }
.main-nav .menu-item:last-child a { padding: 12px 18px; border-radius: 999px; background: var(--orange); color: white; }
.main-nav .menu-item:last-child a::after { display: none; }
.notice { padding: 14px 16px; border-radius: 12px; margin-bottom: 18px; font-size: 14px; }
.notice.success { background: #eaf7ef; color: #215c38; border: 1px solid #b8dfc6; }
.notice.error { background: #fff0ee; color: #8a2e25; border: 1px solid #efc0bb; }
.content-area { padding: 140px 0 90px; min-height: 70vh; }
.content-area h1 { color: var(--ink); font-size: clamp(42px, 6vw, 72px); margin-bottom: 28px; }
.entry-content { max-width: 820px; }
.entry-content a { color: var(--orange-dark); text-decoration: underline; }
.screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
@media (max-width: 900px) {
  .main-nav .menu { flex-direction: column; align-items: stretch; }
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
