
  :root {
    --gold: #c9a84c;
    --gold-light: #e2c97e;
    --black: #0d0d0d;
    --dark: #161616;
    --dark2: #1e1e1e;
    --dark3: #252525;
    --white: #f5f0e8;
    --text-muted: #999;
    --font-display: 'Cormorant Garamond', serif;
    --font-body: 'Montserrat', sans-serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: var(--dark); color: var(--white); font-family: var(--font-body); font-size: 15px; line-height: 1.75; }

  .page { display: none; }
  .page.active { display: block; }

  /* TOPBAR */
  .topbar {
    background: var(--black);
    text-align: center;
    padding: 8px 20px;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gold);
    font-weight: 500;
    text-transform: uppercase;
  }

  /* HEADER */
  header {
    background: var(--black);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(201,168,76,0.2);
  }
  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 80px;
  }
  .logo {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 1;
  }
  .logo span { color: var(--white); font-weight: 300; display: block; font-size: 11px; letter-spacing: 4px; margin-top: 3px; }
  nav { display: flex; align-items: center; }
  nav a, .dropdown > span {
    color: var(--white);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 28px 16px;
    display: inline-block;
    transition: color 0.2s;
    cursor: pointer;
  }
  nav a:hover, .dropdown > span:hover, nav a.active-link { color: var(--gold); }
  .dropdown { position: relative; }
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--black);
    border: 1px solid rgba(201,168,76,0.25);
    min-width: 250px;
    z-index: 200;
  }
  .dropdown:hover .dropdown-menu { display: block; }
  .dropdown-menu a {
    display: block;
    padding: 13px 22px;
    font-size: 11px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(201,168,76,0.08);
    color: rgba(245,240,232,0.8);
    cursor: pointer;
  }
  .dropdown-menu a:last-child { border-bottom: none; }
  .dropdown-menu a:hover { color: var(--gold); background: rgba(201,168,76,0.05); }
  .btn-rez {
    margin-left: 16px;
    background: transparent;
    border: 1px solid var(--gold);
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 24px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: var(--font-body);
  }
  .btn-rez:hover { background: var(--gold); color: var(--black); }

  /* FOOTER */
  footer { background: var(--black); border-top: 1px solid rgba(201,168,76,0.2); padding: 60px 40px 30px; }
  .footer-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px;
    padding-bottom: 40px; border-bottom: 1px solid rgba(201,168,76,0.12);
  }
  .footer-brand {}
  .footer-logo-text {
    font-family: var(--font-display);
    font-size: 22px; font-weight: 600; color: var(--gold);
    letter-spacing: 3px; text-transform: uppercase; line-height: 1; margin-bottom: 4px;
  }
  .footer-logo-sub { font-size: 10px; letter-spacing: 4px; color: rgba(245,240,232,0.4); text-transform: uppercase; margin-bottom: 18px; }
  .footer-desc { color: var(--text-muted); font-size: 13px; line-height: 1.85; max-width: 290px; margin-bottom: 18px; }
  .footer-addr { font-size: 12px; color: rgba(201,168,76,0.7); letter-spacing: 0.3px; }
  .footer-col h4 {
    font-family: var(--font-display); font-size: 15px; font-weight: 600;
    color: var(--gold); margin-bottom: 18px; letter-spacing: 1px;
  }
  .footer-col a {
    display: block; color: var(--text-muted); text-decoration: none;
    font-size: 12px; margin-bottom: 9px; transition: color 0.2s; cursor: pointer; letter-spacing: 0.3px;
  }
  .footer-col a:hover { color: var(--gold); }
  .footer-col .footer-detail { font-size: 12px; color: var(--text-muted); margin-top: 6px; line-height: 1.8; }
  .footer-bottom {
    max-width: 1200px; margin: 22px auto 0;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 11px; color: rgba(153,153,153,0.6); letter-spacing: 0.5px;
  }

  /* HERO */
  .hero {
    position: relative; height: 95vh; min-height: 620px;
    display: flex; align-items: center; justify-content: center; overflow: hidden;
  }
  .hero-bg { position: absolute; inset: 0; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.6) 100%); }
  .hero-content { position: relative; text-align: center; max-width: 840px; padding: 0 40px; }
  .hero-eyebrow {
    display: block; font-size: 10px; letter-spacing: 5px; color: var(--gold);
    text-transform: uppercase; font-weight: 500; margin-bottom: 24px;
  }
  .hero-title {
    font-family: var(--font-display); font-size: clamp(44px, 6vw, 82px);
    font-weight: 300; color: var(--white); line-height: 1.08; margin-bottom: 28px; letter-spacing: 3px;
  }
  .hero-title em { color: var(--gold); font-style: normal; font-weight: 600; }
  .hero-text {
    font-size: 13px; color: rgba(245,240,232,0.82); max-width: 540px;
    margin: 0 auto 38px; line-height: 2; letter-spacing: 0.2px;
  }
  .btn-primary {
    display: inline-block; background: var(--gold); color: var(--black);
    padding: 15px 48px; font-size: 10px; letter-spacing: 3px; font-weight: 700;
    text-transform: uppercase; cursor: pointer; transition: background 0.25s; border: none; font-family: var(--font-body);
  }
  .btn-primary:hover { background: var(--gold-light); }
  .btn-outline {
    display: inline-block; background: transparent; color: var(--gold);
    border: 1px solid var(--gold); padding: 15px 48px; font-size: 10px; letter-spacing: 3px;
    font-weight: 700; text-transform: uppercase; cursor: pointer; transition: all 0.25s; font-family: var(--font-body);
  }
  .btn-outline:hover { background: var(--gold); color: var(--black); }
  .hero-scroll {
    position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    color: var(--gold); font-size: 9px; letter-spacing: 3px; text-transform: uppercase; opacity: 0.65;
  }
  .hero-scroll::after { content: ''; width: 1px; height: 44px; background: var(--gold); display: block; }

  /* SECTIONS */
  .section { padding: 96px 40px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .eyebrow { display: block; font-size: 9px; letter-spacing: 5px; color: var(--gold); text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }
  .section-title {
    font-family: var(--font-display); font-size: clamp(30px, 4vw, 50px);
    font-weight: 400; color: var(--white); margin-bottom: 20px; line-height: 1.15;
  }
  .section-title strong { color: var(--gold); font-weight: 600; }
  .divider { width: 56px; height: 1px; background: var(--gold); margin: 0 0 30px; }
  .divider-center { margin: 0 auto 30px; }
  .text-center { text-align: center; }

  /* ABOUT GRID */
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
  .about-text p { color: rgba(245,240,232,0.72); font-size: 13.5px; line-height: 1.95; margin-bottom: 16px; }
  .about-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
  .about-img img { width: 100%; height: 100%; object-fit: cover; }
  .about-img::before {
    content: ''; position: absolute; top: -14px; left: -14px; right: 14px; bottom: 14px;
    border: 1px solid rgba(201,168,76,0.28); z-index: 1; pointer-events: none;
  }

  /* CARDS */
  .cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 52px; }
  .card {
    background: var(--dark2); overflow: hidden; cursor: pointer;
    transition: transform 0.25s; border: 1px solid rgba(201,168,76,0.1);
  }
  .card:hover { transform: translateY(-5px); }
  .card-img { aspect-ratio: 16/10; overflow: hidden; }
  .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s; }
  .card:hover .card-img img { transform: scale(1.05); }
  .card-body { padding: 30px; }
  .card-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--white); margin-bottom: 10px; }
  .card-text { font-size: 13px; color: var(--text-muted); line-height: 1.85; margin-bottom: 22px; }
  .card-link { font-size: 10px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; font-weight: 600; border-bottom: 1px solid rgba(201,168,76,0.35); padding-bottom: 2px; }

  /* FEATURES */
  .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 52px; background: rgba(201,168,76,0.08); }
  .feature { background: var(--dark2); padding: 38px 30px; text-align: center; }
  .feature-icon-svg { width: 32px; height: 32px; margin: 0 auto 16px; color: var(--gold); display: block; }
  .feature-title { font-family: var(--font-display); font-size: 17px; color: var(--gold); margin-bottom: 10px; letter-spacing: 0.3px; }
  .feature-text { font-size: 12px; color: var(--text-muted); line-height: 1.75; }

  /* ATTRACTIONS */
  .attractions-list { margin-top: 52px; }
  .attraction-item {
    display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
    align-items: center; padding: 56px 0; border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .attraction-item:first-child { padding-top: 0; }
  .attraction-item:last-child { border-bottom: none; }
  .attraction-item.reverse { direction: rtl; }
  .attraction-item.reverse > * { direction: ltr; }
  .attraction-img { aspect-ratio: 4/3; overflow: hidden; }
  .attraction-img img { width: 100%; height: 100%; object-fit: cover; }
  .attraction-text h3 { font-family: var(--font-display); font-size: 32px; font-weight: 500; color: var(--white); margin-bottom: 14px; line-height: 1.2; }
  .attraction-text p { font-size: 13px; color: rgba(245,240,232,0.68); line-height: 1.95; }

  /* BEACHES */
  .beaches-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }
  .beach-card { background: var(--dark2); border: 1px solid rgba(201,168,76,0.1); overflow: hidden; }
  .beach-card-img { aspect-ratio: 3/2; overflow: hidden; }
  .beach-card-img img { width: 100%; height: 100%; object-fit: cover; }
  .beach-card-body { padding: 22px 24px; }
  .beach-card-body h4 { font-family: var(--font-display); font-size: 19px; color: var(--gold); margin-bottom: 8px; }
  .beach-card-body p { font-size: 12px; color: var(--text-muted); line-height: 1.75; }

  /* FOOD */
  .food-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 52px; }
  .food-text p { font-size: 13.5px; color: rgba(245,240,232,0.72); line-height: 1.95; margin-bottom: 16px; }
  .food-img { aspect-ratio: 4/3; overflow: hidden; }
  .food-img img { width: 100%; height: 100%; object-fit: cover; }

  /* REVIEWS */
  .reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 52px; }
  .review-card { background: var(--dark2); border: 1px solid rgba(201,168,76,0.1); padding: 34px; }
  .review-stars { color: var(--gold); font-size: 13px; margin-bottom: 14px; letter-spacing: 2px; }
  .review-text { font-size: 13px; color: rgba(245,240,232,0.78); line-height: 1.85; margin-bottom: 18px; font-style: italic; }
  .review-author { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 1.5px; text-transform: uppercase; }
  .review-origin { font-size: 11px; color: var(--text-muted); margin-top: 3px; }

  /* APT HERO */
  .apt-hero { height: 58vh; min-height: 400px; position: relative; overflow: hidden; }
  .apt-hero img { width: 100%; height: 100%; object-fit: cover; }
  .apt-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.68) 100%);
    display: flex; align-items: flex-end; padding: 52px 64px;
  }
  .apt-hero-title {
    font-family: var(--font-display); font-size: clamp(38px, 5.5vw, 68px);
    font-weight: 300; color: var(--white); letter-spacing: 2px; line-height: 1.1;
  }
  .apt-hero-title em { color: var(--gold); font-style: normal; }

  /* APT CONTENT */
  .apt-content { max-width: 1200px; margin: 0 auto; padding: 72px 40px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; }
  .apt-desc p { font-size: 13.5px; color: rgba(245,240,232,0.78); line-height: 1.95; margin-bottom: 16px; }
  .apt-desc h3 { font-family: var(--font-display); font-size: 22px; color: var(--gold); margin: 32px 0 12px; font-weight: 500; }
  .apt-sidebar { position: sticky; top: 100px; align-self: start; }
  .apt-info-box { background: var(--dark2); border: 1px solid rgba(201,168,76,0.2); padding: 36px; margin-bottom: 18px; }
  .apt-info-box h4 {
    font-family: var(--font-display); font-size: 20px; color: var(--gold); font-weight: 500;
    margin-bottom: 22px; border-bottom: 1px solid rgba(201,168,76,0.18); padding-bottom: 16px;
  }
  .apt-amenity {
    display: flex; align-items: flex-start; gap: 12px; font-size: 12.5px;
    color: rgba(245,240,232,0.72); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
  }
  .apt-amenity:last-child { border-bottom: none; }
  .amenity-dot { width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

  /* GALLERY */
  .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 52px; }
  .gallery-item { position: relative; overflow: hidden; cursor: zoom-in; }
  .gallery-item img { width: 100%; height: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.4s ease, opacity 0.2s; }
  .gallery-item:hover img { transform: scale(1.04); opacity: 0.88; }
  .gallery-item .zoom-icon { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.25s; background: rgba(0,0,0,0.25); }
  .gallery-item:hover .zoom-icon { opacity: 1; }
  .gallery-item .zoom-icon svg { width: 32px; height: 32px; color: #fff; }
  .gallery-grid .span2 { grid-column: span 2; }
  .gallery-grid .span2 .gallery-item img { aspect-ratio: 8/3; }

  /* LIGHTBOX */
  .lb-overlay { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,0.94); align-items: center; justify-content: center; }
  .lb-overlay.open { display: flex; }
  .lb-inner { position: relative; max-width: 92vw; max-height: 92vh; display: flex; align-items: center; justify-content: center; }
  .lb-img { max-width: 88vw; max-height: 88vh; object-fit: contain; display: block; animation: lb-fade 0.2s ease; }
  @keyframes lb-fade { from { opacity: 0; transform: scale(0.97); } to { opacity: 1; transform: scale(1); } }
  .lb-close { position: fixed; top: 20px; right: 28px; background: none; border: none; color: #fff; font-size: 36px; cursor: pointer; line-height: 1; opacity: 0.7; transition: opacity 0.2s; z-index: 1001; }
  .lb-close:hover { opacity: 1; }
  .lb-arrow { position: fixed; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #fff; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; z-index: 1001; }
  .lb-arrow:hover { background: rgba(201,168,76,0.3); border-color: var(--gold); }
  .lb-arrow.prev { left: 16px; }
  .lb-arrow.next { right: 16px; }
  .lb-arrow svg { width: 22px; height: 22px; }
  .lb-counter { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 2px; font-family: var(--font-body); z-index: 1001; }
  .lb-thumbs { position: fixed; bottom: 44px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; max-width: 90vw; overflow-x: auto; padding: 4px; z-index: 1001; }
  .lb-thumb { width: 52px; height: 38px; object-fit: cover; cursor: pointer; opacity: 0.45; border: 1px solid transparent; transition: opacity 0.2s, border-color 0.2s; flex-shrink: 0; }
  .lb-thumb.active, .lb-thumb:hover { opacity: 1; border-color: var(--gold); }

  /* PHOTO STRIP */
  .photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; margin-top: 52px; }
  .photo-strip img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }

  /* CTA BANNER */
  .cta-banner {
    background: linear-gradient(135deg, var(--black) 0%, #1a120a 100%);
    border-top: 1px solid rgba(201,168,76,0.18); border-bottom: 1px solid rgba(201,168,76,0.18);
    padding: 88px 40px; text-align: center;
  }
  .cta-banner .section-title { margin-bottom: 16px; }
  .cta-banner p { font-size: 13px; color: var(--text-muted); max-width: 500px; margin: 0 auto 36px; line-height: 1.9; }

  /* PAGE HEADER */
  .page-header {
    background: var(--black); padding: 76px 40px; text-align: center;
    border-bottom: 1px solid rgba(201,168,76,0.15);
  }
  .page-header .section-title { margin-bottom: 10px; }
  .page-header p { color: var(--text-muted); font-size: 13px; max-width: 540px; margin: 0 auto; line-height: 1.9; }

  /* KONTAKT */
  .contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 72px; margin-top: 52px; }
  .contact-info h3 { font-family: var(--font-display); font-size: 24px; color: var(--gold); margin-bottom: 28px; font-weight: 500; }
  .contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
  .contact-icon-box {
    width: 42px; height: 42px; border: 1px solid rgba(201,168,76,0.3);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
  .contact-icon-box svg { width: 18px; height: 18px; color: var(--gold); }
  .contact-item-text strong { display: block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
  .contact-item-text span { font-size: 14px; color: rgba(245,240,232,0.78); line-height: 1.6; }
  .info-box-dark { margin-top: 36px; padding: 28px 30px; background: var(--dark2); border: 1px solid rgba(201,168,76,0.12); }
  .info-box-dark h4 { font-family: var(--font-display); color: var(--gold); font-size: 18px; margin-bottom: 14px; font-weight: 500; }
  .info-box-dark p { font-size: 13px; color: var(--text-muted); line-height: 2; }
  .info-box-dark p strong { color: var(--white); }

  .contact-form { background: var(--dark2); padding: 42px; border: 1px solid rgba(201,168,76,0.12); }
  .contact-form h3 { font-family: var(--font-display); font-size: 24px; color: var(--gold); margin-bottom: 28px; font-weight: 500; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .form-group { margin-bottom: 18px; }
  .form-group label { display: block; font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--text-muted); margin-bottom: 9px; font-weight: 600; }
  .form-group input, .form-group textarea, .form-group select {
    width: 100%; background: var(--dark3); border: 1px solid rgba(201,168,76,0.18);
    color: var(--white); padding: 13px 15px; font-size: 13.5px; font-family: var(--font-body); outline: none; transition: border-color 0.2s; appearance: none;
  }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
  .form-group textarea { height: 120px; resize: vertical; }
  .form-group select option { background: var(--dark3); }
  .map-placeholder {
    margin-top: 48px; height: 280px; background: var(--dark2); border: 1px solid rgba(201,168,76,0.12);
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
    color: var(--text-muted); font-size: 13px;
  }
  .map-icon { width: 36px; height: 36px; color: rgba(201,168,76,0.5); }
  .map-placeholder a { color: var(--gold); text-decoration: none; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; border-bottom: 1px solid rgba(201,168,76,0.3); padding-bottom: 2px; }

  /* REZERVACIJA */
  .rezervacija-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; margin-top: 52px; }
  .rezervacija-info h3 { font-family: var(--font-display); font-size: 24px; color: var(--gold); margin-bottom: 26px; font-weight: 500; }
  .rez-apt-card {
    background: var(--dark2); border: 1px solid rgba(201,168,76,0.15);
    overflow: hidden; margin-bottom: 16px; display: flex; gap: 0; cursor: pointer; transition: border-color 0.2s;
  }
  .rez-apt-card:hover, .rez-apt-card.selected { border-color: var(--gold); }
  .rez-apt-card img { width: 120px; height: 90px; object-fit: cover; flex-shrink: 0; }
  .rez-apt-info { padding: 16px 20px; }
  .rez-apt-info h4 { font-family: var(--font-display); font-size: 17px; color: var(--white); margin-bottom: 5px; }
  .rez-apt-info p { font-size: 11px; color: var(--text-muted); line-height: 1.6; }
  .rez-rules { margin-top: 32px; }
  .rez-rules h4 { font-family: var(--font-display); font-size: 18px; color: var(--gold); margin-bottom: 16px; font-weight: 500; }
  .rez-rule { display: flex; gap: 14px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 13px; color: rgba(245,240,232,0.72); }
  .rez-rule:last-child { border-bottom: none; }
  .rez-rule-label { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; width: 100px; flex-shrink: 0; margin-top: 2px; }
  .rez-form { background: var(--dark2); border: 1px solid rgba(201,168,76,0.12); padding: 42px; }
  .rez-form h3 { font-family: var(--font-display); font-size: 24px; color: var(--gold); margin-bottom: 6px; font-weight: 500; }
  .rez-form .form-subtitle { font-size: 12px; color: var(--text-muted); margin-bottom: 28px; }
  .form-divider { border: none; border-top: 1px solid rgba(201,168,76,0.12); margin: 24px 0; }
  .form-section-title { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: rgba(201,168,76,0.6); font-weight: 600; margin-bottom: 18px; }
  .success-msg { display: none; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.3); padding: 24px; text-align: center; margin-top: 20px; }
  .success-msg p { font-size: 13px; color: var(--white); line-height: 1.8; }
  .success-msg strong { color: var(--gold); }

  @media (max-width: 900px) {
    .header-inner { padding: 0 20px; }
    nav a, .dropdown > span { padding: 22px 10px; font-size: 10px; }
    .btn-rez { padding: 9px 16px; font-size: 9px; }
    .about-grid, .food-grid, .cards-grid, .apt-content, .contact-grid,
    .attraction-item, .attraction-item.reverse, .rezervacija-grid { grid-template-columns: 1fr; direction: ltr; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .beaches-grid, .reviews-grid { grid-template-columns: 1fr 1fr; }
    .gallery-grid .span2 { grid-column: span 1; }
    .gallery-grid .span2 img { aspect-ratio: 4/3; }
    .form-row { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .section { padding: 64px 20px; }
    .apt-content { padding: 48px 20px; }
    .apt-hero-overlay { padding: 32px 24px; }
    .photo-strip { grid-template-columns: repeat(2, 1fr); }
  }
