/*!
Theme Name: Clever Click
Theme URI: http://underscores.me/
Author: Kristian Kalajdzic
Author URI: https://www.linkedin.com/in/kristiankalajdzic/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cleverclick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Clever Click is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root {
    --primary: #4e8996;       /* din basefarve */

    --cream: #eef4f5;         /* køligere off-white */
    --warm-white: #f7fbfc;    /* næsten hvid med blå undertone */

    --stone: #b7c9cc;         /* neutral kølig grå-blå */
    --earth: #6f8f95;         /* muted teal */
    --bark: #3f5f65;          /* mørkere teal */
    --deep: #24393d;          /* deep blågrøn */

    --sage: #6f9ea5;          /* dusty teal-grøn */
    --sage-light: #a9c7cc;    /* lys teal */

    --muted: #8a9fa3;         /* neutral grå med blå tone */
    --accent: #d19a6a;        /* varm kontrast (beholdt, men justeret lidt) */
}

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--warm-white);
    color: var(--deep);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.4rem 3rem;
    background: rgba(250,248,244,0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(200,185,154,0.25);
    transition: all 0.3s ease;
  }
  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem; font-weight: 400; letter-spacing: 0.04em;
    color: var(--bark); text-decoration: none;
  }
  .nav-logo span { font-style: italic; color: var(--accent); }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a {
    font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
    color: var(--earth); text-decoration: none; font-weight: 400;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--bark); }
  .nav-cta {
    background: var(--bark); color: var(--cream) !important;
    padding: 0.55rem 1.4rem; border-radius: 2px;
    transition: background 0.2s !important;
  }
  .nav-cta:hover { background: var(--deep) !important; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid; grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    position: relative; overflow: hidden;
  }
  .hero-left {
    display: flex; flex-direction: column; justify-content: center;
    padding: 6rem 4rem 6rem 6rem;
    background: var(--cream);
    position: relative;
  }
  .hero-left::after {
    content: '';
    position: absolute; top: 0; right: -60px; bottom: 0; width: 120px;
    background: var(--cream);
    clip-path: polygon(0 0, 40% 0, 100% 50%, 40% 100%, 0 100%);
    z-index: 2;
  }
  .hero-eyebrow {
    font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
    color: var(--sage); font-weight: 500; margin-bottom: 1.5rem;
    display: flex; align-items: center; gap: 0.8rem;
  }
  .hero-eyebrow::before {
    content: ''; width: 2.5rem; height: 1px; background: var(--sage);
  }
  h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 300; line-height: 1.1;
    color: var(--deep); margin-bottom: 1.8rem;
  }
  h1 em { font-style: italic; color: var(--accent); }
  .hero-sub {
    font-size: 1.05rem; line-height: 1.7; color: var(--earth);
    max-width: 38ch; margin-bottom: 3rem; font-weight: 300;
  }
  .hero-actions { display: flex; gap: 1rem; align-items: center; }
  .btn-primary {
    background: var(--bark); color: var(--cream);
    padding: 1rem 2.2rem; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif; font-size: 0.85rem;
    letter-spacing: 0.08em; text-transform: uppercase;
    text-decoration: none; display: inline-block;
    border-radius: 2px; transition: background 0.25s, transform 0.2s;
  }
  .btn-primary:hover { background: var(--deep); transform: translateY(-2px); }
  .btn-ghost {
    color: var(--earth); font-size: 0.85rem; letter-spacing: 0.05em;
    text-decoration: none; display: flex; align-items: center; gap: 0.5rem;
    transition: color 0.2s;
  }
  .btn-ghost:hover { color: var(--bark); }
  .btn-ghost::after { content: '→'; transition: transform 0.2s; }
  .btn-ghost:hover::after { transform: translateX(4px); }

  .hero-right {
    position: relative; overflow: hidden;
  }
  .hero-image-placeholder {
    width: 100%; height: 100%;
    background: linear-gradient(135deg, #d4c4a8 0%, #b8a07a 40%, #8b7355 100%);
    display: flex; align-items: center; justify-content: center;
    position: relative;
  }
  .hero-image-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(181,132,90,0.3) 0%, transparent 60%);
  }
  .hero-svg {
    opacity: 0.15; width: 260px;
  }
  .trust-strip {
    position: absolute; bottom: 2.5rem; left: 0; right: 0;
    display: flex; justify-content: center; gap: 2.5rem; z-index: 3;
  }
  .trust-item {
    text-align: center; color: var(--bark);
  }
  .trust-number {
    font-family: 'Cormorant Garamond', serif; font-size: 2rem;
    font-weight: 400; display: block;
  }
  .trust-label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }

  /* ── SECTIONS GENERAL ── */
  section { padding: 7rem 6rem; }
  .section-label {
    font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--sage); margin-bottom: 1rem; font-weight: 500;
  }
  h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 300; color: var(--deep); line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  h2 em { font-style: italic; color: var(--accent); }

  /* ── OM MIG ── */
  .about { background: var(--cream); }
  .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
  .about-img {
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, #c8b99a, #8b7355);
    border-radius: 4px; position: relative; overflow: hidden;
  }
  .about-img::after {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 60% 30%, rgba(250,248,244,0.12) 0%, transparent 70%);
  }
  .about-portrait-icon {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
  }
  .about-badge {
    position: absolute; bottom: 2rem; right: -1.5rem;
    background: var(--warm-white); padding: 1.2rem 1.8rem;
    border-left: 3px solid var(--accent); box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border-radius: 2px;
  }
  .about-badge strong {
    font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
    display: block; color: var(--bark);
  }
  .about-badge span { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
  .about-text p { color: var(--earth); line-height: 1.8; margin-bottom: 1.2rem; font-weight: 300; font-size: 1.02rem; }
  .signature {
    font-family: 'Cormorant Garamond', serif; font-size: 1.8rem;
    font-style: italic; color: var(--bark); margin-top: 2rem;
  }

  /* ── YDELSER ── */
  .services { background: var(--warm-white); }
  .services-intro { max-width: 55ch; margin-bottom: 4rem; color: var(--earth); line-height: 1.75; font-weight: 300; }
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--stone); }
  .service-card {
    background: var(--warm-white); padding: 2.5rem;
    transition: background 0.25s, transform 0.25s;
    cursor: default;
  }
  .service-card:hover { background: var(--cream); transform: translateY(-4px); }
  .service-icon {
    width: 48px; height: 48px; margin-bottom: 1.5rem;
    background: var(--cream); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .service-icon svg { width: 22px; height: 22px; stroke: var(--earth); fill: none; stroke-width: 1.5; }
  .service-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.3rem; font-weight: 400; color: var(--dark);
    margin-bottom: 0.75rem;
  }
  .service-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; font-weight: 300; }
  .service-duration {
    display: inline-block; margin-top: 1.2rem;
    font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase;
    color: var(--sage); font-weight: 500;
  }

  /* ── PRISER ── */
  .pricing { background: var(--bark); color: var(--cream); }
  .pricing .section-label { color: var(--stone); }
  .pricing h2 { color: var(--cream); }
  .pricing h2 em { color: var(--stone); }
  .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(200,185,154,0.2); margin-top: 4rem; }
  .price-item {
    background: var(--bark); padding: 2rem 2.5rem;
    display: flex; justify-content: space-between; align-items: center;
    transition: background 0.2s;
  }
  .price-item:hover { background: rgba(200,185,154,0.1); }
  .price-item.featured {
    background: rgba(181,132,90,0.25);
    border-left: 3px solid var(--accent);
  }
  .price-name { font-size: 0.95rem; font-weight: 400; }
  .price-detail { font-size: 0.75rem; color: var(--stone); margin-top: 0.2rem; font-weight: 300; }
  .price-amount {
    font-family: 'Cormorant Garamond', serif; font-size: 1.8rem;
    font-weight: 300; color: var(--stone); white-space: nowrap;
  }
  .price-badge {
    display: inline-block; background: var(--accent); color: var(--cream);
    font-size: 0.65rem; padding: 0.2rem 0.6rem; letter-spacing: 0.1em;
    text-transform: uppercase; border-radius: 2px; margin-left: 1rem; vertical-align: middle;
  }
  .pricing-note {
    margin-top: 2rem; font-size: 0.8rem; color: var(--stone); font-weight: 300;
  }

  /* ── BOOKING ── */
  .booking { background: var(--cream); }
  .booking-info { padding-top: 0.5rem; }
  .booking-info p { color: var(--earth); line-height: 1.75; font-weight: 300; margin-bottom: 2rem; }
  .opening-hours { margin-top: 2.5rem; }
  .opening-hours h4 {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--sage); margin-bottom: 1.2rem; font-weight: 500;
  }
  .hours-row {
    display: flex; justify-content: space-between;
    padding: 0.75rem 0; border-bottom: 1px solid rgba(200,185,154,0.35);
    font-size: 0.9rem; color: var(--earth); font-weight: 300;
  }
  .hours-row:last-child { border-bottom: none; }
  .hours-row strong { font-weight: 500; color: var(--bark); }
  .closed { color: var(--muted) !important; }

  /* Booking Form */
  .booking-form-wrap {
    background: var(--warm-white); padding: 2.5rem;
    border: 1px solid rgba(200,185,154,0.4); border-radius: 4px;
    box-shadow: 0 12px 40px rgba(92,74,50,0.08);
  }
  .booking-form-wrap h3 {
    font-family: 'Cormorant Garamond', serif; font-size: 1.6rem;
    font-weight: 400; margin-bottom: 0.5rem; color: var(--deep);
  }
  .booking-form-wrap p { font-size: 0.83rem; color: var(--muted); margin-bottom: 2rem; font-weight: 300; }
  .form-group { margin-bottom: 1.2rem; }
  label {
    display: block; font-size: 0.72rem; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--earth); margin-bottom: 0.4rem; font-weight: 500;
  }
  input, select, textarea {
    width: 100%; padding: 0.85rem 1rem;
    border: 1px solid rgba(200,185,154,0.5); border-radius: 2px;
    background: var(--cream); color: var(--deep);
    font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 300;
    outline: none; transition: border-color 0.2s, box-shadow 0.2s;
    appearance: none;
  }
  input:focus, select:focus, textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(181,132,90,0.12);
  }
  textarea { resize: vertical; min-height: 90px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-submit {
    width: 100%; background: var(--bark); color: var(--cream);
    padding: 1rem; border: none; cursor: pointer;
    font-family: 'DM Sans', sans-serif; font-size: 0.85rem;
    letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500;
    border-radius: 2px; margin-top: 0.5rem;
    transition: background 0.25s, transform 0.2s;
  }
  .form-submit:hover { background: var(--deep); transform: translateY(-2px); }
  .form-privacy { font-size: 0.72rem; color: var(--muted); text-align: center; margin-top: 1rem; line-height: 1.5; }

  /* Success msg */
  .success-msg {
    display: none; background: rgba(122,140,110,0.12);
    border: 1px solid var(--sage); border-radius: 2px;
    padding: 1.2rem; text-align: center; color: var(--sage);
    margin-top: 1rem; font-size: 0.88rem;
  }

  /* ── TESTIMONIALS ── */
  .testimonials { background: var(--warm-white); }
  .testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3.5rem; }
  .testimonial-card {
    background: var(--cream); padding: 2rem;
    border-radius: 4px; position: relative;
    border-bottom: 3px solid transparent; transition: border-color 0.25s;
  }
  .testimonial-card:hover { border-color: var(--accent); }
  .quote-mark {
    font-family: 'Cormorant Garamond', serif; font-size: 5rem; line-height: 0.8;
    color: var(--stone); display: block; margin-bottom: 0.5rem;
  }
  .testimonial-text { font-size: 0.92rem; color: var(--earth); line-height: 1.75; font-style: italic; font-weight: 300; }
  .testimonial-author { margin-top: 1.5rem; }
  .testimonial-author strong { font-size: 0.85rem; color: var(--bark); font-weight: 500; }
  .testimonial-author span { font-size: 0.75rem; color: var(--muted); display: block; }
  .stars { color: var(--accent); font-size: 0.85rem; margin-top: 0.5rem; }

  /* ── KONTAKT ── */
  .contact { background: var(--deep); color: var(--cream); }
  .contact .section-label { color: var(--stone); }
  .contact h2 { color: var(--cream); }
  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; margin-top: 3.5rem; }
  .contact-details h4 {
    font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: var(--stone); margin-bottom: 1.5rem; font-weight: 500;
  }
  .contact-item {
    display: flex; align-items: flex-start; gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .contact-icon {
    width: 38px; height: 38px; flex-shrink: 0;
    background: rgba(200,185,154,0.12); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
  }
  .contact-icon svg { width: 16px; height: 16px; stroke: var(--stone); fill: none; stroke-width: 1.5; }
  .contact-item-text strong { font-size: 0.8rem; color: var(--stone); display: block; margin-bottom: 0.15rem; letter-spacing: 0.05em; }
  .contact-item-text a, .contact-item-text span { color: rgba(245,240,232,0.75); font-size: 0.9rem; text-decoration: none; font-weight: 300; }
  .contact-item-text a:hover { color: var(--stone); }
  .map-placeholder {
    width: 100%; height: 300px;
    background: rgba(200,185,154,0.08);
    border: 1px solid rgba(200,185,154,0.2); border-radius: 4px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 1rem; color: var(--stone); font-size: 0.85rem;
  }
  .map-placeholder svg { width: 32px; height: 32px; stroke: var(--stone); fill: none; stroke-width: 1.5; opacity: 0.5; }
  .map-placeholder a {
    color: var(--accent); font-size: 0.78rem; letter-spacing: 0.08em;
    text-transform: uppercase; text-decoration: none;
  }
  .map-placeholder a:hover { color: var(--stone); }
  .social-links { display: flex; gap: 1rem; margin-top: 2rem; }
  .social-link {
    width: 42px; height: 42px; border: 1px solid rgba(200,185,154,0.3); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--stone); text-decoration: none; font-size: 0.8rem;
    transition: border-color 0.2s, background 0.2s;
  }
  .social-link:hover { border-color: var(--accent); background: rgba(181,132,90,0.1); }

  /* ── FOOTER ── */
  footer {
    background: var(--deep); border-top: 1px solid rgba(200,185,154,0.1);
    padding: 2rem 6rem; display: flex; align-items: center; justify-content: space-between;
  }
  footer p { font-size: 0.75rem; color: rgba(200,185,154,0.5); font-weight: 300; }
  footer a { color: rgba(200,185,154,0.5); text-decoration: none; }
  footer a:hover { color: var(--stone); }

  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .hero-eyebrow { animation: fadeUp 0.7s ease both; }
  h1 { animation: fadeUp 0.7s 0.12s ease both; }
  .hero-sub { animation: fadeUp 0.7s 0.22s ease both; }
  .hero-actions { animation: fadeUp 0.7s 0.32s ease both; }
  .trust-strip { animation: fadeUp 0.7s 0.42s ease both; }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 1.2rem 1.5rem; }
    .nav-links { display: none; }
    section { padding: 5rem 1.5rem; }
    .hero { grid-template-columns: 1fr; }
    .hero-left { padding: 4rem 1.5rem 3rem; }
    .hero-left::after { display: none; }
    .hero-right { height: 300px; }
    .trust-strip { gap: 1.5rem; }
    .about-grid, .contact-grid, .pricing-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .about-badge { right: 1rem; }
    .services-grid { grid-template-columns: 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    footer { flex-direction: column; gap: 0.75rem; text-align: center; }
  }

.booking-grid {
  display: grid;
  grid-template-columns: 3fr 2fr; /* or e.g. 3fr 2fr depending on your preference */
  gap: 4rem;
  align-items: start;
}

@media (max-width: 800px) {
  .booking-grid {
    grid-template-columns: 1fr;
  }
}