/*
Theme Name: Byggmester Tangen Takst
Theme URI: https://byggmestertangen.no
Author: Always Media
Author URI: https://alwaysmedia.no
Description: Elementor Pro-ready theme for Byggmester Tangen Takst AS. Pair with the included Elementor template JSON files (header, footer, forside, galleri, personvernerklaering) for a complete, fully editable site.
Version: 3.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: byggmester-tangen
*/

*, *::before, *::after { box-sizing: border-box; }

:root {
    --btt-gold:   #c8a96e;
    --btt-gold2:  #b08d4e;
    --btt-dark:   #1a1a1a;
    --btt-darker: #111111;
}

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    background: var(--btt-darker);
    color: #fff;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', Georgia, serif; }

img { max-width: 100%; height: auto; }

/* Sticky header — Elementor Pro's header template gets wrapped by this */
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

/* Account for sticky header when jumping to anchors */
[id] { scroll-margin-top: 90px; }

/* Image hover polish on gallery/project images */
.elementor-widget-image img {
    transition: transform .4s ease, opacity .4s ease;
}
.elementor-widget-image a img:hover {
    transform: scale(1.03);
    opacity: .92;
}

/* Elementor form field focus accent */
.elementor-field-group .elementor-field:focus {
    border-color: var(--btt-gold) !important;
    outline: none;
}
