/* Indian Ocean Reserve fixed clean upload - CSS OK */
:root {
  --navy: #071826;
  --navy-2: #0d2434;
  --gold: #c99a42;
  --gold-light: #e2bc70;
  --ivory: #f7f3eb;
  --paper: #fffdf8;
  --charcoal: #232323;
  --muted: #6c6a65;
  --line: rgba(201,154,66,.45);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.container { width: var(--container); margin-inline: auto; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 30;
  display: flex; align-items: center; justify-content: space-between;
  min-height: 92px; padding: 16px max(20px, calc((100vw - 1180px)/2));
  color: #fff; background: linear-gradient(to bottom, rgba(3,14,24,.92), rgba(3,14,24,.35), transparent);
  transition: background .25s, min-height .25s;
}
.site-header.scrolled { background: rgba(4,18,29,.97); min-height: 74px; box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 54px; height: 54px; }
.brand-text { display: grid; line-height: 1; letter-spacing: .18em; font-family: "Cormorant Garamond", serif; color: var(--gold-light); }
.brand-text strong { font-size: 17px; font-weight: 600; }
.brand-text small { font: 500 8px/1.5 "Montserrat", sans-serif; margin-top: 6px; letter-spacing: .25em; }
.main-nav { display: flex; gap: 28px; align-items: center; }
.main-nav a { font-size: 12px; letter-spacing: .05em; opacity: .9; }
.main-nav a:hover { color: var(--gold-light); }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 1px; margin: 7px; background: white; }

.hero {
  min-height: 100svh; display: flex; align-items: center; position: relative; overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,13,22,.88) 0%, rgba(3,13,22,.62) 42%, rgba(3,13,22,.12) 100%),
    linear-gradient(0deg, rgba(3,13,22,.32), rgba(3,13,22,.06)),
    url("images/hero-tropical-fish-on-ice.webp");
  background-size: cover;
  background-position: center right;
}
.hero::before { content:none; }
.hero::after { content:none; }
.hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.35), transparent 70%); }
.hero-content { position: relative; z-index: 2; padding-top: 90px; }
.eyebrow { text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 600; color: var(--gold-light); }
.eyebrow.gold { color: #a87424; }
h1,h2,h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1.03; margin-top: 0; }
h1 { font-size: clamp(52px, 7vw, 92px); max-width: 850px; margin-bottom: 28px; }
h2 { font-size: clamp(38px, 4.6vw, 64px); margin-bottom: 28px; }
h3 { font-size: 30px; }
.hero-copy { max-width: 660px; font-size: 18px; color: rgba(255,255,255,.78); }
.hero-actions { display:flex; gap:16px; margin-top: 38px; flex-wrap: wrap; }
.btn {
  display:inline-flex; align-items:center; justify-content:center; min-height: 52px; padding: 0 26px;
  border:1px solid var(--gold); text-transform:uppercase; letter-spacing:.12em; font-size: 11px; font-weight:600;
  cursor:pointer; transition:.2s;
}
.btn-primary { color:#071826; background:var(--gold-light); }
.btn-primary:hover { background:#f1d393; transform: translateY(-2px); }
.btn-ghost { color:#fff; background:transparent; }
.btn-ghost:hover { background:rgba(255,255,255,.06); }
.scroll-indicator { position:absolute; left:50%; bottom:28px; width:1px; height:45px; background:linear-gradient(var(--gold-light), transparent); }

.section-light { padding: 110px 0; background: var(--ivory); }
.section-dark { padding: 110px 0; background: var(--navy); color:#fff; }
.split { display:grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items:start; }
.body-copy p { margin-top:0; color:#53504a; }
.check-list { list-style:none; padding:0; margin:28px 0 0; }
.check-list li { margin:14px 0; padding-left:28px; position:relative; }
.check-list li::before { content:""; position:absolute; left:0; top:.76em; width:13px; height:1px; background:var(--gold); }

.section-image {
  min-height: 680px; display:flex; align-items:center; padding:100px 0;
  background:
    linear-gradient(90deg, rgba(3,17,28,.9), rgba(3,17,28,.45), rgba(3,17,28,.12)),
    url("images/mentawai-origin-ocean.webp");
  background-size: cover;
  background-position: center;
  color:#fff;
}
.origin-grid { display:grid; grid-template-columns: minmax(0,560px) 1fr; }
.origin-card { padding:52px; border:1px solid rgba(226,188,112,.45); background:rgba(5,20,31,.76); backdrop-filter: blur(12px); }
.origin-card p { color:rgba(255,255,255,.78); }

.value-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:58px; background:rgba(255,255,255,.12); }
.value-card { padding:38px 28px; background:var(--navy); min-height:310px; }
.value-number { color:var(--gold); font-size:12px; letter-spacing:.2em; }
.value-card h3 { margin:52px 0 18px; }
.value-card p { color:rgba(255,255,255,.68); font-size:14px; }

.founder { background:#eee8de; }
.founder-grid { display:grid; grid-template-columns: .85fr 1.15fr; min-height:720px; }
.portrait-placeholder {
  min-height:720px;
  overflow:hidden;
  background: linear-gradient(160deg, #1f4051, #718d97 55%, #c8d0cf);
}
.founder-portrait {
  width:100%;
  height:100%;
  min-height:720px;
  object-fit:cover;
  object-position:center top;
}
.founder-copy { padding:90px 80px; background:var(--paper); }
.founder-copy p { color:#504d47; }
.signature { font: 600 34px/1 "Cormorant Garamond", serif; margin-top:38px; color:var(--charcoal)!important; }
.founder-role { text-transform:uppercase; font-size:10px; letter-spacing:.16em; }

.invite-inner { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:center; }
.invite-inner p { color:rgba(255,255,255,.7); }
.invite-action { display:grid; gap:16px; justify-items:start; }
.invite-action small { color:rgba(255,255,255,.55); }

.contact-grid { display:grid; grid-template-columns: 1.2fr .8fr; gap:80px; align-items:start; }
.contact-card { border-top:1px solid var(--gold); padding-top:28px; }
.contact-card a:hover { color:#a87424; }

.site-footer { background:#04121d; color:rgba(255,255,255,.62); padding:28px 0; font-size:12px; }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:28px; }
.footer-brand { display:flex; align-items:center; gap:12px; color:var(--gold-light); text-transform:uppercase; letter-spacing:.12em; }
.footer-brand .brand-mark { width:36px; height:36px; }
.footer-links { display:flex; gap:20px; }

dialog {
  width:min(620px, calc(100% - 32px)); border:1px solid var(--gold); padding:46px;
  background:var(--paper); color:var(--charcoal); box-shadow:0 30px 100px rgba(0,0,0,.45);
}
dialog::backdrop { background:rgba(0,12,20,.82); backdrop-filter: blur(4px); }
.dialog-close { position:absolute; right:18px; top:12px; border:0; background:none; font-size:32px; cursor:pointer; }
form { display:grid; gap:16px; margin-top:26px; }
label { display:grid; gap:6px; font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
input { border:1px solid #cfc8bc; background:#fff; min-height:46px; padding:10px 12px; }
.form-note { color:var(--muted); font-size:11px; }

@media (max-width: 900px) {
  .main-nav { display:none; position:absolute; left:0; right:0; top:74px; padding:24px 20px; background:rgba(4,18,29,.98); flex-direction:column; align-items:flex-start; }
  .main-nav.open { display:flex; }
  .menu-toggle { display:block; }
  .brand-text strong { font-size:14px; }
  .brand-mark { width:46px; height:46px; }
  .split, .founder-grid, .invite-inner, .contact-grid, .visual-grid { grid-template-columns:1fr; gap:48px; }
  .value-grid { grid-template-columns:1fr 1fr; }
  .founder-copy { padding:60px 30px; }
  .portrait-placeholder, .founder-portrait { min-height:500px; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 580px) {
  :root { --container: min(100% - 28px, 1180px); }
  .site-header { min-height:74px; }
  .brand-text small { display:none; }
  h1 { font-size:48px; }
  .hero::before,.hero::after { content:none; }




/* Premium process showcase */
.process-showcase {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(201,154,66,.16), transparent 24%),
    linear-gradient(145deg, #061725 0%, #071826 48%, #0e2b3b 100%);
}
.process-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: .18;
  pointer-events: none;
}
.process-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 78px;
  align-items: center;
}
.process-copy h2 {
  max-width: 620px;
  margin-bottom: 30px;
}
.process-copy > p {
  max-width: 620px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
}
.process-steps {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}
.process-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  column-gap: 22px;
  padding: 22px 0;
  border-top: 1px solid rgba(201,154,66,.28);
}
.process-step:last-child {
  border-bottom: 1px solid rgba(201,154,66,.28);
}
.process-step span {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: .22em;
}
.process-step strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.05;
}
.process-step p {
  grid-column: 2;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
}
.process-visuals {
  position: relative;
  min-height: 700px;
}
.process-image {
  margin: 0;
  position: absolute;
  overflow: hidden;
  background: #071826;
  border: 1px solid rgba(226,188,112,.36);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}
.process-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.process-image figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 30px;
  background: linear-gradient(to top, rgba(0,10,18,.88), rgba(0,10,18,.18), transparent);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.55;
}
.process-image figcaption span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 10px;
  font-weight: 600;
}
.process-image-large {
  top: 0;
  right: 0;
  width: 78%;
  height: 470px;
}
.process-image-small {
  left: 0;
  bottom: 0;
  width: 58%;
  height: 340px;
}
.process-image-small::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(226,188,112,.32);
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 980px) {
  .process-showcase-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }
  .process-visuals {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .process-image {
    position: relative;
    width: 100%;
    height: 430px;
  }
  .process-image-small {
    height: 360px;
  }
}
@media (max-width: 580px) {
  .process-showcase {
    padding: 82px 0;
  }
  .process-step {
    grid-template-columns: 1fr;
  }
  .process-step p {
    grid-column: 1;
  }
  .process-image,
  .process-image-small {
    height: 320px;
  }
  .hero { background-position: 60% center; }
}


/* IOR VERSION: process-showcase-v2-cache-bust */
/* Strong override to ensure the new professional section is visible */
.process-showcase {
  display: block !important;
  margin: 0 !important;
  padding: 140px 0 !important;
  background:
    radial-gradient(circle at 76% 18%, rgba(226,188,112,.18), transparent 26%),
    linear-gradient(135deg, #03111c 0%, #071826 52%, #123348 100%) !important;
  color: #fff !important;
}
.process-showcase-grid {
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 80px !important;
  align-items: center !important;
}
.process-copy h2 {
  color: #fff !important;
}
.process-copy > p,
.process-step p {
  color: rgba(255,255,255,.70) !important;
}
.process-step {
  border-top: 1px solid rgba(226,188,112,.30) !important;
}
.process-step:last-child {
  border-bottom: 1px solid rgba(226,188,112,.30) !important;
}
.process-visuals {
  position: relative !important;
  min-height: 720px !important;
}
.process-image {
  position: absolute !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(226,188,112,.42) !important;
  background: #061725 !important;
  box-shadow: 0 34px 100px rgba(0,0,0,.48) !important;
}
.process-image-large {
  top: 0 !important;
  right: 0 !important;
  width: 78% !important;
  height: 485px !important;
}
.process-image-small {
  left: 0 !important;
  bottom: 0 !important;
  width: 58% !important;
  height: 355px !important;
}
.process-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
.process-image figcaption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  padding: 28px 30px !important;
  background: linear-gradient(to top, rgba(0,10,18,.92), rgba(0,10,18,.35), transparent) !important;
  color: rgba(255,255,255,.86) !important;
}
@media (max-width: 980px) {
  .process-showcase-grid {
    grid-template-columns: 1fr !important;
  }
  .process-visuals {
    min-height: auto !important;
    display: grid !important;
    gap: 24px !important;
  }
  .process-image,
  .process-image-large,
  .process-image-small {
    position: relative !important;
    width: 100% !important;
    height: 380px !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
}


/* IOR V3 clean premium quality section */
.visual-proof,
.process-showcase {
  display: none !important;
}

.quality-story {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  color: #fff;
  background: #061725;
}

.quality-story-media {
  position: absolute;
  inset: 0;
}

.quality-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.05) brightness(.72);
}

.quality-story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,14,24,.94) 0%, rgba(3,14,24,.78) 42%, rgba(3,14,24,.28) 100%),
    linear-gradient(0deg, rgba(3,14,24,.82) 0%, rgba(3,14,24,.22) 46%, rgba(3,14,24,.62) 100%);
}

.quality-story-inner {
  position: relative;
  z-index: 2;
  min-height: 900px;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 520px);
  gap: 90px;
  align-items: center;
}

.quality-story-copy h2 {
  color: #fff;
  margin-bottom: 28px;
  max-width: 620px;
}

.quality-story-copy p {
  color: rgba(255,255,255,.74);
  max-width: 560px;
}

.quality-points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(226,188,112,.36);
  border-bottom: 1px solid rgba(226,188,112,.36);
  background: rgba(6,23,37,.36);
  backdrop-filter: blur(10px);
}

.quality-points article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(226,188,112,.24);
}

.quality-points article:last-child {
  border-bottom: 0;
}

.quality-points span {
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: .22em;
}

.quality-points h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 30px;
}

.quality-points p {
  grid-column: 2;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.75;
}

.development.section-light {
  padding-top: 120px !important;
}

@media (max-width: 980px) {
  .quality-story,
  .quality-story-inner {
    min-height: auto;
  }

  .quality-story {
    padding: 90px 0;
  }

  .quality-story-inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .quality-story-media img {
    object-position: center;
  }

  .quality-story-media::after {
    background:
      linear-gradient(0deg, rgba(3,14,24,.94), rgba(3,14,24,.66)),
      linear-gradient(90deg, rgba(3,14,24,.72), rgba(3,14,24,.42));
  }
}

@media (max-width: 580px) {
  .quality-story {
    padding: 78px 0;
  }

  .quality-points article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .quality-points p {
    grid-column: 1;
  }
}



/* IOR ORIGIN BLOCK FIX V2 - Herkunftsbereich */
.origin.section-image {
  min-height: 720px !important;
  padding: 120px 0 !important;
  background:
    linear-gradient(90deg, rgba(3,17,28,.92) 0%, rgba(3,17,28,.58) 43%, rgba(3,17,28,.16) 100%),
    url("images/mentawai-origin-ocean.webp") !important;
  background-size: cover !important;
  background-position: center !important;
}

.origin-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) 1fr !important;
  align-items: center !important;
}

.origin-card {
  width: 100% !important;
  max-width: 520px !important;
  padding: 44px 46px 46px !important;
  background: rgba(4, 18, 29, .88) !important;
  border: 1px solid rgba(226, 188, 112, .46) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.38) !important;
  backdrop-filter: blur(10px) !important;
}

.origin-card .eyebrow,
.origin-card p.eyebrow {
  margin-bottom: 18px !important;
  color: var(--gold-light) !important;
  font-size: 10px !important;
  letter-spacing: .24em !important;
}

.origin-card h2 {
  max-width: 430px !important;
  margin-bottom: 26px !important;
  color: #fff !important;
  font-size: clamp(38px, 3.35vw, 50px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.015em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.origin-card h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  margin-top: 24px;
  background: var(--gold-light);
}

.origin-card p {
  max-width: 410px !important;
  margin: 0 0 18px !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

.origin-card p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .origin.section-image {
    padding: 90px 0 !important;
  }

  .origin-grid {
    grid-template-columns: 1fr !important;
  }

  .origin-card {
    max-width: 620px !important;
    padding: 42px 34px !important;
  }

  .origin-card h2 {
    max-width: 520px !important;
    font-size: clamp(36px, 7vw, 48px) !important;
  }
}

@media (max-width: 520px) {
  .origin-card {
    padding: 34px 24px !important;
  }

  .origin-card h2 {
    font-size: 36px !important;
    line-height: 1.04 !important;
  }

  .origin-card p {
    font-size: 13px !important;
  }
}



/* IOR ORIGIN BLOCK FIX V3 - Überschrift passt sicher in den Block */
.origin-card {
  max-width: 560px !important;
  padding: 50px 52px 52px !important;
}

.origin-card h2 {
  max-width: 455px !important;
  font-size: clamp(34px, 2.75vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.01em !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}

.origin-card p {
  max-width: 430px !important;
}

@media (max-width: 900px) {
  .origin-card {
    max-width: 560px !important;
    padding: 42px 34px !important;
  }

  .origin-card h2 {
    max-width: 440px !important;
    font-size: clamp(34px, 6vw, 42px) !important;
  }
}

@media (max-width: 520px) {
  .origin-card h2 {
    max-width: 100% !important;
    font-size: 34px !important;
  }
}
