:root {
  --ink: #173e3c;
  --ink-deep: #103230;
  --paper: #f5f0e8;
  --paper-dark: #e9e0d2;
  --coral: #de705b;
  --clay: #a94d39;
  --line: rgba(23, 62, 60, .2);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: white; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.site-header { height: 92px; position: absolute; z-index: 10; left: 0; right: 0; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 4.3vw; color: #fff; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-family: var(--serif); font-size: 16px; line-height: .83; letter-spacing: -.03em; }
.brand em { font-weight: 500; }
.brand-mark { width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 20px; font-style: italic; }
.desktop-nav { display: flex; gap: clamp(1.4rem, 3vw, 3.7rem); margin-left: auto; }
.desktop-nav a { position: relative; color: inherit; text-decoration: none; font-size: 13px; }
.desktop-nav a::after { content: ""; bottom: -5px; left: 0; right: 100%; position: absolute; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { display: inline-flex; align-items: center; gap: .65rem; padding: .74rem 1rem; color: var(--ink); background: #fff; text-decoration: none; text-transform: uppercase; font: 11px var(--mono); letter-spacing: .08em; transition: background .2s, color .2s; }.header-contact:hover { color: #fff; background: var(--coral); }.header-contact span { font-size: 14px; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; min-height: 740px; height: min(100vh, 950px); overflow: hidden; color: #fff; background: var(--ink); }
.hero-image-wrap, .hero-image-wrap::after { position: absolute; inset: 0; }
.hero-image-wrap::after { content: ""; background: linear-gradient(90deg, rgba(8,32,31,.72) 0%, rgba(8,32,31,.26) 52%, rgba(8,32,31,.06) 100%), linear-gradient(0deg, rgba(7,25,25,.24), transparent 38%); }
.hero-image { height: 100%; object-fit: cover; object-position: center; animation: reveal 1.1s cubic-bezier(.2,.65,.2,1) both; }
.hero-sun { width: 20vw; height: 20vw; max-width: 275px; max-height: 275px; position: absolute; left: 51%; top: 13%; border-radius: 50%; background: #f7c463; filter: blur(1px); mix-blend-mode: screen; opacity: .23; }
.hero-copy { position: relative; z-index: 1; width: min(680px, 56vw); padding: clamp(150px, 23vh, 235px) 0 0 9.7vw; animation: rise .8s .2s cubic-bezier(.2,.65,.2,1) both; }
.eyebrow, .section-label { margin: 0; text-transform: uppercase; font: 11px var(--mono); letter-spacing: .11em; }
.eyebrow { color: var(--coral); }
.hero .eyebrow { color: #f4c3a9; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
h1 { margin: 1rem 0 1.35rem; font-size: clamp(3.75rem, 7.2vw, 7.8rem); }
h1 em, h2 em { color: var(--coral); font-weight: inherit; }
.hero h1 em { color: #f6d6b1; }
.hero-intro { max-width: 400px; font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.9); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; margin-top: 1.4rem; padding-bottom: 7px; color: #fff; border-bottom: 1px solid currentColor; text-decoration: none; font: 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: gap .2s; }
.text-link:hover { gap: 1.45rem; }
.text-link.dark { color: var(--ink); }
.hero-details { position: absolute; z-index: 1; right: 4.3vw; bottom: 6.2vw; display: flex; color: #fff; border-top: 1px solid rgba(255,255,255,.55); }
.hero-details > div { width: clamp(85px, 9vw, 140px); padding-top: 12px; margin-left: 1.2vw; display: flex; flex-direction: column; gap: 2px; }
.hero-details strong { font: 500 clamp(1.3rem, 2vw, 2rem) var(--serif); }
.hero-details span { font-size: 11px; letter-spacing: .03em; }
.hero-caption { position: absolute; z-index: 1; left: 4.3vw; bottom: 1.6rem; margin: 0; font: 10px var(--mono); letter-spacing: .07em; opacity: .8; }

.section { padding: clamp(5rem, 10.5vw, 10rem) 9.7vw; }
.section-label { display: flex; gap: 1rem; align-items: center; color: var(--ink); }
.section-label span { color: var(--coral); }
.intro { background: var(--paper); }
.intro-copy { display: grid; grid-template-columns: 1.05fr 1fr; gap: 7.5vw; padding: clamp(3.4rem, 7.5vw, 7.5rem) 0 4.3rem; }
.large-copy { max-width: 510px; margin: 0; font: 500 clamp(2.7rem, 4.8vw, 5.4rem)/.98 var(--serif); letter-spacing: -.055em; }
.large-copy em { color: var(--coral); }
h2 { margin-bottom: 1.35rem; font-size: clamp(2.7rem, 4.4vw, 5rem); }
.intro-description { padding-top: 1vw; max-width: 480px; }
.intro-description p, .gallery-header p, .amenities-content > div > p, .sfakia-copy > p:not(.eyebrow), .booking-copy > p:not(.eyebrow) { max-width: 450px; font-size: 17px; line-height: 1.7; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid > div { min-height: 170px; padding: 1.6rem 1.5rem 1.4rem 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.stats-grid > div:not(:first-child) { padding-left: 1.5rem; }
.stats-grid > div:last-child { border-right: 0; }
.stat-icon { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: auto; color: var(--coral); border: 1px solid currentColor; border-radius: 50%; font: 12px var(--serif); }
.stats-grid strong { font: 500 19px var(--serif); }
.stats-grid p { margin: 2px 0 0; font-size: 13px; }

.story-section { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--coral); }
.image-frame { overflow: hidden; }
.image-frame img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.image-frame:hover img { transform: scale(1.035); }
.story-image { min-height: 650px; }
.story-copy { max-width: 600px; align-self: center; padding: 6vw 9vw; color: var(--ink-deep); }
.story-copy .eyebrow { color: var(--ink-deep); }
.story-copy h2 { margin-top: 1.3rem; font-size: clamp(3.3rem, 5.2vw, 6rem); }
.story-copy h2 em { color: #f9e7cc; }
.story-copy > p:not(.eyebrow) { max-width: 390px; font-size: 17px; line-height: 1.7; }

.gallery { background: #f9f6f0; }
.gallery-header { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; margin-bottom: 4.4rem; }
.gallery-header h2 { margin-bottom: .85rem; }
.gallery-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr .95fr; grid-template-rows: 340px 340px; gap: 15px; }
.gallery-card { position: relative; padding: 0; overflow: hidden; color: #fff; border: 0; cursor: pointer; background: var(--ink); text-align: left; }
.gallery-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(6,29,29,.58)); pointer-events: none; }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card span { z-index: 1; position: absolute; display: flex; justify-content: space-between; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; font: 500 16px var(--serif); }
.gallery-card i { font: 15px var(--sans); font-style: normal; }
.card-tall { grid-row: span 2; }.card-wide { grid-column: span 2; }.card-square { grid-column: 2; }.card-landscape { grid-column: span 2; }
.card-tall img { object-position: 56% center; }.card-wide img { object-position: center 49%; }.card-landscape img { object-position: center; }

.amenities { color: #fff; background: var(--ink); }
.amenities .section-label { color: #fff; }.amenities .section-label span { color: #f5bd8e; }
.amenities-content { display: grid; grid-template-columns: 1.1fr 1fr; gap: 8vw; padding-top: clamp(3.2rem, 6vw, 6rem); }
.amenities h2 em { color: #f5bd8e; }.amenities-content > div > p { color: rgba(255,255,255,.78); }
.amenities-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.amenities-list li { min-height: 62px; display: flex; align-items: center; gap: 1.4rem; border-bottom: 1px solid rgba(255,255,255,.35); font: 500 clamp(17px, 1.5vw, 21px) var(--serif); }
.amenities-list span { width: 24px; color: #f5bd8e; font: 10px var(--mono); }

.sfakia { min-height: 730px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #d9edf0; }
.sfakia-art { position: relative; min-height: 730px; overflow: hidden; background: #91c6d0; }
.sun-disc { position: absolute; top: 14%; left: 19%; width: 145px; height: 145px; border-radius: 50%; background: #f5bb68; }
.mountain { position: absolute; bottom: 0; background: var(--ink); transform-origin: bottom; }
.mountain-one { width: 91%; height: 65%; left: -13%; clip-path: polygon(0 100%, 16% 72%, 31% 68%, 46% 47%, 61% 34%, 78% 26%, 100% 0, 100% 100%); background: #285b5b; }
.mountain-two { width: 87%; height: 57%; right: -16%; clip-path: polygon(0 100%, 0 45%, 25% 22%, 45% 25%, 68% 5%, 100% 20%, 100% 100%); background: #174344; }
.sea-line { z-index: 1; position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.8); }.sea-one { bottom: 24%; }.sea-two { bottom: 18%; left: 12%; }.sea-three { bottom: 12%; left: -10%; }
.sfakia-copy { max-width: 650px; align-self: center; padding: 7vw 9vw; }
.sfakia-copy h2 { margin-top: 1.2rem; font-size: clamp(3rem, 4.8vw, 5.8rem); }.sfakia-copy h2 em { color: var(--coral); }

.booking { display: grid; grid-template-columns: 1.04fr .96fr; gap: 0; padding-top: clamp(5rem, 10vw, 10rem); padding-bottom: clamp(5rem, 10vw, 10rem); background: var(--paper-dark); }
.booking-image { min-height: 590px; }.booking-image img { object-position: center; }
.booking-copy { align-self: center; padding: 5vw 8vw; }.booking-copy h2 { margin-top: 1.25rem; font-size: clamp(3.3rem, 5.2vw, 6.1rem); }.booking-copy h2 em { color: var(--clay); }
.booking-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; margin-top: 1rem; }.booking-actions .button-primary { margin: 0; }
.button-primary { display: inline-flex; justify-content: center; align-items: center; gap: 1.5rem; padding: 1.1rem 1.35rem; color: #fff; background: var(--ink); text-decoration: none; text-transform: uppercase; font: 11px var(--mono); letter-spacing: .07em; transition: background .2s, transform .2s; }.button-primary:hover { background: var(--clay); transform: translateY(-2px); }
.booking-airbnb { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 4px; font-size: 13px; }
.booking-note { margin: 1.8rem 0 0; color: rgba(23,62,60,.72); font-size: 11px !important; line-height: 1.55 !important; }

.contact-section { padding: clamp(5rem, 9vw, 8rem) 9.7vw; color: #fff; background: var(--ink); }.contact-section .section-label { color: #fff; }.contact-section .section-label span { color: #f5bd8e; }.contact-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; padding-top: clamp(3rem, 6vw, 5.5rem); }.contact-section .eyebrow { color: #f5bd8e; }.contact-section h2 { margin-top: 1.2rem; font-size: clamp(3rem, 5vw, 5.7rem); }.contact-section h2 em { color: #f5bd8e; }.contact-details { max-width: 430px; align-self: center; }.contact-details > p { font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.82); }.contact-details .button-primary { margin-top: 1rem; color: var(--ink); background: #fff; }.contact-details .button-primary:hover { color: #fff; background: var(--coral); }.contact-methods { display: grid; gap: .8rem; margin-top: 1.8rem; }.contact-methods a { display: flex; flex-wrap: wrap; gap: .5rem 1rem; color: #fff; font-size: 15px; text-decoration: none; }.contact-methods a:hover { color: #f5bd8e; }.contact-methods span { min-width: 62px; color: #f5bd8e; text-transform: uppercase; font: 10px var(--mono); letter-spacing: .08em; line-height: 2; }.contact-social { display: flex; gap: 1.5rem; margin-top: 2rem; }.contact-social a { color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.55); padding-bottom: 4px; font: 11px var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.site-footer { min-height: 175px; display: grid; grid-template-columns: 1.2fr .9fr 1fr 1.1fr auto auto; align-items: center; gap: 1.5rem; padding: 2.5rem 4.3vw; color: #e9e1d6; background: var(--ink-deep); }.site-footer p { margin: 0; font-size: 12px; }.footer-brand { font-size: 17px; }.footer-phone { color: inherit; text-decoration: none; white-space: nowrap; }.footer-social { display: flex; gap: .85rem; }.footer-social a { color: inherit; text-decoration: none; font-size: 11px; white-space: nowrap; }.footer-social a:hover, .footer-phone:hover { color: #f5bd8e; }.to-top { justify-self: end; color: inherit; text-decoration: none; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.mobile-book { display: none; }
.lightbox { width: min(1000px, calc(100vw - 2rem)); max-height: calc(100vh - 2rem); padding: 0; color: #fff; background: #102725; border: 0; box-shadow: 0 20px 80px rgba(0,0,0,.5); }.lightbox::backdrop { background: rgba(5,18,18,.84); backdrop-filter: blur(5px); }.lightbox img { width: 100%; max-height: calc(100vh - 7rem); object-fit: contain; }.lightbox p { margin: .8rem 1.1rem 1rem; font: 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.lightbox-close { position: absolute; top: .65rem; right: .65rem; z-index: 2; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: rgba(16,39,37,.5); cursor: pointer; font-size: 25px; line-height: 1; }

@keyframes reveal { from { transform: scale(1.06); } to { transform: scale(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 860px) {
  .site-header { height: 76px; padding: 0 1.3rem; }.desktop-nav, .header-contact { display: none; }.menu-button { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; gap: 5px; flex-direction: column; padding: 0; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }.menu-button span:not(.sr-only) { width: 15px; height: 1px; background: currentColor; transition: transform .25s; }.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(3px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3px) rotate(-45deg); }.mobile-menu { position: fixed; z-index: 9; top: 76px; left: 0; right: 0; padding: 1rem 1.3rem 1.5rem; color: white; background: var(--ink-deep); box-shadow: 0 13px 18px rgba(0,0,0,.16); }.mobile-menu a { display: block; padding: .85rem 0; color: inherit; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; font: 500 20px var(--serif); }
  .hero { min-height: 680px; height: 100svh; }.hero-image-wrap::after { background: linear-gradient(90deg, rgba(8,32,31,.67), rgba(8,32,31,.05)), linear-gradient(0deg, rgba(8,32,31,.5), transparent 50%); }.hero-copy { width: 100%; padding: 140px 1.3rem 0; }.hero-intro { font-size: 16px; }.hero-details { left: 1.3rem; right: 1.3rem; bottom: 6rem; }.hero-details > div { flex: 1; margin-left: 0; }.hero-caption { display: none; }
  .section { padding: 4.7rem 1.3rem; }.intro-copy, .gallery-header, .amenities-content, .booking { grid-template-columns: 1fr; }.intro-copy { gap: 2rem; padding: 3rem 0 3.3rem; }.intro-description { padding: 0; }.stats-grid { grid-template-columns: 1fr 1fr; }.stats-grid > div { min-height: 138px; padding: 1rem .8rem 1rem 0; }.stats-grid > div:nth-child(2) { border-right: 0; }.stats-grid > div:nth-child(3) { border-top: 1px solid var(--line); }.stats-grid > div:nth-child(4) { border-top: 1px solid var(--line); border-right: 0; }.stats-grid > div:not(:first-child) { padding-left: .8rem; }
  .story-section, .sfakia { grid-template-columns: 1fr; }.story-image { min-height: 420px; }.story-copy { max-width: none; padding: 4.7rem 1.3rem; }.gallery-header { gap: 2.3rem; margin-bottom: 2.8rem; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 215px 215px 215px; gap: 9px; }.card-tall { grid-row: span 2; }.card-wide { grid-column: 2; }.card-square { grid-column: 1; }.card-landscape { grid-column: span 2; }.card-wide img { object-position: center; }.sfakia-art { min-height: 440px; }.sfakia-copy { padding: 4.7rem 1.3rem; }.booking { padding: 4.7rem 1.3rem; }.booking-image { min-height: 390px; }.booking-copy { padding: 3.5rem 0 0; }.contact-section { padding: 4.7rem 1.3rem; }.contact-content { grid-template-columns: 1fr; gap: 2.2rem; padding-top: 3rem; }.contact-details { max-width: none; }.contact-social { gap: 1rem; }
  .site-footer { grid-template-columns: 1fr 1fr; min-height: 0; padding: 2.6rem 1.3rem 6.5rem; gap: 2rem 1rem; }.site-footer .brand { grid-column: span 2; }.site-footer p { font-size: 11px; }.footer-phone { overflow-wrap: anywhere; }.footer-social { flex-direction: column; gap: .35rem; }.to-top { justify-self: start; }.mobile-book { position: fixed; z-index: 8; display: flex; align-items: center; justify-content: space-between; bottom: 13px; left: 13px; right: 13px; padding: 1.05rem 1.2rem; color: white; background: var(--ink); box-shadow: 0 6px 22px rgba(4,30,29,.25); text-decoration: none; text-transform: uppercase; font: 11px var(--mono); letter-spacing: .08em; }.mobile-book span { font-size: 16px; }
}

@media (max-width: 430px) { h1 { font-size: 3.55rem; }.hero-details strong { font-size: 1.35rem; }.hero-details span { font-size: 10px; }.gallery-grid { grid-template-rows: 280px 185px 185px; }.gallery-card span { left: .8rem; right: .8rem; bottom: .7rem; }.site-footer { grid-template-columns: 1fr; }.site-footer .brand { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-image, .hero-copy { animation: none; }.gallery-card img, .image-frame img, .button-primary { transition: none; } }
